* i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
[deliverable/binutils-gdb.git] / include / coff / tic54x.h
CommitLineData
4f1d9bd8
NC
1/* TI COFF information for Texas Instruments TMS320C54X.
2 This file customizes the settings in coff/ti.h.
3
4 Copyright 2001 Free Software Foundation, Inc.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
19
a44f2895 20#ifndef COFF_TIC54X_H
4f1d9bd8 21
a44f2895 22#define COFF_TIC54X_H
81635ce4
TW
23#define TIC54X_TARGET_ID 0x98
24#define TIC54XALGMAGIC 0x009B /* c54x algebraic assembler output */
25#define TIC5X_TARGET_ID 0x92
26#define TI_TARGET_ID TIC54X_TARGET_ID
27#define OCTETS_PER_BYTE_POWER 1 /* octets per byte, as a power of two */
28#define HOWTO_BANK 6 /* add to howto to get absolute/sect-relative version */
29#define TICOFF_TARGET_ARCH bfd_arch_tic54x
30#define TICOFF_DEFAULT_MAGIC TICOFF1MAGIC /* we use COFF1 for compatibility */
4f1d9bd8 31
81635ce4 32#include "coff/ti.h"
4f1d9bd8 33
a44f2895 34#endif /* COFF_TIC54X_H */
This page took 0.051006 seconds and 4 git commands to generate.