"git@gitlab.redox-os.org:TornaxO7/relibc.git" did not exist on "c76a12347ff828d04070b3a6e5436749b50efe68"
2005-03-02 David Ayers <d.ayers@inode.at>
PR libobjc/19024 * Makefile.in (OBJS): Add hash_compat.lo. (OBJS_GC): Add hash_compat_gc.lo. (hash_compat_gc.lo): New target and rule. * objc/hash.h (hash_new, hash_delete, hash_add, hash_remove) (hash_next, hash_value_for_key, hash_is_key_in_hash) (hash_ptr, hash_string, compare_ptrs, compare_strings): Prefix with objc_. Add deprecated non prefixed inlined versions. (OBJC_IGNORE_DEPRECATED_API): New macro to hide deprecated declarations. * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next) (hash_value_for_key, hash_is_key_in_hash): Prefix with objc_ and update callers. * hash_compat.c: New file. * archive.c: Update callers. * init.c: Likewise. * selector.c: Likewise. * libobjc.def: Add objc_ versions of hash functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95793 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libobjc/ChangeLog 21 additions, 0 deletionslibobjc/ChangeLog
- libobjc/Makefile.in 6 additions, 2 deletionslibobjc/Makefile.in
- libobjc/archive.c 73 additions, 62 deletionslibobjc/archive.c
- libobjc/hash.c 17 additions, 17 deletionslibobjc/hash.c
- libobjc/hash_compat.c 97 additions, 0 deletionslibobjc/hash_compat.c
- libobjc/init.c 7 additions, 4 deletionslibobjc/init.c
- libobjc/libobjc.def 7 additions, 0 deletionslibobjc/libobjc.def
- libobjc/objc/hash.h 115 additions, 14 deletionslibobjc/objc/hash.h
- libobjc/selector.c 8 additions, 8 deletionslibobjc/selector.c
Loading
Please register or sign in to comment