mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
From Craig Silverstein: Add support for compressing .debug_str section.
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user