LLVM backend for 6502
Go to file
John Criswell 71478b7f72 Removed linking functionality from gccld.cpp and moved it to linker.cpp.
Renamed functions that were all lower-case.
Moved functions from util.cpp into linker.cpp or gccld.cpp.
Removed util.h and created gccld.h.
Refactored the linker functionality in linker.cpp so that it is easier to
follow, easier to modify, and it's library/object file search behavior is
easier to understand and document.
Added code to include library paths when doing native linking, but this
causes problems and is currently #ifdef'd out.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8609 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-19 20:24:23 +00:00
autoconf link' is now llvm-link'. Also alphabetized the tools for easy reference. 2003-09-16 15:22:55 +00:00
docs Added sections about debugging mis-compilations and incorrect code generation. 2003-09-17 18:51:47 +00:00
examples/ModuleMaker Checkin of autoconf-style object root. 2003-09-06 15:03:24 +00:00
include Abstract interface for module providers, e.g. streaming bytecode reader. 2003-09-18 16:16:32 +00:00
lib Removed linking functionality from gccld.cpp and moved it to linker.cpp. 2003-09-19 20:24:23 +00:00
projects Checkin of autoconf-style object root. 2003-09-06 15:03:24 +00:00
runtime Fix building outside the srcdir, again 2003-09-15 19:22:36 +00:00
support In ExecWait(), made the child process exit if it can't execve() the new 2003-09-17 19:02:49 +00:00
test Two new tests for shifts followed by ands 2003-09-19 19:04:43 +00:00
tools Removed linking functionality from gccld.cpp and moved it to linker.cpp. 2003-09-19 20:24:23 +00:00
utils Document new column 2003-09-17 22:02:49 +00:00
.cvsignore
configure Regenerated configure with Misha's changes. 2003-09-16 15:54:19 +00:00
LICENSE.TXT
Makefile
Makefile.common Checkin of autoconf-style object root. 2003-09-06 14:44:17 +00:00
Makefile.config.in Fixed SPEC so that it would run correctly with the new autoconf-style object 2003-09-11 18:03:50 +00:00
Makefile.rules Changed the empty rule for .h files. The rule needs an empty command so that 2003-09-18 18:37:08 +00:00