mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 10:34:21 +08:00
2002-05-10 Elena Zannoni <ezannoni@redhat.com>
* sh-tdep.c: Include correct file.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2002-05-10 Elena Zannoni <ezannoni@redhat.com>
|
||||||
|
|
||||||
|
* sh-tdep.c: Include correct file.
|
||||||
|
|
||||||
2002-05-10 Elena Zannoni <ezannoni@redhat.com>
|
2002-05-10 Elena Zannoni <ezannoni@redhat.com>
|
||||||
|
|
||||||
New support for sh64-elf (sh5) target.
|
New support for sh64-elf (sh5) target.
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
/* sh64 flags */
|
/* sh64 flags */
|
||||||
#include "elf/sh.h"
|
#include "elf/sh.h"
|
||||||
/* registers numbers shared with the simulator */
|
/* registers numbers shared with the simulator */
|
||||||
#include "gdb/sim-sh64.h"
|
#include "gdb/sim-sh.h"
|
||||||
|
|
||||||
#undef XMALLOC
|
#undef XMALLOC
|
||||||
#define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE)))
|
#define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE)))
|
||||||
|
Reference in New Issue
Block a user