diff options
author | Cary Coutant <ccoutant@google.com> | 2010-09-12 19:58:02 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-09-12 19:58:02 +0000 |
commit | d89051bdb1e0cf96b89a41c1e0bda50ee1bc288a (patch) | |
tree | ac956adca25f822cb2d6b8d51438e2ce2309a39b /gold/ChangeLog | |
parent | e866c49707d6b97b6763baddaa2773e4ee893102 (diff) | |
download | gdb-d89051bdb1e0cf96b89a41c1e0bda50ee1bc288a.zip gdb-d89051bdb1e0cf96b89a41c1e0bda50ee1bc288a.tar.gz gdb-d89051bdb1e0cf96b89a41c1e0bda50ee1bc288a.tar.bz2 |
* symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
position-independent executables to shared libraries need dynamic
relocations.
(Symbol::may_need_copy_reloc): Do not generate COPY relocs in
position-independent executables.
* testsuite/Makefile.am (two_file_mixed_pie_test): New test.
* testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index df34bcf..6c78bcf 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,13 @@ +2010-09-12 Cary Coutant <ccoutant@google.com> + + * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from + position-independent executables to shared libraries need dynamic + relocations. + (Symbol::may_need_copy_reloc): Do not generate COPY relocs in + position-independent executables. + * testsuite/Makefile.am (two_file_mixed_pie_test): New test. + * testsuite/Makefile.in: Regenerate. + 2010-09-10 Nick Clifton <nickc@redhat.com> PR gold/11997 |