mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
*** empty log message ***
This commit is contained in:
@ -20,9 +20,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
/* $Id$
|
/* $Id$
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1.1.1 1991/03/21 21:26:46 gumby
|
Revision 1.2 1991/06/14 22:54:44 steve
|
||||||
Back from Intel with Steve
|
*** empty log message ***
|
||||||
|
|
||||||
|
* Revision 1.1.1.1 1991/03/21 21:26:46 gumby
|
||||||
|
* Back from Intel with Steve
|
||||||
|
*
|
||||||
* Revision 1.1 1991/03/21 21:26:45 gumby
|
* Revision 1.1 1991/03/21 21:26:45 gumby
|
||||||
* Initial revision
|
* Initial revision
|
||||||
*
|
*
|
||||||
@ -52,9 +55,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
* Initial revision
|
* Initial revision
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include "sysdep.h"
|
#include "sysdep.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
#include "m68k-opcode.h"
|
#include "m68k-opcode.h"
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
/* $Id$
|
/* $Id$
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 1991/06/09 20:38:03 rich
|
Revision 1.8 1991/06/14 22:54:48 steve
|
||||||
Don't sort the const array in place.
|
*** empty log message ***
|
||||||
|
|
||||||
* Revision 1.6 1991/05/23 03:49:10 rich
|
* Revision 1.6 1991/05/23 03:49:10 rich
|
||||||
* new sparc-opcode, new pinsn.
|
* new sparc-opcode, new pinsn.
|
||||||
@ -67,9 +67,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
* Initial revision
|
* Initial revision
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include "sysdep.h"
|
#include "sysdep.h"
|
||||||
|
#include <stdio.h>
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
#include "sparc-opcode.h"
|
#include "sparc-opcode.h"
|
||||||
|
|
||||||
@ -183,7 +182,6 @@ print_insn_sparc (memaddr, buffer, stream)
|
|||||||
|
|
||||||
register unsigned int i;
|
register unsigned int i;
|
||||||
|
|
||||||
#ifdef comment
|
|
||||||
if (!opcodes_sorted)
|
if (!opcodes_sorted)
|
||||||
{
|
{
|
||||||
static int compare_opcodes ();
|
static int compare_opcodes ();
|
||||||
@ -191,7 +189,6 @@ print_insn_sparc (memaddr, buffer, stream)
|
|||||||
sizeof (sparc_opcodes[0]), compare_opcodes);
|
sizeof (sparc_opcodes[0]), compare_opcodes);
|
||||||
opcodes_sorted = 1;
|
opcodes_sorted = 1;
|
||||||
}
|
}
|
||||||
#endif /* comment */
|
|
||||||
|
|
||||||
memcpy(&insn,buffer, sizeof (insn));
|
memcpy(&insn,buffer, sizeof (insn));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user