mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-07 17:46:58 +08:00
output: Elf32 -- Shuffle few lines to make it close to other code
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
bff511937f
commit
239dfaa5b3
@ -819,12 +819,12 @@ static void elf_out(int32_t segto, const void *data,
|
||||
}
|
||||
|
||||
case OUT_REL1ADR:
|
||||
bytes = 1;
|
||||
reltype = R_386_PC8;
|
||||
bytes = 1;
|
||||
goto rel12adr;
|
||||
case OUT_REL2ADR:
|
||||
bytes = 2;
|
||||
reltype = R_386_PC16;
|
||||
bytes = 2;
|
||||
goto rel12adr;
|
||||
|
||||
rel12adr:
|
||||
|
Loading…
Reference in New Issue
Block a user