mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-22 18:42:10 +00:00
Modified Files:
tm-mips64.h tm-bigmips64.h * config/mips/tm-mips64.h: define FORCE_LONG_LONG to force LONGEST to be long long in gdb. * config/mips/tm-bigmips.h: ditto.
This commit is contained in:
parent
9d11577a58
commit
733fa4c2f8
@ -20,6 +20,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#define GDB_TARGET_IS_MIPS64
|
||||
|
||||
/* force LONGEST to be long long in gdb */
|
||||
#define FORCE_LONG_LONG
|
||||
|
||||
/* Use eight byte registers. */
|
||||
#define MIPS_REGSIZE 8
|
||||
|
||||
|
@ -20,6 +20,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#define GDB_TARGET_IS_MIPS64
|
||||
|
||||
/* force LONGEST to be long long in gdb */
|
||||
#define FORCE_LONG_LONG
|
||||
|
||||
/* Use eight byte registers. */
|
||||
#define MIPS_REGSIZE 8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user