Add AMD bdver3 support.
authorNagajyothi Eggone <nagajyothi.eggone@amd.com>
Tue, 9 Oct 2012 08:43:06 +0000 (08:43 +0000)
committerNagajyothi Eggone <nagajyothi.eggone@amd.com>
Tue, 9 Oct 2012 08:43:06 +0000 (08:43 +0000)
commit5e5c50d37b665b75f0f59e50eda106247809e795
tree0f8bb8aa1ce4e6320f99d6a2389dfda192ae9cee
parent4d5f33b647f45b94feb45558c50a70753332860e
Add AMD bdver3 support.

gas/

* config/tc-i386.c (cpu_arch): Add CPU_BDVER3_FLAGS.
* doc/c-i386.texi: Add -march=bdver3 option.

gas/testsuite/

* gas/i386/i386.exp: Run bdver3 test cases.
* gas/i386/nops-1-bdver3.d: New.
* gas/i386/arch-10-bdver3.d: New.
* gas/i386/x86-64-nops-1-bdver3.d: New.
* gas/i386/x86-64-arch-2-bdver3.d: New.

opcodes/

* i386-gen.c (cpu_flag_init): Add CPU_BDVER3_FLAGS.
* i386-init.h: Regenerated.
12 files changed:
gas/ChangeLog
gas/config/tc-i386.c
gas/doc/c-i386.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/arch-10-bdver3.d [new file with mode: 0644]
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/nops-1-bdver3.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-arch-2-bdver3.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-nops-1-bdver3.d [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-gen.c
opcodes/i386-init.h
This page took 0.026973 seconds and 4 git commands to generate.