aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-07 19:35:15 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-07 19:35:15 +0000
commit9e64486e44f608b17631f4107d8004985923e119 (patch)
treed447e37403b837b1a7eee1f3025f6a0d6103a940 /gas/ChangeLog
parentcef72a9279e700836045c84110d3e8eb605e1cda (diff)
downloadgdb-9e64486e44f608b17631f4107d8004985923e119.zip
gdb-9e64486e44f608b17631f4107d8004985923e119.tar.gz
gdb-9e64486e44f608b17631f4107d8004985923e119.tar.bz2
* config/tc-m68k.c (struct m68k_cpu): Add alias field.
(archs): Initialize new field. (m68k_ip): Don't list alias names when listing CPUs which support an instruction.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f3fd841..b7165a7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,17 @@
Wed Feb 7 14:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-m68k.c (struct m68k_cpu): Add alias field.
+ (archs): Initialize new field.
+ (m68k_ip): Don't list alias names when listing CPUs which support
+ an instruction.
+
+ * as.c (main): Call parse_args before read_begin.
+ * app.c (do_scrub_chars): If flag_m68k_mri, don't put a dot in
+ front of generated pseudo-ops.
+ * read.c (potable): Ignore "name".
+ (s_app_file): Permit a single quote after the string, since one
+ may appear in m68k MRI mode.
+
* configure.in: Check for --enable-shared. If linking against
shared BFD and opcodes, fix library name on SunOS, and try to set
-rpath reasonably.