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 | 875ec70bc71562af8232a3ebc4808f3a45e25a5e (patch) | |
tree | 64b843ecd137b65d149bc07c26315c652533dd5e /gdb/TODO | |
parent | 575c228e8caf3bbc21c4eaafa9b3ba955ff1475b (diff) | |
download | gdb-875ec70bc71562af8232a3ebc4808f3a45e25a5e.tar.gz |
* 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 |