llvm-6502/tools
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
..
analyze Rename TarjanSCCIterator -> scc_iterator 2003-08-31 20:01:57 +00:00
bugpoint Use new method 2003-09-17 05:00:07 +00:00
extract Clean up header, remove extra #include 2003-09-10 19:42:51 +00:00
gccas Enable the setjmp/longjmp lowering pass 2003-09-15 04:56:44 +00:00
gccld Removed linking functionality from gccld.cpp and moved it to linker.cpp. 2003-09-19 20:24:23 +00:00
llc Preselection is now integrated into the Sparc target library 2003-09-01 20:30:17 +00:00
llee `execve_test' is not part of LLEE. 2003-08-15 23:31:54 +00:00
lli Reorder #includes to follow LLVM conventions 2003-09-05 20:08:15 +00:00
llvm-ar Fixed warning. 2003-09-13 03:18:56 +00:00
llvm-as Renaming LLVM as' to llvm-as'. 2003-08-28 21:32:57 +00:00
llvm-dis Renaming LLVM dis' to llvm-dis'. 2003-08-28 21:34:13 +00:00
llvm-extract Clean up header, remove extra #include 2003-09-10 19:42:51 +00:00
llvm-link link' is being renamed to llvm-link'. 2003-09-15 18:34:34 +00:00
opt Rename TarjanSCCIterator -> scc_iterator 2003-08-31 20:01:57 +00:00
Makefile link' is now llvm-link'. 2003-09-16 15:21:52 +00:00