diff options
author | John Gilmore <gnu@cygnus> | 1993-02-04 10:30:19 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-04 10:30:19 +0000 |
commit | b076f024395078d117374d68e290cf200e9aef1a (patch) | |
tree | 4bf379a268489e4ec8dd2272e0a66b70e9fe2d5d /gdb/TODO | |
parent | a69942c89b690e65a95f3be804ce8bb873c19faf (diff) | |
download | gdb-b076f024395078d117374d68e290cf200e9aef1a.zip gdb-b076f024395078d117374d68e290cf200e9aef1a.tar.gz gdb-b076f024395078d117374d68e290cf200e9aef1a.tar.bz2 |
* Makefile.in (TARDIRS): Add sparclite demo dir.
(*.tab.c): Change dependency on Makefile to depend on
Makefile.in, otherwise it always rebuilds after configuring.
Force output *.tab.c file into current directory even in "make"
versions that rewrite dependent file names used in command lines.
* TODO: Remove some things we did.
* am29k-opcode.h, convx-opcode: Remove; now in ../include/opcode.
* os68k-xdep.c: Remove; useless file (os68k is a target only).
* convex-pinsn.c: Use ../include/opcode/convex.h. Add CONST.
* symtab.h: Eliminate unnamed unions and structs.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -143,13 +143,8 @@ modified, but it is not yet 100% predictable when e.g. the commands call functions in the child, and while there, the child is interrupted with a signal, or hits a breakpoint.) -Symbol completion with TAB does not unmangle names! - help completion, help history should work. -Symbol completion doesn't handle e.g. W::f. (symtab.c, -make_symbol_completion_list). - Check that we can handle stack trace through varargs AND alloca in same function, on 29K. @@ -185,8 +180,6 @@ be a sparc-optest.s file that tries each pattern out. This file should end up coming back the same (modulo transformation comments) if fed to "gas" then the .o is fed to gdb for disassembly. -Merge the xxx-opcode.h files with gas again... - Eliminate all the core_file_command's in all the xdep files. Eliminate separate declarations of registers[] everywhere. |