aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney48-128/+148
2002-01-052002-01-04 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+76
* gdb.base/info-proc.exp: New file, test for "info proc" cmd.
2002-01-052002-01-04 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+32
* gdb.base/maint.exp: Add tests for maint info sections options.
2002-01-052002-01-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+8
* thread-db.c (thread_db_new_objfile): Do not enable thread_db for core files.
2002-01-05*** empty log message ***gdbadmin1-1/+1
2002-01-04* config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.Jason Thorpe2-1/+5
2002-01-04Move value_ptr typedef to gdbtk-wrapper from value.h.Andrew Cagney2-2/+4
2002-01-04daily updateAlan Modra1-1/+1
2002-01-04* i386nbsd-nat.c: Update copyright years.Jason Thorpe2-1/+9
Include i386-tdep.h.
2002-01-04Write After Approval: Add myself.Jason Thorpe1-0/+1
2002-01-04Mention PR number fixed.Elena Zannoni1-0/+1
2002-01-042002-01-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-2/+12
* stabsread.c: Update copyright years. From Debashis Mahata <debashis.mahata@wipro.com>: (read_struct_fields): Deal with Sun C compiler erroneous stab output for structs and unions.
2002-01-042002-01-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-0/+6
* p-valprint.c: Include "cp-abi.h" for baseclass_offset prototype.
2002-01-042002-01-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz8-97/+205
* cp-abi.c: Fix whitespace. (baseclass_offset): New wrapper function. * cp-abi.h (baseclass_offset): Add prototype. (struct cp_abi_ops): Add baseclass_offset pointer. * valops.c (vb_match): Move to... * gnu-v2-abi.c (vb_match): here. * valops.c (baseclass_offset): Move to... * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename. * gnu-v3-abi.c (gnuv3_baseclass_offset): New function. * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset. * gnu-v3-abi.c (init_gnuv3_ops): Likewise. * hpacc-abi.c (init_hpacc_ops): Likewise.
2002-01-042002-01-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz4-3/+21
* valops.c (find_overload_match): Accept obj as a reference parameter. Update it before returning. * value.h (find_overload_match): Update prototype. * eval.c (evaluate_subexp_standard): Pass object to find_overload_match by reference.
2002-01-04 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash ifJakub Jelinek2-5/+19
CIE at .eh_frame start is removed due to no FDEs referencing it.
2002-01-04bfd:Andreas Jaeger9-368/+393
* config.bfd (x86_64-*-netbsd*): New target. * configure.in (x86_64-*-netbsd*): Set COREFILE to netbsd-core.lo. * configure: Regenerated. gas: * configure.in (i386-*-netbsdelf*): Collapse target into... (i386-*-netbsd*): ...this. Add support for x86-64. * configure: Regenerated. ld: * configure.tgt (x86_64-*-netbsd*): New target.
2002-01-04s/value_ptr/struct value */Andrew Cagney8-341/+367
2002-01-04* bits.c (LSMASKED64): New inline function.Matthew Green5-4/+63
(LSEXTRACTED64): Likewise. * bits.h (_LSB_POS, _LSMASKn, LSMASK64): New macros from sim/common/sim-bits.h (LSMASKED64, LSEXTRACTED64): New functions definitions. * Makefile.in (sim-bits.o): Remove target. * main.c (zalloc): Fix typo in error message.
2002-01-04*** empty log message ***gdbadmin1-1/+1
2002-01-03Fix xcoff linker's ordering of pad sectionsTom Rix2-21/+35
2002-01-03Remove use of ngettext()Nick Clifton2-6/+14
2002-01-032001-12-28 Michael Snyder <msnyder@redhat.com>Michael Snyder2-177/+212
Abstract the functionality of iterating over mapped memory regions into a general purpose iterator function. * procfs.c (iterate_over_mappings): New function, general purpose iterator for memory sections. (proc_iterate_over_mappings): Reimplement using iterate_over_mappings. (solib_mappings_callback): New function, callback for above. (info_proc_mappings): Reimpliment using iterate_over_mappings. (info_mappings_callback): New function, callback for above. * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
2002-01-03Handle R_ARM_THM_PC11Nick Clifton2-0/+46
2002-01-03Roll ChangeLog files.Andrew Cagney2-9888/+9896
2002-01-03[gas/ChangeLog]Matthew Green4-4/+13
* config/tc-ppc.c (md_parse_option): BookE is not Motorola specific. [include/opcode/ChangeLog] * ppc.h (PPC_OPCODE_BOOKE): BookE is not Motorola specific. (PPC_OPCODE_BOOKE64): Likewise.
2002-01-03merge from gccDJ Delorie3-2/+5
2002-01-03*** empty log message ***gdbadmin1-1/+1
2002-01-02 * MAINTAINERS: Update URL for config.* scripts.Ben Elliston2-1/+5
2002-01-022002-01-02 Chris Demetriou <cgd@broadcom.com>Chris Demetriou27-0/+640
* ld-mips-elf/empic1-ln.d: New file to test basic linking of R_MIPS_GNU_REL_HI16 and R_MIPS_GNU_REL_LO16 relocations. * ld-mips-elf/empic1-lp.d: Likewise. * ld-mips-elf/empic1-mn.d: Likewise. * ld-mips-elf/empic1-mp.d: Likewise. * ld-mips-elf/empic1-sn.d: Likewise. * ld-mips-elf/empic1-sp.d: Likewise. * ld-mips-elf/empic1-ref.s: Likewise. * ld-mips-elf/empic1-space.s: Likewise. * ld-mips-elf/empic1-tgt.s: Likewise. * ld-mips-elf/empic2-fwd-0.d: New file to test R_MIPS_GNU_REL_HI16 and R_MIPS_GNU_REL_LO16 relocation edge cases. * ld-mips-elf/empic2-fwd-1.d: Likewise. * ld-mips-elf/empic2-rev-0.d: Likewise. * ld-mips-elf/empic2-rev-1.d: Likewise. * ld-mips-elf/empic2-ref.s: Likewise. * ld-mips-elf/empic2-space.s: Likewise. * ld-mips-elf/empic2-fwd-tgt.s: Likewise. * ld-mips-elf/empic2-rev-tgt.s: Likewise. * ld-mips-elf/mips-elf.exp: New file to run MIPS 32-bit ELF tests (including those above).
2002-01-02merge from gccDJ Delorie2-27/+13
2002-01-02Test for a NULL frag link.Nick Clifton2-2/+7
2002-01-02Add japanese translationNick Clifton4-153/+2293
2002-01-02Fix spelling typo.Nick Clifton3-8/+15
Reformat messages to ease translation into other languages.
2002-01-02Reformat error messages to ease translation into other languages.Nick Clifton2-13/+26
2002-01-02(Free Software): Fix wording of the new section.Eli Zaretskii2-2/+6
2002-01-02*** empty log message ***gdbadmin1-1/+1
2002-01-01merge from gccDJ Delorie1-1/+6
2002-01-01* i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.Mark Kettenis3-4/+99
* i386-tdep.c: Include "elf-bfd.h". (process_note_abi_tag_sections): New function. (i386_gdbarch_init): Add code to recognize various OS/ABI combinations.
2002-01-01* maint.c (_initialize_maint_cmds): Add missing inMark Kettenis2-1/+6
string-literal.
2002-01-01 * config/tc-ia64.c (has_suffix_p): New.Richard Henderson2-9/+24
(note_register_values): Use it instead of strstr.
2002-01-01 * config/tc-ia64.c (errata_nop_necessary_p): Prototype.Richard Henderson2-2/+8
(make_unw_section_name): Constify local variables.
2002-01-01merge from gccDJ Delorie3-1/+12
2002-01-01*** empty log message ***gdbadmin1-1/+1
2001-12-31 * config/tc-hppa.c (pa_ip): Handle new 'c' mode completers,Jeff Law2-2/+10
'X', 'M', and 'A'.
2001-12-31 * hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers,Jeff Law2-2/+20
'X', 'M', and 'A'. No longer emit a space after 'x' or 's'. Always emit a space after 'H'.
2001-12-31 * hppa.h (call, ret): Move to end of table.Jeff Law2-92/+112
(addb, addib): PA2.0 variants should have been PA2.0W. (ldw, ldh, ldb, stw, sth, stb, stwa): Reorder to keep disassembler happy. (fldw, fldd, fstw, fstd, bb): Likewise. (short loads/stores): Tweak format specifier slightly to keep disassembler happy. (indexed loads/stores): Likewise. (absolute loads/stores): Likewise.
2001-12-31Fix a typo in the last change.Eli Zaretskii1-1/+1
2001-12-31Fix last change.Eli Zaretskii1-1/+1
2001-12-31 * gdb.texinfo (Free Software): New section ``Free Software NeedsEli Zaretskii2-7/+102
Free Documentation''.