OSDN Git Service

* config/tc-sh.c (allow_dollar_register_prefix): New variable.
authornickc <nickc>
Thu, 6 Oct 2005 11:44:04 +0000 (11:44 +0000)
committernickc <nickc>
Thu, 6 Oct 2005 11:44:04 +0000 (11:44 +0000)
commitd9e7a21060725d9dca5c2810e53be52e829a7996
treebf6e4b765c81a3508882f9b7b5ce6344b5ab33eb
parenta87bd2953d73bfbf194c248417bd3af8cfd18896
* 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
gas/ChangeLog
gas/NEWS
gas/config/tc-sh.c
gas/doc/c-sh.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/sh/basic.exp
gas/testsuite/gas/sh/reg-prefix.d [new file with mode: 0644]
gas/testsuite/gas/sh/reg-prefix.s [new file with mode: 0644]