summaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorM R Swami Reddy <MR.Swami.Reddy@nsc.com>2008-11-27 12:41:14 +0000
committerM R Swami Reddy <MR.Swami.Reddy@nsc.com>2008-11-27 12:41:14 +0000
commit9bbe31c820376641ad5869e7e6f43185c657f21d (patch)
tree55218a0e9d7cdfc391499c0ad491828c9df297fc /ld/NEWS
parentb514d09a351b006e765d58c83d1e9595dba24aa7 (diff)
downloadbinutils-redhat-9bbe31c820376641ad5869e7e6f43185c657f21d.tar.gz
* emultempl/cr16elf.em (cr16_after_open): New function to handle
CR16 ELF embedded reloc creation (ld --embedded-relocs). (check_sections): New function. (LDEMUL_AFTER_OPEN): Define. * emulparams/elf32cr16.sh (EMBEDDED): Define. * NEWS: Add comment on cr16 new feature.
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 962c2dba36..e838b4ddd4 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,8 @@
-*- text -*-
+* Add CR16 ELF --embedded-relocs (used to embedded relocations into binaries
+ for Embedded-PIC code) option.
+
* Add to the PE/PE+ targets the support of two different kinds of
pseudo-relocations. They can be selected by the switches
--enable-runtime-pseudo-reloc-v1 and --enable-runtime-pseudo-reloc-v2.