summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2004-06-18 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-1815-48/+84
| | | | | | | | | | | | | | | | | | | | * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated. * gdbarch.h, gdbarch.c: Re-generate. * ada-lang.c (ada_finish_decode_line_1): Update. * infrun.c (handle_inferior_event): Update. * infcall.c (find_function_addr): Update. * linespec.c (minsym_found): Update. * symtab.c (find_function_start_sal, skip_prologue_using_sal): Update. * blockframe.c (legacy_frameless_look_for_prologue): Update. * cli/cli-cmds.c (disassemble_command): Update. * vax-tdep.c (vax_gdbarch_init): Update. Index: doc/ChangeLog 2004-06-18 Andrew Cagney <cagney@gnu.org> * gdbint.texinfo (Target Architecture Definition): Deprecate FUNCTION_START_OFFSET.
* * i386-tdep.c (i386_collect_fpregset): Fix comment.Mark Kettenis2004-06-182-3/+8
|
* 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-182-0/+24
| | | | * gdb.cp/pr-574.cc: Add copyright notice.
* daily updateAlan Modra2004-06-181-1/+1
|
* *** empty log message ***gdbadmin2004-06-181-1/+1
|
* * gdb.base/charset.exp: Don't refer to $expect_out(1,string) inJim Blandy2004-06-172-1/+6
| | | | | cases where the regexp has no groups; this grabs random text from the previous test suite, whatever that was.
* 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-172-0/+24
| | | | * gdb.cp/printmethod.cc: Add copyright notice.
* 2004-06-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-173-12/+63
| | | | | | GDB 6.1.1 released from the GDB 6.1 branch. * NEWS: Merge in 6.1.1 NEWS from 6.1 branch. * PROBLEMS: Ditto.
* cache.c (bfd_cache_close_all): Add missing return statement.Jerome Guitton2004-06-171-0/+2
|
* * bfd-in.h (bfd_cache_close_all): New function declaration.Jerome Guitton2004-06-174-0/+35
| | | | | * bfd-in2.h: Regenerate. * cache.c (bfd_cache_close_all): New function definition.
* * configure.in: Don't set COREFILE to trad-core.lo for FreeBSDMark Kettenis2004-06-173-2/+8
| | | | | 4.10 and beyond. * configure: Regenerate.
* Replace accidentally broken configure from previous regenerate.Corinna Vinschen2004-06-171-10/+50
|
* * configure.in: Don't build Cygwin native newlib if winsupCorinna Vinschen2004-06-173-83/+78
| | | | | directory is missing. Emit warning instead. * configure: Regenerate.
* 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-173-0/+44
| | | | * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
* * elf32-ppc.c (ppc_elf_create_linker_section): Create symbols inDaniel Jacobowitz2004-06-172-3/+10
| | | | the pre-existing section.
* *** empty log message ***gdbadmin2004-06-171-1/+1
|
* daily updateAlan Modra2004-06-171-1/+1
|
* PR gdb/1658Daniel Jacobowitz2004-06-162-1/+8
| | | | | * dwarf2read.c (dwarf_decode_lines): Read the length of the extended operation as a uleb128. Found by Michael Coulter.
* 2004-06-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-163-10/+38
| | | | | | | | | | | * gdb.base/signull.c: Update copyright. Include <string.h>. (bowler): Replace data_pointer with data_read and data_write cases. Add code_descriptor case. (zero, desc): New array and pointer. (data, code): Change to simple pointers. * gdb.base/signull.exp: Fix probe pattern matching a function descriptor SIGSEGV. Replace data_pointer with data_read and data_write tests.
* 2004-06-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-163-231/+283
| | | | * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
* * ada-tasks.c: Rename build_task_list to ada_build_task_list, andPaul N. Hilfinger2004-06-164-379/+441
| | | | | | | | | | | | | | | | | make it non-static. * ada-lang.h (task_control_block): declaration moved from ada-task.c to ada-lang.h; this is needed to be able to implement the kill command in multi-task mode. (task_ptid): Ditto. (task_entry): Ditto. (task_list): Ditto. (ada_build_task_list): Ditto. * ada-lang.c: Conditionalize routines and data structures related to breakpoints, exceptions, completion, and symbol caching on GNAT_GDB, since these are not yet used in the submitted public sources. (ada_main_name): Editorial: Move definition out of exception-related code.
* 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-162-0/+24
| | | | * gdb.base/long_long.c: Add copyright notice.
* 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-162-6/+9
| | | | | | * gdb.base/long_long.exp: Remove reference to bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint to gdb_breakpoint and gdb_continue_to_breakpoint.
* *** empty log message ***gdbadmin2004-06-161-1/+1
|
* daily updateAlan Modra2004-06-161-1/+1
|
* * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-Jim Blandy2004-06-152-2/+7
| | | | endian case.
* 2004-06-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-152-3/+5
| | | | | * mips-tdep.c (non_heuristic_proc_desc): Delete call to deprecated_pc_in_call_dummy.
* * section.c (struct sec): Remove usused flags. Reorganize a little.Alan Modra2004-06-1517-99/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bfd_get_section_size_before_reloc): Delete. (bfd_get_section_size_after_reloc): Delete. (STD_SECTION): Update. (bfd_get_section_size_now): Delete. (bfd_set_section_contents): Don't referece reloc_done. (bfd_get_section_contents): Remove reloc_done comment. * bout.c (b_out_bfd_get_relocated_section_contents): Don't set reloc_done. * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Likewise. * ecoff.c (bfd_debug_section): Update initializer. * elfxx-mips.c (_bfd_elf_mips_get_relocated_section_contents): Ditto. * reloc.c (bfd_generic_get_relocated_section_contents): Likewise. * bfd-in.h (bfd_section_size): Expand. (bfd_get_section_size): New macro. * bfd-in2.h: Regenerate. * coff64-rs6000.c (xcoff64_write_object_contents): Replace bfd_get_section_size_before_reloc with bfd_get_section_size. * coffcode.h (coff_write_object_contents): Likewise. * coffgen.c (build_debug_section): Likewise. * dwarf1.c (parse_line_table): Likewise. (_bfd_dwarf1_find_nearest_line): Likewise. * ecoff.c (_bfd_ecoff_write_object_contents): Likewise. * i386msdos.c (msdos_write_object_contents): Likewise. * pdp11.c (squirt_out_relocs): Likewise. * elf32-sh64.c (sh64_find_section_for_address): Remove comment. * elf64-mmix.c (mmix_elf_final_link): Update comment.
* * arc-ext.c (build_ARC_extmap): Use bfd_get_section_sizeAlan Modra2004-06-152-2/+7
| | | | instead of _raw_size.
* * hw_htab.c (htab_sum_binary(bfd): Use bfd_get_section_sizeAlan Modra2004-06-153-5/+12
| | | | | | instead of bfd_get_section_size_before_reloc. (htab_dma_binary(bfd): Likewise. * hw_init.c (update_for_binary_section(bfd): Likewise.
* * interp.c (sim_prepare_for_program): Use bfd_get_section_sizeAlan Modra2004-06-152-2/+8
| | | | instead of bfd_get_section_size_before_reloc.
* * sim-load.c (sim_load_file): Use bfd_get_section_sizeAlan Modra2004-06-152-1/+6
| | | | instead of bfd_get_section_size_before_reloc.
* * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead ofAlan Modra2004-06-1514-57/+83
| | | | | | | | | | | | | | | | | | | | | | | | | bfd_get_section_size_before_reloc or _raw_size. * dwarf2-frame.c (dwarf2_build_frame_info): Likewise. * dwarf2read.c (dwarf2_locate_sections): Likewise. (dwarf2_read_section): Likewise. * elfread.c (elf_locate_sections): Likewise. * gcore.c (derive_heap_segment): Likewise. * mipsread.c (read_alphacoff_dynamic_symtab): Likewise. * remote-e7000.c (e7000_load): Likewise. * remote-m32r-sdi.c (m32r_load): Likewise. * remote-mips.c (mips_load_srec): Likewise. (pmon_load_fast): Likewise. * remote.c (compare_sections_command): Likewise. * symfile.c (add_section_size_callback): Likewise. (load_section_callback): Likewise. (pc_in_unmapped_range): Likewise. (pc_in_mapped_range): Likewise. (sections_overlap): Likewise. (list_overlays_command): Likewise. (simple_overlay_update_1): Likewise. (simple_overlay_update): Likewise. * tracepoint.c (remote_set_transparent_ranges): Likewise. * win32-nat.c (core_section_load_dll_symbols): Likewise.
* * generic/gdbtk-cmds.c (gdb_load_info): Use bfd_get_section_sizeAlan Modra2004-06-152-2/+7
| | | | instead of bfd_get_section_size_before_reloc.
* 2004-06-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-154-24/+21
| | | | | | | | | * gdb.base/gcore.exp (capture_command_output): Delete the always passing tests containing inferior values. * gdb.base/ending-run.exp: Do not include the breakpoint address in the test message. Update copyright. * gdb.base/sizeof.exp (check_sizeof): Do not include the type's size in the test name, use gdb_test_multiple. Update copyright.
* daily updateAlan Modra2004-06-151-1/+1
|
* *** empty log message ***gdbadmin2004-06-151-1/+1
|
* ChangeLog editorial fixes.Andrew Cagney2004-06-142-15/+17
|
* 2004-06-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-145-7/+14
| | | | | | | Based on changes from Karl Berry. * gdb.texinfo: Do not use @sc in a direntry. * stabs.texinfo: Change @dircateogry to "Software development". * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
* 2004-06-14 Randolph Chung <tausq@debian.org>Randolph Chung2004-06-144-24/+25
| | | | | | | | | | | * Makefile.in (hppa-hpux-tdep.o): Update dependency. * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make static. (hppa_hpux_inferior_created): New function. (hppa_hpux_init_abi): Register observer. * symfile.c (hp_cxx_exception_support_initialized) (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks. (symbol_file_add_main_1, symbol_file_clear): Likewise.
* [ bfd/ChangeLog ]Chris Demetriou2004-06-145-0/+47
| | | | | | | | | | | | | | | | | 2004-06-14 Chris Demetriou <cgd@broadcom.com> * elf32-mips.c (elf_mips_gnu_pcrel32): Add (undoing 2004-04-24 removal) with updated comment. (bfd_elf32_bfd_reloc_type_lookup): Add back case for BFD_RELOC_32_PCREL. (mips_elf32_rtype_to_howto): Add back case for R_MIPS_PC32. * elfxx-mips.c (mips_elf_calculate_relocation): Likewise. [ include/elf/ChangeLog ] 2004-06-14 Chris Demetriou <cgd@broadcom.com> * mips.h (R_MIPS_PC32): Add back (undoing removal on 2004-04-24), with an updated comment.
* 2004-06-14 Randolph Chung <tausq@debian.org>Randolph Chung2004-06-142-1/+5
| | | | * MAINTAINERS (Write After Approval): Alphabetize my entry correctly.
* 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-142-0/+24
| | | | * gdb.cp/ref-types.cc: Add copyright notice.
* 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-144-27/+48
| | | | | | | | | * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler, hp_aCC_compiler. * lib/compiler.cc: Likewise. * lib/gdb.exp (get_compiler_info): Eval lines only if they are 'set' commands. Log diagnostics for other lines. Set gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
* Index: ChangeLogAndrew Cagney2004-06-142-1/+10
| | | | | | | 2004-06-14 Andrew Cagney <cagney@gnu.org> * MAINTAINERS (testsuite): List Michael Chastain as the lead testsuite maintainer.
* *** empty log message ***gdbadmin2004-06-141-1/+1
|
* daily updateAlan Modra2004-06-141-1/+1
|
* 2004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-132-1/+4
| | | | | * infcmd.c (print_return_value): Fix logic, allow DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
* 2004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-133-36/+40
| | | | | | * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when defining any macros. * gdbarch.h: Re-generate.
* 2004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-133-158/+149
| | | | | | * gdbarch.sh: Delete "level" attribute. Only check for a macro redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL. * gdbarch.h: Re-generate.