diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-04 20:52:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-04 20:52:14 +0000 |
commit | af6c57eaf68badf9f58edb96ed008965d6a2a94e (patch) | |
tree | 7e048ce5af636bdc3e4d0de7f749052d347c839c /gdb/TODO | |
parent | 9da8e4f8c81470b926703f5ac5139a4961795c8d (diff) | |
download | gdb-af6c57eaf68badf9f58edb96ed008965d6a2a94e.zip gdb-af6c57eaf68badf9f58edb96ed008965d6a2a94e.tar.gz gdb-af6c57eaf68badf9f58edb96ed008965d6a2a94e.tar.bz2 |
* gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
structure and not macros.
(Host Definition): Document that much of this chapter is obsolete.
(Target Architecture Definition): Update list of files that make
up a target architecture.
(Coding): Update.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -10,20 +10,6 @@ find out whether anyone else is working on it. Below is a list of problems identified during the GDB 5.0 release cycle. People hope to have these problems fixed in 5.1. --- 2001-03-08 - -Update GDB's coding standard documentation. Known topics: - - o alloca/malloc et.al. - - o typedef and structs - - o ISO-C - -and most likely also: - - o include conventions - -- Wow, three bug reports for the same problem in one day! We should |