From bc447a39317c52099cead8b7c4521a7511eb1674 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sun, 13 Jun 1993 18:47:22 +0000 Subject: [PATCH] * config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0. --- gdb/config/m68k/tm-sun3.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/config/m68k/tm-sun3.h b/gdb/config/m68k/tm-sun3.h index cae185b2d2..1000fe53a9 100644 --- a/gdb/config/m68k/tm-sun3.h +++ b/gdb/config/m68k/tm-sun3.h @@ -65,3 +65,6 @@ extern CORE_ADDR m68k_saved_pc_after_call PARAMS ((struct frame_info *)); #define SAVED_PC_AFTER_CALL(frame) \ m68k_saved_pc_after_call(frame) + +/* The code which tries to deal with this bug is never harmful on a sun3. */ +#define SUN_FIXED_LBRAC_BUG (0) -- 2.34.1