summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Typesystem work initial import.dberlin-typesystem-branchcvs/dberlin-typesystem-branchDaniel Berlin2001-07-062107-1076299/+5216
| | | | Note that this currently isn't building, i'm in the middle of converting make_function_type/lookup_function_type
* * gdbtypes.h (builtin_type_void_func_ptr): New builtin type.dberlin-typesystem-branchpointJim Blandy2001-07-063-3/+49
| | | | | | * gdbtypes.c (builtin_type_void_func_ptr): Define the variable. (build_gdbtypes): Initialize it. (_initialize_gdbtypes): Swap it.
* Branch prediction code cleanupDaniel Jacobowitz2001-07-062-40/+72
|
* Mention mi0 and mi1 as --interpreter options.Andrew Cagney2001-07-062-3/+11
|
* Replace:Andrew Cagney2001-07-068-21/+53
| | | | | | if (interpreter_p && strncmp (interpreter_p, "mi", 2) == 0) with: if (ui_out_is_mi_like_p (uiout))
* *** empty log message ***gdbadmin2001-07-061-1/+1
|
* * mips-tdep.c (mips_software_single_step): New function.Daniel Jacobowitz2001-07-053-0/+36
| | | | | * config/mips/tm-mips.h: Add prototype for mips_software_single_step.
* * library/managedwin.itb (_create): Don't pass "-over"Keith Seitz2001-07-052-2/+10
| | | | | to center_window unless we really are asked to put the window over another!
* * ppc-linux-nat.c (supply_gregset): Use elf_greg_t insteadDaniel Jacobowitz2001-07-052-2/+8
| | | | | of greg_t. (fill_gregset): Likewise.
* Fix ia64-linux fortran common linking problem.Jim Wilson2001-07-052-1/+23
| | | | | * linker.c (_bfd_generic_link_add_one_symbol, case BIG): Use the section of the bigger symbol.
* s/basename/lbasename/Andrew Cagney2001-07-052-2/+7
|
* * d10v-tdep.c (d10v_frame_chain, d10v_frame_init_saved_regs,Jim Blandy2001-07-052-17/+26
| | | | | | | | | | show_regs, d10v_read_pc, d10v_write_pc, d10v_read_sp, d10v_write_sp, d10v_write_fp, d10v_read_fp, d10v_push_return_address): Call the functions d10v_make_daddr, d10v_make_iaddr, d10v_convert_iaddr_to_raw, and d10v_convert_daddr_to_raw, not the global macros D10V_MAKE_DADDR, D10V_MAKE_IADDR, D10V_CONVERT_IADDR_TO_RAW, and D10V_CONVERT_DADDR_TO_RAW.
* Fix ia64-linux binutils readelf -s testsuite failure.Jim Wilson2001-07-052-1/+8
| | | | * syms.c (bfd_is_local_label): Return false if BSF_SECTION_SYM.
* merge from gccDJ Delorie2001-07-055-3/+40
|
* * dwarf2read (dwarf2_build_psymtabs_hard): Doc fix.Jim Blandy2001-07-052-0/+17
|
* * config/i386/xm-go32.h (HOST_I386): Removed.Mark Kettenis2001-07-053-4/+5
| | | | * config/i386/xm-linux.h (HOST_I386): Removed.
* 2001-07-05 Ben Elliston <bje@redhat.com>Ben Elliston2001-07-058-15/+42
| | | | | | | | | | | | * Make-common.in (srccgen): Remove. (CGEN_CPU_DIR): Define. (CGEN_READ_SCM): Redefine without $(srccgen). (CGEN_ARCH_SCM): Ditto. (CGEN_CPU_SCM): Ditto. (CGEN_DECODE_SCM): Ditto. (CGEN_DESC_SCM): Ditto. * $arch/Makefile.in: Use $(CGEN_CPU_DIR) where applicable.
* 2001-07-05 Ben Elliston <bje@redhat.com>Ben Elliston2001-07-053-6/+16
| | | | | | | | * Makefile.am (CPUDIR): Define. (stamp-m32r): Update dependencies. (stamp-fr30): Ditto. (stamp-openrisc): Ditto. * Makefile.in: Regenerate.
* For sections containing uninitialised data, only set their size to s_paddrNick Clifton2001-07-052-1/+9
| | | | | if this does not reset their size to zero. MS's latest compilers will set s_paddr to zero.
* *** empty log message ***gdbadmin2001-07-051-1/+1
|
* * i387-tdep.c (print_i387_value): Add extra space after final fullMark Kettenis2001-07-042-1/+6
| | | | stop in comment.
* * gdbint.texinfo (Target Architecture Definition): GDBARCH is a CAndrew Cagney2001-07-044-97/+274
| | | | | | | | structure and not macros. (Host Definition): Document that much of this chapter is obsolete. (Target Architecture Definition): Update list of files that make up a target architecture. (Coding): Update.
* * config/arm/tm-arm.h: Include "floatformat.h".Andrew Cagney2001-07-042-0/+5
|
* * i387-tdep.c: Include "gdb_assert.h".Andrew Cagney2001-07-042-14/+24
| | | | | (print_i387_value): Use extract_floating to extract the FP value from a zero padded local buffer.
* * TODO: Delete all thread items. The thread code was overhauled.Andrew Cagney2001-07-042-57/+4
|
* 2001-07-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-07-042-0/+4
| | | | | * memattr.c (create_mem_region): Move n to next memory region, to avoid infinite loop.
* 2001-07-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-07-043-2/+45
| | | | | * memattr.h: Add copyright statement. * memattr.c: Ditto.
* * dwarf2read.c (struct partial_die_info): New member: has_pc_info.Jim Blandy2001-07-042-13/+16
| | | | | | | | (read_partial_die): Delete fourth argument; we return this info in the struct partial_die_info object itself now. (dwarf2_build_psymtabs_hard, scan_partial_symbols): Use the has_pc_info field of the partial die struct, rather than passing a variable by reference to read_partial_die.
* Doc fix.Jim Blandy2001-07-041-4/+1
|
* * dwarf2read.c (dwarf2_build_psymtabs_hard): Remove extraneousJim Blandy2001-07-042-2/+9
| | | | | | | code in loop condition. This seemed to be trying to round info_ptr up to the next four-byte boundary, but that's not what it actually did. If we discover the problem the old code was really trying to address, we can fix it properly.
* 2001-07-04 H.J. Lu <hjl@gnu.org>H.J. Lu2001-07-042-4/+9
| | | | | | * bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4400, bfd_mach_mips4600 and bfd_mach_mips5000.
* *** empty log message ***gdbadmin2001-07-041-1/+1
|
* 2001-07-03 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-07-032-3/+8
| | | | | * thread_db (find_new_threads_callback, thread_db_thread_alive, attach_thread): Update comments.
* 2001-06-29 Ken Whaley <ken@believe.com>Michael Snyder2001-07-032-3/+14
| | | | | | | * thread-db.c (attach_thread): Check for TD_THR_ZOMBIE in addition to TD_THR_UNKNOWN when looking for defunct zombie threads. (thread_db_thread_alive): Ditto. (find_new_threads_callback): Ditto.
* 2001-07-03 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-07-032-13/+18
| | | | | * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in the output of the ptype command.
* Fix encoding of clf instructionNick Clifton2001-07-032-1/+5
|
* Support DJGPP COFF targets in bfd_get_sign_extend_vma()Nick Clifton2001-07-032-0/+14
|
* Skip section symbols from sections being discardedNick Clifton2001-07-032-0/+24
|
* *** empty log message ***gdbadmin2001-07-031-1/+1
|
* 2001-07-02 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-07-022-1/+5
| | | | * gdb.base/corefile.exp: Quote the curly braces in regexp.
* MAINTAINERS: Add myself to the write-after-approval listDaniel Jacobowitz2001-07-022-1/+6
|
* 2001-07-02 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2001-07-022-2/+5
| | | | | * solib-svr4.c: Include "elf/mips.h". (elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
* * dwarf2read.c (read_comp_unit, sibling_die, dump_die,Jim Blandy2001-07-022-13/+19
| | | | | dump_die_list, store_in_ref_table, follow_die_ref): Make these static; they're private functions.
* *** empty log message ***gdbadmin2001-07-021-1/+1
|
* * coffread.c (coff_symfile_read): Parse DWARF2 info if present.Eli Zaretskii2001-07-012-0/+9
|
* * cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT.Geoffrey Keating2001-07-012-1/+20
|
* *** empty log message ***gdbadmin2001-07-011-1/+1
|
* Remerge with gccNick Clifton2001-06-302-5/+25
|
* * elfcore.h (elf_core_file_p): Call bfd_section_from_phdr directlyAlan Modra2001-06-305-49/+38
| | | | | | | | | | | | | | instead of _bfd_elfcore_section_from_phdr. * elf-bfd.h (_bfd_elfcore_section_from_phdr): Remove. * elf.c (_bfd_elfcore_section_from_phdr): Remove. (_bfd_elfcore_make_pseudosection): Expedite tail-call. (elfcore_grok_prstatus): Likewise. (elfcore_grok_lwpstatus): Likewise. (bfd_get_elf_phdr_upper_bound): Likewise. (elfcore_make_note_pseudosection): Formatting. (_bfd_elfcore_strndup): Formatting. * elf32-mips.c (mips_elf_sym_is_global): Formatting. (_bfd_elf32_mips_grok_prstatus): Expedite tail-call.
* * elf-bfd.h: Add prototypes for _bfd_elfcore_make_pseudosectionAlan Modra2001-06-305-130/+244
| | | | | | | | | | | | | | | | | | | | | | and _bfd_elfcore_strndup. (struct elf_backend_data): Add elf_backend_grok_prstatus and elf_backend_grok_psinfo. * elf.c (_bfd_elfcore_make_pseudosection): New function. (elfcore_grok_prstatus): Use it. (elfcore_make_note_pseudosection): Likewise. (elfcore_strndup): Rename to... (_bfd_elfcore_strndup): Here, and make global. (elfcore_grok_psinfo): Use _bfd_elfcore_strndup. (elfcore_grok_note): Call elf_backend_grok_prstatus and elf_backend_grok_psinfo if available. * elf32-mips.c (_bfd_elf32_mips_grok_prstatus): New function. (_bfd_elf32_mips_grok_psinfo): New function. (elf_backend_grok_prstatus): Define. (elf_backend_grok_psinfo): Define. * elfxx-target.h (elf_backend_grok_prstatus): Default to NULL. (elf_backend_grok_psinfo): Likewise. (elfNN_bed): Include elf_backend_grok_prstatus and elf_backend_grok_psinfo.