commit 514b4e191d5f46de8e142fe216e677a35fa9c4bb Author: Jeremy Drake <sourceware-bugzilla@jdrake.com> Date: Thu Aug 27 12:58:27 2020 +0100 Change the default characteristics of DLLs built by the linker to more secure settings. caused: /ld-new: address 0x1000 of tmpdir/bintest section `.reloc' is not within region `RAM'^M /export/build/gnu/tools-build/binutils-cross/build-x86_64-mingw32/binutils/../ld/ld-new: tmpdir/bintest section `.bss' will not fit in region `RAM'^M /export/build/gnu/tools-build/binutils-cross/build-x86_64-mingw32/binutils/../ld/ld-new: region `RAM' overflowed by 17 bytes^M /export/build/gnu/tools-build/binutils-cross/build-x86_64-mingw32/binutils/../ld/ld-new: address 0x1000 of tmpdir/bintest section `.reloc' is not within region `RAM' /export/build/gnu/tools-build/binutils-cross/build-x86_64-mingw32/binutils/../ld/ld-new: tmpdir/bintest section `.bss' will not fit in region `RAM' /export/build/gnu/tools-build/binutils-cross/build-x86_64-mingw32/binutils/../ld/ld-new: region `RAM' overflowed by 17 bytes UNRESOLVED: objcopy executable (pr25662) for x86_64-mingw32.
The master branch has been updated by H.J. Lu <hjl@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=790147a9e9ee05542c621a36669288413880c876 commit 790147a9e9ee05542c621a36669288413880c876 Author: H.J. Lu <hjl.tools@gmail.com> Date: Tue Sep 8 10:01:45 2020 -0700 Pass --disable-reloc-section on PE targets for PR 25662 test Pass --disable-reloc-section on PE targets for PR 25662 test since commit 514b4e191d5f46de8e142fe216e677a35fa9c4bb Author: Jeremy Drake <sourceware-bugzilla@jdrake.com> Date: Thu Aug 27 12:58:27 2020 +0100 Change the default characteristics of DLLs built by the linker to more secure settings. defaulted to --enable-reloc-section. PR ld/26587 * testsuite/binutils-all/objcopy.exp: Pass --disable-reloc-section to ld on PE targets for PR 25662 test.
Fixed.