diff options
author | David S. Miller <davem@redhat.com> | 2008-04-25 19:58:03 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2008-04-25 19:58:03 +0000 |
commit | f04d18b76aed94c5df33c3d504299f84b5e7145d (patch) | |
tree | 9871cc5ec91dabd454cb4f8dcf765d2952da587e /gas/ChangeLog | |
parent | 93b5768bfdc8cb884d54258a3935144214608cac (diff) | |
download | gdb-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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4506e1c..6a1a35d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +2008-04-25 David S. Miller <davem@davemloft.net> + + * 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. + 2008-04-23 Mike Frysinger <vapier@gentoo.org> * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c. |