* mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
authorCary Coutant <ccoutant@google.com>
Mon, 29 Sep 2008 21:10:26 +0000 (21:10 +0000)
committerCary Coutant <ccoutant@google.com>
Mon, 29 Sep 2008 21:10:26 +0000 (21:10 +0000)
commiteff458138e2978ee9a3aef4ebee40d53da11e764
treee3dc9d42321c76802d091efde97049a536c77ef4
parent1927a18f3190247ad2b049b46e5bbe00f889507a
* mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
* object.cc (Sized_relobj::do_layout): Use constant invalid_address
instead of -1U.
(Sized_relobj::do_finalize_local_symbols): Likewise.
(Sized_relobj::map_to_kept_section): Likewise.
* object.h (Sized_relobj::invalid_address): New constant.
(Sized_relobj::do_output_section_offset): Check for invalid_address
and return -1ULL.
* output.cc (Output_reloc::local_section_offset): Use constant
invalid_address instead of -1U.
(Output_reloc::get_address): Likewise.
(Output_section::output_address): Change -1U to -1ULL.
* output.h (Output_reloc::invalid_address): New constant.
* reloc.cc (Sized_relobj::write_sections): Use constant
invalid_address instead of -1U.
(Sized_relobj::relocate_sections): Likewise.
* symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
values for merge sections.
* target-reloc.h (relocate_for_relocatable): Use constant
invalid_address instead of -1U.
gold/ChangeLog
gold/mapfile.cc
gold/object.cc
gold/object.h
gold/output.cc
gold/output.h
gold/reloc.cc
gold/symtab.cc
gold/target-reloc.h
This page took 0.027148 seconds and 4 git commands to generate.