aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>2008-04-25 19:58:03 +0000
committerDavid S. Miller <davem@redhat.com>2008-04-25 19:58:03 +0000
commitf04d18b76aed94c5df33c3d504299f84b5e7145d (patch)
tree9871cc5ec91dabd454cb4f8dcf765d2952da587e /gas/config
parent93b5768bfdc8cb884d54258a3935144214608cac (diff)
downloadgdb-f04d18b76aed94c5df33c3d504299f84b5e7145d.zip
gdb-f04d18b76aed94c5df33c3d504299f84b5e7145d.tar.gz
gdb-f04d18b76aed94c5df33c3d504299f84b5e7145d.tar.bz2
gas/
* config/tc-sparc.c: Accept 'softint_clear' and 'softint_set' %asr aliases. * doc/c-sparc.texi: Consistently refer to architecture 'versions', rather than occaisionally 'levels'. Consistently refer to Sun's UNIX variant as SunOS, every version of Solaris is also SunOS. Document new 'softint_clear' and 'softint_set' aliases. Clarify which architecture versions support '%dcr', '%cq', and '%gl'. Add section on 32-bit/64-bit opcode translations. opcodes/ * sparc-dis.c: Emit %stick instead of %sys_tick, and %stick_cmpr instead of %sys_tick_cmpr, as suggested in architecture manuals.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-sparc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c
index 1b657f5..a43d6c0 100644
--- a/gas/config/tc-sparc.c
+++ b/gas/config/tc-sparc.c
@@ -779,6 +779,8 @@ struct priv_reg_entry v9a_asr_table[] =
{"stick_cmpr", 25},
{"stick", 24},
{"softint", 22},
+ {"softint_clear", 21},
+ {"softint_set", 20},
{"set_softint", 20},
{"pic", 17},
{"pcr", 16},