aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-08 15:30:49 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-08 15:30:49 +0000
commit824155e843914bf6c1d8269030f9f6442333f065 (patch)
tree08669533c691666fee705a0359a3461d4f60a275 /opcodes/ChangeLog
parent4f965b817e1b214f1c163f24c2040f9d587c26ba (diff)
downloadgdb-824155e843914bf6c1d8269030f9f6442333f065.zip
gdb-824155e843914bf6c1d8269030f9f6442333f065.tar.gz
gdb-824155e843914bf6c1d8269030f9f6442333f065.tar.bz2
* Makefile.in (Makefile): Just rebuild Makefile when running
config.status. (config.h, stamp-h): New targets. * configure.in: Call AC_CONFIG_HEADER and AC_CANONICAL_SYSTEM earlier. Don't bother to call AC_ARG_PROGRAM. Touch stamp-h when rebuilding config.h. * configure: Rebuild.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 60ce6f7..c7e22ca 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,13 @@
Fri Sep 8 01:07:38 1995 Ian Lance Taylor <ian@cygnus.com>
+ * Makefile.in (Makefile): Just rebuild Makefile when running
+ config.status.
+ (config.h, stamp-h): New targets.
+ * configure.in: Call AC_CONFIG_HEADER and AC_CANONICAL_SYSTEM
+ earlier. Don't bother to call AC_ARG_PROGRAM. Touch stamp-h when
+ rebuilding config.h.
+ * configure: Rebuild.
+
* mips-opc.c: Change unaligned loads and stores with "t,A"
operands to use "t,A(b)".