projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e6391
)
* config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0.
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Sun, 13 Jun 1993 18:47:22 +0000
(18:47 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Sun, 13 Jun 1993 18:47:22 +0000
(18:47 +0000)
gdb/config/m68k/tm-sun3.h
patch
|
blob
|
history
diff --git
a/gdb/config/m68k/tm-sun3.h
b/gdb/config/m68k/tm-sun3.h
index cae185b2d2d1a1f606254a9718a2d0e23b349d38..1000fe53a9d7c3e312c50d4f95a1e5a676b92017 100644
(file)
--- 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)