diff options
author | DJ Delorie <dj@redhat.com> | 1999-05-11 21:06:16 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 1999-05-11 21:06:16 +0000 |
commit | 09cda596de63a115baf24952deae289298a67a87 (patch) | |
tree | a052a9fcba4ca4a13957a6b7bb678e9e388d143d /binutils/ChangeLog | |
parent | ec0ef80e9f48ae59958cfe0ff8a998881833ca12 (diff) | |
download | gdb-09cda596de63a115baf24952deae289298a67a87.zip gdb-09cda596de63a115baf24952deae289298a67a87.tar.gz gdb-09cda596de63a115baf24952deae289298a67a87.tar.bz2 |
1999-05-10 DJ Delorie <dj@cygnus.com>
* windres.c (quot): Quote shell metacharacters in a string
(main): quote parameters to cpp that might have metacharacters in
them. Allow -D as an alias for --define to allow for sharing make
macros with gcc.
* objdump.c (dump_reloc_set): don't core if howto->name is NULL
* Makefile.am: Give rescoff.c a cpu-specific -D so it can set
the correct BFD.
* Makefile.in: ditto
* rescoff.c (write_coff_file): Set the correct BFD
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b61c921..f84ca5c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +1999-05-10 DJ Delorie <dj@cygnus.com> + + * windres.c (quot): Quote shell metacharacters in a string + (main): quote parameters to cpp that might have metacharacters in + them. Allow -D as an alias for --define to allow for sharing make + macros with gcc. + + * objdump.c (dump_reloc_set): don't core if howto->name is NULL + + * Makefile.am: Give rescoff.c a cpu-specific -D so it can set + the correct BFD. + * Makefile.in: ditto + * rescoff.c (write_coff_file): Set the correct BFD + 1999-05-06 Ian Lance Taylor <ian@zembu.com> * rename.c (smart_rename): Fix test of whether file exists. |