diff options
author | jules <jules@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-30 18:21:31 +0000 |
---|---|---|
committer | jules <jules@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-30 18:21:31 +0000 |
commit | ab2a1d30379eb04df98d053a910b7d315cafa24d (patch) | |
tree | c1bdf9cb0cdd9e02e16dc55edb6e15883ce74f99 /ChangeLog | |
parent | 536a48ee34f51eb42e2130b46210d7976d343303 (diff) | |
download | gcc-ab2a1d30379eb04df98d053a910b7d315cafa24d.tar.gz |
* configure.ac (arm*-*-linux-gnueabi): Don't disable building
of libobjc for ARM EABI Linux.
* configure: Regenerate.
libobjc/
* exception.c (__objc_exception_class): Initialise as constant
array for ARM EABI. Change macro to static const for non-ARM EABI.
(ObjcException): Add note about structure layout. Remove landingPad
and handlerSwitchValue for ARM EABI.
(get_ttype_entry): Add __ARM_EABI_UNWINDER__ version
of function.
(CONTINUE_UNWINDING): Define for ARM EABI/otherwise cases.
(PERSONALITY_FUNCTION): Use ARM EABI-specific arguments, and add
ARM EABI unwinding support.
(objc_exception_throw): Use memcpy to initialise exception class.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136215 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e52412498bd..0926f4e71c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-30 Julian Brown <julian@codesourcery.com> + + * configure.ac (arm*-*-linux-gnueabi): Don't disable building + of libobjc for ARM EABI Linux. + * configure: Regenerate. 2008-05-18 Xinliang David Li <davidxl@google.com> |