aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-03-29 13:23:55 +0000
committerKen Raeburn <raeburn@cygnus>1993-03-29 13:23:55 +0000
commitde001789f9b35b8a55793804e0560d3b45cc30b2 (patch)
tree697cb62085757968f01385147167527fddf856da /gas
parent12da1775289f70ef377aa70e04a069c75223c16f (diff)
downloadgdb-de001789f9b35b8a55793804e0560d3b45cc30b2.zip
gdb-de001789f9b35b8a55793804e0560d3b45cc30b2.tar.gz
gdb-de001789f9b35b8a55793804e0560d3b45cc30b2.tar.bz2
updated
Diffstat (limited to 'gas')
-rw-r--r--gas/NOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/NOTES b/gas/NOTES
index b6c7ade..b1ee285 100644
--- a/gas/NOTES
+++ b/gas/NOTES
@@ -60,10 +60,15 @@ Finish conversion to using BFD for all object file writing. (This is the
BFD_ASSEMBLER code, not BFD or BFD_HEADERS.) VMS might be the tough one here,
since there's no BFD support for it at all yet. Eliminate the old code.
+Fix lots of uses of empty strings to use null pointers. Will improve
+efficiency, and should make code clearer too.
+
Clean up comments; lots of 'em are one previous maintainer griping about
another previous maintainer, unrelated to the code. (And with no names,
they're not so fun to read. :-)
+Lots of documentation.
+
Get Steve to document H8/500 stuff.
Put together a test suite, using DejaGnu.