aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-05-05 23:53:09 +0000
committerStu Grossman <grossman@cygnus>1993-05-05 23:53:09 +0000
commitf45e781f149a6a40476088dc6922eede36f3381a (patch)
tree3c63f5a71e2eba06bdfd26691f6c812153f47d6c /gdb/ChangeLog
parent8fa7488059586540877a917d40c28472105574f4 (diff)
downloadgdb-f45e781f149a6a40476088dc6922eede36f3381a.zip
gdb-f45e781f149a6a40476088dc6922eede36f3381a.tar.gz
gdb-f45e781f149a6a40476088dc6922eede36f3381a.tar.bz2
Fix directory on edit log.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c87b328..3509e59 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -5,10 +5,10 @@ Wed May 5 15:16:33 1993 Stu Grossman (grossman@cygnus.com)
(frameless_function_invocation): New function.
(frame_saved_pc, init_extra_frame_info): Use
frameless_function_invocation.
- * gdb/config/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after
+ * gdb/config/pa/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after
call instead of just grabbing the value currently in %r2.
(FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation.
- * gdb/config/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private
+ * gdb/config/pa/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private
definition and use the common one in tm-hppa.h.
* gdb/hppa-tdep.c (frame_chain_valid): If "use_unwind" is true, then
use unwind descriptors to determine if the frame chain is valid.