objc-lang.c (find_methods): Make static.
[binutils-gdb.git] / gdb / ChangeLog
index 226024c0d3f27ad6f8ba3bb6ab0ce8ef5b4d885e..3c83a3937c3d986d84eb9491126e9d9bc177d991 100644 (file)
@@ -1,3 +1,26 @@
+2003-02-20  Adam Fedor  <fedor@gnu.org>
+
+        * objc-lang.c (find_methods): Make static.
+
+2003-02-20  Christopher Faylor  <cgf@redhat.com>
+
+       * win32-nat.c (get_image_name): Check return value from
+       ReadProcessMemory.
+       (child_xfer_memory): Ditto.
+
+2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (TARGET_SYSTEM_ROOT): Set default to
+       ${exec_prefix}/${target_alias}/sys-root.  Match explicit
+       '${exec_prefix}' (in addition to the expansion thereof) as
+       relocatable.
+       * configure: Rebuilt.
+
+2003-02-20  David Carlton  <carlton@math.stanford.edu>
+
+       * symtab.c (search_symbols): Revert the search_symbols part of my
+       2002-12-23 patch.  Add comment.
+
 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
 
        * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
 
 2003-02-14  Christopher Faylor  <cgf@redhat.com>
 
-       * win32-nat.cc (register_loaded_dll): Correctly set address range for
+       * win32-nat.c (register_loaded_dll): Correctly set address range for
        just-loaded dll.
 
 2003-02-12  Jason Molenda  (jmolenda@apple.com)