* h8.h (E_H8_MACH_H8300SXN): New flag. bfd/ * archures.c (bfd_mach_h8300sxn): New architecture. * bfd-in2.h: Regenerate. * cpu-h8300.c (h8300_scan): Check for 'sxn'. (h8300sxn_info_struct): New. (h8300sx_info_struct): Link to it. * elf32-h8300.c (elf32_h8_mach): Add h8300sxn case. (elf32_h8_final_write_processing): Likewise. gas/ * config/tc-h8300.c (h8300sxnmode): New. (md_pseudo_table): Add .h8300sxn entry. Sync others with FSF version. ld/ * configure.tgt (h8300*): Add h8300sxn emulations. * Makefile.am (ALL_EMULATIONS): Add eh8300sxn.o and eh8300sxnelf.o. (eh8300sxn.c, eh8300sxnelf.c): New rules. * Makefile.in: Regenerate. * emulparams/h8300sxnelf.sh, emulparams/h8300sxn.sh: New files.
		
			
				
	
	
		
			101 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			101 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
| /* H8300/h8500 ELF support for BFD.
 | |
|    Copyright 2001, 2003 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
 | |
|    (at your option) any later version.
 | |
| 
 | |
|    This program is distributed in the hope that it will be useful,
 | |
|    but WITHOUT ANY WARRANTY; without even the implied warranty of
 | |
|    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | |
|    GNU General Public License for more details.
 | |
| 
 | |
|    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.  */
 | |
| 
 | |
| #ifndef _ELF_H8_H
 | |
| #define _ELF_H8_H
 | |
| 
 | |
| #include "elf/reloc-macros.h"
 | |
| 
 | |
| /* Relocations.  */
 | |
| /* Relocations 59..63 are GNU extensions.  */
 | |
| START_RELOC_NUMBERS (elf_h8_reloc_type)
 | |
|   RELOC_NUMBER (R_H8_NONE, 0)
 | |
|   RELOC_NUMBER (R_H8_DIR32, 1)
 | |
|   RELOC_NUMBER (R_H8_DIR32_28, 2)
 | |
|   RELOC_NUMBER (R_H8_DIR32_24, 3)
 | |
|   RELOC_NUMBER (R_H8_DIR32_16, 4)
 | |
|   RELOC_NUMBER (R_H8_DIR32U, 6)
 | |
|   RELOC_NUMBER (R_H8_DIR32U_28, 7)
 | |
|   RELOC_NUMBER (R_H8_DIR32U_24, 8)
 | |
|   RELOC_NUMBER (R_H8_DIR32U_20, 9)
 | |
|   RELOC_NUMBER (R_H8_DIR32U_16, 10)
 | |
|   RELOC_NUMBER (R_H8_DIR24, 11)
 | |
|   RELOC_NUMBER (R_H8_DIR24_20, 12)
 | |
|   RELOC_NUMBER (R_H8_DIR24_16, 13)
 | |
|   RELOC_NUMBER (R_H8_DIR24U, 14)
 | |
|   RELOC_NUMBER (R_H8_DIR24U_20, 15)
 | |
|   RELOC_NUMBER (R_H8_DIR24U_16, 16)
 | |
|   RELOC_NUMBER (R_H8_DIR16, 17)
 | |
|   RELOC_NUMBER (R_H8_DIR16U, 18)
 | |
|   RELOC_NUMBER (R_H8_DIR16S_32, 19)
 | |
|   RELOC_NUMBER (R_H8_DIR16S_28, 20)
 | |
|   RELOC_NUMBER (R_H8_DIR16S_24, 21)
 | |
|   RELOC_NUMBER (R_H8_DIR16S_20, 22)
 | |
|   RELOC_NUMBER (R_H8_DIR16S, 23)
 | |
|   RELOC_NUMBER (R_H8_DIR8, 24)
 | |
|   RELOC_NUMBER (R_H8_DIR8U, 25)
 | |
|   RELOC_NUMBER (R_H8_DIR8Z_32, 26)
 | |
|   RELOC_NUMBER (R_H8_DIR8Z_28, 27)
 | |
|   RELOC_NUMBER (R_H8_DIR8Z_24, 28)
 | |
|   RELOC_NUMBER (R_H8_DIR8Z_20, 29)
 | |
|   RELOC_NUMBER (R_H8_DIR8Z_16, 30)
 | |
|   RELOC_NUMBER (R_H8_PCREL16, 31)
 | |
|   RELOC_NUMBER (R_H8_PCREL8, 32)
 | |
|   RELOC_NUMBER (R_H8_BPOS, 33)
 | |
|   FAKE_RELOC (R_H8_FIRST_INVALID_DIR_RELOC, 34)
 | |
|   FAKE_RELOC (R_H8_LAST_INVALID_DIR_RELOC, 58)
 | |
|   RELOC_NUMBER (R_H8_DIR16A8, 59)
 | |
|   RELOC_NUMBER (R_H8_DIR16R8, 60)
 | |
|   RELOC_NUMBER (R_H8_DIR24A8, 61)
 | |
|   RELOC_NUMBER (R_H8_DIR24R8, 62)
 | |
|   RELOC_NUMBER (R_H8_DIR32A16, 63)
 | |
|   RELOC_NUMBER (R_H8_ABS32, 65)
 | |
|   RELOC_NUMBER (R_H8_ABS32A16, 127)
 | |
|   RELOC_NUMBER (R_H8_SYM, 128)
 | |
|   RELOC_NUMBER (R_H8_OPneg, 129)
 | |
|   RELOC_NUMBER (R_H8_OPadd, 130)
 | |
|   RELOC_NUMBER (R_H8_OPsub, 131)
 | |
|   RELOC_NUMBER (R_H8_OPmul, 132)
 | |
|   RELOC_NUMBER (R_H8_OPdiv, 133)
 | |
|   RELOC_NUMBER (R_H8_OPshla, 134)
 | |
|   RELOC_NUMBER (R_H8_OPshra, 135)
 | |
|   RELOC_NUMBER (R_H8_OPsctsize, 136)
 | |
|   RELOC_NUMBER (R_H8_OPhword, 137)
 | |
|   RELOC_NUMBER (R_H8_OPlword, 138)
 | |
|   RELOC_NUMBER (R_H8_OPhigh, 139)
 | |
|   RELOC_NUMBER (R_H8_OPlow, 140)
 | |
|   RELOC_NUMBER (R_H8_OPscttop, 141)
 | |
| END_RELOC_NUMBERS (R_H8_max)
 | |
| 
 | |
| /* Machine variant if we know it.  This field was invented at Cygnus,
 | |
|    but it is hoped that other vendors will adopt it.  If some standard
 | |
|    is developed, this code should be changed to follow it. */
 | |
| 
 | |
| #define EF_H8_MACH		0x00FF0000
 | |
| 
 | |
| #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
 |