2002-04-17 Elena Zannoni <ezannoni@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
index d3fa62eddd67e01f5b36c842403656d2e4fb5d97..39aad843b6157b2f0a69226ed14a2ee5fec049dd 100644 (file)
@@ -1,5 +1,92 @@
+2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
+
+       * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
+       (registers_powerpc_nofp): New register set for processors
+       without floating point unit.
+
+2002-04-18  David S. Miller  <davem@redhat.com>
+
+       * MAINTAINERS: Add myself to write-after-approval.
+
+2002-04-17  Andrew Cagney  <ac131313@redhat.com>
+
+       * rs6000-tdep.c (frame_initial_stack_address): Use
+       frame_register_read to read the alloca_reg.
+
+2002-04-17  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.c (find_saved_register): Find saved registers in the next
+       not prev frame.
+       Fix PR gdb/365.
+
+2002-04-17  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (LANG): Set to ``c''.
+
+2002-04-15  Andrew Cagney  <ac131313@redhat.com>
+       * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
+2002-04-15  Andrew Cagney  <ac131313@redhat.com>
+
+       * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
+       Update copyright.
+
+       * hpread.c (hpread_get_lntt): Add declaration.
+       Also fix PR gdb/391.
+2002-04-14  Andrew Cagney  <ac131313@redhat.com>
+
+       * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
+       * aclocal.m4, configure: Re-generate.
+       Fix PR gdb/391.
+       
+2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
+
+        * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
+        instead of tm_print_insn.
+
+2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
+
+       * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
+
+2002-04-14  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
+       * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
+       (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
+
+2002-04-12  Don Howard  <dhoward@redhat.com>
+
+       * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
+       max_user_call_depth.
+       (init_cmd_lists): Initialize the new value;
+       * cli/cli-script.c (execute_user_command): Limit the call depth of
+       user defined commands.  This avoids a core-dump when user commands
+       are infinitly recursive.
+
+2002-04-12  Kevin Buettner  <kevinb@redhat.com>
+
+       * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
+       * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
+       from tdep struct instead of DEFAULT_LR_SAVE.
+       (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
+       * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
+       * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
+
 2002-04-12  Michael Snyder  <msnyder@redhat.com>
 
+       * Remote.c: Spelling fix.
+       * gcore.c (default_derive_heap_segment): Use bfd_section_name.
+       If no symbol found for "sbrk", try "_sbrk".
+       (make_output_phdrs): Use bfd_section_name.
+       (gcore_copy_callback): Use bfd_section_name.
+       * eval.c: Indentation fix-ups.
+       * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
+       in case it gets applied to an address that is already
+       in the instruction space.
+       * cli/cli-decode.c (help_list): Allow long lines to wrap.
+       * symfile.c: Fix indentation, long lines.
        * source.c: White space fix-up.
 
 2002-04-12  Andrew Cagney  <cagney@redhat.com>