diff options
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/reloc.c | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bcfae55..0172fdf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2010-03-17 H.J. Lu <hongjiu.lu@intel.com> + + * reloc.c (BFD_RELOC_SPU_PIC18): Removed. + (BFD_RELOC_SPU_STUB): Likewise. + 2010-03-17 Jie Zhang <jie@codesourcery.com> * elf.c (assign_file_positions_for_load_sections): Avoid diff --git a/bfd/reloc.c b/bfd/reloc.c index 0249662..1974851 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2025,10 +2025,6 @@ ENUMX BFD_RELOC_SPU_PPU64 ENUMX BFD_RELOC_SPU_ADD_PIC -ENUMX - BFD_RELOC_SPU_PIC18 -ENUMX - BFD_RELOC_SPU_STUB ENUMDOC SPU Relocations. |