mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 13:57:12 +08:00
* armnbsd-tdep.c: Don't include "nbsd-tdep.h".
* config/arm/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o. (DEPRECATED_TM_FILE): Remove. * Makefile.in (armnbsd-tdep.o): Update dependencies.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2006-07-15 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* armnbsd-tdep.c: Don't include "nbsd-tdep.h".
|
||||||
|
* config/arm/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
|
||||||
|
(DEPRECATED_TM_FILE): Remove.
|
||||||
|
* Makefile.in (armnbsd-tdep.o): Update dependencies.
|
||||||
|
|
||||||
2006-07-14 Joel Brobecker <brobecker@adacore.com>
|
2006-07-14 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* PROBLEMS: Document threads/2137.
|
* PROBLEMS: Document threads/2137.
|
||||||
|
@ -1782,7 +1782,7 @@ arm-linux-tdep.o: arm-linux-tdep.c $(defs_h) $(target_h) $(value_h) \
|
|||||||
armnbsd-nat.o: armnbsd-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \
|
armnbsd-nat.o: armnbsd-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \
|
||||||
$(regcache_h) $(target_h) $(gdb_string_h) $(arm_tdep_h) $(inf_ptrace_h)
|
$(regcache_h) $(target_h) $(gdb_string_h) $(arm_tdep_h) $(inf_ptrace_h)
|
||||||
armnbsd-tdep.o: armnbsd-tdep.c $(defs_h) $(osabi_h) $(gdb_string_h) \
|
armnbsd-tdep.o: armnbsd-tdep.c $(defs_h) $(osabi_h) $(gdb_string_h) \
|
||||||
$(arm_tdep_h) $(nbsd_tdep_h) $(solib_svr4_h)
|
$(arm_tdep_h) $(solib_svr4_h)
|
||||||
arm-tdep.o: arm-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcmd_h) \
|
arm-tdep.o: arm-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcmd_h) \
|
||||||
$(gdbcore_h) $(gdb_string_h) $(dis_asm_h) $(regcache_h) \
|
$(gdbcore_h) $(gdb_string_h) $(dis_asm_h) $(regcache_h) \
|
||||||
$(doublest_h) $(value_h) $(arch_utils_h) $(osabi_h) \
|
$(doublest_h) $(value_h) $(arch_utils_h) $(osabi_h) \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Target-specific functions for ARM running under NetBSD.
|
/* Target-specific functions for NetBSD/arm.
|
||||||
|
|
||||||
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
|
Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -25,7 +25,6 @@
|
|||||||
#include "gdb_string.h"
|
#include "gdb_string.h"
|
||||||
|
|
||||||
#include "arm-tdep.h"
|
#include "arm-tdep.h"
|
||||||
#include "nbsd-tdep.h"
|
|
||||||
#include "solib-svr4.h"
|
#include "solib-svr4.h"
|
||||||
|
|
||||||
/* Description of the longjmp buffer. */
|
/* Description of the longjmp buffer. */
|
||||||
@ -89,12 +88,12 @@ arm_netbsd_elf_init_abi (struct gdbarch_info info,
|
|||||||
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
||||||
|
|
||||||
arm_netbsd_init_abi_common (info, gdbarch);
|
arm_netbsd_init_abi_common (info, gdbarch);
|
||||||
|
|
||||||
set_solib_svr4_fetch_link_map_offsets (gdbarch,
|
|
||||||
nbsd_ilp32_solib_svr4_fetch_link_map_offsets);
|
|
||||||
|
|
||||||
if (tdep->fp_model == ARM_FLOAT_AUTO)
|
if (tdep->fp_model == ARM_FLOAT_AUTO)
|
||||||
tdep->fp_model = ARM_FLOAT_SOFT_VFP;
|
tdep->fp_model = ARM_FLOAT_SOFT_VFP;
|
||||||
|
|
||||||
|
/* NetBSD ELF uses SVR4-style shared libraries. */
|
||||||
|
set_solib_svr4_fetch_link_map_offsets
|
||||||
|
(gdbarch, svr4_lp64_fetch_link_map_offsets);
|
||||||
}
|
}
|
||||||
|
|
||||||
static enum gdb_osabi
|
static enum gdb_osabi
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
# Target: ARM running NetBSD
|
# Target: NetBSD/arm
|
||||||
TDEPFILES= arm-tdep.o armnbsd-tdep.o solib.o solib-svr4.o nbsd-tdep.o
|
TDEPFILES= arm-tdep.o armnbsd-tdep.o solib.o solib-svr4.o
|
||||||
DEPRECATED_TM_FILE=solib.h
|
|
||||||
|
Reference in New Issue
Block a user