gold/
authorRoland McGrath <roland@gnu.org>
Fri, 11 Oct 2013 22:02:21 +0000 (22:02 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 11 Oct 2013 22:02:21 +0000 (22:02 +0000)
commitcc84c10bfe2f4661a1485a5c79aec6dfb1d4e270
treea2e826da0e597a8ac28d9e941cb50056a788578a
parent52f66a2c4d1200cac1e57c1a38f95c8485e9a72d
gold/
* target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
Remove const from declaration.
* target.cc (Sized_target::do_adjust_elf_header): Update definition.
* sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
* output.h (Output_file_header): Remove const from member target_
and corresponding constructor argument.
* output.cc (Output_file_header::Output_file_header): Update prototype.
(Output_file_header::do_sized_write): Use this->target_ in place
of parameters()->target().
gold/ChangeLog
gold/output.cc
gold/output.h
gold/sparc.cc
gold/target.cc
gold/target.h