* target.c (cleanup_target): Do not initialize to_query to
[binutils-gdb.git] / gdb / ChangeLog
index a4f02a46553b4dbf13f518956afa3f8487cac90e..8db9b6be9c66a59579b778d340818f5f27210e76 100644 (file)
@@ -1,3 +1,110 @@
+2001-12-05  Andrew Cagney  <cagney@redhat.com>
+
+       * target.c (cleanup_target): Do not initialize to_query to
+       return_zero.
+
+2001-12-05  Jim Blandy  <jimb@redhat.com>
+
+       * s390-tdep.c (s390_get_frame_info): Recognize argument register
+       spills that use the `stm' instruction.
+       (is_arg_reg): New function.
+
+2001-12-03 Keith Walker <keith.walker@arm.com>
+       * gdbserver/low-linux.c (arm_register_u_addr): added.
+       (initialize_arch): added for ARM target.
+       * config/arm/nm-linux.h (U_REGS_OFFSET) defined.
+       (REGISTER_U_ADDR) defined.
+       * config/arm/tm-linux.h (ARM_GNULINUX_TARGET) defined.
+
+2001-12-04  Corinna Vinschen  <vinschen@redhat.com>
+
+       * arm-tdep.c (arm_skip_prologue): Always skip prologue by scanning
+       the prologue if source is assembler.
+
+2001-12-04  Jackie Smith Cashion  <jsmith@redhat.com>
+
+       * MAINTAINERS (write-after-approval): Add self.
+
+       * d10v-tdep.c (d10v_gdbarch_init): Change size of long long to 8 bytes.
+       
+       From Andrew Cagney  <cagney@redhat.com>:
+        * d10v-tdep.c (d10v_frame_chain_valid): Check if the caller's PC
+        is in the entry function.
+        (d10v_use_struct_convention): Store multi-field struct and union
+        return values on the stack.
+       
+2001-12-04  Jim Blandy  <jimb@redhat.com>
+
+       * s390-tdep.c (s390_get_frame_info): Recognize spills of reg
+       arguments into their stack slots.
+
+       * s390-tdep.c (s390_get_frame_info): More doc fixes.
+
+       * s390-tdep.c (s390_get_frame_info): Doc fixes.
+
+2001-12-04  Orjan Friberg  <orjanf@axis.com>
+
+       * cris-tdep.c (cris_regnums): Add DCCR_REGNUM for completeness.
+       (cris_examine): Add comment about solib prologue parsing.
+       (bdap_prefix): Read offset with correct signedness and size.
+       (move_to_preg_op): Don't rely on register numbering for register size.
+       (none_reg_mode_move_from_preg_op): Ditto.
+
+2001-12-04  Orjan Friberg  <orjanf@axis.com>
+
+       * solib.c (solib_open): Make path relative if search for absolute path
+       failed.  If search for relative path in solib_search_path failed, fall
+       back to search for basename only.
+
+2001-12-03  Martin M. Hunt  <hunt@redhat.com>
+
+       * serial.h: Add a note to serial_open.
+
+       * ser-tcp.c (tcp_open): Rewrite to use a non-blocking connect.
+       Allow UI and CLI to abort connect.  Instead of trying 15 times
+       with very long timeouts, just try one connect with a maximum timeout
+       of 15 seconds.
+
+2001-12-03  Kevin Buettner  <kevinb@redhat.com>
+
+       * config/powerpc/tm-macos.h (solib.h): Include.
+       * config/powerpc/tm-ppc-eabi.h (solib.h): Include.
+
+2001-12-03  Michael Snyder  <msnyder@redhat.com>
+
+       * symtab.c (search_symbols): Make sure alloca size is big enough.
+
+2001-12-03  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Prune m68k targets down to just m68k-elf.
+
+2001-12-03  Jim Blandy  <jimb@redhat.com>
+
+       * s390-tdep.c (s390_get_frame_info): Don't used fextra_info to set
+       orig_sp if it's not initialized.
+
+2001-11-30  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * findvar.c (locate_var_value): Specify in which register a register
+       variable is stored.
+
+2001-11-30  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * win32-nat.c (mappings): Correct position of XMM registers,
+       based on FXSAVE instruction structure.
+
+2001-12-02  Andrew Cagney  <ac131313@redhat.com>
+
+       * jv-lang.c (get_java_class_symtab): Use xmmalloc instead of
+       mmalloc.
+
+       * coffread.c, dbxread.c, elfread.c, hp-psymtab-read.c, hpread.c,
+       nlmread.c, objfiles.c, os9kread.c, somread.c, source.c, symfile.c,
+       symmisc.c, xcoffread.c: Use xmfree instead of mfree.
+
+       * jv-lang.c (add_class_symtab_symbol): Use xmrealloc instead of
+       mrealloc.
+
 2001-12-02  Andrew Cagney  <ac131313@redhat.com>
 
        * i386-tdep.c (i386go32_frame_saved_pc): New function.