diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | bfd/bfd-in2.h | 2 | ||||
-rw-r--r-- | bfd/libbfd.h | 2 | ||||
-rw-r--r-- | bfd/reloc.c | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4f4ae5a..1c78148 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2005-09-08 Paul Brook <paul@codesourcery.com> + + * reloc.c: Rename BFD_RELOC_ARM_SMI to BFD_RELOC_ARM_SMC. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + 2005-09-06 H.J. Lu <hongjiu.lu@intel.com> PR ld/1301 diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 07ca098..807c229 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2876,7 +2876,7 @@ pc-relative or some form of GOT-indirect relocation. */ BFD_RELOC_ARM_T32_IMM12, BFD_RELOC_ARM_T32_ADD_PC12, BFD_RELOC_ARM_SHIFT_IMM, - BFD_RELOC_ARM_SMI, + BFD_RELOC_ARM_SMC, BFD_RELOC_ARM_SWI, BFD_RELOC_ARM_MULTI, BFD_RELOC_ARM_CP_OFF_IMM, diff --git a/bfd/libbfd.h b/bfd/libbfd.h index fc27a3e..de939ec 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -1214,7 +1214,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_ARM_T32_IMM12", "BFD_RELOC_ARM_T32_ADD_PC12", "BFD_RELOC_ARM_SHIFT_IMM", - "BFD_RELOC_ARM_SMI", + "BFD_RELOC_ARM_SMC", "BFD_RELOC_ARM_SWI", "BFD_RELOC_ARM_MULTI", "BFD_RELOC_ARM_CP_OFF_IMM", diff --git a/bfd/reloc.c b/bfd/reloc.c index 3bd0d7c..ab50c7b 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2744,7 +2744,7 @@ ENUMX ENUMX BFD_RELOC_ARM_SHIFT_IMM ENUMX - BFD_RELOC_ARM_SMI + BFD_RELOC_ARM_SMC ENUMX BFD_RELOC_ARM_SWI ENUMX |