diff options
author | David S. Miller <davem@redhat.com> | 2008-04-30 03:50:39 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2008-04-30 03:50:39 +0000 |
commit | 2b661f3dc26d58c8aadbe1a912be38d53872ed5b (patch) | |
tree | f6fd825c37fbbe2b08500f7960d73eeebc54154a /gas/config | |
parent | b391a3e3dc0037b5697a06bb1f2e9d65e004fbed (diff) | |
download | gdb-2b661f3dc26d58c8aadbe1a912be38d53872ed5b.zip gdb-2b661f3dc26d58c8aadbe1a912be38d53872ed5b.tar.gz gdb-2b661f3dc26d58c8aadbe1a912be38d53872ed5b.tar.bz2 |
* config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-sparc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index a43d6c0..f8a283c 100644 --- a/gas/config/tc-sparc.c +++ b/gas/config/tc-sparc.c @@ -778,9 +778,9 @@ struct priv_reg_entry v9a_asr_table[] = {"sys_tick", 24}, {"stick_cmpr", 25}, {"stick", 24}, - {"softint", 22}, {"softint_clear", 21}, {"softint_set", 20}, + {"softint", 22}, {"set_softint", 20}, {"pic", 17}, {"pcr", 16}, |