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] Fix some ldscripts/pr24008 fails


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

commit 4249a53cce8651061092d666e5df06492cb91cf1
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Feb 6 17:26:23 2019 +1030

    Fix some ldscripts/pr24008 fails
    
    These targets were all failing due to extra symbols.
    pdp11-dec-aout  +FAIL: ld-scripts/pr24008
    powerpc-aix5.1  +FAIL: ld-scripts/pr24008
    powerpc-aix5.2  +FAIL: ld-scripts/pr24008
    rs6000-aix4.3.3  +FAIL: ld-scripts/pr24008
    rs6000-aix5.1  +FAIL: ld-scripts/pr24008
    rs6000-aix5.2  +FAIL: ld-scripts/pr24008
    
    Some fails remain, those I saw were segfaults or assertion fails that
    indicate target bugs.
    
    	PR ld/24008
    	* testsuite/ld-scripts/pr24008.d: Pass with extra target
    	defined symbols.

Diff:
---
 ld/ChangeLog                      | 6 ++++++
 ld/testsuite/ld-scripts/pr24008.d | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 262f7bf..03aa884 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2019-02-06  Alan Modra  <amodra@gmail.com>
+
+	PR ld/24008
+	* testsuite/ld-scripts/pr24008.d: Pass with extra target
+	defined symbols.
+
 2019-02-05  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/24151
diff --git a/ld/testsuite/ld-scripts/pr24008.d b/ld/testsuite/ld-scripts/pr24008.d
index 3938d4f..9f93266 100644
--- a/ld/testsuite/ld-scripts/pr24008.d
+++ b/ld/testsuite/ld-scripts/pr24008.d
@@ -4,5 +4,8 @@
 
 #...
 0+42 A defined
+#...
 0+42 A sym1
+#...
 0+43 A sym2
+#pass


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