diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-11-20 02:06:19 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-11-20 02:06:19 +0000 |
commit | 76995688e80b6e1b23a39c86325c09de446bc392 (patch) | |
tree | 9662cb45a84923439021a369e430e5c9817a9d37 /gdb/TODO | |
parent | 896f186799a2bfa3a154e904abceaee4496933b9 (diff) | |
download | gdb-76995688e80b6e1b23a39c86325c09de446bc392.zip gdb-76995688e80b6e1b23a39c86325c09de446bc392.tar.gz gdb-76995688e80b6e1b23a39c86325c09de446bc392.tar.bz2 |
Replace asprintf() / vasprintf() with xasprintf() xvasprintf().
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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(). -- |