From Craig Silverstein: Add support for compressing .debug_str section.

This commit is contained in:
Ian Lance Taylor
2007-11-30 00:35:27 +00:00
parent 71195202df
commit 9a0910c33e
20 changed files with 1666 additions and 444 deletions

View File

@ -30,6 +30,7 @@ noinst_LIBRARIES = libgold.a
CCFILES = \
archive.cc \
common.cc \
compressed_output.cc \
defstd.cc \
dirsearch.cc \
dynobj.cc \
@ -59,6 +60,7 @@ CCFILES = \
HFILES = \
archive.h \
common.h \
compressed_output.h \
defstd.h \
dirsearch.h \
dynobj.h \