aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-01-02 23:48:20 +0000
committerIan Lance Taylor <ian@airs.com>1997-01-02 23:48:20 +0000
commitb4d51f3dd442a7125d0cb07ab2d32755f195dcb1 (patch)
treecd2578bcf9663d544744020eabc854fee2e3bc2d /gas/NEWS
parent4d32706e4a2d5f0531376ebfc40d83495cfc3bd6 (diff)
downloadgdb-b4d51f3dd442a7125d0cb07ab2d32755f195dcb1.zip
gdb-b4d51f3dd442a7125d0cb07ab2d32755f195dcb1.tar.gz
gdb-b4d51f3dd442a7125d0cb07ab2d32755f195dcb1.tar.bz2
Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
* config/tc-m68k.c (m68k_index_width_default): New static variable. (m68k_ip): Use m68k_index_width_default to set the size of a base register whose size was not given. (md_longopts): Add --base-size-default-16 and --base-size-default-32. (md_parse_option): Handle new options. (md_show_usage): Mention new options. * doc/c-m68k.texi (M68K-Opts): Document new options.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 1ef5603..455493b 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -8,6 +8,8 @@ Motorola ColdFire 5200 support added (configure for m68k and use -m5200).
Alpha/VMS support added.
+m68k options --base-size-default-16 and --base-size-default-32 added.
+
Changes in 2.7:
The PowerPC assembler now allows the use of symbolic register names (r0, etc.)