diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-06-29 09:29:39 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-06-29 09:32:34 -0700 |
commit | 4e3e1fdf327b225b28b754d96a4d592fb3a23df0 (patch) | |
tree | 52949b5e7d72d72872d9f6157daefd8ef65254ed /gas/NEWS | |
parent | 803b47e5d4dc86b953aba0bc44865de287726dbe (diff) | |
download | gdb-4e3e1fdf327b225b28b754d96a4d592fb3a23df0.zip gdb-4e3e1fdf327b225b28b754d96a4d592fb3a23df0.tar.gz gdb-4e3e1fdf327b225b28b754d96a4d592fb3a23df0.tar.bz2 |
Default to --enable-compressed-debug-sections=gas for Linux/x86
--enable-compressed-debug-sections=gas added to binutils 2.26. Make it
default for Linux/x86 targets in 2.27.
* NEWS: Mention --enable-compressed-debug-sections=gas is the
default for Linux/x86 targets.
* configure.tgt (ac_default_compressed_debug_sections): Default
to yes for Linux/x86 targets.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ -*- text -*- +* Default to --enable-compressed-debug-sections=gas for Linux/x86 targets. + * Add --no-pad-sections to stop the assembler from padding the end of output sections up to their alignment boundary. |