diff options
| author | Mark Wielaard <[email protected]> | 2019-02-15 14:39:57 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2019-02-15 14:39:57 +0100 |
| commit | 1e52d4ce3aa2093d12901d32fe07aae70211fe2a (patch) | |
| tree | 01d1529ac98829606779f1768c8894c7894f312b /backends/ChangeLog | |
| parent | 89f5c7b57e9fe3674f24192592bbe1eb747a2435 (diff) | |
s390: elflint should check if _GLOBAL_OFFSET_TABLE_ points to .got.elfutils-0.176
The _GLOBAL_OFFSET_TABLE_ symbol might point to the DT_PLTGOT,
which is in the .got section, even if the symbol itself is
associated with the .got.plt section.
See https://sourceware.org/ml/binutils/2018-07/msg00200.html
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index 58a1b775..0c61a0b3 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,8 @@ +2019-02-15 Mark Wielaard <[email protected]> + + * s390_init.c (s390_init): Hook check_special_symbol. + * s390_symbol.c (s390_check_sepcial_symbol): New function. + 2018-12-27 Jim Wilson <[email protected]> * Makefile.am (riscv_SRCS): Add riscv64_corenote.c. |
