From 09a1b0e9437f4e6c868b47322a84193a5ae3a391 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 26 Dec 2016 09:40:58 +1030 Subject: [PATCH] Correct .dynbss in script The only target that renames .bss is tic6x, turning .bss into .far, and .sbss into .bss. .dynbss is not renamed to .dynfar by BFD. * scripttempl/elf.sc: Don't use $BSS_NAME in .dynbss. --- ld/ChangeLog | 4 ++++ ld/scripttempl/elf.sc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index a6f017870c..a9f157ead2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2016-12-26 Alan Modra + + * scripttempl/elf.sc: Don't use $BSS_NAME in .dynbss. + 2016-12-23 Tristan Gingold * configure: Regenerate. diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index f0c6439072..cf2b10acf7 100644 --- a/ld/scripttempl/elf.sc +++ b/ld/scripttempl/elf.sc @@ -620,7 +620,7 @@ cat <