This is the mail archive of the binutils@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]

Re: PR 21384, --dynamic-list regression with f02cb058


On Wed, May 3, 2017 at 6:44 AM, Maciej W. Rozycki <macro@imgtec.com> wrote:
> On Tue, 2 May 2017, H.J. Lu wrote:
>
>> I checked in a test for this.
>
>  Which fails for MIPS targets -- did you regression-test it properly
> before committing?
>

Sorry for the noise.  I checked in this to accommodate additional
dynamic symbols on some targets.


-- 
H.J.
From b22908217d8593185af3f76fab6f0f01457b0600 Mon Sep 17 00:00:00 2001
From: "H.J. Lu" <hjl.tools@gmail.com>
Date: Wed, 3 May 2017 07:40:51 -0700
Subject: [PATCH] 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.
---
 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
-- 
2.9.3


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