aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-06 03:29:49 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-06 03:29:49 +0000
commit4c7d882ea3a85fa2253f3afe4d21214584464d5c (patch)
treeef1d87a307e562bcef8148507852881e88502d86 /gdb/config/powerpc
parentf31a141e8d74ab0f0512b10255a6d144ef73274f (diff)
downloadfsf-binutils-gdb-4c7d882ea3a85fa2253f3afe4d21214584464d5c.zip
fsf-binutils-gdb-4c7d882ea3a85fa2253f3afe4d21214584464d5c.tar.gz
fsf-binutils-gdb-4c7d882ea3a85fa2253f3afe4d21214584464d5c.tar.bz2
2003-11-05 Andrew Cagney <cagney@redhat.com>
* 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.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r--gdb/config/powerpc/tm-linux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/powerpc/tm-linux.h b/gdb/config/powerpc/tm-linux.h
index d7faf7e..25b9904 100644
--- a/gdb/config/powerpc/tm-linux.h
+++ b/gdb/config/powerpc/tm-linux.h
@@ -34,10 +34,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* 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)