diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-04-07 17:06:58 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-04-07 17:06:58 +0000 |
commit | 81635ce4f52fa3c94cff07874a734589feb5855d (patch) | |
tree | 5494ea4a189fad7a25bc70c0cea59ac9e0f0d8ee /bfd/libbfd.h | |
parent | 5948916f52493e0146ce5b1467d261464072bb97 (diff) | |
download | gdb-81635ce4f52fa3c94cff07874a734589feb5855d.zip gdb-81635ce4f52fa3c94cff07874a734589feb5855d.tar.gz gdb-81635ce4f52fa3c94cff07874a734589feb5855d.tar.bz2 |
BFD and include/coff support for tic54x target.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 774cfc3..44d6205 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -859,6 +859,11 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_MN10300_32_PCREL", "BFD_RELOC_MN10300_16_PCREL", "BFD_RELOC_TIC30_LDP", + "BFD_RELOC_TIC54X_PARTLS7", + "BFD_RELOC_TIC54X_PARTMS9", + "BFD_RELOC_TIC54X_23", + "BFD_RELOC_TIC54X_16_OF_23", + "BFD_RELOC_TIC54X_MS7_OF_23", "BFD_RELOC_FR30_48", "BFD_RELOC_FR30_20", "BFD_RELOC_FR30_6_IN_4", |