aboutsummaryrefslogtreecommitdiff
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
commit7251ccbfd71701f4f55c193a08ae0c148ce2649d (patch)
treed427010b95dbcc9e152beb569ab3e0b268ad2076 /ld/NEWS
parent99706f3093b86ab5071023955eba76fef416b493 (diff)
downloadgdb-7251ccbfd71701f4f55c193a08ae0c148ce2649d.zip
gdb-7251ccbfd71701f4f55c193a08ae0c148ce2649d.tar.gz
gdb-7251ccbfd71701f4f55c193a08ae0c148ce2649d.tar.bz2
* 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 962c2db..e838b4d 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.