summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-03-17 22:07:42 +0000
committerMark Kettenis <kettenis@gnu.org>2005-03-17 22:07:42 +0000
commit38db30007792bca3138c3f53ebbfb90f9bebb6b2 (patch)
tree71dc3be99040af94bb53da4cfebb6620c3b68dbf /gdb/ChangeLog
parent0eb5c8f34536887df8d630212824b8135ac8b090 (diff)
downloadgdb-38db30007792bca3138c3f53ebbfb90f9bebb6b2.tar.gz
* corelow.c (get_core_register_section): Replace usage of sprintf
and strcpy with xstrprintf and xstrdup.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 91ee65ed480..3c62956c5fe 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
2005-03-17 Mark Kettenis <kettenis@gnu.org>
+ * corelow.c (get_core_register_section): Replace usage of sprintf
+ and strcpy with xstrprintf and xstrdup.
+
* mips-tdep.c (mips_single_step_through_delay): Put back check for
breakpoint lost with the introduction of this function.