diff options
author | Ian Lance Taylor <ian@airs.com> | 2010-07-13 12:04:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2010-07-13 12:04:03 +0000 |
commit | 8274239589cb7d560af55e3565ad7e6829b1edfe (patch) | |
tree | 2f57a27ac6fc1a907a4032919d280af987770de5 /gold/ChangeLog | |
parent | 241531d62d5e36e157fbf2f5db99f50b632d1a29 (diff) | |
download | gdb-8274239589cb7d560af55e3565ad7e6829b1edfe.zip gdb-8274239589cb7d560af55e3565ad7e6829b1edfe.tar.gz gdb-8274239589cb7d560af55e3565ad7e6829b1edfe.tar.bz2 |
* output.h (Output_section_lookup_maps::add_merge_section):
Correct check of whether value was inserted.
(Output_section_lookup_maps::add_merge_input_section): Likewise.
(Output_section_lookup_maps::add_relaxed_input_section):
Likewise.
* arm.cc (Target_arm::got_section): Remove used local os.
* i386.cc (Target_i386::got_section): Likewise.
* x86_64.cc (Target_x86_64::got_section): Likewise.
* sparc.cc (Target_sparc::got_section): Likewise.
(Target_sparc::relocate): Remove unused local have_got_offset.
* powerpc.cc (Target_powerpc::relocate): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 1c5b157..8d75269 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,18 @@ +2010-07-13 Philip Herron <herron.philip@googlemail.com> + Ian Lance Taylor <iant@google.com> + + * output.h (Output_section_lookup_maps::add_merge_section): + Correct check of whether value was inserted. + (Output_section_lookup_maps::add_merge_input_section): Likewise. + (Output_section_lookup_maps::add_relaxed_input_section): + Likewise. + * arm.cc (Target_arm::got_section): Remove used local os. + * i386.cc (Target_i386::got_section): Likewise. + * x86_64.cc (Target_x86_64::got_section): Likewise. + * sparc.cc (Target_sparc::got_section): Likewise. + (Target_sparc::relocate): Remove unused local have_got_offset. + * powerpc.cc (Target_powerpc::relocate): Likewise. + 2010-07-13 Ian Lance Taylor <iant@google.com> * compressed_output.cc (zlib_decompress): Fix signature in |