[ld] Add ld() function
[ld] Add deps.mk in the Makefile
Use libc-proto in clean target
Revert "[dev] Add memrchr"
[dev] Add memrchr
[libc] Return valid error code in normalize()
[libc] Initiliaze tz before use in localtime()
Adjust some definitions to match declaration in usage of `restrict`
Remove obsolete 'fp' parameter to nextline
Remove extra ';' in struct member declaration
[libc] Use the common values for seek constants
[test/ld] Use diferent values for every symbol
[ld] Don't use toupper() in rebase()
[ld] Add debugsym()
Remove sccsid strings
[ld] Add 3rd pass
Update deps.mk
[ld] Create a custom directory for ld
[ld] Rework how sections are loaded
[libmach] Fix coff32getsect()
[ld] Solves several problems in the main loop of loadlib()
[libmach] Keep archive names with at least 1 letter
[test/ld] Add basic test files for ld-coff32
[ld] Load the sections in temporary files
[libmach] Remove array files
[libmach] Add a linked list for the segments
[libmach] Add objsyms()
[libmach] Add objsyms()
[libmach] Remove forsym()
[libmach] Remove objreset()
[ld] Store section description from object files
[ld] Add ld to the cmd Makefile
[size] Add static function modifiers
[libmach] Convert forsect() to objsect()
[libmach/coff32] Remove fp field as it is not used
[ld] Move ld out of a directory
[ld] Add handle of common blocks
[ld] Add moreundef()
[libmach] Make uniform the behaviour of for* functions
[ld] Several fixes
[ar] Remove unneded variable
[ranlib] Fix merging index file
[ld] Fix name of ld in error messages
[libmach] Remove index.o from the Makefile
Update dependencies
[libmach] Implement coff32getidx()
[libmach] Add namindex()
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[ld] Add support for indexed libraries
[libc] Fix some missing headers
[libscc] Regroup hashing routines in a single function
[driver] Warnings option: W to enable, w to disable
[libmach] Rename artraverse() to formember()
[ld] Search libraries in -L path
[ld] Implement newidx()
Fix dep generation
Fix dep generation
Fix tabs in x86/x86.dat
[libmach] Add skeleton for foridx()
[libmach] Add a parameter to objlookup()
[ld] Load objects from libraries if needed
[ld] Rewrite ld using libmach
[libmach] Introduce forsym() and forsect()
[libmach] Use Obj prefix for public types
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[libmach/coff32] Implement coff32strip
[libscc] Remove unused lpack.c
[libmach] Remove duplicated delsyms()
Fix dependencies
[libmach/coff32] Add all the missed parts in coff32write
Deleted help file.
[strip] Simplify error handling
[libmach] Split object.c and coff32.c
Modified README file a bit.
[libmach] Read relocations and line numbers for coff32
[libmach] Rework objsize()
[ranlib] Build index file
[libc] Fix amd64 crts
[scc] Move cc1 cc2 and driver to cmd/scc
[libc] Include libc.h in files using _flsbuf
Fix small bug in mklib
[libc] Remove libcrt
Removed not supported config (i386-linux)
Separate target and toolchain configuration
[libc] Don't rebuild the library always
Move cc1 cc2 as and ld to cmd
[cc1] Remove redundant atoi()
Fix $(ENV) generation
Enable pararell directory processing
[ar] Check filenames before processing archive
[cmd] Set the size in POSIX getprop
[ar] Fix a few error strings
[ar] Print usage on mutually exclusive options
[ar] Parse full pathname for file operands
fix errstr()
[libmach] Fix typo in lpack
[ranlib] Add errstr()
[ar] Remove blank lines