mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
New drop, with first cut of section layout code.
This commit is contained in:
@ -22,8 +22,10 @@ CCFILES = \
|
||||
fileread.cc \
|
||||
gold.cc \
|
||||
gold-threads.cc \
|
||||
layout.cc \
|
||||
object.cc \
|
||||
options.cc \
|
||||
output.cc \
|
||||
readsyms.cc \
|
||||
resolve.cc \
|
||||
symtab.cc \
|
||||
@ -36,13 +38,14 @@ HFILES = \
|
||||
fileread.h \
|
||||
gold.h \
|
||||
gold-threads.h \
|
||||
layout.h \
|
||||
object.h \
|
||||
options.h \
|
||||
output.h \
|
||||
readsyms.h \
|
||||
stringpool.h \
|
||||
symtab.h \
|
||||
target.h \
|
||||
targetsize.h \
|
||||
target-select.h \
|
||||
workqueue.h
|
||||
|
||||
|
Reference in New Issue
Block a user