Remove COMPRESS_DEBUG_ZLIB
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 28 Jun 2015 13:30:10 +0000 (06:30 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 28 Jun 2015 13:30:10 +0000 (06:30 -0700)
commitee0c0c503deffb7baf900ac8e092b18bf8c1528a
tree96f56c23793938b48104907000664f0eb6294a94
parente44fbadbede56bf42896c2b3214a056cf20f131e
Remove COMPRESS_DEBUG_ZLIB

COMPRESS_DEBUG_ZLIB isn't needed.  This patch removes COMPRESS_DEBUG_ZLIB
and replace COMPRESS_DEBUG_ZLIB with COMPRESS_DEBUG_GNU_ZLIB.

bfd/

* bfd-in.h (compressed_debug_section_type): Remove
COMPRESS_DEBUG_ZLIB.
* bfd-in2.h : Regenerated.
gas/

* as.c (parse_args): Replace COMPRESS_DEBUG_ZLIB with
COMPRESS_DEBUG_GNU_ZLIB.
* config/tc-i386.c (flag_compress_debug): Likewise.

ld/

* emultempl/elf32.em  (gld${EMULATION_NAME}_handle_option):
Replace COMPRESS_DEBUG_ZLIB with COMPRESS_DEBUG_GNU_ZLIB.
bfd/ChangeLog
bfd/bfd-in.h
bfd/bfd-in2.h
gas/ChangeLog
gas/as.c
gas/config/tc-i386.c
ld/ChangeLog
ld/emultempl/elf32.em
This page took 0.032051 seconds and 4 git commands to generate.