diff --git a/ld/ChangeLog b/ld/ChangeLog index 508b605eaa..c3a3acf290 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +2000-07-20 H.J. Lu + + * 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 * ld/lexsup.c: Add optional style to demangle switch diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 25101487a8..0662e221af 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -1213,6 +1213,9 @@ cat >>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <