diff options
author | Nick Clifton <nickc@redhat.com> | 2024-05-10 16:59:05 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-05-10 16:59:05 +0100 |
commit | 6e8376fa569e62379a42b91b0afd1f4086f1d897 (patch) | |
tree | d9bddaa0a8b3b242ba063df4dbbee272220ea385 /ld/NEWS | |
parent | ad658482c1e4feec4ac99c8e7df17ff78d0c2996 (diff) | |
download | fsf-binutils-gdb-6e8376fa569e62379a42b91b0afd1f4086f1d897.zip fsf-binutils-gdb-6e8376fa569e62379a42b91b0afd1f4086f1d897.tar.gz fsf-binutils-gdb-6e8376fa569e62379a42b91b0afd1f4086f1d897.tar.bz2 |
Add --section-ordering command line option to the bfd linker.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ -*- text -*- +* Add --section-ordering-file <FILE> option to add extra mapping of input + sections to output sections. + * Add -plugin-save-temps to store plugin intermediate files permanently. Changes in 2.42: |