mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-18 11:03:27 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user