]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
Move realoc() decl to utils.c. s/realloc()/xrealloc()/.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index 8382df8403cf88024a494d73f8a42eda959a1571..4bdc8f33e2f6e98f584594918b3064e410a259e0 100644 (file)
@@ -1,3 +1,12 @@
+2001-03-19  Andrew Cagney  <ac131313@redhat.com>
+
+       * defs.h (realloc): Move declaration from here.
+       * utils.c (realloc): To here.
+       * config/pa/xm-hppah.h (realloc): Delete declaration.
+       * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
+       * symfile.c (add_filename_language): Ditto.
+       * event-loop.c (create_file_handler): Ditto.
+
 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
 
        * defs.h (free): Move declaration from here.