* config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 13 Jun 1993 18:47:22 +0000 (18:47 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 13 Jun 1993 18:47:22 +0000 (18:47 +0000)
gdb/config/m68k/tm-sun3.h

index cae185b2d2d1a1f606254a9718a2d0e23b349d38..1000fe53a9d7c3e312c50d4f95a1e5a676b92017 100644 (file)
@@ -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)
This page took 0.0235 seconds and 4 git commands to generate.