mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 09:09:16 +08:00
* sparc.h (sparc_{encode,decode}_asi): Declare.
This commit is contained in:
@ -1,10 +1,9 @@
|
|||||||
/* Definitions for opcode table for the sparc.
|
/* Definitions for opcode table for the sparc.
|
||||||
Copyright 1989, 1991, 1992 Free Software Foundation, Inc.
|
Copyright 1989, 1991, 1992, 1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler, GDB, the GNU debugger, and
|
This file is part of GAS, the GNU Assembler, GDB, the GNU debugger, and
|
||||||
the GNU Binutils.
|
the GNU Binutils.
|
||||||
|
|
||||||
|
|
||||||
GAS/GDB is free software; you can redistribute it and/or modify
|
GAS/GDB is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2, or (at your option)
|
the Free Software Foundation; either version 2, or (at your option)
|
||||||
@ -17,7 +16,8 @@ GNU General Public License for more details.
|
|||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GAS or GDB; see the file COPYING. If not, write to
|
along with GAS or GDB; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* The SPARC opcode table (and other related data) is defined in
|
/* The SPARC opcode table (and other related data) is defined in
|
||||||
the opcodes library in sparc-opc.c. If you change anything here, make
|
the opcodes library in sparc-opc.c. If you change anything here, make
|
||||||
@ -176,6 +176,9 @@ extern const int bfd_sparc_num_opcodes;
|
|||||||
|
|
||||||
#define NUMOPCODES bfd_sparc_num_opcodes
|
#define NUMOPCODES bfd_sparc_num_opcodes
|
||||||
|
|
||||||
|
int sparc_encode_asi ();
|
||||||
|
char *sparc_decode_asi ();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Local Variables:
|
* Local Variables:
|
||||||
* fill-column: 131
|
* fill-column: 131
|
||||||
|
Reference in New Issue
Block a user