diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-01-16 22:48:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-01-16 22:48:24 +0000 |
commit | c7f8d0a5247e1da6bb295e386d9be74f0e16389b (patch) | |
tree | 392da68ec11c35017603201a65fd5c5a302602dc /bfd/libbfd.h | |
parent | 9edcbc03f8a0b0b667361546313e14a5727eb38d (diff) | |
download | gdb-c7f8d0a5247e1da6bb295e386d9be74f0e16389b.zip gdb-c7f8d0a5247e1da6bb295e386d9be74f0e16389b.tar.gz gdb-c7f8d0a5247e1da6bb295e386d9be74f0e16389b.tar.bz2 |
update copyright
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index aa3dd61..e734828 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -1,6 +1,6 @@ /* libbfd.h -- Declarations used by bfd library *implementation*. (This include file is not for users of the library.) - Copyright 1990, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. + Copyright 1990, 91, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. Written by Cygnus Support. ** NOTE: libbfd.h is a GENERATED file. Don't change it; instead, @@ -548,6 +548,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_64", "BFD_RELOC_32", "BFD_RELOC_26", + "BFD_RELOC_24", "BFD_RELOC_16", "BFD_RELOC_14", "BFD_RELOC_8", @@ -636,6 +637,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_ALPHA_HINT", "BFD_RELOC_ALPHA_LINKAGE", "BFD_RELOC_MIPS_JMP", + "BFD_RELOC_MIPS16_JMP", "BFD_RELOC_HI16", "BFD_RELOC_HI16_S", "BFD_RELOC_LO16", @@ -747,10 +749,10 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", /* end-sanitize-d10v */ /* start-sanitize-m32r */ - "BFD_RELOC_M32R_UIMM24", - "BFD_RELOC_M32R_DISP8", - "BFD_RELOC_M32R_DISP16", - "BFD_RELOC_M32R_DISP24", + "BFD_RELOC_M32R_24", + "BFD_RELOC_M32R_10_PCREL", + "BFD_RELOC_M32R_18_PCREL", + "BFD_RELOC_M32R_26_PCREL", /* end-sanitize-m32r */ /* start-sanitize-v850 */ @@ -761,6 +763,8 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_V850_TDA_OFFSET", /* end-sanitize-v850 */ + "BFD_RELOC_MN10300_32_PCREL", + "BFD_RELOC_MN10300_16_PCREL", "@@overflow: BFD_RELOC_UNUSED@@", }; #endif |