diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 11 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/nops-1.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/nops-2.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/nops-3.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-nops-1.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-nops-2.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-nops-3.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-nops-4.d | 1 |
8 files changed, 18 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 83c69f6..037b6a0 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2008-07-24 H.J. Lu <hongjiu.lu@intel.com> + + * gas/i386/nops-1.d: Add -mtune=generic32. + * gas/i386/nops-2.d: Likewise. + * gas/i386/nops-3.d: Likewise. + + * gas/i386/x86-64-nops-1.d: Add -mtune=generic64. + * gas/i386/x86-64-nops-2.d: Likewise. + * gas/i386/x86-64-nops-3.d: Likewise. + * gas/i386/x86-64-nops-4.d: Likewise. + 2008-07-22 Chao-ying Fu <fu@mips.com> * gas/mips/tls-ill.l: Update error message. diff --git a/gas/testsuite/gas/i386/nops-1.d b/gas/testsuite/gas/i386/nops-1.d index 010f490..aab2d10 100644 --- a/gas/testsuite/gas/i386/nops-1.d +++ b/gas/testsuite/gas/i386/nops-1.d @@ -1,4 +1,5 @@ #source: nops-1.s +#as: -mtune=generic32 #objdump: -drw #name: i386 nops 1 diff --git a/gas/testsuite/gas/i386/nops-2.d b/gas/testsuite/gas/i386/nops-2.d index 6cfbcfb..421e10b 100644 --- a/gas/testsuite/gas/i386/nops-2.d +++ b/gas/testsuite/gas/i386/nops-2.d @@ -1,4 +1,5 @@ #source: nops-2.s +#as: -mtune=generic32 #objdump: -drw #name: i386 nops 2 diff --git a/gas/testsuite/gas/i386/nops-3.d b/gas/testsuite/gas/i386/nops-3.d index 77ce744..497030e 100644 --- a/gas/testsuite/gas/i386/nops-3.d +++ b/gas/testsuite/gas/i386/nops-3.d @@ -1,4 +1,5 @@ #source: nops-3.s +#as: -mtune=generic32 #objdump: -drw #name: i386 nops 3 diff --git a/gas/testsuite/gas/i386/x86-64-nops-1.d b/gas/testsuite/gas/i386/x86-64-nops-1.d index a1de73a..6239127 100644 --- a/gas/testsuite/gas/i386/x86-64-nops-1.d +++ b/gas/testsuite/gas/i386/x86-64-nops-1.d @@ -1,4 +1,5 @@ #source: nops-1.s +#as: -mtune=generic64 #objdump: -drw #name: x86-64 nops 1 diff --git a/gas/testsuite/gas/i386/x86-64-nops-2.d b/gas/testsuite/gas/i386/x86-64-nops-2.d index 858c4c9..439aa85 100644 --- a/gas/testsuite/gas/i386/x86-64-nops-2.d +++ b/gas/testsuite/gas/i386/x86-64-nops-2.d @@ -1,4 +1,5 @@ #source: nops-2.s +#as: -mtune=generic64 #objdump: -drw #name: x86-64 nops 2 diff --git a/gas/testsuite/gas/i386/x86-64-nops-3.d b/gas/testsuite/gas/i386/x86-64-nops-3.d index 315f2e3..4e86761 100644 --- a/gas/testsuite/gas/i386/x86-64-nops-3.d +++ b/gas/testsuite/gas/i386/x86-64-nops-3.d @@ -1,4 +1,5 @@ #source: nops-3.s +#as: -mtune=generic64 #objdump: -drw #name: x86-64 nops 3 diff --git a/gas/testsuite/gas/i386/x86-64-nops-4.d b/gas/testsuite/gas/i386/x86-64-nops-4.d index 9ee73dc..d6e4e89 100644 --- a/gas/testsuite/gas/i386/x86-64-nops-4.d +++ b/gas/testsuite/gas/i386/x86-64-nops-4.d @@ -1,4 +1,5 @@ #source: nops-4.s +#as: -mtune=generic64 #objdump: -drw #name: x86-64 nops 4 |