aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-12-22 23:52:26 +0000
committerPer Bothner <per@bothner.com>1992-12-22 23:52:26 +0000
commiteeece52d14a1258cd9fdd6c69f50822c1cb7bba7 (patch)
treedaf14e5bbfd2409a9fb2de15c6465fb6ebee4edc /binutils/ChangeLog
parent086c5e37f4a1de76b0e528ca9caa642cdc4b63df (diff)
downloadgdb-eeece52d14a1258cd9fdd6c69f50822c1cb7bba7.zip
gdb-eeece52d14a1258cd9fdd6c69f50822c1cb7bba7.tar.gz
gdb-eeece52d14a1258cd9fdd6c69f50822c1cb7bba7.tar.bz2
* Makefile.in: Make check depend on all.
* Makefile.in (distclean): Remove sysdep.h. * size.c: Use %u format where appropriate. * objdump.c: Standardize: L_SET -> SEEK_SET. * objdump.c: Use new macro bfd_asymbol_bfd. * configure.in: Allow std-host as the default ${mys_host}.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 09ed627..7f12b59 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,12 @@
+Tue Dec 22 15:46:56 1992 Per Bothner (bothner@rtl.cygnus.com)
+
+ * Makefile.in: Make check depend on all.
+ * Makefile.in (distclean): Remove sysdep.h.
+ * size.c: Use %u format where appropriate.
+ * objdump.c: Standardize: L_SET -> SEEK_SET.
+ * objdump.c: Use new macro bfd_asymbol_bfd.
+ * configure.in: Allow std-host as the default ${mys_host}.
+
Tue Dec 15 18:05:07 1992 Per Bothner (bothner@cygnus.com)
* Makefile.in (dist): Fix permissions before release.