diff options
author | John Gilmore <gnu@cygnus> | 1991-11-14 01:01:28 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-14 01:01:28 +0000 |
commit | ea3c08395c487e9c6613635f9d407908e2397aa2 (patch) | |
tree | 37e91d5ff471647a27204ae56a3e5abc7f8d03d6 /gdb/ChangeLog | |
parent | edbf28ce4cce654eeb0e88782aee11d6e8529978 (diff) | |
download | gdb-ea3c08395c487e9c6613635f9d407908e2397aa2.zip gdb-ea3c08395c487e9c6613635f9d407908e2397aa2.tar.gz gdb-ea3c08395c487e9c6613635f9d407908e2397aa2.tar.bz2 |
Motorola 88000 port without tears, I mean without tdescs.
ChangeLog has the details. This is preliminary for quick release,
cleanups remain to be done.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 96d9055..c236eb3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,35 @@ +Wed Nov 13 16:45:13 1991 John Gilmore (gnu at cygnus.com) + + Motorola 88000 port without tears, I mean without tdescs. + + * m88k-tdep.c: Blow away all tdesc stuff. + Provide functions for all the frame-related macros in + tm-delta88.h. Adopt i960-style EXTRA_FRAME_INFO. + (examine_prologue, frame_find_saved_regs, skip_prologue): borrow + from i960-tdep.c and adapt to the function prologues on the 88k. + (read_next_frame_reg): Borrow from mips-tdep.c. + FIXME: frame_locals_address should go away. + + * tm-delta88.h: Dump all the tdesc stuff. + Macros for all frame-related stuff call fns of same name. + Remove duplicated definitions. FP_REGNUM becomes same as + SP_REGNUM. + + * xm-88k.h: Eliminate lots of library dependencies, now handled + in libiberty. Eliminate KDB nonsupport. + + * doc/gdbint.texinfo: Add rudiments on frames. FIXME, add more. + + + * stack.c (frame_info): Mark frameless functions. + Print locals address (FIXME, remove if same). + * blockframe.c: Comment changes, FIXME after. + * coffread.c: Even without TDESC, need to zap "@" symbols. + Don't register for wierd format names; change the names in BFD. + + * alloca.c, language.c, tdesc.c: Lint. + * tdesc.c, tdesc-lib: FIXME: remove these. + Tue Nov 12 19:30:22 1991 John Gilmore (gnu at cygnus.com) * Makefile.in: Add tdesc library support. Fixups to lint, |