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:
d6bbac3
)
* m68k-tdep.c (m68k_skip_prologue, m68k_find_saved_regs):
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Mon, 27 Dec 1993 18:44:07 +0000
(18:44 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Mon, 27 Dec 1993 18:44:07 +0000
(18:44 +0000)
Allow pea %fp; move.l %sp, %fp instead of link instruction to
set up the new frame.
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 35dd37de910dede3cef7d17ce63ee6ae481565e8..2260886c6448ff06f3a7823c4d32dca1f0f00ff8 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,9
@@
Mon Dec 27 11:07:05 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * m68k-tdep.c (m68k_skip_prologue, m68k_find_saved_regs):
+ Allow pea %fp; move.l %sp, %fp instead of link instruction to
+ set up the new frame.
+
* main.c (init_main): Change "set remotedebug" back to var_zinteger
from var_boolean.