From f04d18b76aed94c5df33c3d504299f84b5e7145d Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Fri, 25 Apr 2008 19:58:03 +0000 Subject: 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. --- gas/config/tc-sparc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/config') 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}, -- cgit v1.1