diff options
author | Matthew Green <mrg@redhat.com> | 2001-10-17 13:13:16 +0000 |
---|---|---|
committer | Matthew Green <mrg@redhat.com> | 2001-10-17 13:13:16 +0000 |
commit | f5c120c5dcc817baeafc0db53d03e84735616eb2 (patch) | |
tree | e5e9b43103821f3917cb6422c4fd9910e047e97a /gas/ChangeLog | |
parent | 973ffd6335bb35d78d2ea2b844019f38ac9dbba5 (diff) | |
download | gdb-f5c120c5dcc817baeafc0db53d03e84735616eb2.zip gdb-f5c120c5dcc817baeafc0db53d03e84735616eb2.tar.gz gdb-f5c120c5dcc817baeafc0db53d03e84735616eb2.tar.bz2 |
[gas/ChangeLog]
* config/tc-ppc.c (md_show_usage): Add missing -maltivec, -m7400,
-m7410, -m7450 and -m7455 options.
[gas/testsuite/ChangeLog]
* gas/ppc/altivec.s: New test for AltiVec.
* gas/ppc/altivec.d: New file.
* gas/ppc/ppc.exp: Test altivec.s
[include/opcode/ChangeLog]
* ppc.h (PPC_OPCODE_BOOKE64): Fix typo.
[opcodes/ChangeLog]
* ppc-opc.c (STRM): New AltiVec operand.
(XDSS): New AltiVec instruction form.
(mtvscr): Correct operand list.
(dst, dstt, dstst, dststt, dss, dssall): AltiVec instructions.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b3551fb..435d388 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-10-17 matthew green <mrg@redhat.com> + + * config/tc-ppc.c (md_show_usage): Add missing -maltivec, -m7400, + -m7410, -m7450 and -m7455 options. + 2001-10-17 Alan Modra <amodra@bigpond.net.au> * config/tc-ppc.c (PPC_HA, PPC_HIGHERA, PPC_HIGHESTA): Simplify. |