From: Jim Kingdon Date: Sun, 13 Jun 1993 18:47:22 +0000 (+0000) Subject: * config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc447a39317c52099cead8b7c4521a7511eb1674;p=binutils-gdb.git * config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0. --- diff --git a/gdb/config/m68k/tm-sun3.h b/gdb/config/m68k/tm-sun3.h index cae185b2d2d..1000fe53a9d 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)