diff options
author | Nick Clifton <nickc@redhat.com> | 2018-12-03 17:26:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-12-03 17:26:41 +0000 |
commit | 8acbe8ffa02f62eb9371b8626576f83fcd6989af (patch) | |
tree | 515e16d8a69d1f7c2612d31349ce5dc580fba9c8 /binutils | |
parent | b570a287cfb5715bdfcbd9e437a4f4fb9b94c9d4 (diff) | |
download | binutils-8acbe8ffa02f62eb9371b8626576f83fcd6989af.zip binutils-8acbe8ffa02f62eb9371b8626576f83fcd6989af.tar.gz binutils-8acbe8ffa02f62eb9371b8626576f83fcd6989af.tar.bz2 |
Update the assembler to use a version of 3 when generating the header of the .debug_line section.
PR 23941
gas * dwarf2dbg.c (DWARF2_LINE_VERSION): Change to 3.
* testsuite/gas/elf/dwarf2-3.d: Update expected output.
* testsuite/gas/elf/dwarf2-5.d: Likewise.
* testsuite/gas/i386/debug1.d: Likewise.
* testsuite/gas/i386/dw2-compress-1.d: Likewise.
* testsuite/gas/i386/dw2-compress-3a.d: Likewise.
* testsuite/gas/i386/dw2-compress-3b.d: Likewise.
* testsuite/gas/i386/dw2-compressed-1.d: Likewise.
* testsuite/gas/i386/dw2-compressed-3a.d: Likewise.
* testsuite/gas/i386/dw2-compressed-3b.d: Likewise.
* testsuite/gas/ia64/pr13167.d: Likewise.
* testsuite/gas/mips/loc-swap-2.d: Likewise.
* testsuite/gas/mips/loc-swap.d: Likewise.
* testsuite/gas/mips/micromips@loc-swap-2.d: Likewise.
* testsuite/gas/mips/micromips@loc-swap.d: Likewise.
* testsuite/gas/mips/mips16@loc-swap-2.d: Likewise.
* testsuite/gas/mips/mips16@loc-swap.d: Likewise.
* testsuite/gas/mips/mips16e@loc-swap.d: Likewise.
binutils* testsuite/binutils-all/i386/compressed-1a.d: Update expected output.
* testsuite/binutils-all/x86-64/compressed-1a.d: Likewise.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/i386/compressed-1a.d | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/x86-64/compressed-1a.d | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 612b0ed..b61ea26 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2018-12-03 Nick Clifton <nickc@redhat.com> + + PR 23941 + * testsuite/binutils-all/i386/compressed-1a.d: Update expected output. + * testsuite/binutils-all/x86-64/compressed-1a.d: Likewise. + 2018-12-01 Alan Modra <amodra@gmail.com> PR 23946 diff --git a/binutils/testsuite/binutils-all/i386/compressed-1a.d b/binutils/testsuite/binutils-all/i386/compressed-1a.d index b6c6ecc..70b13ce 100644 --- a/binutils/testsuite/binutils-all/i386/compressed-1a.d +++ b/binutils/testsuite/binutils-all/i386/compressed-1a.d @@ -64,7 +64,7 @@ Raw dump of debug contents of section .[z]?debug_line: Offset: 0x0 Length: 64 - DWARF Version: 2 + DWARF Version: . Prologue Length: 37 Minimum Instruction Length: 1 Initial value of 'is_stmt': 1 diff --git a/binutils/testsuite/binutils-all/x86-64/compressed-1a.d b/binutils/testsuite/binutils-all/x86-64/compressed-1a.d index 23151ef..3c8eb54 100644 --- a/binutils/testsuite/binutils-all/x86-64/compressed-1a.d +++ b/binutils/testsuite/binutils-all/x86-64/compressed-1a.d @@ -64,7 +64,7 @@ Raw dump of debug contents of section .[z]?debug_line: Offset: 0x0 Length: 67 - DWARF Version: 2 + DWARF Version: . Prologue Length: 37 Minimum Instruction Length: 1 Initial value of 'is_stmt': 1 |