Added a testsuite. More support for COPY relocations.
commitde19f433f548d49baf69f71896544c11440660f8
authorIan Lance Taylor <iant@google.com>
Thu, 30 Nov 2006 23:52:50 +0000 (30 23:52 +0000)
committerIan Lance Taylor <iant@google.com>
Thu, 30 Nov 2006 23:52:50 +0000 (30 23:52 +0000)
tree7897dff9dc8ca9520c5c26bb3707eba1ca0c68b5
parentfc17318c2619e09d01dc7bdb5dbd356665d3a1e9
Added a testsuite.  More support for COPY relocations.
27 files changed:
gold/Makefile.am
gold/Makefile.in
gold/configure
gold/configure.ac
gold/fileread.cc
gold/fileread.h
gold/gold.cc
gold/gold.h
gold/i386.cc
gold/layout.cc
gold/main.cc [new file with mode: 0644]
gold/object.h
gold/output.cc
gold/output.h
gold/po/gold.pot
gold/readsyms.cc
gold/reloc.cc
gold/reloc.h
gold/target.h
gold/testsuite/Makefile.am [new file with mode: 0644]
gold/testsuite/Makefile.in [new file with mode: 0644]
gold/testsuite/object_unittest.cc [new file with mode: 0644]
gold/testsuite/test.cc [new file with mode: 0644]
gold/testsuite/test.h [new file with mode: 0644]
gold/testsuite/testfile.cc [new file with mode: 0644]
gold/testsuite/testfile.h [new file with mode: 0644]
gold/testsuite/testmain.cc [new file with mode: 0644]