tccdbg.c: new file

Better avoid global variables, at least in new code.

tccdbg.c hopefully should be logically identical to the
former parts in tccgen/elf.c (s1 tccstate added in some
places)

tccelf.c: dwarf linkage seems special per dwarf rather
than special per target.
This commit is contained in:
grischka
2022-05-09 17:02:09 +02:00
parent 56481d554f
commit 2caaff20fb
15 changed files with 2239 additions and 2123 deletions

View File

@@ -4,7 +4,6 @@
/* relocation type for 32 bit data relocation */
#define R_DATA_32 R_386_32
#define R_DATA_32U R_386_32
#define R_DATA_PTR R_386_32
#define R_JMP_SLOT R_386_JMP_SLOT
#define R_GLOB_DAT R_386_GLOB_DAT