diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 15374fe..bad8473 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2021-01-13 H.J. Lu <hongjiu.lu@intel.com> + + PR gas/27178 + * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol. + Don't generate GOT_symbol for PLT relocations. + * testsuite/gas/i386/i386.exp: Run PR gas/27178 tests. + * testsuite/gas/i386/no-got.d: New file. + * testsuite/gas/i386/no-got.s: Likewise. + * testsuite/gas/i386/x86-64-no-got.d: Likewise. + * testsuite/gas/i386/x86-64-no-got.s: Likewise. + 2021-01-13 Alan Modra <amodra@gmail.com> * Makefile.in: Regenerate. |