OSDN Git Service

Implement --just-symbols, including -R FILE. Fix symbol values when
authoriant <iant>
Thu, 7 Feb 2008 01:51:25 +0000 (01:51 +0000)
committeriant <iant>
Thu, 7 Feb 2008 01:51:25 +0000 (01:51 +0000)
commit8ea4d21598922404b5455aace21a0545c32c2d4b
tree66607b2db2238018db5a27909e88954c7c421fb1
parent27f80a22469e4ba2078794a307cbd140a821d9fb
Implement --just-symbols, including -R FILE.  Fix symbol values when
doing a relocatable link.
16 files changed:
elfcpp/elfcpp_file.h
gold/dynobj.h
gold/fileread.cc
gold/fileread.h
gold/layout.cc
gold/object.cc
gold/object.h
gold/options.cc
gold/options.h
gold/script.cc
gold/symtab.cc
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in
gold/testsuite/justsyms.t [new file with mode: 0644]
gold/testsuite/justsyms_1.cc [new file with mode: 0644]
gold/testsuite/justsyms_2.cc [new file with mode: 0644]