diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-11-08 11:55:34 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-11-08 11:55:34 +0000 |
commit | f4281f55cf61201c863196fb56bb39b751c364c5 (patch) | |
tree | de670e1351aa2957fb1c550c2d2cde3470aaecd0 /gdb/config/m68k/tm-linux.h | |
parent | e4f782955184d356e17544bd7670c1eaeb2f2b29 (diff) | |
download | gdb-f4281f55cf61201c863196fb56bb39b751c364c5.zip gdb-f4281f55cf61201c863196fb56bb39b751c364c5.tar.gz gdb-f4281f55cf61201c863196fb56bb39b751c364c5.tar.bz2 |
Rename get_longjmp_target to m68k_get_longjmp_target. Update all m68k
targets.
Diffstat (limited to 'gdb/config/m68k/tm-linux.h')
-rw-r--r-- | gdb/config/m68k/tm-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m68k/tm-linux.h b/gdb/config/m68k/tm-linux.h index 1d47d46..fbb30a7 100644 --- a/gdb/config/m68k/tm-linux.h +++ b/gdb/config/m68k/tm-linux.h @@ -93,7 +93,7 @@ we extract the pc (JB_PC) that we will land at. The pc is copied into ADDR. This routine returns true on success */ -#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR) +#define GET_LONGJMP_TARGET(ADDR) m68k_get_longjmp_target(ADDR) /* Offset to saved PC in sigcontext, from <asm/sigcontext.h>. */ #define SIGCONTEXT_PC_OFFSET 26 |