From: Ian Lance Taylor Date: Tue, 13 Sep 1994 18:19:24 +0000 (+0000) Subject: * Makefile.in (version.o): Depend upon Makefile, so that version.o X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e39c987650a04223c961b83d9171f7ada388efe;p=binutils-gdb.git * Makefile.in (version.o): Depend upon Makefile, so that version.o gets rebuilt when make variable VERSION is changed. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 801465316aa..915e367b29e 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.