diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/NEWS | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bad213be3ea..b9b75fb03de 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2015-04-15 H.J. Lu <hongjiu.lu@intel.com> + + * NEWS: Mention + --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]. + 2015-04-14 H.J. Lu <hongjiu.lu@intel.com> * ld.texinfo: Document --compress-debug-sections=. @@ -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. |