From 2df3850c7bfea139c5baf6c2911c11456a1b32e9 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 12 Oct 1999 04:37:53 +0000 Subject: import gdb-1999-10-11 snapshot --- gdb/config/i386/tm-i386.h | 5 +++++ gdb/config/mips/tm-irix3.h | 1 - gdb/config/pa/tm-hppa.h | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'gdb/config') diff --git a/gdb/config/i386/tm-i386.h b/gdb/config/i386/tm-i386.h index 0bfb2e6..44e58d1 100644 --- a/gdb/config/i386/tm-i386.h +++ b/gdb/config/i386/tm-i386.h @@ -250,6 +250,11 @@ extern void i386_frame_find_saved_regs PARAMS ((struct frame_info *, /* Things needed for making the inferior call functions. */ +/* "An argument's size is increased, if necessary, to make it a + multiple of [32 bit] words. This may require tail padding, + depending on the size of the argument" - from the x86 ABI. */ +#define PARM_BOUNDARY 32 + /* Push an empty stack frame, to record the current PC, etc. */ #define PUSH_DUMMY_FRAME { i386_push_dummy_frame (); } diff --git a/gdb/config/mips/tm-irix3.h b/gdb/config/mips/tm-irix3.h index 57c344e..9f5afff 100644 --- a/gdb/config/mips/tm-irix3.h +++ b/gdb/config/mips/tm-irix3.h @@ -31,7 +31,6 @@ #undef MIPS_REGISTER_NAMES #undef FP0_REGNUM #undef PC_REGNUM -#undef PS_REGNUM #undef HI_REGNUM #undef LO_REGNUM #undef CAUSE_REGNUM diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index d535981..94cb6ba 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -799,3 +799,9 @@ PARAMS ((CORE_ADDR, int)) /* Here's how to step off a permanent breakpoint. */ #define SKIP_PERMANENT_BREAKPOINT (hppa_skip_permanent_breakpoint) extern void hppa_skip_permanent_breakpoint (void); + +/* On HP-UX, certain system routines (millicode) have names beginning + with $ or $$, e.g. $$dyncall, which handles inter-space procedure + calls on PA-RISC. Tell the expression parser to check for those + when parsing tokens that begin with "$". */ +#define SYMBOLS_CAN_START_WITH_DOLLAR (1) -- cgit v1.1