diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-01-02 23:48:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-01-02 23:48:20 +0000 |
commit | b4d51f3dd442a7125d0cb07ab2d32755f195dcb1 (patch) | |
tree | cd2578bcf9663d544744020eabc854fee2e3bc2d /gas/NEWS | |
parent | 4d32706e4a2d5f0531376ebfc40d83495cfc3bd6 (diff) | |
download | gdb-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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.) |