* sparcl-tdep.c (_initialize_sparc_tdep) config/sparc/tm-sparc.h,

config/sparc/tm-sparclite.h:  Initialize tm_print_insn from
	TM_PRINT_INSN, which comes from the tm file.

	* Makefile.in (INTERNAL_LDFLAGS):  Add in flags from configure.
	* configure configure.in:  Only make sol-thread.o for native.
	Also, switch to dlopened libthread_db.so.1.
	* sol-thread.c:  Switch to using dlopen to get the thread_db
	library.

	* configure, configure.in:  Change test for libthread_db to only
	work for configs where build/host/target are the same.
This commit is contained in:
Stu Grossman
1996-07-04 00:49:25 +00:00
parent d41d2ccc63
commit 89e673a481
6 changed files with 90 additions and 89 deletions

View File

@@ -110,7 +110,7 @@ extern CORE_ADDR sparc_pc_adjust PARAMS ((CORE_ADDR));
#define STACK_ALIGN(ADDR) (((ADDR)+7)&-8)
/* Sequence of bytes for breakpoint instruction. */
/* Sequence of bytes for breakpoint instruction (ta 1). */
#define BREAKPOINT {0x91, 0xd0, 0x20, 0x01}
@@ -641,3 +641,7 @@ extern int deferred_stores;
passed as doubles and then converted in the callee. */
#define COERCE_FLOAT_TO_DOUBLE 1
/* Select the sparc disassembler */
#define TM_PRINT_INSN print_insn_sparc