aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-292002-03-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+82
* gdb.texinfo: Document new commands dump, append, and restore.
2002-03-292002-03-26 Michael Snyder <msnyder@redhat.com>Michael Snyder5-8/+554
* gdb.base/default.exp: Add tests for dump, append, and restore. * gdb.base/help.exp: Add tests for dump, append, and restore. * gdb.base/dump.exp: New file, test dump, append and restore. * gdb.base/dump.c: New file.
2002-03-292002-03-28 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+7
* symfile.c (symbol_file_add): Move test for null symbols to later.
2002-03-29*** empty log message ***gdbadmin1-1/+1
2002-03-28daily updateAlan Modra1-1/+1
2002-03-28merge from gccDJ Delorie3-6/+110
2002-03-28From veksler at il.ibm.com:Andrew Cagney2-1/+12
* utils.c (gdb_realpath): If canonicalize_file_name fails, return the xstrduped original path. Fix PR gdb/417.
2002-03-28 * linker.c (link_action): Ignore duplicate warning syms.Alan Modra34-116/+407
(_bfd_generic_link_write_global_symbol): Follow warning symbol link. * elflink.h (elf_adjust_dynstr_offsets): Likewise. (elf_adjust_dynamic_symbol): Likewise. (elf_export_symbol): Likewise. (elf_link_find_version_dependencies): Likewise. (elf_link_assign_sym_version): Likewise. (elf_link_sec_merge_syms): Likewise. (elf_link_output_extsym): Likewise. (elf_gc_sweep_symbol): Likewise. (elf_gc_propagate_vtable_entries_used): Likewise. (elf_gc_smash_unused_vtentry_relocs): Likewise. (elf_gc_allocate_got_offsets): Likewise. (elf_collect_hash_codes): Likewise. * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise. * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise. (elf_hppa_remark_useless_dynamic_symbols): Likewise. * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise. * elf32-arm.h (elf32_arm_discard_copies): Likewise. * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise. (elf_cris_discard_excess_dso_dynamics): Likewise. * elf32-hppa.c (clobber_millicode_symbols): Likewise. (mark_PIC_calls): Likewise. (allocate_plt_static): Likewise. (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elf32-i386.c (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elf32-i370.c (i370_elf_adjust_dynindx): Likewise. * elf32-m68k.c (elf_m68k_discard_copies): Likewise. * elf32-mips.c (mips_elf_output_extsym): Likewise. (mips_elf_sort_hash_table_f): Likewise. (mips_elf_check_mips16_stubs): Likewise. * elf32-s390.c (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elf32-sh.c (sh_elf_discard_copies): Likewise. * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise. (xstormy16_relax_plt_realloc): Likewise. * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise. (elf64_alpha_output_extsym): Likewise. * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise. * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise. (mips_elf64_check_mips16_stubs): Likewise. (mips_elf64_output_extsym): Likewise. * elf64-ppc.c (func_desc_adjust): Likewise. (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elf64-s390.c (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elf64-sh64.c (sh64_elf64_discard_copies): Likewise. * elf64-x86-64.c (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise. * aoutx.h (aout_link_write_other_symbol): Likewise. * cofflink.c (_bfd_coff_write_task_globals): Likewise. (_bfd_coff_write_global_sym): Likewise. * i386linux.c (linux_tally_symbols): Likewise. * m68klinux.c (linux_tally_symbols): Likewise. * sparclinux.c (linux_tally_symbols): Likewise. * pdp11.c (aout_link_write_other_symbol): Likewise. * sunos.c (sunos_scan_dynamic_symbol): Likewise. * xcofflink.c (xcoff_build_ldsyms): Likewise. (xcoff_write_global_symbol): Likewise. * cofflink.c (_bfd_coff_final_link): Formatting. * cpu-mips.c (mips_compatible): Make static, prototype. * elf32-i386.c (elf_i386_check_relocs): Formatting. * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise. * elf64-alpha.c (elf64_alpha_output_extsym): Likewise. * elf64-mips.c (mips_elf64_sort_hash_table): Likewise. (mips_elf64_final_link): Likewise. * elflink.h (elf_link_find_version_dependencies): Remove duplicate prototype.
2002-03-282002-03-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-11/+16
* gdb.base/help.exp: Modify expect strings to reflect clean-ups in help messages.
2002-03-282002-03-27 Michael Snyder <msnyder@redhat.com>Michael Snyder7-8/+17
* breakpoint.c (_initialize_breakpoint): Clean up help string. * infcmd.c (_initialize_infcmd): Ditto. * language.c (_initialize_language): Ditto. * symfile.c (_initialize_symfile): Ditto. * top.c (_init_main): Ditto. * cli/cli-cmds.c (init_cli_cmds): Ditto.
2002-03-282002-03-27 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-20/+128
* rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec vector registers handling. (skip_prologue): Handle new AltiVec instructions. Fill in new fields of frame data. (frame_get_saved_regs): Fill in information for AltiVec registers.
2002-03-28*** empty log message ***gdbadmin1-1/+1
2002-03-27* symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body intoJim Blandy3-67/+89
a function; leave this macro here to invoke that function. (symbol_init_mangled_name): Declaration for that function. * symtab.c (symbol_init_mangled_name): New function.
2002-03-27daily updateAlan Modra1-1/+1
2002-03-27s/strerror/safe_strerror/Andrew Cagney7-35/+44
2002-03-27 * event-top.c (command_line_handler): Remove useless if.Andreas Schwab2-14/+15
2002-03-27* gdbint.texinfo (Releasing GDB): Revise the section `Before theAndrew Cagney2-39/+29
Branch'.
2002-03-27merge from gccDJ Delorie2-1/+14
2002-03-27 * config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size ofAndreas Schwab2-18/+36
field for pc-relative fixups. (output_disp): Likewise. (md_estimate_size_before_relax): Likewise. (tc_gen_reloc): Subtract fx_pcrel_adjust instead of fx_size for pc-relative fixups in 64bit mode.
2002-03-27 * MAINTAINERS: Update my email address.Peter Targett2-1/+5
2002-03-27 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyrightAndreas Jaeger2-13/+18
comment.
2002-03-27 * configure.host: Set up for generic hosts first, then tweak asAlan Modra2-78/+73
necessary in more specific targets. (HOSTING_LIBS): Include libgcc_eh.a if found.
2002-03-27Copy the r_offset field into and out of the internal reloc strcuture.Nick Clifton2-0/+10
2002-03-27 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.Michal Ludvig6-79/+135
(x86_64_num_regs, x86_64_num_gregs): Added extern variables. * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS. (x86_64_linux_dr_get_status, supply_gregset), (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs. * x86-64-tdep.c (x86_64_register_raw_size_table): Delete. (x86_64_register_info_table): Add. (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add. (x86_64_register_raw_size, x86_64_register_virtual_type), (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new general x86_64_register_info_table. (i386_gdbarch_init): gdbarch_register_bytes is now set dynamicaly during initialization. * regformats/reg-x86-64.dat: Synced with changes to registers above. * gdbserver/linux-x86-64-low.c: Ditto.
2002-03-272002-03-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz5-11/+34
* gdbserver/server.c (main): Call target_signal_to_host_p and target_signal_to_host on signals received from the remote. * gdbserver/remote-utils.c (prepare_resume_reply): Call target_signal_from_host on signals sent to the remote. * gdbserver/server.h: Add prototypes. Include "gdb/signals.h". * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
2002-03-272002-03-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-3/+17
* signals/signals.c: Include "server.h" in gdbserver build. (target_signal_from_name): Don't use STREQ. (_initialize_signals): Likewise. Don't include function in gdbserver build.
2002-03-272002-03-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz3-2/+10
* signals.c: Moved to... * signals/signals.c: Here. * Makefile (signals.o): Update.
2002-03-27*** empty log message ***gdbadmin1-1/+1
2002-03-27 * somread.c (som_symtab_read): Remove some commented out code andJeff Law3-22/+25
updated related comments. Do not set the minimal symbol table to mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope in a dynamic executable. * hppa-tdep.c (find_proc_framesize): Sanely handle the case where we are unable to find the minimal symbol for the given PC value.
2002-03-27 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space forAlan Modra2-2/+12
terminating NULL if empty symbol table. (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
2002-03-26merge from gccDJ Delorie4-39/+57
2002-03-26 2002-03-26 Fred Fish <fnf@redhat.com>Fred Fish2-4/+24
* gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we have debugging info for those functions and the compiler uses them internally to copy structs around.
2002-03-26daily updateAlan Modra1-1/+1
2002-03-262002-03-26 H.J. Lu (hjl@gnu.org)H.J. Lu2-1/+7
* elflink.h (elf_link_input_bfd): Revert the last change since the gcc exception handling isn't fixed yet.
2002-03-262002-03-26 H.J. Lu (hjl@gnu.org)H.J. Lu2-2/+6
* elflink.h (elf_link_input_bfd): Complain about relocations against local symbols in discarded sections.
2002-03-26 2002-03-26 Fred Fish <fnf@redhat.com>Fred Fish2-1/+13
* gdb.base/list.exp: Revert the change made yesterday and add note about why we don't list the default lines for remote targets.
2002-03-26 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.Alan Modra2-5/+13
2002-03-262002-03-25 Michael Snyder <msnyder@redhat.com>Michael Snyder2-247/+251
* gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
2002-03-26 2002-03-25 Fred Fish <fnf@redhat.com>Fred Fish2-7/+7
* gdb.base/list.exp: This test works on remote targets so remove the short circuit for remote targets. Update copyright.
2002-03-26Sigh, should have updated the copyright date in theFred Fish1-1/+1
change I just checked in. Fix it here.
2002-03-26 2002-03-25 Fred Fish <fnf@redhat.com>Fred Fish2-12/+19
* gdb.base/attach.exp: Fix logic error that was suppressing this test for all non hppa*-*-hpux* targets, instead of the hp target. Move comments closer to the suppression point. Also now need to check that we are running natively.
2002-03-26*** empty log message ***gdbadmin1-1/+1
2002-03-25daily updateAlan Modra1-1/+1
2002-03-252002-03-25 Jeff Law (law@redhat.com)Michael Snyder2-1/+12
* linux-proc.c (read_mapping): Scan up to end of line for filename.
2002-03-25 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.Michal Ludvig2-1/+51
2002-03-252002-03-24 David O'Brien <obrien@FreeBSD.org>David O'Brien2-0/+7
* ppc/hw_disk.c: Export a disk device property. This is needed by the FreeBSD/powerpc porting effort.
2002-03-25*** empty log message ***gdbadmin1-1/+1
2002-03-24daily updateAlan Modra1-1/+1
2002-03-24* gen.c (format_name_cmp): New function.Andrew Cagney2-1/+31
(insn_list_insert): Use the instruction field name as an additional key. Different field names indicate different semantics.
2002-03-24* command.h: Update copyright.Andrew Cagney7-232/+42
(struct cmd_list_element): Replace definition with opaque declaration. (enum cmd_types): Document that it will eventually be moved to cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros. (MALLOCED_REPLACEMENT): Delete macro. * Makefile.in (cli_decode_h): Add $(command_h). (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h). * top.c: Include "cli/cli-decode.h". * completer.c: Include "cli/cli-decode.h". * maint.c: Include "cli/cli-decode.h". * cli/cli-decode.h: Include "command.h". (enum command_class): Delete. (enum cmd_types): Comment out. (enum cmd_auto_boolean): Delete. (enum var_types): Delete.