This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Adjust testsuite/ld-elf/pr21384.d


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b22908217d8593185af3f76fab6f0f01457b0600

commit b22908217d8593185af3f76fab6f0f01457b0600
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed May 3 07:40:51 2017 -0700

    Adjust testsuite/ld-elf/pr21384.d
    
    Adjust testsuite/ld-elf/pr21384.d to accommodate additional dynamic
    symbols on some targets.
    
    	* testsuite/ld-elf/pr21384.d: Adjusted to accommodate
    	additional dynamic symbols on some targets.

Diff:
---
 ld/ChangeLog                  | 5 +++++
 ld/testsuite/ld-elf/pr21384.d | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 92af8b9..16133b8 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* testsuite/ld-elf/pr21384.d: Adjusted to accommodate
+	additional dynamic symbols on some targets.
+
 2017-05-02  Maciej W. Rozycki  <macro@imgtec.com>
 
 	* testsuite/ld-mips-elf/mips16-branch-absolute-1.d: New test.
diff --git a/ld/testsuite/ld-elf/pr21384.d b/ld/testsuite/ld-elf/pr21384.d
index 5a3aedc..5f17aaf 100644
--- a/ld/testsuite/ld-elf/pr21384.d
+++ b/ld/testsuite/ld-elf/pr21384.d
@@ -7,5 +7,6 @@ Symbol table '\.dynsym' contains [0-9]+ entries:
  +0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND +
 #...
  +[0-9]+: +[a-f0-9]+ +0 +NOTYPE +GLOBAL +DEFAULT +[0-9]+ +edata
+#...
  +[0-9]+: +[a-f0-9]+ +0 +NOTYPE +GLOBAL +DEFAULT +[0-9]+ +fdata
 #pass


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]