diff options
author | Sriraman Tallam <tmsriram@google.com> | 2010-03-04 01:33:22 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2010-03-04 01:33:22 +0000 |
commit | 0897ed3bdb8ae45b2142057223c1179036154d2d (patch) | |
tree | 0db3d5c377a366ba4689b1422367a0f6d1f09619 /gold/ChangeLog | |
parent | 390a8acaa3838e084169c5dd159075cfbc178fbc (diff) | |
download | gdb-0897ed3bdb8ae45b2142057223c1179036154d2d.zip gdb-0897ed3bdb8ae45b2142057223c1179036154d2d.tar.gz gdb-0897ed3bdb8ae45b2142057223c1179036154d2d.tar.bz2 |
* i386.cc (Target_i386::can_check_for_function_pointers): New function.
(Scan::possible_function_pointer_reloc): New function.
(Scan::local_reloc_may_be_function_pointer): Change to call
possible_function_pointer_reloc.
(Scan::global_reloc_may_be_function_pointer): Ditto.
* icf.h (Icf::check_section_for_function_pointers): Change to reject
relocations in ".data.rel.ro._ZTV" section.
* testsuite/icf_safe_so_test.sh: Change to pass i386.
* testsuite/icf_safe_so_test.cc: Ditto.
* testsuite/icf_safe_test.cc: Ditto.
* testsuite/icf_safe_test.sh: Ditto.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 2610909..33b7307 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,17 @@ +2010-03-03 Sriraman Tallam <tmsriram@google.com> + + * i386.cc (Target_i386::can_check_for_function_pointers): New function. + (Scan::possible_function_pointer_reloc): New function. + (Scan::local_reloc_may_be_function_pointer): Change to call + possible_function_pointer_reloc. + (Scan::global_reloc_may_be_function_pointer): Ditto. + * icf.h (Icf::check_section_for_function_pointers): Change to reject + relocations in ".data.rel.ro._ZTV" section. + * testsuite/icf_safe_so_test.sh: Change to pass i386. + * testsuite/icf_safe_so_test.cc: Ditto. + * testsuite/icf_safe_test.cc: Ditto. + * testsuite/icf_safe_test.sh: Ditto. + 2010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com> Ian Lance Taylor <iant@google.com> |