diff options
author | Andreas Tobler <a.tobler@schweiz.org> | 2008-02-19 21:29:26 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2008-02-19 22:29:26 +0100 |
commit | 6656fda37b7354784b395dffbdd4049c441b4e99 (patch) | |
tree | b5eb56b596e3b3c62b9334b31da2c0edbc70cc26 /boehm-gc/ChangeLog | |
parent | 3e4b9ad009a7478ec9606983658f5c120e49e6c4 (diff) | |
download | gcc-6656fda37b7354784b395dffbdd4049c441b4e99.zip gcc-6656fda37b7354784b395dffbdd4049c441b4e99.tar.gz gcc-6656fda37b7354784b395dffbdd4049c441b4e99.tar.bz2 |
dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro GC_GETSECTBYNAME instead.
2007-02-19 Andreas Tobler <a.tobler@schweiz.org>
* dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro
GC_GETSECTBYNAME instead.
* include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the
architecture (Darwin).
From-SVN: r132452
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 79eb91a..da28024 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,10 @@ +2007-02-19 Andreas Tobler <a.tobler@schweiz.org> + + * dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro + GC_GETSECTBYNAME instead. + * include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the + architecture (Darwin). + 2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk> * include/private/gcconfig.h (HBLKSIZE): Define for MIPS. |