bfd:
[deliverable/binutils-gdb.git] / include / elf / h8.h
index ac9db566a483fb8f2393cfc3556f14919133e0f7..36aef6a254f8dbc007a76417c3615e255a23a275 100644 (file)
@@ -1,11 +1,11 @@
 /* H8300/h8500 ELF support for BFD.
-   Copyright 2001 Free Software Foundation, Inc.
+   Copyright 2001, 2003, 2010 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
@@ -92,5 +92,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.023857 seconds and 4 git commands to generate.