-
- Downloads
PR 9918
* target-reloc.h (relocate_section): Pass output_section to relocate. * i386.cc (Target_i386::should_apply_static_reloc): Add output_section parameter. Change all callers. (Target_i386::Relocate::relocate): Add output_section parameter. * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise. * sparc.cc (Target_sparc::Relocate::relocate): Likewise. * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise. * testsuite/two_file_shared.sh: New script. * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh. (check_DATA): Add two_file_shared.dbg. (two_file_shared.dbg): New target. * testsuite/Makefile.in: Rebuild.
Showing
- gold/ChangeLog 17 additions, 0 deletionsgold/ChangeLog
- gold/i386.cc 23 additions, 10 deletionsgold/i386.cc
- gold/powerpc.cc 3 additions, 1 deletiongold/powerpc.cc
- gold/reloc.cc 3 additions, 1 deletiongold/reloc.cc
- gold/sparc.cc 3 additions, 1 deletiongold/sparc.cc
- gold/target-reloc.h 3 additions, 2 deletionsgold/target-reloc.h
- gold/testsuite/Makefile.am 5 additions, 0 deletionsgold/testsuite/Makefile.am
- gold/testsuite/Makefile.in 45 additions, 41 deletionsgold/testsuite/Makefile.in
- gold/testsuite/two_file_shared.sh 30 additions, 0 deletionsgold/testsuite/two_file_shared.sh
- gold/x86_64.cc 3 additions, 2 deletionsgold/x86_64.cc
Loading
Please register or sign in to comment