mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-11 17:10:45 +08:00
outelf64: fix comment
Fix comment that refer to R_386_* to avoid hiding similarities versus outelfx32. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
e3e2f1bbc2
commit
f9be8c3179
@ -594,8 +594,8 @@ static void elf_add_reloc(struct elf_section *sect, int32_t segment,
|
||||
* _containing_ the symbol. Such relocations call to this routine,
|
||||
* which searches the symbol list for the symbol in question.
|
||||
*
|
||||
* R_386_GOT32 references require the _exact_ symbol address to be
|
||||
* used; R_386_32 references can be at an offset from the symbol.
|
||||
* R_X86_64_GOT32 references require the _exact_ symbol address to be
|
||||
* used; R_X86_64_32 references can be at an offset from the symbol.
|
||||
* The boolean argument `exact' tells us this.
|
||||
*
|
||||
* Return value is the adjusted value of `addr', having become an
|
||||
|
Loading…
Reference in New Issue
Block a user