[scc] Rename scc directory to cc
[ld] Fix command line parsing
[libcrt] Add libcrt
[config] Move mk files to cnfig/config
[libscc] Remove register keyword from a prototype
[test/ar] Fix ar test Makefile
[as-powerpc] Add comment about name origin
[as-powerpc] Add BCCTR and BCCTRL instructions
[as-powerpc] Add BCLR and BCLRL instructions
[as] Use # for comments instead of /
[as] Rename $family.dat to ops.dat
[as-powerpc] Add BC instructions
[as-powerpc] Check correct limits in i_form()
[as-powerpc] Change pack_emit() to emit_packed()
[as] Implement toobig()
Merge branch 'master' into powerpc
[as/x86] Add more comments in the opcode table
Move STD to rules.mk
[as/powerpc] Add Branch instructions
[test/as] Fix the PATH definition
[objdump] Ad a dummy version for as tests
[as-powerpc] Add GPRS registers
[as-powerpc] Add basic assembler pseudo-instructions
[as-powerpc] Add skeleton for different instruction formats
Fix symbol _start in crt-posix.s for amd64
[as] Move target makefiles to target directories
[as] Add powerpc64 skeleton
Add more things to FIXME.
[ld] Add basic skeleton for powerpc
Add gensys.sh and syscall.lst for i386
Add setjmp.s and longjmp.s for i386
Add crt-posix.s/crt.s for i386/linux
[libmach] Add findsec()
[libmach/coff32] Fix return code of readstr()
[libmach] Add loadmap()
[libmach] Use int as index in symbols and sections
[libmach] Allocate string table always
[ld] Rewrite ld to use the new interfaces
[libmach] Fix error codes in readobj()
[rules] Use a simple tab instead of aligment
[build] Remove libexec directory in clean
[tests] Add strip and size to the Makefile
[libmach] Add pc2line() mock
[libmach] Add forgotten files
[cmd] Add objdump and objcopy again
[libmach] Add getindex() and setindex()
[libmach] Add getsec()
[tests/size] Add tests for size
[libmach] Add strip()
[tests/strip] Add basic test for strip
[nm] Improve error handling
[libmach] Big rework of libmach (Symbol)
[ld] Add debug section
[libmach] Remove formember()
[ld] Disable buildint ld
[libmach] Rework of Objsym structure
Change debug to sccdebug
Revert "[libmach] Move armember() into formember()"
[libmach] Remove Objsymdef type
[libmach] Remove Objsymdef from getidx()
[libmach] Stop using Objsymdef in setidx
[libmach] Define Objseg type
[size] Add support for read-only symbols
[libmach] Cosmetic change in mach.h
[libmach] Move armember() into formember()
[libmach] Remove unneeded coff32namidx() prototype
[libmach] Don't free obj in objdel()
[libmach] Add probe method to Objops
[libmach] Remove objsync()
[libmach] Remove unneeded formats.lst
[libmach] Add write method to Objops
[tests/ld] Add size rule
[ld] Don't alloc object before testing
[ld] Whitespace change
[libmach] Add del method to Objops
[libmach] Intropduce Objops strip method
[libmach] Add addr2line Objops method
[libmach] Add setidx and getidx methods to Objops
[libmach] Add read method to Obj
[libmach] Remove fp field from Obj
[libmach] Add new to Obj
Update deps.mk
[libmach] Remove target getsyms and getsect
[libmach] Simplify objread() interface
[ld] Add pass5()
[ld] Fix seeking into the object file
[ld] Simplify Segment
[ld] Fix merge()
Update depenencies
[driver/posix] Remove debug information
[libc] Avoid too deep recursion in qsort()
[ld] Add pass4
[ld] Add library dependencies to Makefile
[ld] Add structures for sections and segments
Simplify the HOST configuration
Force -std=c99 in GNU-like compilers
Add HOST variable
Force -c in clang assembler
Fixed some typos in the comments about the union.
[ld] Simplify newobject() in pass1