diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-04-28 02:41:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-04-28 02:41:40 +0000 |
commit | 4a2afbc126e7a2a0eea6f0799ee769a9c9bdc37a (patch) | |
tree | 5e99c12f9deb0bad24fd2d5f3623991c960ac41a /ld/ChangeLog | |
parent | 135cba24d568e3bd6fb5cf253f595125a5aabe50 (diff) | |
download | binutils-gdb-4a2afbc126e7a2a0eea6f0799ee769a9c9bdc37a.tar.gz |
2005-04-27 H.J. Lu <hongjiu.lu@intel.com>
* emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
Use the first SEC_ALLOC section which isn't SEC_READONLY or the
last SEC_ALLOC section if such a section doesn't exist.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9e4e2593437..cd6e7ce17e5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2005-04-27 H.J. Lu <hongjiu.lu@intel.com> + + * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols): + Use the first SEC_ALLOC section which isn't SEC_READONLY or the + last SEC_ALLOC section if such a section doesn't exist. + 2005-04-24 Mark Kettenis <kettenis@gnu.org> * configure.host: Add *-*-openbsd support. |