From: Alan Modra Date: Sun, 25 Dec 2016 23:10:58 +0000 (+1030) Subject: Correct .dynbss in script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09a1b0e9437f4e6c868b47322a84193a5ae3a391;p=binutils-gdb.git 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index a6f017870c0..a9f157ead29 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 f0c64390729..cf2b10acf75 100644 --- a/ld/scripttempl/elf.sc +++ b/ld/scripttempl/elf.sc @@ -620,7 +620,7 @@ cat <