ARM CMSE symbols
[deliverable/binutils-gdb.git] / include / elf / h8.h
index ac9db566a483fb8f2393cfc3556f14919133e0f7..edc0e3c8481f0ad24fff82e5105b279f0754d4e3 100644 (file)
@@ -1,11 +1,11 @@
 /* H8300/h8500 ELF support for BFD.
-   Copyright 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2019 Free Software Foundation, Inc.
 
    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,
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software Foundation,
-   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifndef _ELF_H8_H
 #define _ELF_H8_H
@@ -23,7 +23,7 @@
 #include "elf/reloc-macros.h"
 
 /* Relocations.  */
-/* Relocations 59..63 are GNU extensions.  */
+/* Relocations 59..64 are GNU extensions.  */
 START_RELOC_NUMBERS (elf_h8_reloc_type)
   RELOC_NUMBER (R_H8_NONE, 0)
   RELOC_NUMBER (R_H8_DIR32, 1)
@@ -65,6 +65,7 @@ START_RELOC_NUMBERS (elf_h8_reloc_type)
   RELOC_NUMBER (R_H8_DIR24A8, 61)
   RELOC_NUMBER (R_H8_DIR24R8, 62)
   RELOC_NUMBER (R_H8_DIR32A16, 63)
+  RELOC_NUMBER (R_H8_DISP32A16, 64)
   RELOC_NUMBER (R_H8_ABS32, 65)
   RELOC_NUMBER (R_H8_ABS32A16, 127)
   RELOC_NUMBER (R_H8_SYM, 128)
@@ -92,5 +93,9 @@ END_RELOC_NUMBERS (R_H8_max)
 #define E_H8_MACH_H8300                0x00800000
 #define E_H8_MACH_H8300H       0x00810000
 #define E_H8_MACH_H8300S       0x00820000
+#define E_H8_MACH_H8300HN      0x00830000
+#define E_H8_MACH_H8300SN      0x00840000
+#define E_H8_MACH_H8300SX      0x00850000
+#define E_H8_MACH_H8300SXN     0x00860000
 
 #endif
This page took 0.026175 seconds and 4 git commands to generate.