2004-10-21 msnyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 702dbe7850bd289d0d5e616867ec5b6ea10dce53..f6035e8dc8ffc482e62a7231aedc3ae3d89d105e 100644 (file)
@@ -1,3 +1,531 @@
+2004-10-20  Joel Brobecker  <brobecker@gnat.com>
+
+       * symtab.h: Fix typo in comment.
+
+2004-10-19  Mark Kettenis  <kettenis@gnu.org>
+
+       * dwarf2read.c (struct comp_unit_head): Fix coding style.
+       (dwarf_decode_line_header): Likewise.
+
+2004-10-19  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
+
+2004-10-19  Andrew Cagney  <cagney@gnu.org>
+
+       GDB 6.3 branch created.
+       * version.in: Bump to version 6.3.50_2004-10-19-cvs.
+
+2004-10-15  Joel Brobecker  <brobecker@gnat.com>
+
+       * dwarf2read.c (set_cu_language): Set language to Ada for
+       DW_LANG_Ada83 and DW_LANG_Ada95.
+
+2004-10-15  Michael Chastain  <mec.gnu@mindspring.com>
+
+       From Andreas Schwab <schwab@suse.de>:
+       * Makefile.in (.y.c, .l.c.): Fix the substitutions for
+       for xmalloc and xrealloc.
+
+2004-10-15  Andrew Cagney  <cagney@gnu.org>
+
+       * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
+       * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
+       * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
+       Update dependencies.
+
+2004-10-15  Paul Hilfinger  <Hilfinger@gnat.com>
+
+       * ada-lang.c (ada_lookup_symbol): Correct comment.
+       (ada_evaluate_subexp): Change error message for
+       OP_FUNCALL case so as not to indicate an internal error.
+       
+2004-10-15  Joel Brobecker  <brobecker@gnat.com>
+
+       Committed by Paul Hilfinger.
+       * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
+       type sizes in XVE/XVU types, and emit a warning when that happens,
+       instead of rounding up the size of the resulting type.
+       Some minor reformatting.
+       (ada_is_aligner_type): Do not consider a type as an aligner type 
+       if there is a corresponding XVS type as well.
+       (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we 
+       have several levels of pointer indirection to the array.
+       
+2004-10-15  Jerome Guitton  <guitton@gnat.com>
+
+       Committed by Paul Hilfinger.
+       * ada-lang.c (check_size): New function.
+       (coerce_unspec_val_to_type): call check_size to make sure
+       that the object size is reasonable.
+       (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
+       Implements the case when we get a reference when we evaluate
+       the expression of one of the bounds of the slice.
+       (ada_value_struct_elt): when a packed array field is
+       a reference, use ada_coerce_ref to dereference it; use 
+       ada_value_ind only if it is a pointer.
+
+2004-10-15  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips32_scan_prologue): Move the implementation up
+       a bit to avoid the necessity of an advance declaration. Remove
+       declaration.
+       (set_reg_offset): Move implemenation up.
+       (mips16_get_imm): Likewise.
+       (mips16_scan_prologue): Likewise.
+       (reset_saved_regs): Likewise.
+       (mips32_scan_prologue): Likewise.
+
+2004-10-14  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
+       Remove sp as a parameter, compute it internally instead. Move
+       prologue scanning limit from heuristic_proc_desc to here.
+       (mips16_scan_prologue): Likewise.
+       (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
+       by call to mips16_scan_prologue.
+       (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
+       by call to mips32_scan_prologue.
+       (heuristic_proc_desc): Remove code that's no longer necessary.
+       Update calls to mips16_scan_prologue and mips32_scan_prologue.
+       (mips_skip_prologue): Update calls to mips16_scan_prologue
+       and mips32_scan_prologue.
+
+2004-10-14  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips16_scan_prologue): Merge code from
+       mips16_skip_prologue.  Now return the address of the first
+       instruction past the function prologue.
+       (mips16_skip_prologue): Remove, no longer necessary.
+       (mips_skip_prologue): Replace call to mips16_skip_prologue
+       by call to mips16_scan_prologue.
+
+2004-10-14  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips32_scan_prologue): Merge code from
+       mips32_skip_prologue.  Now return the address of the first
+       instruction past the function prologue.
+       (mips32_skip_prologue): Remove.  No longer necessary.
+       (mips16_skip_prologue): Add parameter end_pc instead of
+       computing it.
+       (mips_skip_prologue): Compute the upper limit for the
+       prologue scanning. Update call to mips16_skip_prologue.
+       Replace call to mips32_skip_prologue by call to
+       mips32_scan_prologue.
+
+2004-10-14  Mark Kettenis  <kettenis@gnu.org>
+
+       * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
+       NetBSD system call stubs that store %rp in the ERP slot of the
+       stack frame.
+
+       * source.c: Always define O_BINARY to 0 if not defined already.
+       (openp): Unconditionally use O_BINARY.
+
+       * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
+       * event-top.c (gdb_readline2): Likewise.
+
+2004-10-14  Orjan Friberg  <orjanf@axis.com>
+
+       * cris-tdep.c (_initialize_cris_tdep): Re-add call to
+       deprecated_add_core_fns which was removed by mistake.
+
+2004-10-13  Kevin Buettner  <kevinb@redhat.com>
+
+       * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
+       references to deprecated_registers[] with equivalent code.
+
+2004-10-13  Kevin Buettner  <kevinb@redhat.com>
+
+       * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
+       ``deprecated_registers'' with equivalent code.  Use gdb_assert()
+       instead of explicit test and print statement.
+
+2004-10-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc-nat.c: Include "inf-ptrace.h".
+       (sparc_target): New function.
+       * sparc-nat.h: Update copyright year.
+       (sparc_target): New prototype.
+       * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
+       (_initialize_sparcnbsd_nat): Construct and add target vector.
+       * sparc64nbsd-nat.c: Include "target.h".
+       (_initialize_sparc64nbsd_nat): Construct and add target vector.
+       * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
+       Update dependencies.
+       * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
+       inftarg.o, add inf-ptrace.o.
+       * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
+       inftarg.o, add inf-ptrace.o and bsd-kvm.o.
+       (NAT_FILE): Set to nm-bsd.h.
+       (LOADLIBES): New variable.
+       * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
+       infarg.o, add inf-ptrace.o.
+       * config/sparc/nm-nbsdaout.h: Remove file.
+       * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
+       * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
+       * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
+
+       * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
+       "fopen-same.h".  Update comment.
+
+2004-10-11  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386gnu-nat.c: Include "gdb_string.h".
+       (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
+       registers when the floating-point state isn't initialized.
+       * Makefile.in (i386gnu-nat.o): Update dependencies.
+
+2004-10-11  David Anderson  <davea@sgi.com>
+
+       * regcache.c (regcache_raw_read): Comment was missing "to".
+       Extraneous ' removed.
+       * gdb_thread_db.h (struct td_thrinfo): ti_lid field
+       comment now describes use.
+
+2004-10-11  Orjan Friberg  <orjanf@axis.com>
+
+       * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
+       (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
+       (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
+       (cris_sigtramp_frame_sniffer): New functions.
+       (cris_gdbarch_init): Hook in signal trampoline unwinder.
+       (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
+       (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
+       (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
+       (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
+       command.
+       (cris_version_update): Remove, replace with ...
+       (set_cris_version): New function.
+       (struct gdbarch_tdep, cris_mode, cris_mode_update)
+       (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
+       (_initialize_cris_tdep): Remove CRIS mode command.
+       (cris_fpless_backtrace, _initialize_cris_tdep): Remove 
+       cris-fpless-backtrace command.
+       (cris_scan_prologue): Fix prologue scanning limit.
+       (cris_register_type): Update to reflect actual registers.
+       (cris_register_bytes_ok) Remove.
+       (cris_gdbarch_init): Remove support for CRIS v8 and v9.
+       Remove set_gdbarch_deprecated_register_size,
+       set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
+       
+2004-10-10  Andrew Cagney  <cagney@gnu.org>
+
+       * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
+       comment.
+
+2004-10-10  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
+
+2004-10-10  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips16_scan_prologue): Renames
+       mips16_heuristic_proc_desc. Update comment.
+       (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
+       (heuristic_proc_desc): Update calls to the 2 functions above.
+
+2004-10-10  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
+       Update comments. Also immediately return empty cache when the start
+       address of our function could not be found.
+       (mips_insn32_frame_cache): Likewise.
+
+2004-10-10  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
+       (mips_insn16_frame_cache): Pass frame cache in call to
+       heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
+       Remove code that became redundant as a consequence.
+       (mips32_heuristic_proc_desc): No longer compute a fake
+       procedure descriptor. Compute the full frame cache instead.
+       Some minor comment reformatting.
+
+2004-10-10  Jim Blandy  <jimb@redhat.com>
+
+       * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
+       reader, tracing bytecode stuff): Remove self.
+
+2004-10-10  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc64-linux-tdep.c: Update copyright year.  Don't include
+       "solib-svr4.h".
+       (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
+       (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
+       * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
+
+       * sparc-linux-tdep.c: Update copyright year.
+       (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
+       to struct frame_info *.  Use safe_frame_unwind_memory instead of
+       deprecated_read_memory_nobpt.
+       (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
+       Change argumen from CORE_ADDR to struct frame_info *.  Adjust for
+       changed signature of sparc_linux_sigtramp_start.
+       (sparc32_linux_pc_in_sigtramp): Remove function.
+       (sparc32_linux_sigtramp_p): New function.
+       (sparc32_linux_sigtramp_frame_sniffer): Use
+       sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
+
+       * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
+       Remove function.
+       (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
+
+       * ada-lang.c (lim_warning): Re-implement as a varargs function.
+       (decode_packed_array_type, value_subscript_packed)
+       (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
+       argument in call to lim_warning.
+
+       * configure.in: Really disable the TUI if an enhanced curses
+       library isn't found.
+       * configure: Regenerate.
+
+2004-10-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
+       * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
+       * config/i386/nm-nbsdaout.h: Remove file.
+       * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
+       (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
+       (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
+       (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
+       (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
+       (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
+       (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
+       (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
+       (ldd, ld_un, ld_2): Remove defines.
+       * config/i386/nm-obsd.h: Likewise.
+
+2004-10-09  Paul Hilfinger  <hilfingr@nile.gnat.com>
+
+       * ada-lex.l: Remove useless rule whose right-context clause
+       causes unreferenced static function warning for yyrealloc.
+       (ada_flex_use): Remove the artificial reference to yyrealloc.
+
+2004-10-08  Andrew Cagney  <cagney@gnu.org>
+
+       * target.h (struct target_ops): Rename to_xfer_memory to
+       deprecated_xfer_memory.
+       * target.c: Update.
+       (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
+       * wince.c: Update.
+       * win32-nat.c: Update.
+       * v850ice.c: Update.
+       * uw-thread.c: Update.
+       * thread-db.c: Update.
+       * sol-thread.c: Update.
+       * remote.c: Update.
+       * remote-vx.c: Update.
+       * remote-st.c: Update.
+       * remote-sim.c: Update.
+       * remote-sds.c: Update.
+       * remote-rdp.c: Update.
+       * remote-rdi.c: Update.
+       * remote-mips.c: Update.
+       * remote-m32r-sdi.c: Update.
+       * remote-e7000.c: Update.
+       * procfs.c: Update.
+       * ppc-bdm.c: Update.
+       * nto-procfs.c: Update.
+       * monitor.c: Update.
+       * linux-nat.c: Update.
+       * inftarg.c: Update.
+       * hpux-thread.c: Update.
+       * go32-nat.c: Update.
+       * gnu-nat.c: Update.
+       * exec.c: Update.
+       * corelow.c: Update.
+       * bsd-kvm.c: Update.
+       * aix-thread.c: Update.
+
+2004-10-08  Andrew Cagney  <cagney@gnu.org>
+
+       * target.c (debug_target): Move to near start of file.
+       (target_stopped_data_address_p): Re-org logic, add casts.
+
+2004-10-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
+       (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
+       (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
+       (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
+       New defines.
+
+2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * target.h (to_stopped_data_address): Change prototype to
+       take a CORE_ADDR pointer and return an int.
+       * target.c (update_current_target): Change to_stopped_data_address
+       to match new prototype.
+       (debug_to_stopped_data_address): Change appropriately.
+       * breakpoint.c (bpstat_stop_status): Change call to
+       target_stopped_data_address to use new prototype.
+       * frv-tdep.c (frv_have_stopped_data_address): New function.
+       (frv_stopped_data_address): Change to new prototype and
+       functionality.
+       * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
+       prototype and functionality.
+       (ia64_stopped_by_watchpoint): New function.
+       * i386-nat.c (i386_stopped_data_address): Change to new
+       prototype and functionality.
+       (i386_stopped_by_watchpoint): New function.
+       * remote.c (remote_stopped_data_address): Change to new prototype
+       and functionality.
+       * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
+       * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
+       (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
+       * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
+       new i386_stopped_by_watchpoint function.
+       (i386_stopped_by_watchpoint): New prototype.
+       (i386_stoppped_data_address): Change to new prototype.
+       * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
+       new ia64_stopped_by_watchpoint function.
+       (ia64_stopped_by_watchpoint): New prototype.
+       (ia64_stopped_data_address): Ditto.
+
+2004-10-08  Paul Hilfinger  <Hilfinger@gnat.com>
+
+       * ada-typeprint.c (ada_print_type): Use int_string for printing
+       modulus of modular type.
+       * ada-lang.h (ada_modulus): Change return type to unsigned.
+       * ada-lang.c (ada_language_arch_info): Correct type of 
+       string_char_type.
+       (ada_modulus): Return unsigned result.
+       (ada_lookup_symbol): Remove user disambiguation and modify comment 
+       accordingly.
+       
+2004-10-08 Eric Botcazou  <ebotcazou@act-europe.fr>    
+
+       Committed by Paul Hilfinger.
+       * ada-lang.c (decode_packed_array): On big-endian targets, 
+       left-justify the value if it comes with a modular type.
+
+2004-10-08  Joel Brobecker  <brobecker@gnat.com>       
+
+       Committed by Paul Hilfinger.
+        * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
+       (is_name_suffix): Add support for "___JM" suffixes.
+       (ada_check_typedef): Renames ada_completed_type. 
+       Update all users of CHECK_TYPEDEF, check_typedef, and 
+       ada_complete_type to call ada_check_typedef.
+       * ada-typeprint.c: Likewise.
+       * ada-valprint.c: Likewise.
+
+2004-10-08  Corinna Vinschen  <vinschen@redhat.com>
+
+       * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
+
+2004-10-08  Nick Roberts  <nickrob@snap.net.nz>
+
+       * MAINTAINERS: Update e-mail address.
+
+2004-10-07  Daniel Jacobowitz  <dan@debian.org>
+
+       From Maciej W. Rozycki  <macro@mips.com>:
+       * mips-tdep.c (mips32_next_pc): Check the register's contents,
+       not its number for BLEZ/BLEZL and BGTZ/BGTZL.
+
+2004-10-07  Kei Sakamoto  <sakamoto.kei@renesas.com>
+
+       * m32r-tdep.c (decode_prologue): Support functions written
+       in assembler language. Recognize trap instructions as the
+       end of prologue.
+       (m32r_frame_unwind_cache): Ditto.
+       (m32r_skip_prologue): Extend search limit. Quit analyzing
+       prologue if pc's location is not readable.
+
+2004-10-06  Paul N. Hilfinger  <Hilfinger@gnat.com>
+
+       * Makefile.in (.l.c): Do conversions of names of alloc and free 
+       functions that are done for .y.c files, plus special one
+       for yy_flex_realloc.  Also, correct missing-file tests here.
+       * ada-lex.l (malloc, free): Remove macros.
+       (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
+       xrealloc.
+       (ada_flex_use): Dummy definition to remove warnings about unused
+       functions.
+       * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
+       to suppress warning.
+       
+2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c (sh_return_value_nofpu): New function, implementing
+       RETURN_VALUE.
+       (sh_return_value_fpu): Ditto for CPUs with FPU.
+       (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
+       RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
+       Install sh_return_value_nofpu resp. sh_return_value_fpu as
+       RETURN_VALUE functions.
+
+2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling. 
+       (sh_pseudo_register_write): Ditto.
+
+2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c (IS_MACL_STS): New define.
+       (IS_MOVI20): Ditto.
+       (IS_MACL_LDS): Ditto.
+       (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
+       instructions in prologue.
+       (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
+       instructions in epilogue.
+
+2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c (SH_NUM_REGS): Define as 67.
+       (sh_sh_register_name): Add eight empty register names.
+       (sh_sh3_register_name): Ditto.
+       (sh_sh3e_register_name): Ditto.
+       (sh_sh2e_register_name): Ditto.
+       (sh_sh2a_register_name): New function, defining SH2A register set.
+       (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
+       in nofpu case.
+       (sh_sh_dsp_register_name): Add eight empty register names.
+       (sh_sh3_dsp_register_name): Ditto.
+       (sh_sh4_register_name): Ditto.
+       (sh_sh4_nofpu_register_name): Ditto.
+       (sh_sh4al_dsp_register_name): Ditto.
+       (sh2a_show_regs): New function.
+       (sh2a_nofpu_show_regs): New function.
+       (sh_sh2a_register_type): New function.
+       (do_bank_register_info): New function.
+       (sh_print_pseudo_register): Call do_bank_register_info.
+       Call sh_print_pseudo_register for valid "bank" register.
+       (sh_sh2a_register_sim_regno): New function.
+       (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
+       Increment pseudo register count by one for all sh variants with
+       pseudo registers to accomodate pseudo bank register.
+       * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
+       IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
+       IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM. 
+       Increment pseudo register numbers.
+
+2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
+
+       * dwarf2read.c (read_subroutine_type): Call make_function_type
+       instead of lookup_function_type.
+
+2004-10-05  Jim Blandy  <jimb@redhat.com>
+
+       * linux-nat.c (_initialize_linux_nat): Rename child_ops.
+       (Previous change missed some uses.)
+
+2004-10-05  Andrew Cagney  <cagney@gnu.org>
+
+       * target.h (deprecated_child_ops): Rename child_ops.
+       * wince.c: Update copyright.  Rename child_ops.
+       * win32-nat.c: Rename child_ops.
+       * target.c: Rename child_ops.
+       * rs6000-nat.c: Rename child_ops.
+       * linux-nat.c: Rename child_ops.
+       * infttrace.c: Rename child_ops.
+       * inftarg.c: Rename child_ops.
+       * infptrace.c: Rename child_ops.
+       * hppah-nat.c: Update copyright.  Rename child_ops.
+       * hpux-thread.c: Update copyright.  Rename child_ops.
+
 2004-10-05  Daniel Jacobowitz  <dan@debian.org>
 
        * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
This page took 0.038934 seconds and 4 git commands to generate.