diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1993-10-11 09:55:41 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1993-10-11 09:55:41 +0000 |
commit | 3e6b06745ca54176d15bd63f2342c4a9be2d3c9a (patch) | |
tree | 1ad8d52a25060776c00fbf1565235d4ab9d8f67f /gdb/ChangeLog | |
parent | c18b613acd0704c91a82ccb13e1bb7f3c64136d6 (diff) | |
download | gdb-3e6b06745ca54176d15bd63f2342c4a9be2d3c9a.zip gdb-3e6b06745ca54176d15bd63f2342c4a9be2d3c9a.tar.gz gdb-3e6b06745ca54176d15bd63f2342c4a9be2d3c9a.tar.bz2 |
* alpha-tdep.c (init_extra_frame_info): Remove kludge for gcc,
gcc has to be compatible with the native tools.
* alpha-tdep.c (alpha_push_arguments): Rename NUM_ARG_REGS to
ALPHA_NUM_ARG_REGS and move its definition to tm-alpha.h.
* config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Change it to the
way the native tools define it, update comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c47c582..ffd9aee 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Mon Oct 11 02:48:57 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * alpha-tdep.c (init_extra_frame_info): Remove kludge for gcc, + gcc has to be compatible with the native tools. + * alpha-tdep.c (alpha_push_arguments): Rename NUM_ARG_REGS to + ALPHA_NUM_ARG_REGS and move its definition to tm-alpha.h. + * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Change it to the + way the native tools define it, update comment. + Fri Oct 8 15:54:06 1993 Fred Fish (fnf@deneb.cygnus.com) * osfsolib.c, remote-sim.c, remote.c, solib.c, xcoffexec.c, |