diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-07 23:09:41 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-13 20:53:10 +0200 |
commit | cc24c4ed5eae66c061e5787bb172fd2a91861f25 (patch) | |
tree | 30253aadac37abfc369fec76b83dfcb86252331b /toolchain/binutils/Makefile | |
parent | b3a0c14824be04b40e5098f3dc5073bb4b250edf (diff) | |
download | upstream-cc24c4ed5eae66c061e5787bb172fd2a91861f25.tar.gz upstream-cc24c4ed5eae66c061e5787bb172fd2a91861f25.tar.bz2 upstream-cc24c4ed5eae66c061e5787bb172fd2a91861f25.zip |
binutils: update to 2.39
Changes:
* The ELF linker will now generate a warning message if the stack is made
executable. Similarly it will warn if the output binary contains a
segment with all three of the read, write and execute permission
bits set. These warnings are intended to help developers identify
programs which might be vulnerable to attack via these executable
memory regions.
The warnings are enabled by default but can be disabled via a command
line option. It is also possible to build a linker with the warnings
disabled, should that be necessary.
* The ELF linker now supports a --package-metadata option that allows
embedding a JSON payload in accordance to the Package Metadata
specification.
* In linker scripts it is now possible to use TYPE=<type> in an output
section description to set the section type value.
* The objdump program now supports coloured/colored syntax
highlighting of its disassembler output for some architectures.
(Currently: AVR, RiscV, s390, x86, x86_64).
* The nm program now supports a --no-weak/-W option to make it ignore
weak symbols.
* The readelf and objdump programs now support a -wE option to prevent
them from attempting to access debuginfod servers when following
links.
* The objcopy program's --weaken, --weaken-symbol, and
--weaken-symbols options now works with unique symbols as well.
Announcement:
https://sourceware.org/pipermail/binutils/2022-August/122246.html
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'toolchain/binutils/Makefile')
0 files changed, 0 insertions, 0 deletions