aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-10-01 18:11:48 +0000
committerIan Lance Taylor <ian@airs.com>1997-10-01 18:11:48 +0000
commit2e2ef09d24024f72119c9f4483c47fb32d8a5822 (patch)
tree271e85255ba01dafb8c588e795376474d107632e
parent7810074c29d4a625be746d69e214a9a5d4831352 (diff)
downloadgdb-2e2ef09d24024f72119c9f4483c47fb32d8a5822.zip
gdb-2e2ef09d24024f72119c9f4483c47fb32d8a5822.tar.gz
gdb-2e2ef09d24024f72119c9f4483c47fb32d8a5822.tar.bz2
* configure.in: Use a diversion to set enable_shared before the
arguments are parsed. * configure: Rebuild.
-rw-r--r--opcodes/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 5b813c7..5c582ea 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,14 @@
+Wed Oct 1 14:10:20 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * configure.in: Use a diversion to set enable_shared before the
+ arguments are parsed.
+ * configure: Rebuild.
+
+Thu Sep 25 13:04:59 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * m68k-opc.c (TBL1): Use ! rather than `.
+ * m68k-dis.c (print_insn_arg): Remove ` operand specifier.
+
Wed Sep 24 11:29:35 1997 Ian Lance Taylor <ian@cygnus.com>
* m68k-opc.c: Correct bchg, bclr, bset, and btst on ColdFire.