diff options
author | Jeff Law <law@redhat.com> | 1996-08-23 17:39:43 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-08-23 17:39:43 +0000 |
commit | 0e8f9bd15e1ddb8f2635c653572374ed5305ee5a (patch) | |
tree | c97e8d7f97f4060efaa8d636ac32d2671e99d73b /gas/testsuite | |
parent | e41c99bd119447d1b4b5784d9286e7e0b0b31dc0 (diff) | |
download | gdb-0e8f9bd15e1ddb8f2635c653572374ed5305ee5a.zip gdb-0e8f9bd15e1ddb8f2635c653572374ed5305ee5a.tar.gz gdb-0e8f9bd15e1ddb8f2635c653572374ed5305ee5a.tar.bz2 |
* config/tc-v850.c (reg_name_search): Generalize to search
any given register table.
(register_name): Pass appropriate table and size to reg_name_search.
(system_register_name): New function.
(SYSREG_NAME_CNT): Define.
(md_assemble): Handle operands which are system registers.
Still working on the parser..
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/.Sanitize | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/gas/.Sanitize b/gas/testsuite/gas/.Sanitize index c7957d1..76dc860 100644 --- a/gas/testsuite/gas/.Sanitize +++ b/gas/testsuite/gas/.Sanitize @@ -23,6 +23,12 @@ else lose_these_too="arc ${lose_these_too}" fi +if ( echo $* | grep keep\-v850 > /dev/null ) ; then + keep_these_too="v850 ${keep_these_too}" +else + lose_these_too="v850 ${lose_these_too}" +fi + # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize |