diff options
author | Ian Lance Taylor <iant@google.com> | 2007-11-29 20:10:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-11-29 20:10:17 +0000 |
commit | 27bc2bce094e3a3ef536c5b8c2a38470bd7f3217 (patch) | |
tree | d5e89fcd143c9cd693712fb947f7afdf2426adb6 /gold/ehframe.h | |
parent | 6ac84f65c22563675d0c3153db167db8f99df6f9 (diff) | |
download | gdb-27bc2bce094e3a3ef536c5b8c2a38470bd7f3217.zip gdb-27bc2bce094e3a3ef536c5b8c2a38470bd7f3217.tar.gz gdb-27bc2bce094e3a3ef536c5b8c2a38470bd7f3217.tar.bz2 |
Clean up setting address and section offset.
Diffstat (limited to 'gold/ehframe.h')
-rw-r--r-- | gold/ehframe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/ehframe.h b/gold/ehframe.h index 6a584f9..12c8c16 100644 --- a/gold/ehframe.h +++ b/gold/ehframe.h @@ -65,7 +65,7 @@ class Eh_frame_hdr : public Output_section_data // Set the final data size. void - do_set_address(uint64_t address, off_t offset); + set_final_data_size(); // Write the data to the file. void @@ -314,7 +314,7 @@ class Eh_frame : public Output_section_data // Set the final data size. void - do_set_address(uint64_t, off_t); + set_final_data_size(); // Return the output address for an input address. bool |