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]

[PATCH 08/13] ld/m68k: Update tests for _edata, __bss_start, and _end changes


Since _edata, __bss_start, and _end are no longer defined in shared
libraries, adjust linker tests for address changes.

	PR ld/23161
	* testsuite/ld-m68k/tls-def-1.d: Updated.
	* testsuite/ld-m68k/tls-gd-1.d2: Likewise.
---
 ld/testsuite/ld-m68k/tls-def-1.d | 3 ---
 ld/testsuite/ld-m68k/tls-gd-1.d2 | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/ld/testsuite/ld-m68k/tls-def-1.d b/ld/testsuite/ld-m68k/tls-def-1.d
index 59b4397a4d..baa937b4ad 100644
--- a/ld/testsuite/ld-m68k/tls-def-1.d
+++ b/ld/testsuite/ld-m68k/tls-def-1.d
@@ -1,4 +1 @@
 00000000 B x
-.*
-.*
-.*
diff --git a/ld/testsuite/ld-m68k/tls-gd-1.d2 b/ld/testsuite/ld-m68k/tls-gd-1.d2
index b6167e31f6..1e0a6dccbd 100644
--- a/ld/testsuite/ld-m68k/tls-gd-1.d2
+++ b/ld/testsuite/ld-m68k/tls-gd-1.d2
@@ -1,5 +1,2 @@
 .* U x
 .*
-.*
-.*
-.*
-- 
2.17.0


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