[as/coff32] Refactor readobj()
[as] Add newsect()
[as] Fix parameter parsing
[as] Add push() and pop()
add support for i386 magic value in the file header
[as/coff32] Prepare the code for unloading
[as/coff32] Calculate correct address for symbols
[as/coff32] Add support for aux symbol entries
[ld] Redefine interface between main and object formats
[as] Do small improvements
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[lib/c] Fix __putc()
[ld/coff32] Improve the linker
Add ADDW to x86.dat
[nm] Use 'n' for debug symbols
[lib/c] Undef library functions before functions
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
Updated README wording.
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
Fix puts() implementation
[tests/as] Remove verbose output from test.log
[tests/as] Add ADDW tests for 2i86
[as/i286] Fix Name of BX register
[test/as] Move as tests to the test directory
[as/objdump] Install as and objdump
[as/286] Remove % in register names
[as] Small fixes tin gentbl.awk
Revert "[as] Allow left to right or right to left parsing"
[as] Don't use bitfields for AOPT and AREP
[as/286] Add reg8_reg8()
[as/x86] Fix x86.dat and rules.dat
[as] Update dependencies list
[as/i286] Add the first instruction to i286
[as/286] Update test file to cover all the 8 bit additions
[as/x86] Add basic support for register classification
[as/i286] Add Makefile support to build as-286
[as] Use LC_COLLATE=C in gentbl.sh
Make more stable mkdep.sh
Fix inclusion dependencies generation
Include dependencies of files out of current directory
[as] Simplify build system
[as/8086] Add all the 8 bit register ADD ops
[as/8086] Add first test case in 8086 assembler
[as/8086] Add Register classes for reg8 and reg16
[ld] Allow empty member name in newobj()
[ld] Implement lookup()
[ld] Add comments about th emission of every flag
[ld/coff32] Create readobj()
Small style change to configure
[ld/coff32] Finish the implementation of readsyms() and readsects()
[ld/coff32] Support for short names in symbols
[ld/coff32] Load sections and symbols in pass1
[libscc] Use $(AR) instead of direct ar
convert ./configure from makefile syntax to plain shell syntax
[ld] Update pass variable in every pass
[ld] Add basic options parsing
[ar] Remove temporary files in signal handler
Update gitignore
Update dependency list of nm and ld
Let the user configure system crts
Add internal include paths to cc1
fix sysincludes internal path
use in-tree rootdir as default PREFIX
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[ar] Add TODO for -u option
ZZMerge branch 'master' of ssh://simple-cc.org/var/gitrepos/scc
[ld] Remove the object item list
[tests/scc] Add test for macro expansion in #include
[ld/coff32] Add basic support for files
Merge branch 'make-changes'
Add name of the tool in die() messages
[cc1] Make addinput() a void funtcion
[ld/coff32] Add support for coff32 probe()
Move rootdir creation to rules.mk
Move the lib generation rule to libdep.mk
[nm] Make object() static
[ld] Add basic support for objects and libraries
[ld] Add skeleton for ld
[tests/nm] Restore correct trap cmd
[tests/nm] Add tests for P format to z80
[nm] Fix octal radix in P format
[tests/nm] Add moretests for z80
[nm] Fix decimal radix
Ignore .out files
[tests/nm] Factorize the creation of the a.out file
[test/nm] Add more tests for z80 coff32
[nm] Fix detection of member in archives
[nm/coff32] Make relative all the fseeks
[nm] Considerer U symbols always smallers
[nm/coff32] Remove unused variable
[nm/coff32] Fix string table retrieve
[nm] Fix "portable format"
[nm/coff32] Add support for common blocks
[tests/ar] Use date to get the unix time
[nm] Improve Makefile
[tests] Add basic execute test for nm
[nm] Improve error handling
[lib/scc] Fix lpack()
[nm] Implement coff symbol listing
[cc2] Rewrite getsym()