2000-03-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 9fc96a36345da820ab0ba76c5be1843437bd57d2..39403a7cb14b5a5ac6ac1883c8436f3739a4851f 100644 (file)
@@ -1,3 +1,117 @@
+2000-03-22  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+        From  Philippe De Muyter  <phdm@macqel.be>
+
+       * event-loop.c (sys/types.h): File now included unconditionally.
+       (use_poll): New variable..
+       (gdb_notifier): poll- and select-versions merged.
+       (add_file_handler): If HAVE_POLL, check whether poll is usable,
+       and reset `use_poll' if not.
+       (create_file_handler): Select poll- or select-version according to
+       `use_poll'.
+       (delete_file_handler, handle_file_event): Likewise.
+       (gdb_wait_for_event, poll_timers): Likewise.
+
+2000-03-22  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * printcmd.c (print_scalar_formatted):  Truncate addresses to the
+       size of a target pointer before passing them to print_address.
+
+2000-03-22  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/i386/tm-i386aix.h (I386_AIX_TARGET): Remove.
+       * config/i386/tm-linux.h (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM):
+       Remove
+       * i386-tdep.c (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): New defines.
+       (i386_extract_return_value): Rewritten.  Correctly support all
+       floating-point types and large integer types on targets that use
+       the standard i386 GDB register layout and return floating-point
+       values in the FPU.
+
+Wed Mar 22 15:09:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (CONFIG_INITS): Do not append remote-nrom.c
+
+2000-03-21  J.T. Conklin  <jtc@redback.com> 
+        * i386/nbsd.mh (NATDEPFILES): Change i386b-nat.o to i386nbsd-nat.o. 
+        * i386nbsd-nat.c: New file. 
+        * i386/tm-nbsd.h (NUM_REGS): Removed. 
+        (HAVE_I387_REGS): Defined. 
+        * i386/nm-nbsd.h (FLOAT_INFO): Removed. 
+        * tm-nbsd.h (IN_SOLIB_CALL_TRAMPOLINE): Define if not 
+        SVR4_SHARED_LIBS. 
+
+Wed Mar 22 11:18:59 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * MAINTAINERS: Add Jim Blandy to breakpoint maintainers.  David
+       taylor is the Solaris/SPARC maintainer.  Add Jonathan Larmour to
+       the write after approval list.
+
+2000-03-21  Kevin Buettner  <kevinb@redhat.com>
+
+       * symtab.h (MAX_SECTIONS, struct section_addr_info,
+       symbol_file_add):  Move declarations from here...
+       * symfile.h: ...to here.
+
+       * solib.c (symbol_add_stub): Make symbol_file_add () aware of
+       all section addresses, not just .text.
+       * symfile.h, symfile.c (free_section_addr_info,
+       build_section_addr_info_from_section_table): New functions.
+
+       * symfile.h (MAX_SECTIONS): Increase value to 40.
+       * symfile.c (syms_from_objfile): Add bounds check prior to
+       accessing ``other'' array in a section_addr_info_struct.
+       Remove unused variable section_offsets.
+       (add_symbol_file_command): Remove unused variable text_addr.
+
+2000-03-21  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * breakpoint.c (bpstat_stop_status): Don't stop if a read
+       watchpoint appears to break, but the watched value changed.
+
+2000-03-21  Jim Blandy  <jimb@redhat.com>
+
+       * gdbarch.sh: Emit a definition and declaration for gdbarch_free,
+       a companion to gdbarch_alloc, which allows a gdbarch init function
+       to free partially-built gdbarch structures.
+       * gdbarch.c, gdbarch.h: Regenerated.
+
+2000-03-20  Kevin Buettner  <kevinb@redhat.com>
+
+       * configure.host, configure.tgt (ia64-*-linux*): New entry.
+
+       * gdbserver/low-linux.c (u_offsets, ia64_register_u_addr,
+       initialize_arch): Define for IA-64.
+       (initialize_arch): Add declaration.
+
+2000-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * breakpoint.c (insert_breakpoints, remove_breakpoint)
+       (bpstat_stop_status, can_use_hardware_watchpoint): Don't insert,
+       remove, or check status of hardware watchpoints for entire structs
+       and arrays unless the user explicitly asked to watch that struct
+       or array.  
+       (insert_breakpoints): Try to insert watchpoints for all the values
+       on the value chain, even if some of them fail to insert.
+
+       * values.c (value_primitive_field): Set the offset in struct value
+       we return when the field is a packed bitfield.
+
+2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * remote.c (remote_threads_extra_info): new function.
+       Implement the extra thread info query for "info threads".
+       (remote_threads_info): clean up a bit.
+       (use_threadinfo_query, use_threadextra_query): new variables.
+       Control whether GDB will use the new or old protocol for 
+       thread info queries.
+       (remote_open_1): initialize new variables.
+       (remote_async_open_1): ditto.
+       (remote_cisco_open): ditto.
+
 2000-03-20  Kevin Buettner  <kevinb@redhat.com>
 
        * ia64-linux-nat.c, ia64-tdep.c, config/ia64/linux.mh,
This page took 0.02444 seconds and 4 git commands to generate.