diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-07-27 01:39:45 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-07-27 01:39:45 +0000 |
commit | 6e8008398d2a0f767f9cecc72f4d93e508d9faf8 (patch) | |
tree | cc2363c05c2f58254f0c2f24db14048a36f4e709 /binutils/ChangeLog | |
parent | 4d3dc5abff34004cdb9ca44de2a0e82501f9e76c (diff) | |
download | gdb-6e8008398d2a0f767f9cecc72f4d93e508d9faf8.zip gdb-6e8008398d2a0f767f9cecc72f4d93e508d9faf8.tar.gz gdb-6e8008398d2a0f767f9cecc72f4d93e508d9faf8.tar.bz2 |
* nm.c (main): Ignore '-X32_64' as an option.
* ar.c (main): Likewise.
* binutils.texi (nm): Document new option.
(ar): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4c77c72..09bbef4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2000-07-26 Geoff Keating <geoffk@cygnus.com> + + * nm.c (main): Ignore '-X32_64' as an option. + * ar.c (main): Likewise. + * binutils.texi (nm): Document new option. + (ar): Likewise. + 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG> * rdcoff.c (external_coff_symbol_p): K&R-ise. |