aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-102003-03-10 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-3/+21
* d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the PC. (d10v_frame_pop): Unwind the PC, and not the LR, when restoring the PC register.
2003-03-10*** empty log message ***gdbadmin1-1/+1
2003-03-09daily updateAlan Modra1-1/+1
2003-03-092003-03-10 Ben Elliston <bje@wasabisystems.com>Ben Elliston2-4/+8
* MAINTAINERS: Update my mail address.
2003-03-09* configure.in (gxx_include_dir): Fix typo.DJ Delorie3-11/+35
* configure: Regenerated.
2003-03-09 * config/tc-mips.c (s_mips_end): Remove !BFD_ASSEMBLER case.Thiemo Seufer2-28/+7
(s_mips_ent): Likewise.
2003-03-09*** empty log message ***gdbadmin1-1/+1
2003-03-08daily updateAlan Modra1-1/+1
2003-03-08* gdbarch.sh (save_dummy_frame_tos): Add comment.Mark Kettenis2-0/+6
2003-03-08Index: ChangeLogAndrew Cagney6-60/+79
2003-03-08 Andrew Cagney <cagney@redhat.com> * cli-out.c: Update copyright. (cli_out_data): Define typedef. Use instead of ui_out_data. Index: mi/ChangeLog 2003-03-08 Andrew Cagney <cagney@redhat.com> * mi-out.c: Update copyright. (mi_out_data): Define typedef. Use instead of ui_out_data. Index: tui/ChangeLog 2003-03-08 Andrew Cagney <cagney@redhat.com> * tui-out.c: Update copyright. (tui_out_data): Define typedef. Use instead of ui_out_data.
2003-03-082003-03-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+6
* valarith.c (value_subscripted_rvalue): Copy the array's REGNO to the result.
2003-03-08* configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after apparentChristopher Faylor2-0/+9
accidental removal on 2003-01-06.
2003-03-08*** empty log message ***gdbadmin1-1/+1
2003-03-072003-03-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+13
* gdb.texinfo (Debugging Output): Mention the "set/show debug frame" command.
2003-03-072003-03-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-3/+6
* gdbarch.sh: Don't generate two macro definitions when an undefined macro taking no arguments. * gdbarch.h: Regenerate.
2003-03-07daily updateAlan Modra1-1/+1
2003-03-072002-03-07 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2-0/+30
* x86-64-tdep.c (x86_64_save_dummy_frame_tos) (x86_64_unwind_dummy_id): New functions. (x86_64_init_abi): Register these two new functions.
2003-03-072003-03-07 Michal Ludvig <mludvig@suse.cz>Michal Ludvig3-15/+34
* x86-64-tdep.c (x86_64_function_has_prologue): New function. (x86_64_skip_prologue): Move prologue detection to separate function. * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
2003-03-07 * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop afterAlan Modra2-11/+4
a tls_get_addr call.
2003-03-07*** empty log message ***gdbadmin1-1/+1
2003-03-06 * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.Alan Modra4-19/+55
(ppc_elf_adjust_dynamic_symbol): For weak symbols, copy ELF_LINK_NON_GOT_REF from weakdef. * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one. (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy ELF_LINK_NON_GOT_REF from weakdef. * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one. Use throughout. (elf_i386_adjust_dynamic_symbol): For weak symbols, copy ELF_LINK_NON_GOT_REF from weakdef.
2003-03-06daily updateAlan Modra1-1/+1
2003-03-062003-03-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-864/+1215
* texinfo/texinfo.tex: Import version 2003-02-03.16.
2003-03-06Remove redundant defintions of BYTES_IN_WORD and add conditional defintion inNick Clifton5-156/+149
aout64.h.
2003-03-062003-03-06 Jakub Jelinek <jakub@redhat.com>Andrew Haley2-3/+11
Andrew Haley <aph@redhat.com> * elflink.h (elf_bfd_discard_info): Don't process eh frames if output is relocateable.
2003-03-06(som_fixup_formats): Correct formats for R_AUX_UNWIND and R_COMMENT.Nick Clifton2-12/+14
2003-03-06 * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalizeAlan Modra3-43/+57
error messages. (ELIMINATE_COPY_RELOCS): Define to zero. (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating TLSLD relocs. Report reloc types on a number of errors. Optimize LOCAL24PC check for non-local syms. Don't capitalize error messages. * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero. (ppc64_elf_relocate_section): Don't deref htab->tls_sec when calculating TLSLD relocs. Report reloc types on a number of errors. Don't capitalize error messages.
2003-03-06*** empty log message ***gdbadmin1-1/+1
2003-03-052003-03-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney8-36/+171
* d10v-tdep.c (d10v_unwind_dummy_id): New function. (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos. * frame.c (get_prev_frame): Restructure the frame ID unwind code to use unwind_dummy_id when a dummy frame. * gdbarch.sh (unwind_dummy_id): New multi-arch method with predicate. * gdbarch.h, gdbarch.c: Regneerate. Index: doc/ChangeLog 2003-03-05 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Document unwind_dummy_id. Cross reference unwind_dummy_id and SAVE_DUMMY_FRAME_TOS.
2003-03-05daily updateAlan Modra1-1/+1
2003-03-052003-03-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-20/+48
* d10v-tdep.c (struct d10v_unwind_cache): Add field "base". (d10v_frame_unwind_cache): Rewrite code computing the base and SP. Do not use d10v_read_sp or d10v_read_fp when obtaining register values.
2003-03-052003-03-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-27/+40
* d10v-tdep.c (struct frame_extra_info): Delete unused structure. (struct d10v_unwind_cache): Delete field "frameless". Replace "next_addr" with "sp_offset". Add "r11_offset". (d10v_frame_unwind_cache): Update. (prologue_find_regs): Update. When "mv r11, sp", save the "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that RN was saved in r11_offset.
2003-03-052003-03-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+11
* frame.c (deprecated_update_frame_pc_hack): Also update the the cached PC value in the next frame.
2003-03-052003-03-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-48/+50
* frame.h (struct frame_info): Replace "id_unwind_cache_p" and "id_unwind_cache" with "id". (frame_id_unwind): Delete declaration. * frame.c (frame_id_unwind): Delete function. (get_prev_frame): Call the frame id unwind method directly. Store the returned next frame's ID value in NEXT_FRAME. Note that there is a problem with the wrong unwind ID being called with the wrong unwind cache.
2003-03-05 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.Daniel Jacobowitz2-0/+5
2003-03-05 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".Daniel Jacobowitz8-24/+187
(auto_cp_abi): New variable. (current_cp_abi, num_cp_abis): Make static. (CP_ABI_MAX): Define. (cp_abis): Turn into an array. (value_virtual_fn_field): Fix formatting. (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now takes a pointer. (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd) (list_cp_abis, _initialize_cp_abi): New functions. * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove declarations for cp_abis, num_cp_abis, current_cp_abi, and switch_to_cp_abi. Update prototype for register_cp_abi. * Makefile.in (cp-abi.o): Update dependencies. * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default instead of switch_to_cp_abi. * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to register_cp_abi. * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to register_cp_abi. * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
2003-03-05 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"Daniel Jacobowitz2-0/+32
and "show cp-abi".
2003-03-05 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.Daniel Jacobowitz4-9/+22
* dwarf2loc.c: Include "regcache.h". (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use register_size. * Makefile.in (dwarf2loc.o): Update dependencies.
2003-03-052003-03-04 Daniel Jacobowitz <drow@mvista.com>Nathanael Nerode5-2017/+2012
* configure.in: Include $(build_tooldir)/sys-include in FLAGS_FOR_TARGET. * configure: Regenerated. 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Reindent. * Makefile.in: Regenerate. * configure.in: Reindent. Don't set unused variables. * configure: Regenerate.
2003-03-05* avr-tdep.c (avr_io_reg_read_command): Fix to handle case when theTheodore A. Roth2-1/+10
number of io registers reported by remote target is not a multiple of step.
2003-03-05*** empty log message ***gdbadmin1-1/+1
2003-03-04daily updateAlan Modra1-1/+1
2003-03-042003-03-04 David Carlton <carlton@math.stanford.edu>David Carlton2-11/+32
* symtab.c (lookup_partial_symbol): Add linkage_name argument. (lookup_symbol_aux_psymtabs): Update call to lookup_partial_symbol. (lookup_transparent_type, find_main_psymtab) (make_symbol_overload_list): Ditto.
2003-03-04Add new devices x1122 x1132 emulation.Nick Clifton7-225/+279
2003-03-042003-03-04 David Carlton <carlton@math.stanford.edu>David Carlton2-4/+36
* gdb.c++/templates.exp (do_tests): Accept valid const in "print Garply<Garply<char> >:: garply". (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i" with respect to PR c++/1111; note also PR c++/1113. (test_template_breakpoints): KFAIL "constructor breakpoint" with respect to PR c++/1062. KFAIL "destructor breakpoint" with respect to PR c++/1112.
2003-03-04fix spelling typo.Nick Clifton1-1/+1
2003-03-04(mcu_types): Add recenly announced x1122 and x1123 devices, add missed x437.Nick Clifton2-16/+24
(md_show_usage): Sort device list.
2003-03-04 * MAINTAINERS (Write after approval): Update my email address.Kazu Hirata2-1/+5
2003-03-04(print_symbol): Remove check for undefined_only.Nick Clifton2-21/+29
(main): Print a warning message if --size-sort and --undefined-only are used together.
2003-03-04Really commit it... dunno what happened last time.Nathanael Nerode1-0/+16