diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-07-20 21:18:23 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-07-20 21:18:23 +0000 |
commit | 6c1439be2121d3d9140b458194e3c0fd1618a9b0 (patch) | |
tree | 0ef752bc90408d6eec2412a614956c5ebbd5a0d7 /ld/ChangeLog | |
parent | c25373b76aea96ee3be21f06938518f8faa7d5dc (diff) | |
download | gdb-6c1439be2121d3d9140b458194e3c0fd1618a9b0.zip gdb-6c1439be2121d3d9140b458194e3c0fd1618a9b0.tar.gz gdb-6c1439be2121d3d9140b458194e3c0fd1618a9b0.tar.bz2 |
2000-07-20 H.J. Lu <hjl@gnu.org>
* ld.texinfo: Add documentation for --disable-new-dtags and
--enable-new-dtags.
* ldmain.c (main): Initialize link_info.new_dtags to false.
* emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
--disable-new-dtags and --enable-new-dtags.
(gld_${EMULATION_NAME}_list_options): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 508b605..c3a3acf 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +2000-07-20 H.J. Lu <hjl@gnu.org> + + * ld.texinfo: Add documentation for --disable-new-dtags and + --enable-new-dtags. + + * ldmain.c (main): Initialize link_info.new_dtags to false. + + * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add + --disable-new-dtags and --enable-new-dtags. + (gld_${EMULATION_NAME}_list_options): Likewise. + 2000-07-05 Kenneth Block <krblock@computer.org> * ld/lexsup.c: Add optional style to demangle switch |