* language.h (struct language_defn) <la_iterate_over_symbols>: Fix
[deliverable/binutils-gdb.git] / include / elf / cr16.h
index e3f6c50b12606c814541a92e336fc7ca196023c2..3278474865ff4b59dbbea90e899db0e536225930 100644 (file)
@@ -1,12 +1,12 @@
 /* CR16 ELF support for BFD.
-   Copyright 2007 Free Software Foundation, Inc.
+   Copyright 2007, 2010 Free Software Foundation, Inc.
    Contributed by M R Swami Reddy.
 
    This file is part of BFD, the Binary File Descriptor library.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -51,6 +51,12 @@ START_RELOC_NUMBERS(elf_cr16_reloc_type)
   RELOC_NUMBER (R_CR16_DISP16,         23)
   RELOC_NUMBER (R_CR16_DISP24,         24)
   RELOC_NUMBER (R_CR16_DISP24a,        25)
+  RELOC_NUMBER (R_CR16_SWITCH8,        26)
+  RELOC_NUMBER (R_CR16_SWITCH16,       27)
+  RELOC_NUMBER (R_CR16_SWITCH32,       28)
+  RELOC_NUMBER (R_CR16_GOT_REGREL20,   29)
+  RELOC_NUMBER (R_CR16_GOTC_REGREL20,  30)
+  RELOC_NUMBER (R_CR16_GLOB_DAT,       31)
 END_RELOC_NUMBERS(R_CR16_MAX)
         
 #endif /* _ELF_CR16_H */
This page took 0.023516 seconds and 4 git commands to generate.