mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Absolute address symbols cannot be used with -shared. We output more information to the user than just BFD_ASSETR.
7 lines
178 B
Makefile
7 lines
178 B
Makefile
#source: reloc_abs_with_shared.s
|
|
#as:
|
|
#ld: -shared
|
|
#error: .*relocation R_LARCH_ABS_HI20 against `s` can not be used when making a shared object; recompile with -fPIC
|
|
#...
|
|
#pass
|