diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-13 18:19:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-13 18:19:24 +0000 |
commit | 5e39c987650a04223c961b83d9171f7ada388efe (patch) | |
tree | 324fbd485dfe19b0681e69d713205c51b5cd1cc1 /binutils/ChangeLog | |
parent | 28d1b01e4342aa686221b5b0c036cadf4b81c3b3 (diff) | |
download | gdb-5e39c987650a04223c961b83d9171f7ada388efe.zip gdb-5e39c987650a04223c961b83d9171f7ada388efe.tar.gz gdb-5e39c987650a04223c961b83d9171f7ada388efe.tar.bz2 |
* Makefile.in (version.o): Depend upon Makefile, so that version.o
gets rebuilt when make variable VERSION is changed.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8014653..915e367 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,19 @@ +Tue Sep 13 14:17:24 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * Makefile.in (version.o): Depend upon Makefile, so that version.o + gets rebuilt when make variable VERSION is changed. + + * objdump.c (dump_section_header): Print the SEC_NEVER_LOAD flag. + +Wed Aug 24 12:40:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * configure.in: Change i[34]86 to i[345]86. + +Tue Aug 23 11:00:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * ar.c (ranlib_touch): Don't update the archive map if there isn't + one. + Mon Aug 22 16:02:18 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * ar.c: Include libiberty.h. |