Added a testsuite. More support for COPY relocations.
authorIan Lance Taylor <iant@google.com>
Thu, 30 Nov 2006 23:52:50 +0000 (23:52 +0000)
committerIan Lance Taylor <iant@google.com>
Thu, 30 Nov 2006 23:52:50 +0000 (23:52 +0000)
commit5a6f7e2db556f93765b75baf2d1ee1509225410d
tree6db53a1cd843958dc18135430dbf37bd7b92b17e
parent2621033b5dbe773f00cb90d24604b70a1cead2f1
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]
This page took 0.026642 seconds and 4 git commands to generate.