diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/nm-irix3.h | 1 | ||||
-rw-r--r-- | gdb/config/mips/nm-mips.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/mips/nm-irix3.h b/gdb/config/mips/nm-irix3.h index 4df2da3..3f4b064 100644 --- a/gdb/config/mips/nm-irix3.h +++ b/gdb/config/mips/nm-irix3.h @@ -29,6 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ This routine returns true on success */ #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR) +extern int get_longjmp_target PARAMS ((CORE_ADDR *)); /* Is this really true or is this just a leftover from a DECstation config file? */ diff --git a/gdb/config/mips/nm-mips.h b/gdb/config/mips/nm-mips.h index 0f49e34..6418b86 100644 --- a/gdb/config/mips/nm-mips.h +++ b/gdb/config/mips/nm-mips.h @@ -29,3 +29,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ This routine returns true on success */ #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR) +extern int get_longjmp_target PARAMS ((CORE_ADDR *)); |