mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Elf: Drop never used SOC helper
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
376b8106d2
commit
6620d1aa6d
@ -124,8 +124,6 @@ static uint8_t elf_abiver = 0; /* Current ABI version */
|
||||
extern struct ofmt of_elf32;
|
||||
extern struct ofmt of_elf;
|
||||
|
||||
#define SOC(ln,aa) ln - line_base + (line_range * aa) + opcode_base
|
||||
|
||||
static struct ELF_SECTDATA {
|
||||
void *data;
|
||||
int32_t len;
|
||||
|
@ -60,8 +60,6 @@
|
||||
|
||||
#ifdef OF_ELF64
|
||||
|
||||
#define SOC(ln,aa) ln - line_base + (line_range * aa) + opcode_base
|
||||
|
||||
struct Reloc {
|
||||
struct Reloc *next;
|
||||
int64_t address; /* relative to _start_ of section */
|
||||
|
Loading…
Reference in New Issue
Block a user