diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-07-20 21:59:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-07-20 21:59:40 +0000 |
commit | 699845ef7b7225a4de45fafc7e3641b6ac8d1a2b (patch) | |
tree | 98c847a0f6447e28320f258028d7c4c67247a6a5 /ld/ChangeLog | |
parent | eec8c321e361efbda04322aaeb3b27ab60d660fc (diff) | |
download | gdb-699845ef7b7225a4de45fafc7e3641b6ac8d1a2b.zip gdb-699845ef7b7225a4de45fafc7e3641b6ac8d1a2b.tar.gz gdb-699845ef7b7225a4de45fafc7e3641b6ac8d1a2b.tar.bz2 |
2000-07-20 H.J. Lu <hjl@gnu.org>
* emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
and "disable-new-dtags" to stop getopt from treating -d/-e as
abbreviations for these options.
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 c3a3acf..1c6e476 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 2000-07-20 H.J. Lu <hjl@gnu.org> + * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags" + and "disable-new-dtags" to stop getopt from treating -d/-e as + abbreviations for these options. + +2000-07-20 H.J. Lu <hjl@gnu.org> + * ld.texinfo: Add documentation for --disable-new-dtags and --enable-new-dtags. |