]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - include/opcode/ChangeLog
gas/
authorPeter Bergner <bergner@vnet.ibm.com>
Fri, 2 Oct 2009 14:42:42 +0000 (14:42 +0000)
committerPeter Bergner <bergner@vnet.ibm.com>
Fri, 2 Oct 2009 14:42:42 +0000 (14:42 +0000)
commit9fe54b1ca1c054c9323d232bf077abadf4d02c88
treee0de755857191e27baae856d4311729eb529dea0
parent4a056f1472ee3ce5a2dde5df46a0faf6e794b114
gas/
* config/tc-ppc.c (md_show_usage): Document -m476.
* doc/c-ppc.texi (PowerPC-Opts): Document -m476.

gas/testsuite/
* gas/ppc/476.s: New test.
* gas/ppc/476.d: Likewise.
* gas/ppc/ppc.exp: Run the 476 test.

include/opcode/
* ppc.h (PPC_OPCODE_476): Define.

opcodes/
* ppc-dis.c (ppc_opts): Add "476" entry.
* ppc-opc.c (PPC476): Define.
(powerpc_opcodes): Update mnemonics where required for 476.
12 files changed:
gas/ChangeLog
gas/config/tc-ppc.c
gas/doc/c-ppc.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/ppc/476.d [new file with mode: 0644]
gas/testsuite/gas/ppc/476.s [new file with mode: 0644]
gas/testsuite/gas/ppc/ppc.exp
include/opcode/ChangeLog
include/opcode/ppc.h
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c