mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
Fix gdb/1216.
* shnbsd-nat.c: Include "sh-tdep.h".
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2003-06-01 Mark Kettenis <kettenis@gnu.org>
|
2003-06-01 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
Fix gdb/1216.
|
||||||
|
* shnbsd-nat.c: Include "sh-tdep.h".
|
||||||
|
|
||||||
From Richard Henderson <rth@redhat.com>:
|
From Richard Henderson <rth@redhat.com>:
|
||||||
* dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
|
* dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Native-dependent code for SuperH running NetBSD, for GDB.
|
/* Native-dependent code for SuperH running NetBSD, for GDB.
|
||||||
Copyright 2002 Free Software Foundation, Inc.
|
Copyright 2002, 2003 Free Software Foundation, Inc.
|
||||||
Contributed by Wasabi Systems, Inc.
|
Contributed by Wasabi Systems, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
@ -26,6 +26,7 @@
|
|||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
#include "inferior.h"
|
#include "inferior.h"
|
||||||
|
|
||||||
|
#include "sh-tdep.h"
|
||||||
#include "shnbsd-tdep.h"
|
#include "shnbsd-tdep.h"
|
||||||
|
|
||||||
/* Determine if PT_GETREGS fetches this register. */
|
/* Determine if PT_GETREGS fetches this register. */
|
||||||
|
Reference in New Issue
Block a user