diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-11-15 18:14:11 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-11-15 18:14:11 +0000 |
commit | 6dbf72d7a6d0a51f4af24654aed50f85801a02a9 (patch) | |
tree | 1cbc0c108b8cf3d4bb87baca531c59a82126b6d9 /gas/testsuite | |
parent | bd937d21502c30419a3ce45c93e382fff0019e96 (diff) | |
download | binutils-6dbf72d7a6d0a51f4af24654aed50f85801a02a9.tar.gz binutils-6dbf72d7a6d0a51f4af24654aed50f85801a02a9.tar.bz2 binutils-6dbf72d7a6d0a51f4af24654aed50f85801a02a9.zip |
Also expect .zdebug in DWARF debug section name.
binutils/testsuite/
2010-11-15 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/compress.exp: Pass --nocompress-debug-sections to
assembler for uncompressed debug sections.
* binutils-all/testranges.d: Also expect .zdebug in section name.
gas/testsuite/
2010-11-15 H.J. Lu <hongjiu.lu@intel.com>
* gas/elf/dwarf2-3.d: Also expect .zdebug in section name.
* gas/i386/debug1.d: Likewise.
* gas/lns/lns-common-1.d: Likewise.
* gas/lns/lns-duplicate.d: Likewise.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/dwarf2-3.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/debug1.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/lns/lns-common-1.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/lns/lns-duplicate.d | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 594a5c93a16..e9d1130eeff 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2010-11-15 H.J. Lu <hongjiu.lu@intel.com> + + * gas/elf/dwarf2-3.d: Also expect .zdebug in section name. + * gas/i386/debug1.d: Likewise. + * gas/lns/lns-common-1.d: Likewise. + * gas/lns/lns-duplicate.d: Likewise. + 2010-11-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> PR gas/12198 diff --git a/gas/testsuite/gas/elf/dwarf2-3.d b/gas/testsuite/gas/elf/dwarf2-3.d index 44a2a6d17fd..0e728dda18d 100644 --- a/gas/testsuite/gas/elf/dwarf2-3.d +++ b/gas/testsuite/gas/elf/dwarf2-3.d @@ -2,7 +2,7 @@ #name: DWARF2 3 #not-target: ia64-*-* h8300-*-* -Raw dump of debug contents of section .debug_line: +Raw dump of debug contents of section \.z?debug_line: Offset: 0x0 Length: 41 diff --git a/gas/testsuite/gas/i386/debug1.d b/gas/testsuite/gas/i386/debug1.d index 437e38f2410..ae1eb293309 100644 --- a/gas/testsuite/gas/i386/debug1.d +++ b/gas/testsuite/gas/i386/debug1.d @@ -2,7 +2,7 @@ #readelf: -wl #name: DWARF2 debugging information 1 -Raw dump of debug contents of section .debug_line: +Raw dump of debug contents of section \.z?debug_line: Offset: 0x0 Length: .* diff --git a/gas/testsuite/gas/lns/lns-common-1.d b/gas/testsuite/gas/lns/lns-common-1.d index e28896f37d8..ad0d4153883 100644 --- a/gas/testsuite/gas/lns/lns-common-1.d +++ b/gas/testsuite/gas/lns/lns-common-1.d @@ -1,6 +1,6 @@ #readelf: -wl #name: lns-common-1 -Raw dump of debug contents of section \.debug_line: +Raw dump of debug contents of section \.z?debug_line: #... Initial value of 'is_stmt': 1 #... diff --git a/gas/testsuite/gas/lns/lns-duplicate.d b/gas/testsuite/gas/lns/lns-duplicate.d index 4e286493267..1bf2b5649ea 100644 --- a/gas/testsuite/gas/lns/lns-duplicate.d +++ b/gas/testsuite/gas/lns/lns-duplicate.d @@ -1,6 +1,6 @@ #readelf: -wl #name: lns-duplicate -Raw dump of debug contents of section \.debug_line: +Raw dump of debug contents of section \.z?debug_line: #... Line Number Statements: Extended opcode 2: set Address to .* |