aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-09-20 10:55:36 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-09-20 10:59:07 -0700
commitddb77fcccbbff14d6426d01357942e88d240dfbe (patch)
treee3b7d0df9ec6a1a15aea55132cf424676a79d3f5 /gas
parent17f6ade235fc96b4e572b5251b344d426c5f1cd5 (diff)
downloadgdb-ddb77fcccbbff14d6426d01357942e88d240dfbe.zip
gdb-ddb77fcccbbff14d6426d01357942e88d240dfbe.tar.gz
gdb-ddb77fcccbbff14d6426d01357942e88d240dfbe.tar.bz2
gas: Update expected outputs of "readelf -wL"
Update expected outputs of "readelf -wL" for commit 17f6ade235fc96b4e572b5251b344d426c5f1cd5 Author: John Darrington <john@darrington.wattle.id.au> Date: Wed Sep 19 19:56:29 2018 +0200 binutils --dwarf=decodedline: Add display of is_stmt flag which adds display of is_stmt flag. PR binutils/23695 * testsuite/gas/elf/dwarf2-11.d: Update expected outputs of "readelf -wL". * testsuite/gas/elf/dwarf2-12.d: Likewise. * testsuite/gas/elf/dwarf2-13.d: Likewise. * testsuite/gas/elf/dwarf2-14.d: Likewise. * testsuite/gas/elf/dwarf2-15.d: Likewise. * testsuite/gas/elf/dwarf2-16.d: Likewise. * testsuite/gas/elf/dwarf2-17.d: Likewise. * testsuite/gas/elf/dwarf2-18.d: Likewise. * testsuite/gas/elf/dwarf2-5.d: Likewise. * testsuite/gas/elf/dwarf2-6.d: Likewise. * testsuite/gas/elf/dwarf2-7.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog16
-rw-r--r--gas/testsuite/gas/elf/dwarf2-11.d8
-rw-r--r--gas/testsuite/gas/elf/dwarf2-12.d10
-rw-r--r--gas/testsuite/gas/elf/dwarf2-13.d10
-rw-r--r--gas/testsuite/gas/elf/dwarf2-14.d10
-rw-r--r--gas/testsuite/gas/elf/dwarf2-15.d10
-rw-r--r--gas/testsuite/gas/elf/dwarf2-16.d10
-rw-r--r--gas/testsuite/gas/elf/dwarf2-17.d10
-rw-r--r--gas/testsuite/gas/elf/dwarf2-18.d10
-rw-r--r--gas/testsuite/gas/elf/dwarf2-5.d28
-rw-r--r--gas/testsuite/gas/elf/dwarf2-6.d24
-rw-r--r--gas/testsuite/gas/elf/dwarf2-7.d10
12 files changed, 86 insertions, 70 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 637fc65..8a8eb20 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,19 @@
+2018-09-20 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/23695
+ * testsuite/gas/elf/dwarf2-11.d: Update expected outputs of
+ "readelf -wL".
+ * testsuite/gas/elf/dwarf2-12.d: Likewise.
+ * testsuite/gas/elf/dwarf2-13.d: Likewise.
+ * testsuite/gas/elf/dwarf2-14.d: Likewise.
+ * testsuite/gas/elf/dwarf2-15.d: Likewise.
+ * testsuite/gas/elf/dwarf2-16.d: Likewise.
+ * testsuite/gas/elf/dwarf2-17.d: Likewise.
+ * testsuite/gas/elf/dwarf2-18.d: Likewise.
+ * testsuite/gas/elf/dwarf2-5.d: Likewise.
+ * testsuite/gas/elf/dwarf2-6.d: Likewise.
+ * testsuite/gas/elf/dwarf2-7.d: Likewise.
+
2018-09-20 Maciej W. Rozycki <macro@linux-mips.org>
* config/tc-s12z.c (lex_opr): Use an auxiliary unsigned variable
diff --git a/gas/testsuite/gas/elf/dwarf2-11.d b/gas/testsuite/gas/elf/dwarf2-11.d
index bd0e6ca..2a5ec84 100644
--- a/gas/testsuite/gas/elf/dwarf2-11.d
+++ b/gas/testsuite/gas/elf/dwarf2-11.d
@@ -9,7 +9,7 @@
Contents of the \.debug_line section:
CU: dwarf2-11\.c:
-File name *Line number *Starting address *View
-dwarf2-11\.c *1 *0x4
-dwarf2-11\.c *2 *0x8
-dwarf2-11\.c *2 *0x8 *1
+File name *Line number *Starting address *View +Stmt
+dwarf2-11\.c *1 *0x4 +x
+dwarf2-11\.c *2 *0x8 +x
+dwarf2-11\.c *2 *0x8 *1 +x
diff --git a/gas/testsuite/gas/elf/dwarf2-12.d b/gas/testsuite/gas/elf/dwarf2-12.d
index 9a07b59..58cda41 100644
--- a/gas/testsuite/gas/elf/dwarf2-12.d
+++ b/gas/testsuite/gas/elf/dwarf2-12.d
@@ -13,8 +13,8 @@ Hex dump of section '\.rodata':
Contents of the \.debug_line section:
CU: dwarf2-12\.c:
-File name *Line number *Starting address *View
-dwarf2-12\.c *1 *0
-dwarf2-12\.c *2 *0
-dwarf2-12\.c *3 *0 *1
-dwarf2-12\.c *3 *0x4
+File name *Line number *Starting address *View +Stmt
+dwarf2-12\.c *1 *0 +x
+dwarf2-12\.c *2 *0 +x
+dwarf2-12\.c *3 *0 *1 +x
+dwarf2-12\.c *3 *0x4 +x
diff --git a/gas/testsuite/gas/elf/dwarf2-13.d b/gas/testsuite/gas/elf/dwarf2-13.d
index 8ec16eb..bcda370 100644
--- a/gas/testsuite/gas/elf/dwarf2-13.d
+++ b/gas/testsuite/gas/elf/dwarf2-13.d
@@ -12,8 +12,8 @@ Hex dump of section '\.rodata':
Contents of the \.debug_line section:
CU: dwarf2-13\.c:
-File name *Line number *Starting address *View
-dwarf2-13\.c *1 *0x4
-dwarf2-13\.c *2 *0x8
-dwarf2-13\.c *3 *0x8 *1
-dwarf2-13\.c *3 *0xc
+File name *Line number *Starting address *View +Stmt
+dwarf2-13\.c *1 *0x4 +x
+dwarf2-13\.c *2 *0x8 +x
+dwarf2-13\.c *3 *0x8 *1 +x
+dwarf2-13\.c *3 *0xc +x
diff --git a/gas/testsuite/gas/elf/dwarf2-14.d b/gas/testsuite/gas/elf/dwarf2-14.d
index 1419389..d0ee7c3 100644
--- a/gas/testsuite/gas/elf/dwarf2-14.d
+++ b/gas/testsuite/gas/elf/dwarf2-14.d
@@ -12,8 +12,8 @@ Hex dump of section '\.rodata':
Contents of the \.debug_line section:
CU: dwarf2-14\.c:
-File name *Line number *Starting address *View
-dwarf2-14\.c *1 *0
-dwarf2-14\.c *2 *0
-dwarf2-14\.c *3 *0 *1
-dwarf2-14\.c *3 *0x4
+File name *Line number *Starting address *View +Stmt
+dwarf2-14\.c *1 *0 +x
+dwarf2-14\.c *2 *0 +x
+dwarf2-14\.c *3 *0 *1 +x
+dwarf2-14\.c *3 *0x4 +x
diff --git a/gas/testsuite/gas/elf/dwarf2-15.d b/gas/testsuite/gas/elf/dwarf2-15.d
index cabb6a6..77ba210 100644
--- a/gas/testsuite/gas/elf/dwarf2-15.d
+++ b/gas/testsuite/gas/elf/dwarf2-15.d
@@ -12,8 +12,8 @@ Hex dump of section '\.rodata':
Contents of the \.debug_line section:
CU: dwarf2-15\.c:
-File name *Line number *Starting address *View
-dwarf2-15\.c *1 *0
-dwarf2-15\.c *2 *0x4
-dwarf2-15\.c *3 *0x4 *1
-dwarf2-15\.c *3 *0x8
+File name *Line number *Starting address *View +Stmt
+dwarf2-15\.c *1 *0 +x
+dwarf2-15\.c *2 *0x4 +x
+dwarf2-15\.c *3 *0x4 *1 +x
+dwarf2-15\.c *3 *0x8 +x
diff --git a/gas/testsuite/gas/elf/dwarf2-16.d b/gas/testsuite/gas/elf/dwarf2-16.d
index a7b0571..b8a45c8 100644
--- a/gas/testsuite/gas/elf/dwarf2-16.d
+++ b/gas/testsuite/gas/elf/dwarf2-16.d
@@ -13,8 +13,8 @@ Hex dump of section '\.rodata':
Contents of the \.debug_line section:
CU: dwarf2-16\.c:
-File name *Line number *Starting address *View
-dwarf2-16\.c *1 *0
-dwarf2-16\.c *2 *0x4
-dwarf2-16\.c *3 *0x4 *1
-dwarf2-16\.c *3 *0x8
+File name *Line number *Starting address *View +Stmt
+dwarf2-16\.c *1 *0 +x
+dwarf2-16\.c *2 *0x4 +x
+dwarf2-16\.c *3 *0x4 *1 +x
+dwarf2-16\.c *3 *0x8 +x
diff --git a/gas/testsuite/gas/elf/dwarf2-17.d b/gas/testsuite/gas/elf/dwarf2-17.d
index f5a5448..fbd474e 100644
--- a/gas/testsuite/gas/elf/dwarf2-17.d
+++ b/gas/testsuite/gas/elf/dwarf2-17.d
@@ -13,8 +13,8 @@ Hex dump of section '\.rodata':
Contents of the \.debug_line section:
CU: dwarf2-17\.c:
-File name *Line number *Starting address *View
-dwarf2-17\.c *1 *0
-dwarf2-17\.c *2 *0x4
-dwarf2-17\.c *3 *0x8
-dwarf2-17\.c *3 *0xc
+File name *Line number *Starting address *View +Stmt
+dwarf2-17\.c *1 *0 +x
+dwarf2-17\.c *2 *0x4 +x
+dwarf2-17\.c *3 *0x8 +x
+dwarf2-17\.c *3 *0xc +x
diff --git a/gas/testsuite/gas/elf/dwarf2-18.d b/gas/testsuite/gas/elf/dwarf2-18.d
index b31739a..a93a9f9 100644
--- a/gas/testsuite/gas/elf/dwarf2-18.d
+++ b/gas/testsuite/gas/elf/dwarf2-18.d
@@ -12,8 +12,8 @@ Hex dump of section '\.rodata':
Contents of the \.debug_line section:
CU: dwarf2-18\.c:
-File name *Line number *Starting address *View
-dwarf2-18\.c *1 *0
-dwarf2-18\.c *2 *0 *1
-dwarf2-18\.c *3 *0x4
-dwarf2-18\.c *3 *0x8
+File name *Line number *Starting address *View +Stmt
+dwarf2-18\.c *1 *0 +x
+dwarf2-18\.c *2 *0 *1 +x
+dwarf2-18\.c *3 *0x4 +x
+dwarf2-18\.c *3 *0x8 +x
diff --git a/gas/testsuite/gas/elf/dwarf2-5.d b/gas/testsuite/gas/elf/dwarf2-5.d
index 437f4df..c785137 100644
--- a/gas/testsuite/gas/elf/dwarf2-5.d
+++ b/gas/testsuite/gas/elf/dwarf2-5.d
@@ -63,17 +63,17 @@ Raw dump of debug contents of section \.debug_line:
Contents of the \.debug_line section:
CU: dwarf2-5\.c:
-File name *Line number *Starting address *View
-dwarf2-5\.c *1 *0
-dwarf2-5\.c *2 *0 *1
-dwarf2-5\.c *3 *0x4
-dwarf2-5\.c *4 *0x4 *1
-dwarf2-5\.c *5 *0x4 *2
-dwarf2-5\.c *6 *0x8
-dwarf2-5\.c *7 *0xc
-dwarf2-5\.c *8 *0xc *1
-dwarf2-5\.c *9 *0x10
-dwarf2-5\.c *10 *0x10 *1
-dwarf2-5\.c *11 *0x10 *2
-dwarf2-5\.c *12 *0x10 *3
-dwarf2-5\.c *12 *0x14
+File name *Line number *Starting address *View +Stmt
+dwarf2-5\.c *1 *0 +x
+dwarf2-5\.c *2 *0 *1 +x
+dwarf2-5\.c *3 *0x4 +x
+dwarf2-5\.c *4 *0x4 *1 +x
+dwarf2-5\.c *5 *0x4 *2 +x
+dwarf2-5\.c *6 *0x8 +x
+dwarf2-5\.c *7 *0xc +x
+dwarf2-5\.c *8 *0xc *1 +x
+dwarf2-5\.c *9 *0x10 +x
+dwarf2-5\.c *10 *0x10 *1 +x
+dwarf2-5\.c *11 *0x10 *2 +x
+dwarf2-5\.c *12 *0x10 *3 +x
+dwarf2-5\.c *12 *0x14 +x
diff --git a/gas/testsuite/gas/elf/dwarf2-6.d b/gas/testsuite/gas/elf/dwarf2-6.d
index 415de4c..5bcbc88 100644
--- a/gas/testsuite/gas/elf/dwarf2-6.d
+++ b/gas/testsuite/gas/elf/dwarf2-6.d
@@ -64,15 +64,15 @@ Raw dump of debug contents of section .debug_line:
Contents of the \.debug_line section:
CU: dwarf2-6\.c:
-File name *Line number *Starting address *View
-dwarf2-6\.c *1 *0
-dwarf2-6\.c *1 *0 *1
-dwarf2-6\.c *1 *0x1
-dwarf2-6\.c *1 *0x1 *1
-dwarf2-6\.c *1 *0x2
-dwarf2-6\.c *1 *0x3 *1
-dwarf2-6\.c *2 *0x3 *2
-dwarf2-6\.c *3 *0x4
-dwarf2-6\.c *3 *0x4 *1
-dwarf2-6\.c *3 *0xf3
-dwarf2-6\.c *3 *0x100
+File name *Line number *Starting address *View +Stmt
+dwarf2-6\.c *1 *0 +x
+dwarf2-6\.c *1 *0 *1 +x
+dwarf2-6\.c *1 *0x1 +x
+dwarf2-6\.c *1 *0x1 *1 +x
+dwarf2-6\.c *1 *0x2 +x
+dwarf2-6\.c *1 *0x3 *1 +x
+dwarf2-6\.c *2 *0x3 *2 +x
+dwarf2-6\.c *3 *0x4 +x
+dwarf2-6\.c *3 *0x4 *1 +x
+dwarf2-6\.c *3 *0xf3 +x
+dwarf2-6\.c *3 *0x100 +x
diff --git a/gas/testsuite/gas/elf/dwarf2-7.d b/gas/testsuite/gas/elf/dwarf2-7.d
index fec6cf8..2f457aa 100644
--- a/gas/testsuite/gas/elf/dwarf2-7.d
+++ b/gas/testsuite/gas/elf/dwarf2-7.d
@@ -12,8 +12,8 @@ Hex dump of section '\.rodata':
Contents of the \.debug_line section:
CU: dwarf2-7\.c:
-File name *Line number *Starting address *View
-dwarf2-7\.c *1 *0
-dwarf2-7\.c *2 *0
-dwarf2-7\.c *3 *0 *1
-dwarf2-7\.c *3 *0x.
+File name *Line number *Starting address *View +Stmt
+dwarf2-7\.c *1 *0 +x
+dwarf2-7\.c *2 *0 +x
+dwarf2-7\.c *3 *0 *1 +x
+dwarf2-7\.c *3 *0x. +x