aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-01-16 14:14:07 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-01-16 14:14:07 +0000
commit258795f524fca9d5b98441b81684c331c4d721b1 (patch)
tree365c275b1bbaade138d48bf73fb98ddbd26f7a70 /ld/NEWS
parent3493e7b072fcca9911dd102bbcb6a1fc61012f95 (diff)
downloadbinutils-258795f524fca9d5b98441b81684c331c4d721b1.zip
binutils-258795f524fca9d5b98441b81684c331c4d721b1.tar.gz
binutils-258795f524fca9d5b98441b81684c331c4d721b1.tar.bz2
ld/
2009-01-16 H.J. Lu <hongjiu.lu@intel.com> * lexsup.c (option_values): Add OPTION_TTEXT_SEGMENT. (ld_options): Add -Ttext-segment. (parse_args): Handle OPTION_TTEXT_SEGMENT. * ld.texinfo: Document -Ttext-segment. * NEWS: Mention -Ttext-segment. * scripttempl/elf.sc (TEXT_START_ADDR): Use SEGMENT_START. (SHLIB_TEXT_START_ADDR): Likewise. ld/testsuite/ 2009-01-16 H.J. Lu <hongjiu.lu@intel.com> * ld-elf/textaddr1.d: New. * ld-elf/textaddr2.d: Likewise.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 9e56775..790cab3 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,8 @@
-*- text -*-
+* Add a new command line option, -Ttext-segment ADDR, for ELF targets
+ to set the address of the first byte of the text segment.
+
* Add new option --use-nul-prefixed-import-tables to ld for PE targets to
allow fallback to old import table generation with null element prefix.