2003-11-05 Andrew Cagney * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete macro. * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro. * config/i386/tm-cygwin.h (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro. * config/powerpc/tm-linux.h (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro. (at_subroutine_call_instruction_target): Delete declaration. * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro. * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro. * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro. Index: config/i386/tm-cygwin.h =================================================================== RCS file: /cvs/src/src/gdb/config/i386/tm-cygwin.h,v retrieving revision 1.16 diff -u -r1.16 tm-cygwin.h --- config/i386/tm-cygwin.h 13 Sep 2003 16:46:21 -0000 1.16 +++ config/i386/tm-cygwin.h 6 Nov 2003 03:23:23 -0000 @@ -35,5 +35,3 @@ char *child_solib_loaded_library_pathname(int); void child_clear_solibs (void); void dll_symbol_command (char *, int); - -#define LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES (1) Index: config/m68k/tm-sun3.h =================================================================== RCS file: /cvs/src/src/gdb/config/m68k/tm-sun3.h,v retrieving revision 1.8 diff -u -r1.8 tm-sun3.h --- config/m68k/tm-sun3.h 8 Jun 2003 22:51:49 -0000 1.8 +++ config/m68k/tm-sun3.h 6 Nov 2003 03:23:23 -0000 @@ -86,24 +86,4 @@ /* The code which tries to deal with this bug is never harmful on a sun3. */ #define SUN_FIXED_LBRAC_BUG (0) -/* On the sun3 the kernel pushes a sigcontext on the user stack and - then `calls' _sigtramp in user code. _sigtramp saves the floating - point status on the stack and calls the signal handler - function. The stack does not contain enough information to allow a - normal backtrace, but sigcontext contains the saved user - pc/sp. DEPRECATED_FRAME_CHAIN and friends in tm-m68k.h and - m68k_find_saved_regs deal with this situation by manufacturing a - fake frame for _sigtramp. SIG_PC_FP_OFFSET is the offset from the - signal handler frame to the saved pc in sigcontext. - SIG_SP_FP_OFFSET is the offset from the signal handler frame to the - end of sigcontext which is identical to the saved sp at - SIG_PC_FP_OFFSET - 4. - - Please note that it is impossible to correctly backtrace from a breakpoint - in _sigtramp as _sigtramp modifies the stack pointer a few times. */ - -#undef SIG_PC_FP_OFFSET -#define SIG_PC_FP_OFFSET 324 -#define SIG_SP_FP_OFFSET 332 - #endif /* TM_SUN3_H */ Index: config/ns32k/tm-ns32k.h =================================================================== RCS file: /cvs/src/src/gdb/config/ns32k/tm-ns32k.h,v retrieving revision 1.2 diff -u -r1.2 tm-ns32k.h --- config/ns32k/tm-ns32k.h 3 Sep 2003 15:02:50 -0000 1.2 +++ config/ns32k/tm-ns32k.h 6 Nov 2003 03:23:23 -0000 @@ -32,6 +32,4 @@ #define STACK_END_ADDR (0xfffff000) #endif -#define NUM_GENERAL_REGS 8 - #endif /* TM_NS32K_H */ Index: config/powerpc/tm-linux.h =================================================================== RCS file: /cvs/src/src/gdb/config/powerpc/tm-linux.h,v retrieving revision 1.15 diff -u -r1.15 tm-linux.h --- config/powerpc/tm-linux.h 10 Oct 2003 02:40:19 -0000 1.15 +++ config/powerpc/tm-linux.h 6 Nov 2003 03:23:23 -0000 @@ -34,10 +34,6 @@ /* Make sure nexti gets the help it needs for debugging assembly code without symbols */ -#define AT_SUBROUTINE_CALL_INSTRUCTION_TARGET(prevpc,stoppc) \ - at_subroutine_call_instruction_target(prevpc,stoppc) -extern int at_subroutine_call_instruction_target(); - extern int ppc_linux_in_sigtramp (CORE_ADDR pc, char *func_name); #undef IN_SIGTRAMP #define IN_SIGTRAMP(pc,func_name) ppc_linux_in_sigtramp (pc,func_name) Index: config/sparc/tm-sp64linux.h =================================================================== RCS file: /cvs/src/src/gdb/config/sparc/tm-sp64linux.h,v retrieving revision 1.5 diff -u -r1.5 tm-sp64linux.h --- config/sparc/tm-sp64linux.h 18 Jul 2002 10:10:49 -0000 1.5 +++ config/sparc/tm-sp64linux.h 6 Nov 2003 03:23:23 -0000 @@ -29,8 +29,6 @@ #undef TM_PRINT_INSN_MACH #define TM_PRINT_INSN_MACH bfd_mach_sparc_v9a -#define GDB_PTRACE_REGS64 - #include "config/tm-sysv4.h" #endif /* TM_SPARC_LIN64_H */ Index: config/sparc/tm-sparc.h =================================================================== RCS file: /cvs/src/src/gdb/config/sparc/tm-sparc.h,v retrieving revision 1.62 diff -u -r1.62 tm-sparc.h --- config/sparc/tm-sparc.h 5 Nov 2003 16:42:35 -0000 1.62 +++ config/sparc/tm-sparc.h 6 Nov 2003 03:23:28 -0000 @@ -225,8 +225,6 @@ #define FRAME_SAVED_L0 0 #define FRAME_SAVED_I0 (8 * DEPRECATED_REGISTER_RAW_SIZE (L0_REGNUM)) -#define FRAME_STRUCT_ARGS_ADDRESS(FI) (get_frame_base (FI)) - /* Things needed for making the inferior call functions. */ /* * First of all, let me give my opinion of what the DUMMY_FRAME