Fix copyright comments and file comments.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 829081610dea614ba3300065cc857a8239bbe7c4..ed2a367022df90703004ad981f9e44c8982bb084 100644 (file)
@@ -1,3 +1,87 @@
+2000-04-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * configure.in (NEW_PROC_API):  Escape square brackets when testing
+       for solaris2.[678].
+       * configure:  Regenerate.
+
+2000-04-07  Scott Bambrough <scottb@netwinder.org>
+
+       * ChangeLog: Correct date on last entry.
+       * arm-linux-tdep.c (arm_linux_push_arguments): New function.
+       * config/arm/tm-linux: Redefined PUSH_ARGUMENTS for Linux.  
+       * config/arm/tm-embed: Fix build warning from redefinition of
+       LOWEST_PC.
+       * config/arm/tm-arm.h: Remove TARGET_BYTE_ORDER_SELECTABLE.
+       * config/arm/tm-wince.h: Remove TARGET_BYTE_ORDER_SELECTABLE and 
+       TARGET_BYTE_ORDER.  Add TARGET_BYTE_ORDER_SELECTABLE_P to 
+       override default in tm-arm.h.  Use default target byte order
+       from tm-arm.h.
+
+2000-04-07  Scott Bambrough <scottb@netwinder.org>
+
+       * Makefile.in: Add dependency information for arm-linux-tdep.c.
+       * config/djgpp/fnchange.lst: Add arm-linux-tdep.c, arm-linux-nat.c.
+
+2000-04-07  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * sol-thread.c (gdb_ps_addr_t):  New typedef, depends on definition
+       of PROC_SERVICE_IS_OLD.
+       (ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite,
+       rw_common):  Change argument type from psaddr_t to gdb_ps_addr_t.
+
+Fri Apr  7 17:18:42 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (CFLAGS): Set using configure.
+
+       * configure.in (WARN_CFLAGS): Enable by default when GCC.
+       * configure: Re-generate.
+
+Fri Apr  7 13:33:43 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From 2000-03-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
+        * procfs.c (init_procfs_ops):  Set procfs_ops.to_has_memory and
+        procfs_ops.to_has_all_memory to 1.
+
+       * TODO: Update
+
+2000-04-06  Nick Duffek  <nsd@cygnus.com>
+
+       * configure.in (_MSE_INT_H): Define on Solaris 7.
+       (NEW_PROC_API): Define on Solaris 7 and 8 as well as 6.
+       * acconfig.h (_MSE_INT_H): Define on Solaris 7.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2000-04-06  Michael Snyder  <msnyder@cygnus.com>
+
+       * sol-thread.c (GET_LWP, GET_THREAD, BUILD_LWP, BUILD_THREAD):
+       Change to rely on PIDGET etc.
+       * config/i386/nm-i386sol2.h (TARGET_HAS_WATCHPOINTS, 
+       TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT,
+       STOPPED_BY_WATCHPOINT, target_[insert/remove]_watchpoint):
+       define.  Allow target to use procfs hardware watchpoints.
+       * config/sparc/nm-sun4sol2.h: ditto.
+       * config/i386/tm-i386sol2.h (PIDGET, TIDGET, MERGEPID): modify
+       definitions to use 16 bits for the pid, 15 bits for the tid, and
+       1 bit for the flag.
+       * config/sparc/tm-sun4sol2.h: ditto.
+       (SOFTWARE_SINGLE_STEP, SOFTWARE_SINGLE_STEP_P): undefine.
+       * testsuite/gdb.threads/pthreads.exp (all_threads_running): Allow
+       for more than 15 thread increments.
+
+2000-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * top.c (filename_completer): Set subsequent_name to 1 early on,
+       to prevent an infinite loop if the first file in the directory is
+       a backup file (whose name ends in a `~').
+
+2000-04-05  Jim Blandy  <jimb@redhat.com>
+
+       * solib.c (update_solib_list): New function.
+       (solib_add): Call update_solib_list, and then read symbols.
+       (info_sharedlibrary_command): Call update_solib_list, not
+       solib_add.
+
 2000-04-05  Scott Bambrough <scottb@netwinder.org>
 
        * arm-linux-tdep.c: Resolve implicit function declarations by 
This page took 0.025699 seconds and 4 git commands to generate.