Another snapshot of the current state of the sources. Gets to the
authorIan Lance Taylor <iant@google.com>
Fri, 18 Aug 2006 22:29:20 +0000 (22:29 +0000)
committerIan Lance Taylor <iant@google.com>
Fri, 18 Aug 2006 22:29:20 +0000 (22:29 +0000)
commit14bfc3f55540e60253cc4aae73261325309f750a
treecb74fe438b44c7aa6e02f05e14f13ba1ae0b508a
parent476308bf9bd077b87791da50a13a74b2698c01c7
Another snapshot of the current state of the sources.  Gets to the
point of symbol resolution and can now issue a multiple definition
error.  Also added target selection infrastructure.
20 files changed:
elfcpp/elfcpp.h
gold/Makefile.am
gold/Makefile.in
gold/gold.cc
gold/i386.cc [new file with mode: 0644]
gold/object.cc
gold/object.h
gold/po/POTFILES.in
gold/po/gold.pot
gold/readsyms.cc
gold/readsyms.h
gold/resolve.cc [new file with mode: 0644]
gold/stringpool.cc [new file with mode: 0644]
gold/stringpool.h [new file with mode: 0644]
gold/strtab.h [new file with mode: 0644]
gold/symtab.cc [new file with mode: 0644]
gold/symtab.h
gold/target-select.cc [new file with mode: 0644]
gold/target-select.h [new file with mode: 0644]
gold/target.h
This page took 0.025463 seconds and 4 git commands to generate.