mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-18 18:50:23 +08:00
outelf: use "symbols" not "variables" in error messages
Many symbols are variables, but others are labels, etc. Use the common term "symbol". Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
e47f4b7ad5
commit
82c5cb1704
@ -913,7 +913,7 @@ static void elf_deflabel(char *name, int32_t segment, int64_t offset,
|
||||
spcword = nasm_skip_spaces(wend);
|
||||
}
|
||||
if (!is_global && bind != STB_LOCAL) {
|
||||
nasm_nonfatal("weak and strong only applies to global variables");
|
||||
nasm_nonfatal("weak and strong only applies to global symbols");
|
||||
bind = STB_LOCAL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user