From Craig Silverstein: implement -Ttext.

This commit is contained in:
Ian Lance Taylor
2007-10-16 22:38:36 +00:00
parent 928a4139f6
commit 0c5e9c22aa
7 changed files with 64 additions and 31 deletions

View File

@ -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
};