diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2011-02-10 17:06:44 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2011-02-10 17:06:44 +0000 |
commit | 40c034ebed70c5af579b4dc69b4832698777eaa3 (patch) | |
tree | 46578c7460d5d49afd7d1eb3487bec3b8f83b360 /gas | |
parent | 635fb38d396fb6dc7b028b446050973644270485 (diff) | |
download | gdb-40c034ebed70c5af579b4dc69b4832698777eaa3.zip gdb-40c034ebed70c5af579b4dc69b4832698777eaa3.tar.gz gdb-40c034ebed70c5af579b4dc69b4832698777eaa3.tar.bz2 |
2011-02-10 Kai Tietz <kai.tietz@onevision.com>
* gas/cfi/cfi-x86_64.d: Adjust for x64 PE+.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/cfi/cfi-x86_64.d | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 12d96c5..f9c90af 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-02-10 Kai Tietz <kai.tietz@onevision.com> + + * gas/cfi/cfi-x86_64.d: Adjust for x64 PE+. + 2011-02-10 Vincent Rivière <vincent.riviere@freesbee.fr> * gas/m68k/cpu32.d: Set explicit architecture for objdump. diff --git a/gas/testsuite/gas/cfi/cfi-x86_64.d b/gas/testsuite/gas/cfi/cfi-x86_64.d index 7d20d2a..31fbf76 100644 --- a/gas/testsuite/gas/cfi/cfi-x86_64.d +++ b/gas/testsuite/gas/cfi/cfi-x86_64.d @@ -8,11 +8,11 @@ Contents of the .eh_frame section: Augmentation: "zR" Code alignment factor: 1 Data alignment factor: -8 - Return address column: 16 + Return address column: (16|32) Augmentation data: 1b DW_CFA_def_cfa: r7 \(rsp\) ofs 8 - DW_CFA_offset: r16 \(rip\) at cfa-8 + DW_CFA_offset: (r16 \(rip\)|r32 \(xmm15\)) at cfa-8 DW_CFA_nop DW_CFA_nop @@ -56,7 +56,7 @@ Contents of the .eh_frame section: Augmentation: "zR" Code alignment factor: 1 Data alignment factor: -8 - Return address column: 16 + Return address column: (16|32) Augmentation data: 1b DW_CFA_def_cfa: r7 \(rsp\) ofs 8 @@ -89,7 +89,7 @@ Contents of the .eh_frame section: Augmentation: "zR" Code alignment factor: 1 Data alignment factor: -8 - Return address column: 16 + Return address column: (16|32) Augmentation data: 1b DW_CFA_undefined: r16 \(rip\) |