diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-03-24 15:27:28 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-03-24 15:27:28 +0100 |
commit | f1a45585865a724d83133a2299768b5953d2ed94 (patch) | |
tree | b5cfe88821ebe310cf35058acf4ee014a9bde851 /ld/NEWS | |
parent | ba7789a316f78e163f03f9206a61d34652f7e060 (diff) | |
download | gdb-f1a45585865a724d83133a2299768b5953d2ed94.zip gdb-f1a45585865a724d83133a2299768b5953d2ed94.tar.gz gdb-f1a45585865a724d83133a2299768b5953d2ed94.tar.bz2 |
x86: mention dropped L1OM/K1OM support in ld/ as well
This amends e961c696dcb2 ("x86: drop L1OM/K1OM support from ld"). Also
remove the marker that I mistakenly added in c085ab00c7b2 ("x86: drop
L1OM/K1OM support from gas").
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ * TYPE=<type> is now supported in an output section description to set the section type value. +* Remove (rudimentary) support for the x86-64 sub-architectures Intel L1OM and + Intel K1OM. + Changes in 2.38: * Add -z pack-relative-relocs/-z no pack-relative-relocs to x86 ELF |