* linux-nat.c (my_waitpid): New function.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 675523b42de199ea60dd6f9cd0c22f7366776358..cf5f5358d440685a9b55eb4e5b849ed91cfd7be5 100644 (file)
@@ -1,3 +1,55 @@
+2004-11-21  Daniel Jacobowitz  <dan@debian.org>
+
+       * linux-nat.c (my_waitpid): New function.
+       (linux_test_for_tracefork): Make more robust and verbose.  Take
+       an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
+       (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
+       argument.  Update calls to linux_test_for_tracefork.
+       (linux_enable_event_reporting, child_follow_fork)
+       (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
+       (child_insert_exec_catchpoint): Update calls to
+       linux_supports_tracefork and linux_supports_tracevforkdone.
+
+2004-11-21  Daniel Jacobowitz  <dan@debian.org>
+
+       * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
+       (value_subscripted_rvalue): Likewise.
+       * valops.c (search_struct_field, value_slice): Likewise.
+
+2004-11-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
+       Reorder includes a bit.  Fix comment.
+       * Makefile.in (inf-ptrace.o): Update dependencies.
+
+2004-11-21  Andreas Schwab  <schwab@suse.de>
+
+       * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
+       (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
+       svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
+       to glibc_skip_solib_resolver.
+       * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o.  Remove
+       solib-legacy.o.
+       * Makefile.in (m68klinux-tdep.o): Update dependencies.
+
+2004-11-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * infttrace.h (ttrace_write_reg_64): Add prototype.
+       * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
+       expression.  
+       (store_inferior_registers): Correct formatting.  Replace uses of
+       deprecated_registers with calls to regcache_raw_read,
+       regcache_raw_write_part and regcache_raw_read_part.
+
+2004-11-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/pa/hppahpux.mh: Remove file.
+       * config/pa/hpux1020.mh: Remove file.
+
+2004-11-20  Andreas Schwab  <schwab@suse.de>
+
+       * configure.host: Set host floatformat for m68k.
+
 2004-11-20  Eli Zaretskii  <eliz@gnu.org>
 
        * config/djgpp/fnchange.lst: Resolve file-name clash between
This page took 0.026949 seconds and 4 git commands to generate.