aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2008-08-01 14:21:30 +0000
committerH.J. Lu <hjl.tools@gmail.com>2008-08-01 14:21:30 +0000
commita656ed5bea55de6af0e9e3655845d602580e670b (patch)
tree4e70b55a5acfd04575d63c6d49db1d07f1fd1473 /gas
parent11a7ae4fa9621fe4a90b201bd56f100bf4c736b6 (diff)
downloadfsf-binutils-gdb-a656ed5bea55de6af0e9e3655845d602580e670b.zip
fsf-binutils-gdb-a656ed5bea55de6af0e9e3655845d602580e670b.tar.gz
fsf-binutils-gdb-a656ed5bea55de6af0e9e3655845d602580e670b.tar.bz2
binutils/
2008-08-01 H.J. Lu <hongjiu.lu@intel.com> * dwarf.c (dwarf_regnames_i386): Remove AVX registers. (dwarf_regnames_x86_64): Likewise. gas/testsuite/ 2008-08-01 H.J. Lu <hongjiu.lu@intel.com> * gas/cfi/cfi-i386.s: Remove tests for AVX register maps. * gas/cfi/cfi-x86_64.s: Likewise. * gas/cfi/cfi-i386.d: Updated. * gas/cfi/cfi-x86_64.d: Likewise. opcodes/ 2008-08-01 H.J. Lu <hongjiu.lu@intel.com> * i386-reg.tbl: Use Dw2Inval on AVX registers. * i386-tbl.h: Regenerated.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog8
-rw-r--r--gas/testsuite/gas/cfi/cfi-i386.d19
-rw-r--r--gas/testsuite/gas/cfi/cfi-i386.s9
-rw-r--r--gas/testsuite/gas/cfi/cfi-x86_64.d35
-rw-r--r--gas/testsuite/gas/cfi/cfi-x86_64.s17
5 files changed, 10 insertions, 78 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 7c43370..1ea3df5 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/cfi/cfi-i386.s: Remove tests for AVX register maps.
+ * gas/cfi/cfi-x86_64.s: Likewise.
+
+ * gas/cfi/cfi-i386.d: Updated.
+ * gas/cfi/cfi-x86_64.d: Likewise.
+
2008-07-31 Peter Bergner <bergner@vnet.ibm.com>
* gas/ppc/cell.s: Add altivec instructions.
diff --git a/gas/testsuite/gas/cfi/cfi-i386.d b/gas/testsuite/gas/cfi/cfi-i386.d
index 38470da..ef477d3 100644
--- a/gas/testsuite/gas/cfi/cfi-i386.d
+++ b/gas/testsuite/gas/cfi/cfi-i386.d
@@ -57,7 +57,7 @@ The section .eh_frame contains:
DW_CFA_undefined: r8 \(eip\)
DW_CFA_nop
-000000a0 000000ac 00000018 FDE cie=0000008c pc=00000044..00000079
+000000a0 00000094 00000018 FDE cie=0000008c pc=00000044..00000071
DW_CFA_advance_loc: 1 to 00000045
DW_CFA_undefined: r0 \(eax\)
DW_CFA_advance_loc: 1 to 00000046
@@ -146,24 +146,7 @@ The section .eh_frame contains:
DW_CFA_undefined: r35 \(mm6\)
DW_CFA_advance_loc: 1 to 00000070
DW_CFA_undefined: r36 \(mm7\)
- DW_CFA_advance_loc: 1 to 00000071
- DW_CFA_undefined: r53 \(ymm0\)
- DW_CFA_advance_loc: 1 to 00000072
- DW_CFA_undefined: r54 \(ymm1\)
- DW_CFA_advance_loc: 1 to 00000073
- DW_CFA_undefined: r55 \(ymm2\)
- DW_CFA_advance_loc: 1 to 00000074
- DW_CFA_undefined: r56 \(ymm3\)
- DW_CFA_advance_loc: 1 to 00000075
- DW_CFA_undefined: r57 \(ymm4\)
- DW_CFA_advance_loc: 1 to 00000076
- DW_CFA_undefined: r58 \(ymm5\)
- DW_CFA_advance_loc: 1 to 00000077
- DW_CFA_undefined: r59 \(ymm6\)
- DW_CFA_advance_loc: 1 to 00000078
- DW_CFA_undefined: r60 \(ymm7\)
DW_CFA_nop
DW_CFA_nop
DW_CFA_nop
-#pass
diff --git a/gas/testsuite/gas/cfi/cfi-i386.s b/gas/testsuite/gas/cfi/cfi-i386.s
index 29119db..9da0db1 100644
--- a/gas/testsuite/gas/cfi/cfi-i386.s
+++ b/gas/testsuite/gas/cfi/cfi-i386.s
@@ -162,13 +162,4 @@ func_all_registers:
.cfi_undefined mm6 ; nop
.cfi_undefined mm7 ; nop
- .cfi_undefined ymm0 ; nop
- .cfi_undefined ymm1 ; nop
- .cfi_undefined ymm2 ; nop
- .cfi_undefined ymm3 ; nop
- .cfi_undefined ymm4 ; nop
- .cfi_undefined ymm5 ; nop
- .cfi_undefined ymm6 ; nop
- .cfi_undefined ymm7 ; nop
-
.cfi_endproc
diff --git a/gas/testsuite/gas/cfi/cfi-x86_64.d b/gas/testsuite/gas/cfi/cfi-x86_64.d
index 0f6566b..3fc7d53 100644
--- a/gas/testsuite/gas/cfi/cfi-x86_64.d
+++ b/gas/testsuite/gas/cfi/cfi-x86_64.d
@@ -94,7 +94,7 @@ The section .eh_frame contains:
DW_CFA_undefined: r16 \(rip\)
DW_CFA_nop
-000000e8 000000fc 00000018 FDE cie=000000d4 pc=00000058..000000a7
+000000e8 000000cc 00000018 FDE cie=000000d4 pc=00000058..00000097
DW_CFA_advance_loc: 1 to 00000059
DW_CFA_undefined: r0 \(rax\)
DW_CFA_advance_loc: 1 to 0000005a
@@ -219,42 +219,9 @@ The section .eh_frame contains:
DW_CFA_undefined: r47 \(mm6\)
DW_CFA_advance_loc: 1 to 00000096
DW_CFA_undefined: r48 \(mm7\)
- DW_CFA_advance_loc: 1 to 00000097
- DW_CFA_undefined: r70 \(ymm0\)
- DW_CFA_advance_loc: 1 to 00000098
- DW_CFA_undefined: r71 \(ymm1\)
- DW_CFA_advance_loc: 1 to 00000099
- DW_CFA_undefined: r72 \(ymm2\)
- DW_CFA_advance_loc: 1 to 0000009a
- DW_CFA_undefined: r73 \(ymm3\)
- DW_CFA_advance_loc: 1 to 0000009b
- DW_CFA_undefined: r74 \(ymm4\)
- DW_CFA_advance_loc: 1 to 0000009c
- DW_CFA_undefined: r75 \(ymm5\)
- DW_CFA_advance_loc: 1 to 0000009d
- DW_CFA_undefined: r76 \(ymm6\)
- DW_CFA_advance_loc: 1 to 0000009e
- DW_CFA_undefined: r77 \(ymm7\)
- DW_CFA_advance_loc: 1 to 0000009f
- DW_CFA_undefined: r78 \(ymm8\)
- DW_CFA_advance_loc: 1 to 000000a0
- DW_CFA_undefined: r79 \(ymm9\)
- DW_CFA_advance_loc: 1 to 000000a1
- DW_CFA_undefined: r80 \(ymm10\)
- DW_CFA_advance_loc: 1 to 000000a2
- DW_CFA_undefined: r81 \(ymm11\)
- DW_CFA_advance_loc: 1 to 000000a3
- DW_CFA_undefined: r82 \(ymm12\)
- DW_CFA_advance_loc: 1 to 000000a4
- DW_CFA_undefined: r83 \(ymm13\)
- DW_CFA_advance_loc: 1 to 000000a5
- DW_CFA_undefined: r84 \(ymm14\)
- DW_CFA_advance_loc: 1 to 000000a6
- DW_CFA_undefined: r85 \(ymm15\)
DW_CFA_nop
DW_CFA_nop
DW_CFA_nop
DW_CFA_nop
DW_CFA_nop
-#pass
diff --git a/gas/testsuite/gas/cfi/cfi-x86_64.s b/gas/testsuite/gas/cfi/cfi-x86_64.s
index 4fbc4e1..65c2aa2 100644
--- a/gas/testsuite/gas/cfi/cfi-x86_64.s
+++ b/gas/testsuite/gas/cfi/cfi-x86_64.s
@@ -211,21 +211,4 @@ func_all_registers:
.cfi_undefined mm6 ; nop
.cfi_undefined mm7 ; nop
- .cfi_undefined ymm0 ; nop
- .cfi_undefined ymm1 ; nop
- .cfi_undefined ymm2 ; nop
- .cfi_undefined ymm3 ; nop
- .cfi_undefined ymm4 ; nop
- .cfi_undefined ymm5 ; nop
- .cfi_undefined ymm6 ; nop
- .cfi_undefined ymm7 ; nop
- .cfi_undefined ymm8 ; nop
- .cfi_undefined ymm9 ; nop
- .cfi_undefined ymm10 ; nop
- .cfi_undefined ymm11 ; nop
- .cfi_undefined ymm12 ; nop
- .cfi_undefined ymm13 ; nop
- .cfi_undefined ymm14 ; nop
- .cfi_undefined ymm15 ; nop
-
.cfi_endproc