diff options
author | Cary Coutant <ccoutant@google.com> | 2013-07-31 18:47:50 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2013-07-31 18:47:50 +0000 |
commit | c6905c28a51b6716f2d0243a76825e2dd6ad59de (patch) | |
tree | 9406e5291db3fd1e4fe8e3e1bf8a8c3de9b22404 /gold/ChangeLog | |
parent | 31a91d61f9ea4504812349166ef6ad5308270927 (diff) | |
download | gdb-c6905c28a51b6716f2d0243a76825e2dd6ad59de.zip gdb-c6905c28a51b6716f2d0243a76825e2dd6ad59de.tar.gz gdb-c6905c28a51b6716f2d0243a76825e2dd6ad59de.tar.bz2 |
gold/
* object.cc (Sized_relobj::do_output_section_address): New function.
(Sized_relobj): Instantiate explicitly.
* object.h (Object::output_section_address): New function.
(Object::do_output_section_address): New function.
(Sized_relobj::do_output_section_address): New function.
* powerpc.cc (Target_powerpc::symval_for_branch): Use it.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index b4b4687..1bbeda4 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,4 +1,13 @@ -2013-07-23 Cary Coutant <ccoutant@google.com> +2013-07-31 Cary Coutant <ccoutant@google.com> + + * object.cc (Sized_relobj::do_output_section_address): New function. + (Sized_relobj): Instantiate explicitly. + * object.h (Object::output_section_address): New function. + (Object::do_output_section_address): New function. + (Sized_relobj::do_output_section_address): New function. + * powerpc.cc (Target_powerpc::symval_for_branch): Use it. + +2013-07-30 Cary Coutant <ccoutant@google.com> Sasa Stankovic <Sasa.Stankovic@imgtec.com> * parameters.cc (Parameters::entry): Return target-specific entry |