Add global parameters.

This commit is contained in:
Ian Lance Taylor
2007-09-21 07:20:01 +00:00
parent be9d5a933e
commit 7e1edb9089
21 changed files with 396 additions and 256 deletions

View File

@ -34,6 +34,7 @@ CCFILES = \
object.cc \
options.cc \
output.cc \
parameters.cc \
readsyms.cc \
reloc.cc \
resolve.cc \
@ -57,6 +58,7 @@ HFILES = \
object.h \
options.h \
output.h \
parameters.h \
readsyms.h \
reloc.h \
reloc-types.h \