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. --- opcodes/ChangeLog | 5 +++++ opcodes/sparc-dis.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fc81dc6..ce809d8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2008-04-25 David S. Miller + + * sparc-dis.c: Emit %stick instead of %sys_tick, and %stick_cmpr + instead of %sys_tick_cmpr, as suggested in architecture manuals. + 2008-04-23 Paolo Bonzini * aclocal.m4: Regenerate. diff --git a/opcodes/sparc-dis.c b/opcodes/sparc-dis.c index c9a1310..b512ae3 100644 --- a/opcodes/sparc-dis.c +++ b/opcodes/sparc-dis.c @@ -107,7 +107,7 @@ static char *v9_hpriv_reg_names[] = static char *v9a_asr_reg_names[] = { "pcr", "pic", "dcr", "gsr", "set_softint", "clear_softint", - "softint", "tick_cmpr", "sys_tick", "sys_tick_cmpr" + "softint", "tick_cmpr", "stick", "stick_cmpr" }; /* Macros used to extract instruction fields. Not all fields have -- cgit v1.1