diff options
author | Cary Coutant <ccoutant@google.com> | 2010-07-15 17:45:17 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-07-15 17:45:17 +0000 |
commit | 700c40609061e3f805da243bcde613d6174a84f3 (patch) | |
tree | 4727ff4c2a63b29ddede244f7fc1f8e33f8276db /gas/NEWS | |
parent | 78384e8f7295dbaa04648c6ffcf77441807e5a99 (diff) | |
download | gdb-700c40609061e3f805da243bcde613d6174a84f3.zip gdb-700c40609061e3f805da243bcde613d6174a84f3.tar.gz gdb-700c40609061e3f805da243bcde613d6174a84f3.tar.bz2 |
* gas/NEWS: Add note about --compress-debug-sections.
* gas/as.c (show_usage): Add --compress-debug-sections and
--nocompress-debug-sections.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ * Add support for the Renesas RX processor. +* New command line option, --compress-debug-sections, which requests + compression of DWARF debug information sections in the relocatable output + file. Compressed debug sections are supported by readelf, objdump, and + gold, but not currently by Gnu ld. + Changes in 2.20: * GNU/Linux targets now supports "gnu_unique_object" as a value in the .type |