From 0c5e9c22aa5e70354471a6314c9c624c22719266 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 16 Oct 2007 22:38:36 +0000 Subject: From Craig Silverstein: implement -Ttext. --- gold/target.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gold/target.h') diff --git a/gold/target.h b/gold/target.h index 31037ef..3908174 100644 --- a/gold/target.h +++ b/gold/target.h @@ -95,8 +95,8 @@ class Target // Return the default address to use for the text segment. uint64_t - text_segment_address() const - { return this->pti_->text_segment_address; } + default_text_segment_address() const + { return this->pti_->default_text_segment_address; } // Return the ABI specified page size. uint64_t @@ -149,7 +149,7 @@ class Target // The default dynamic linker name. const char* dynamic_linker; // The default text segment address. - uint64_t text_segment_address; + uint64_t default_text_segment_address; // The ABI specified page size. uint64_t abi_pagesize; // The common page size used by actual implementations. -- cgit v1.1