Browse Source

2002-04-20 David S. Miller <davem@redhat.com>

* config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
	GDB_MULTI_ARCH_PARTIAL
	* config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
	define, let tm-sp64.h do it.
binutils-2_13-branch
David S. Miller 25 years ago
parent
commit
6c86dcd550
  1. 7
      gdb/ChangeLog
  2. 2
      gdb/config/sparc/tm-linux.h
  3. 2
      gdb/config/sparc/tm-sp64linux.h

7
gdb/ChangeLog

@ -1,3 +1,10 @@
2002-04-20 David S. Miller <davem@redhat.com>
* config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
GDB_MULTI_ARCH_PARTIAL
* config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
define, let tm-sp64.h do it.
2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
* frame.c (find_saved_register): Avoid a NULL pointer

2
gdb/config/sparc/tm-linux.h

@ -23,6 +23,8 @@
#ifndef TM_SPARCLINUX_H
#define TM_SPARCLINUX_H
#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL
#include "sparc/tm-sparc.h"
#define SIGCONTEXT_PC_OFFSET 12

2
gdb/config/sparc/tm-sp64linux.h

@ -21,8 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef TM_SPARC_LIN64_H
#define TM_SPARC_LIN64_H
#define GDB_MULTI_ARCH 0
#include "sparc/tm-sp64.h"
#define SIGCONTEXT_PC_OFFSET 16 /* See asm-sparc64/sigcontext.h */

Loading…
Cancel
Save