diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-12 00:43:15 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-12 00:43:15 +0000 |
commit | c3a945cde92094f4713cefdafe5c1bd3f07fbbcc (patch) | |
tree | e22bed6f4601015a5042c0e66fd318e63707468e /libobjc/libobjc.def | |
parent | f02cc357b43d02bd0cc19a701401ec8bd82985f0 (diff) | |
download | gcc-c3a945cde92094f4713cefdafe5c1bd3f07fbbcc.tar.gz |
In libobjc/:
* objc/deprecated/objc_error.h: New file.
* objc/objc-api.h: Include deprecated/objc_error.h instead of
defining objc_error and related.
* error.c: New file. Added _objc_abort function which replaces
objc_error. No change in functionality as they both print an
error and abort.
* misc.c: File removed. Code moved into memory.c and error.c.
* memory.c: New file.
* objc-private/error.h: New file.
* archive.c: Include objc-private/error.h and use _objc_abort
instead of objc_error everywhere.
* class.c: Same change.
* encoding.c: Same change.
* init.c: Same change, and simplified init_check_module_version.
* memory.c: Same change.
* sendmsg.c: Same change.
* thr.c: Same change.
* Makefile.in (OBJ_DEPRECATED_H): Added objc_error.h.
(OBJ_H): Reordered list.
(OBJS): Removed misc.lo, added memory.lo and error.lo.
(OBJS_GC): Removed misc_gc.lo, added memory_gc.lo and error_gc.lo.
(misc_gc.lo): Rule removed.
(error_gc.lo): Rule added.
(memory_gc.lo): Rule added.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164223 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/libobjc.def')
-rw-r--r-- | libobjc/libobjc.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libobjc/libobjc.def b/libobjc/libobjc.def index 27be47e0c0e..2d27fa5dce3 100644 --- a/libobjc/libobjc.def +++ b/libobjc/libobjc.def @@ -16,6 +16,8 @@ ; You should have received a copy of the GNU General Public License along with ; GCC; see the file COPYING3. If not, see <http://www.gnu.org/licenses/>. +; FIXME: This file needs to be updated or removed + LIBRARY libobjc EXPORTS search_for_method_in_list |