diff options
author | Cary Coutant <ccoutant@gmail.com> | 2016-08-17 10:53:31 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2016-08-17 10:53:31 -0700 |
commit | a4aa1f5f01456222b47096e19018a8adc251cd58 (patch) | |
tree | 210c9ae197db57d529f118a67b77a6ef586d5f42 /gold/ChangeLog | |
parent | 9b19e39006796a4dc90f9801f44bb6f07fdb6386 (diff) | |
download | gdb-a4aa1f5f01456222b47096e19018a8adc251cd58.zip gdb-a4aa1f5f01456222b47096e19018a8adc251cd58.tar.gz gdb-a4aa1f5f01456222b47096e19018a8adc251cd58.tar.bz2 |
Fix extraneous complaints about missing expected TLS relocation (i386).
Build the test objects with the in-tree assembler. Also fix some cascading
error messages caused by not resetting the skip_call_tls_get_addr_ flag
after printing the error.
gold/
* i386.cc (Target_i386): Reset skip_call_tls_get_addr_ after printing
error message.
* testsuite/Makefile.am (pr20216a): Add missing dependencies.
(pr20308a): Add -Bgcctestdir/ to compile rules.
* testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index d63d442..548f623 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2016-08-17 Cary Coutant <ccoutant@gmail.com> + + * i386.cc (Target_i386): Reset skip_call_tls_get_addr_ after printing + error message. + * testsuite/Makefile.am (pr20216a): Add missing dependencies. + (pr20308a): Add -Bgcctestdir/ to compile rules. + * testsuite/Makefile.in: Regenerate. + 2016-08-12 Roland McGrath <roland@hack.frob.com> PR gold/20462 |