* lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 10226fa9de596e811933fa79ac835133294cd070..0c85032b4a440177bf44aee2d0f83d8054fba383 100644 (file)
@@ -1,3 +1,80 @@
+2002-02-24  Andrew Cagney  <ac131313@redhat.com>
+
+       * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
+       with either ``GNU/Linux'' or ``Linux kernel''.
+       Fix PR gdb/378.
+       
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * lin-thread.c: Delete file.
+       * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
+       to gdb_proc_service.h.
+       * configure: Re-generate.
+
+       * ocd.c (ocd_open): Do not try to open the "ocd" device.
+       * serial.c (serial_open): Delete check for "ocd".
+       Fix PR gdb/349.
+
+       * Makefile.in (linux-thread.o): Delete target.
+       * linux-thread.c: Delete file.
+
+       * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
+       renamed SH files to be consistent.
+
+       * symtab.c (sort_search_symbols): Use xfree.
+
+2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-linux-tdep.c (arm_linux_init_abi): Register
+       IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
+       * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
+       definition with undef, since we don't want the sysvr4 definition.
+       (SKIP_TRAMPOLINE_CODE): Likewise.
+
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
+
+       * configure.in: (AC_CHECK_FUNCS) Added test for
+       canonicalize_file_name Regenerated.
+        * config.in, configure: Regenerated.
+        * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
+       defined use canonicalize_file_name.
+        
+2002-02-23  Michael Chastain  <mec@shout.net>
+
+       * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
+
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * README: Remove references to cygnus.com.
+       * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
+       dot com'' form.  Remove references to cygnus.com and sourceware.
+
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
+       * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
+       1003.1-2001 no longer allows "head -1".
+       * gdb/Makefile.in (version.c): Likewise.
+       * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
+       * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
+       equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
+
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * cli/cli-decode.c (cmd_cfunc_eq): New function.
+       * command.h (cmd_cfunc_eq): Declare.
+       * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
+
+       * cli/cli-cmds.h (is_complete_command): Change parameter to a
+       ``struct cmd_list_element *''.
+       * cli/cli-cmds.c (is_complete_command): Update.  Use
+       cmd_cfunc_eq.
+       * top.c (execute_command): Pass the command to
+       is_complete_command.
+       * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
+
 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
 
        From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
This page took 0.025121 seconds and 4 git commands to generate.