diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-15 05:25:58 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-15 05:26:41 -0700 |
commit | ea556d2590ae9ffea09fdbaceb6abdbe4e921464 (patch) | |
tree | 0259ac83396b4c6ca3728b9e9ebb93927366ffc2 /ld/NEWS | |
parent | 45fd756cafe258b9792b86e1f5df823ec0b848b4 (diff) | |
download | gdb-ea556d2590ae9ffea09fdbaceb6abdbe4e921464.zip gdb-ea556d2590ae9ffea09fdbaceb6abdbe4e921464.tar.gz gdb-ea556d2590ae9ffea09fdbaceb6abdbe4e921464.tar.bz2 |
Mention --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]
binutils/
* NEWS: Mention
--compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
gas/
* NEWS: Mention
--compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
ld/
* NEWS: Mention
--compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ -*- text -*- +* New command line option for ELF targets to compress DWARF debug + sections, --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]. + * Add --warn-orphan option to report orphan sections. * Add support for LLVM plugin. |