diff options
author | M R Swami Reddy <MR.Swami.Reddy@nsc.com> | 2008-11-27 12:41:14 +0000 |
---|---|---|
committer | M R Swami Reddy <MR.Swami.Reddy@nsc.com> | 2008-11-27 12:41:14 +0000 |
commit | 7251ccbfd71701f4f55c193a08ae0c148ce2649d (patch) | |
tree | d427010b95dbcc9e152beb569ab3e0b268ad2076 /ld/NEWS | |
parent | 99706f3093b86ab5071023955eba76fef416b493 (diff) | |
download | gdb-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |