diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-08-21 11:34:06 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-08-21 11:34:06 -0300 |
commit | f3ae7dbacf5aeb9df207f5dacd778a2f6eab24fc (patch) | |
tree | 007fb5f9f137a4cb155cbf457fcd3ae320c2e6f4 /gold/object.h | |
parent | 1d72c7445857652f3eb423f2702bc5981580fb63 (diff) | |
parent | b5d3ac25628b1a16409a9816623c34a45377d400 (diff) | |
download | binutils-users/linaro/binutils-2_27-branch.zip binutils-users/linaro/binutils-2_27-branch.tar.gz binutils-users/linaro/binutils-2_27-branch.tar.bz2 |
Merge with binutils-2_27-branch rev b5d3ac20users/linaro/binutils-2_27-branch
Change-Id: Iaa5f379bb904c3eb5b6e041c62c24076d2838063
Diffstat (limited to 'gold/object.h')
-rw-r--r-- | gold/object.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/object.h b/gold/object.h index 95f6d56..aa1a815 100644 --- a/gold/object.h +++ b/gold/object.h @@ -2562,6 +2562,13 @@ class Sized_relobj_file : public Sized_relobj<size, big_endian> const unsigned char* pshdrs, Output_file* of, Views* pviews); + // Relocate section data for a range of sections. + void + relocate_section_range(const Symbol_table* symtab, const Layout* layout, + const unsigned char* pshdrs, Output_file* of, + Views* pviews, unsigned int start_shndx, + unsigned int end_shndx); + // Adjust this local symbol value. Return false if the symbol // should be discarded from the output file. virtual bool |