aboutsummaryrefslogtreecommitdiff
path: root/libobjc/ChangeLog
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2008-05-30 18:21:31 +0000
committerJulian Brown <jules@gcc.gnu.org>2008-05-30 18:21:31 +0000
commit3f6383d38bc996a01dfa086a42b83c452386fa00 (patch)
treec1bdf9cb0cdd9e02e16dc55edb6e15883ce74f99 /libobjc/ChangeLog
parentd750887f5f4273e10625e13d1bac1db9aeef849e (diff)
downloadgcc-3f6383d38bc996a01dfa086a42b83c452386fa00.zip
gcc-3f6383d38bc996a01dfa086a42b83c452386fa00.tar.gz
gcc-3f6383d38bc996a01dfa086a42b83c452386fa00.tar.bz2
configure.ac (arm*-*-linux-gnueabi): Don't disable building of libobjc for ARM EABI Linux.
* 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. From-SVN: r136215
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r--libobjc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index df30eaa..fa0e059 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,16 @@
+2008-05-30 Julian Brown <julian@codesourcery.com>
+
+ * 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.
+
2008-05-25 Alan Modra <amodra@bigpond.net.au>
* encoding.c (strip_array_types): Rename from get_inner_array_type.