diff options
author | Roland McGrath <roland@gnu.org> | 2012-11-01 23:27:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-11-01 23:27:00 +0000 |
commit | 62fe925ad4724f379e9bec4f19408dc71d416042 (patch) | |
tree | a38eb108a77b95f8198287b49496b30877edde02 /gold/ChangeLog | |
parent | c06dec1422120f824d5d10a898527c75a48eaf5f (diff) | |
download | gdb-62fe925ad4724f379e9bec4f19408dc71d416042.zip gdb-62fe925ad4724f379e9bec4f19408dc71d416042.tar.gz gdb-62fe925ad4724f379e9bec4f19408dc71d416042.tar.bz2 |
gold/
* target.h (Sized_target::relocate_relocs): Use Elf_Off
for offset_in_output_section parameter.
(Sized_target::relocate_special_relocatable): Likewise.
* arm.cc (Target_arm::relocate_relocs): Likewise.
(Target_arm::relocate_special_relocatable): Likewise.
* i386.cc (Target_i386::relocate_relocs): Likewise.
* powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
* sparc.cc (Target_sparc::relocate_relocs): Likewise.
* target-reloc.h (relocate_relocs): Likewise.
* testsuite/testfile.cc (Target_test): Likewise.
* tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
* x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index edb103d..2bff665 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,23 +1,32 @@ 2012-11-01 Roland McGrath <mcgrathr@google.com> + * target.h (Sized_target::relocate_relocs): Use Elf_Off + for offset_in_output_section parameter. + (Sized_target::relocate_special_relocatable): Likewise. + * arm.cc (Target_arm::relocate_relocs): Likewise. + (Target_arm::relocate_special_relocatable): Likewise. + * i386.cc (Target_i386::relocate_relocs): Likewise. + * powerpc.cc (Target_powerpc::relocate_relocs): Likewise. + * sparc.cc (Target_sparc::relocate_relocs): Likewise. + * target-reloc.h (relocate_relocs): Likewise. + * testsuite/testfile.cc (Target_test): Likewise. + * tilegx.cc (Target_tilegx::relocate_relocs): Likewise. + * x86_64.cc (Target_x86_64::relocate_relocs): Likewise. + + * system.h: Move inclusion of <clocale> to after <libintl.h> in + [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section. + + * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the + parameter, which is unused in the [!F_SETFD] case. + * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast SYMNDX to off_t before comparing it to this->data_size(). * output.cc (Output_symtab_xindex::endian_do_write): Likewise. * incremental.cc (Output_section_incremental_inputs::do_write): Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE. -2012-11-01 Roland McGrath <mcgrathr@google.com> - - * system.h: Move inclusion of <clocale> to after <libintl.h> in - [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section. - * nacl.cc: Include "libiberty.h" for vasprintf declaration. -2012-11-01 Roland McGrath <mcgrathr@google.com> - - * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the - parameter, which is unused in the [!F_SETFD] case. - 2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org> * gold.cc (Target_arm::do_adjust_elf_header): Add the |