diff options
author | Cary Coutant <ccoutant@google.com> | 2014-11-25 14:33:51 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2014-11-25 14:33:51 -0800 |
commit | 43b64debe3577c6923ca9f16ec91451bb47f5f65 (patch) | |
tree | 0c80e597d31b882f7efe1f96cc6760553ac50187 /gold/ChangeLog | |
parent | c924eb67e143722e4098d84c1cb91123a51c988f (diff) | |
download | gdb-43b64debe3577c6923ca9f16ec91451bb47f5f65.zip gdb-43b64debe3577c6923ca9f16ec91451bb47f5f65.tar.gz gdb-43b64debe3577c6923ca9f16ec91451bb47f5f65.tar.bz2 |
Add file size to ELF symbol labelling start of a binary file.
gold/
* binary.cc (Binary_to_elf::sized_convert): Add size to _start symbol.
(Binary_to_elf::write_symbol): Add st_size parameter.
* binary.h (Binary_to_elf::write_symbol): Add st_size parameter.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index a447b42..9f3f529 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,11 @@ 2014-11-25 Cary Coutant <ccoutant@google.com> + * binary.cc (Binary_to_elf::sized_convert): Add size to _start symbol. + (Binary_to_elf::write_symbol): Add st_size parameter. + * binary.h (Binary_to_elf::write_symbol): Add st_size parameter. + +2014-11-25 Cary Coutant <ccoutant@google.com> + PR gold/17639 * object.cc (Sized_relobj_file): Initialize is_deferred_layout_. (Sized_relobj_file::do_layout): Handle deferred sections properly |