aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-12-31 * gdb.texinfo (Free Software): New section ``Free Software NeedsEli Zaretskii2-7/+102
Free Documentation''.
2001-12-31 * elflink.h (elf_bfd_final_link): Check if dynobj is not NULLJakub Jelinek3-1/+12
before looking for .eh_frame_hdr section. * elf-eh-frame.c (_bfd_elf_write_section_eh_frame_hdr): If .eh_frame_hdr section is being stripped from output, don't do anything.
2001-12-31Fix for xcoff <bigaf> big archive format support.Tom Rix4-384/+465
2001-12-31Fix for xcoff <bigaf> big archive support.Tom Rix2-26/+47
2001-12-31*** empty log message ***gdbadmin1-1/+1
2001-12-302001-12-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* sparc-tdep.c (sparc-store-return-value): Whitespace fix-up.
2001-12-30Fix the application of GFDL in the Copyright notice.Eli Zaretskii8-53/+40
2001-12-302001-12-29 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+6
* gdb.texinfo (maint info sections): Fix typo.
2001-12-302001-12-29 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-5/+300
* Makefile.in (rs6000-tdep.o): Add dependency on parser-defs.h. * rs6000-tdep.c: Include parser-defs.h. (rs6000_register_virtual_type): Rewrite, including handling of AltiVec regs type. (altivec_register_p): New function. (rs6000_do_altivec_registers): New function. (rs6000_altivec_registers_info): New function. (rs6000_do_registers_info): New function. (R16): Define. (PPC_ALTIVEC_REGS): Define. (registers_powerpc): Add AltiVec registers. (registers_7400): Define. (variants): Add 7400 machine. (rs6000_gdbarch_init): Set the numbers of AltiVec registers. Initialize gdbarch_do)_registers_info. (rs6000_info_power_command): New function. (info_power_cmdlist): New static variable. (_initialize_rs6000_tdep): Add new 'info powerpc altivec' command. * ppc-tdep.h (struct gdbarch_tdep): Add altivec regnum fields. (altivec_register_p): Export.
2001-12-30*** empty log message ***gdbadmin1-1/+1
2001-12-29* i386bsd-nat.c (reg_offset): Fix typo.Mark Kettenis2-1/+3
2001-12-29* i386-tdep.c (i386_push_dummy_frame): Don't write back theMark Kettenis2-1/+8
modified frame pointer until the old frame pointer has been saved.
2001-12-29* arch-utils.c (initialize_current_architecture): Test byte_orderAndrew Cagney5-19/+28
against BFD_ENDIAN_UNKNOWN. (gdbarch_info_init): Initialize byte_order to BFD_ENDIAN_UNKNOWN. * gdbarch.sh: Update comments on default value of byte_order. (verify_gdbarch, gdbarch_update_p): Test byte_order against BFD_ENDIAN_UNKNOWN. * gdbarch.h, gdbarch.c: Re-generate.
2001-12-29*** empty log message ***gdbadmin1-1/+1
2001-12-282001-12-21 Michael Snyder <msnyder@redhat.com>Michael Snyder2-11/+150
* procfs.c (info_proc_cmd): Add the 'mappings' sub-command that was dropped a few years ago, when procfs.c was rewritten. (info_proc_mappings): New function, implement 'info proc mappings'. (mappingflags): New function. (_initialize_procfs): Document new option to 'info proc' command.
2001-12-28*** empty log message ***gdbadmin1-1/+1
2001-12-272001-12-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+5
* i386-linux-nat.c: Include i386-tdep.h.
2001-12-272001-12-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+49
* gdb.texinfo (maint info sections): Document.
2001-12-272001-12-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-12/+18
* maint.c (match_substring): GNU coding standards fixes. (print_bfd_section_info): Ditto. (print_objfile_section_info): Ditto.
2001-12-272001-12-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+10
* gdb.texinfo (info proc): Comment out documentation for 'info proc' sub-options that are currently not implemented.
2001-12-27* maint.c (match_substring): Make parameters `string' and `substr'Mark Kettenis2-2/+7
const. Make local variable `tok' const.
2001-12-27* config/i386/tm-i386.h (FP7_REGNUM, FIRST_FPU_CTRL_REGNUM,Mark Kettenis6-136/+145
FCTRL_REGNUM, FPC_REGNUM, FSTAT_REGNUM, FTAG_REGNUM, FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM, FOP_REGNUM, LAST_FPU_CTRL_REGNUM, XMM0_REGNUM, XMM7_REGNUM, MXCSR_REGNUM, IS_FP_REGNUM, IS_SSE_REGNUM): Removed. (FP0_REGNUM): Define conditionally depending on HAVE_I387_REGS. (SIZEOF_FPU_CTRL_REGS): Hardcode value. * i386-tdep.h (struct gdbarch_tdep): Change such that it contains a single member `num_xmm_regs'. (FPC_REGNUM): New macro. (FIRST_FPU_REGNUM, LAST_FPU_REGNUM, FISRT_XMM_REGNUM, LAST_XMM_REGNUM, MXCSR_REGNUM, FIRST_FPU_CTRL_REGNUM, LAST_FPU_CTRL_REGNUM): Removed. (FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM, FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Define unconditionally. Change macros to match the comment describing the register layout. (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM): New macros. (FP_REGNUM_P, FPC_REGNUM_P, SSE_REGNUM_P): New macros. (IS_FP_REGNUM, IS_FPU_CTRL_REGNUM, IS_SSE_REGNUM): Make obsolete, unconditionally define in terms of FP_REGNUM_P, FPC_REGNUM_P and SSE_REGNUM_P). (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM): Make obsolete, unconditionally define in terms of FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM. * i386-tdep.c (i386_gdbarch_init): Initialize `num_xmm_regs' member of `struct gdbarch_tdep'. * x86-64-tdep.c (i386_gdbarch_init): Change initialization of `struct gdbarch_tdep'. * i387-nat.c (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM): Replace with FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM and FOOFF_REGNUM. Use FPC_REGNUM instead of FIRST_FPU_CTRL_REGNUM. Use XMM0_REGNUM instead of LAST_FPU_CTRL_REGNUM.
2001-12-27*** empty log message ***gdbadmin1-1/+1
2001-12-26*** empty log message ***gdbadmin1-1/+1
2001-12-25* cli/cli-script.c (execute_control_command): Replace value_ptrAndrew Cagney6-12/+25
with a struct value pointer. * ch-lang.c (evaluate_subexp_chill): Ditto. * printcmd.c (printf_command): Ditto. * tracepoint.c (set_traceframe_context): Ditto. (encode_actions): Ditto. * eval.c (evaluate_subexp_standard): Ditto.
2001-12-25* gdbarch.sh: When an int variable, print value using %d insteadAndrew Cagney3-66/+90
of %ld. * gdbarch.c: Re-generate.
2001-12-25*** empty log message ***gdbadmin1-1/+1
2001-12-24powerpc aix build failure. Add self to maintainers.Tom Rix3-1/+7
2001-12-24merge from gccDJ Delorie2-190/+198
2001-12-24*** empty log message ***gdbadmin1-1/+1
2001-12-23daily updateAlan Modra1-1/+1
2001-12-23*** empty log message ***gdbadmin1-1/+1
2001-12-22daily updateAlan Modra1-1/+1
2001-12-22-binitfini emulation, put __rtinit symbol generation into linker.Tom Rix9-51/+625
2001-12-22*** empty log message ***gdbadmin1-1/+1
2001-12-21daily updateAlan Modra1-1/+1
2001-12-21 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask forJakub Jelinek18-16/+475
R_SPARC_DISP32. Support R_SPARC_PLT32. (sparc_reloc_map): Add BFD_RELOC_16_PCREL and BFD_RELOC_SPARC_PLT32. (elf32_sparc_check_relocs): Handle R_SPARC_PLT32. (elf32_sparc_relocate_section): Likewise. * elf64-sparc.c (sparc64_elf_howto_table): Fix dst_mask for R_SPARC_DISP32. Support R_SPARC_PLT32 and R_SPARC_PLT64. (sparc_reloc_map): Add BFD_RELOC_16_PCREL, BFD_RELOC_64_PCREL and BFD_RELOC_SPARC_PLT32. (sparc64_elf_check_relocs): Handle R_SPARC_PLT32 and R_SPARC_PLT64. (sparc64_elf_relocate_section): Likewise. * reloc.c (bfd_reloc_code_type): Add BFD_RELOC_SPARC_PLT32. * bfd-in2.h, libbfd.h: Rebuilt. * config/tc-sparc.h (TC_PARSE_CONS_EXPRESSION): Define. (sparc_cons): Provide prototype. * config/tc-sparc.c (tc_gen_reloc): Handle BFD_RELOC_*_PCREL and BFD_RELOC_SPARC_PLT{32,64}. Enumerate for which relocs reloc->addend = fixp->fx_addnumber shouldn't be done instead of enumarating for which pc relative ones it should be done. (sparc_cons_special_reloc): New variable. (sparc_cons): New function. (cons_fix_new_sparc): Use sparc_cons_special_reloc. * testsuite/gas/sparc/pcrel.s: New test. * testsuite/gas/sparc/pcrel.d: Expected output. * testsuite/gas/sparc/pcrel64.s: New test. * testsuite/gas/sparc/pcrel64.d: Expected output. * testsuite/gas/sparc/plt.s: New test. * testsuite/gas/sparc/plt.d: Expected output. * testsuite/gas/sparc/plt64.s: New test. * testsuite/gas/sparc/plt64.d: Expected output. * testsuite/gas/sparc/sparc.exp: Add pcrel, pcrel64, plt and plt64 tests.
2001-12-21 * configure, config.in: Rebuilt.Tom Tromey9-5/+99
* configure.in: Check for realpath. * defs.h (gdb_realpath): Declare. * symtab.h (partial_symtab): Added fullname field. * source.c (openp): Use gdb_realpath. (forget_cached_source_info): Clear full name of each partial symtab. * utils.c (gdb_realpath): New function. * symtab.c (lookup_symtab): Removed. (lookup_symtab_1): Renamed to lookup_symtab. (lookup_symtab): Look for real path. (lookup_partial_symtab): Likewise.
2001-12-212001-12-21 Michael Snyder <msnyder@redhat.com>Michael Snyder2-15/+54
* maint.c (match_substring): New function. Tokenizer for 'maintenance info sections' command arguments. (match_bfd_flag): Use match_substring. (print_bfd_section_info): Use match_substring. (print_objfile_section_info): Use match_substring. (maintenance_info_sections): Use match_substring.
2001-12-21 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.Jeff Law2-2/+4
2001-12-21Import Swedish translationNick Clifton4-2/+496
2001-12-21Use real binary file for .incbin testNick Clifton4-50/+53
2001-12-212001-12-21 Orjan Friberg <orjanf@axis.com>Orjan Friberg5-3/+339
* configure.tgt: Delete CRIS from multi-arch targets. * config/cris/tm-cris.h: New file. * config/cris/cris.mt (TDEPFILES): Add corelow.o solib.o solib-svr4.o. (TM_FILE): New macro. * cris-tdep.c (cris_examine): Correct check for srp register. (supply_gregset, fetch_core_registers, cris_linux_svr4_fetch_link_map_offsets, cris_fpless_backtrace): New functions. (_initialize_cris_tdep): Add core functions and new command. (cris_gdbarch_init): Define link map offsets.
2001-12-21 * run.c (usage): Fix a typo.Kazu Hirata2-1/+5
2001-12-21 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compilingJeff Law7-3/+81
with HP's compiler. * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise. * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise. * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise. * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise. * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with either HP's compilers or GCC.
2001-12-21 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get eitherJeff Law4-12/+26
a SIGBUS or SIGSEGV. * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command. * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test can be compiled with either HP's compiler or GCC.
2001-12-21*** empty log message ***gdbadmin1-1/+1
2001-12-20 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.Jeff Law4-0/+13
* gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely. * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
2001-12-20 * somsolib.c (som_solib_add): Ignore the solib limit threshholdJeff Law2-7/+16
if AUTO_SOLIB_LIMIT is not greater than zero. * somsolib.c (som_solib_create_inferior_hook): No longer warn about missing __d_pid symbol.
2001-12-20 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect stringsJeff Law15-61/+76
to match current gdb output. Update due to using auto-solib-limit for limiting instead of overloading auto-solib-add. * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the test program. * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*" * gdb.hp/gdb.base-hp/dollar.exp: Likewise * gdb.hp/gdb.base-hp/pxdb.exp: Likewise. * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise. * gdb.hp/gdb.base-hp/reg.exp: Likewise. * gdb.hp/gdb.compat/xdb3.exp: Likewise. * gdb.hp/gdb.defects/bs15503.exp: Likewise. * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise. * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise. * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.