diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-16 22:38:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-16 22:38:36 +0000 |
commit | 0c5e9c22aa5e70354471a6314c9c624c22719266 (patch) | |
tree | b94bce685c6afa90a8a7fe7edd88fe8e558c1219 /gold/x86_64.cc | |
parent | 928a4139f6eedb83ca83a58d42c2ba54ab8dd536 (diff) | |
download | gdb-0c5e9c22aa5e70354471a6314c9c624c22719266.zip gdb-0c5e9c22aa5e70354471a6314c9c624c22719266.tar.gz gdb-0c5e9c22aa5e70354471a6314c9c624c22719266.tar.bz2 |
From Craig Silverstein: implement -Ttext.
Diffstat (limited to 'gold/x86_64.cc')
-rw-r--r-- | gold/x86_64.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/x86_64.cc b/gold/x86_64.cc index 75c2b7f..c736350 100644 --- a/gold/x86_64.cc +++ b/gold/x86_64.cc @@ -264,7 +264,7 @@ const Target::Target_info Target_x86_64::x86_64_info = false, // has_resolve true, // has_code_fill "/lib/ld64.so.1", // program interpreter - 0x400000, // text_segment_address + 0x400000, // default_text_segment_address 0x1000, // abi_pagesize 0x1000 // common_pagesize }; |