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/binutils-2_26-branch] Fix PR18735 test for RL78.


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

commit cff0ce274b2c4aaca24662766874cc5522b799ac
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Jan 19 09:58:18 2016 +0000

    Fix PR18735 test for RL78.
    
    	* ld-elf/pr18735.d: Allow for extra symbols between
    	foo@FOO and bar@@FOO.

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

diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 1a5df41..cb51928 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-19  Nick Clifton  <nickc@redhat.com>
+
+	* ld-elf/pr18735.d: Allow for extra symbols between
+	foo@FOO and bar@@FOO.
+
 2016-01-18  Nick Clifton  <nickc@redhat.com>
 
 	* ld-plugin/plugin.exp: Skip plugin tests if the linker is not
diff --git a/ld/testsuite/ld-elf/pr18735.d b/ld/testsuite/ld-elf/pr18735.d
index 8ec0938..bc19a82 100644
--- a/ld/testsuite/ld-elf/pr18735.d
+++ b/ld/testsuite/ld-elf/pr18735.d
@@ -4,6 +4,7 @@
 Symbol table '.symtab' contains .* entries:
 #...
 [ 	]*[0-9]+: [0-9a-fA-F]* +1 +OBJECT +GLOBAL +DEFAULT +[0-9]+ +foo@FOO
+#...
 [ 	]*[0-9]+: [0-9a-fA-F]* +1 +OBJECT +GLOBAL +DEFAULT +[0-9]+ +bar@@FOO
 [ 	]*[0-9]+: [0-9a-fA-F]* +1 +OBJECT +GLOBAL +DEFAULT +[0-9]+ +foo
 [ 	]*[0-9]+: [0-9a-fA-F]* +1 +OBJECT +GLOBAL +DEFAULT +[0-9]+ +bar


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