diff options
author | Nick Clifton <nickc@redhat.com> | 2015-04-30 15:57:41 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-04-30 15:57:41 +0100 |
commit | 153a27763ccc9979fdb5f342e21eb1666c8f117b (patch) | |
tree | a8527ca767cce41501cb074adc94703df6cdd05d /bfd/ChangeLog | |
parent | 914082d11b5de9509491615cce448ce937e91515 (diff) | |
download | gdb-153a27763ccc9979fdb5f342e21eb1666c8f117b.zip gdb-153a27763ccc9979fdb5f342e21eb1666c8f117b.tar.gz gdb-153a27763ccc9979fdb5f342e21eb1666c8f117b.tar.bz2 |
Fix handling of relocs for the MeP target.
bfd PR 18317
* elf32-mep.c (MEPREL): Use bfd_elf_generic_reloc instead of
mep_reloc.
(mep_reloc): Delete unused function.
bin * readelf.c (get_machine_flags): Add description of MeP flags.
tests * binutils-all/objdump.exp (cpus_expected): Add MeP CPU names.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 51ef196..4dc878e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -3,6 +3,13 @@ * elf32-i386.c (elf_backend_post_process_headers): Undef for Solaris 2. +2015-04-30 Nick Clifton <nickc@redhat.com> + + PR 18317 + * elf32-mep.c (MEPREL): Use bfd_elf_generic_reloc instead of + mep_reloc. + (mep_reloc): Delete unused function. + 2015-04-29 Nick Clifton <nickc@redhat.com> PR 17099 |