diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-01-31 01:24:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-01-31 01:24:03 +0000 |
commit | 4fcf66da885273eeeea8e14b771d0e3ea20799d9 (patch) | |
tree | 54c8a3ebd35bd426e7f39acd89ac000930cc3a39 /gdb/TODO | |
parent | e191e0abe5e90c81f39b0a428de8e4e44184161f (diff) | |
download | gdb-4fcf66da885273eeeea8e14b771d0e3ea20799d9.zip gdb-4fcf66da885273eeeea8e14b771d0e3ea20799d9.tar.gz gdb-4fcf66da885273eeeea8e14b771d0e3ea20799d9.tar.bz2 |
Replace strsave() with xstrdup().
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -384,10 +384,6 @@ needed. -- -Replace strsave() + mstrsave() with libiberty:xstrdup(). - --- - Replace savestring() with something from libiberty. An xstrldup()? but that would have different semantics. @@ -419,7 +415,7 @@ how. -- -Eliminate mmalloc() from GDB. +Eliminate mmalloc(), mstrsave() et.al. from GDB. Also eliminate it from defs.h. |