aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-11-20 02:06:19 +0000
committerAndrew Cagney <cagney@redhat.com>2000-11-20 02:06:19 +0000
commit76995688e80b6e1b23a39c86325c09de446bc392 (patch)
tree9662cb45a84923439021a369e430e5c9817a9d37 /gdb/TODO
parent896f186799a2bfa3a154e904abceaee4496933b9 (diff)
downloadfsf-binutils-gdb-76995688e80b6e1b23a39c86325c09de446bc392.zip
fsf-binutils-gdb-76995688e80b6e1b23a39c86325c09de446bc392.tar.gz
fsf-binutils-gdb-76995688e80b6e1b23a39c86325c09de446bc392.tar.bz2
Replace asprintf() / vasprintf() with xasprintf() xvasprintf().
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 8d0785d..9c7acdb 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -366,13 +366,6 @@ needed.
--
-Replace asprintf() calls with xasprintf() calls.
-
-As with things like strdup() most calls to asprintf() don't check the
-return value.
-
---
-
Replace strsave() + mstrsave() with libiberty:xstrdup().
--