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/as.c | |
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/as.c')
-rw-r--r-- | gas/as.c | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -246,9 +246,16 @@ Options:\n\ fprintf (stream, _("\ --alternate initially turn on alternate macro syntax\n")); fprintf (stream, _("\ + --compress-debug-sections\n\ + compress DWARF debug sections using zlib\n")); + fprintf (stream, _("\ + --nocompress-debug-sections\n\ + don't compress DWARF debug sections\n")); + fprintf (stream, _("\ -D produce assembler debugging messages\n")); fprintf (stream, _("\ - --debug-prefix-map OLD=NEW Map OLD to NEW in debug information\n")); + --debug-prefix-map OLD=NEW\n\ + map OLD to NEW in debug information\n")); fprintf (stream, _("\ --defsym SYM=VAL define symbol SYM to given value\n")); #ifdef USE_EMULATIONS |