diff options
author | Nick Clifton <nickc@redhat.com> | 2005-10-06 11:44:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-10-06 11:44:07 +0000 |
commit | 37dedf66338d1471695d1a0a7421ec281a0305f2 (patch) | |
tree | 30c63f0c75961d2b66161b9427de0040aa2c65b7 /gas/ChangeLog | |
parent | 8ba0209fdd114b94b4939d597b3b97ede83b4551 (diff) | |
download | gdb-37dedf66338d1471695d1a0a7421ec281a0305f2.zip gdb-37dedf66338d1471695d1a0a7421ec281a0305f2.tar.gz gdb-37dedf66338d1471695d1a0a7421ec281a0305f2.tar.bz2 |
* config/tc-sh.c (allow_dollar_register_prefix): New variable.
(parse_reg_without_prefix): New function.
(parse_reg): Check for '$' register prefix if --allow-reg-prefix is set.
(option md_longopts): Add allow-reg-prefix option.
* doc/c-sh.texi: Document --allow-reg-prefix option.
* NEWS: Mention the new switch.
* gas/sh/basic.exp: Run reg-prefix test.
* gas/sh/reg-prefix.s: New
* gas/sh/reg-prefix.d: New
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d38b205..446cf70 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2005-10-06 Khem Raj <kraj@mvista.com> + NIIBE Yutaka <gniibe@m17n.org> + + * config/tc-sh.c (allow_dollar_register_prefix): New variable. + (parse_reg_without_prefix): New function. + (parse_reg): Check for '$' register prefix if --allow-reg-prefix is + set. + (option md_longopts): Add allow-reg-prefix option. + * doc/c-sh.texi: Document --allow-reg-prefix option. + * NEWS: Mention the new switch. + 2005-10-03 Arnold Metselaar <arnold.metselaar@planet.nl> * doc/as.texinfo (Infix Ops): '<' and '>' are not shift |