aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e524124..0926f4e 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>