diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-27 00:36:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-27 00:36:52 +0000 |
commit | dba5a01fdc5128799e020cc34ba60f8d8c602a9e (patch) | |
tree | cbe490523c2cdeba18a626598e5cdaa0eb8db7be /gold/layout.h | |
parent | e3dd034fca239d8ee7352647d185b890d47fc022 (diff) | |
download | binutils-dba5a01fdc5128799e020cc34ba60f8d8c602a9e.zip binutils-dba5a01fdc5128799e020cc34ba60f8d8c602a9e.tar.gz binutils-dba5a01fdc5128799e020cc34ba60f8d8c602a9e.tar.bz2 |
From Cary Coutant: Set offsets of sections with data before finalizing
local symbols.
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/layout.h b/gold/layout.h index 19c8e09..6c7441e 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -316,7 +316,7 @@ class Layout // Set the final file offsets and section indexes of all the // sections not associated with a segment. off_t - set_section_offsets(off_t, unsigned int *pshndx); + set_section_offsets(off_t, unsigned int *pshndx, bool do_bits_sections); // Return whether SEG1 comes before SEG2 in the output file. static bool |