aboutsummaryrefslogtreecommitdiff
path: root/gold/merge.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-11-29 20:10:17 +0000
committerIan Lance Taylor <iant@google.com>2007-11-29 20:10:17 +0000
commit27bc2bce094e3a3ef536c5b8c2a38470bd7f3217 (patch)
treed5e89fcd143c9cd693712fb947f7afdf2426adb6 /gold/merge.h
parent6ac84f65c22563675d0c3153db167db8f99df6f9 (diff)
downloadgdb-27bc2bce094e3a3ef536c5b8c2a38470bd7f3217.zip
gdb-27bc2bce094e3a3ef536c5b8c2a38470bd7f3217.tar.gz
gdb-27bc2bce094e3a3ef536c5b8c2a38470bd7f3217.tar.bz2
Clean up setting address and section offset.
Diffstat (limited to 'gold/merge.h')
-rw-r--r--gold/merge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/merge.h b/gold/merge.h
index ad00997..70fe6b7 100644
--- a/gold/merge.h
+++ b/gold/merge.h
@@ -114,7 +114,7 @@ class Output_merge_data : public Output_merge_base
// Set the final data size.
void
- do_set_address(uint64_t, off_t);
+ set_final_data_size();
// Write the data to the file.
void
@@ -215,7 +215,7 @@ class Output_merge_string : public Output_merge_base
// Set the final data size.
void
- do_set_address(uint64_t, off_t);
+ set_final_data_size();
// Write the data to the file.
void