aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-18* ld-elfvsb/main.c: Ensure visibility_def and visibility_func areNick Clifton3-18/+35
actually referenced (gcc 3.4 eliminates comparisons of addresses of global symbols with NULL). * ld-selective/selective.exp: Suppress -fvtable-gc tests for gcc 3.4.0 and above, as this option and its functionality is no longer supported, making these tests fail).
2004-06-18* config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.Nick Clifton1-0/+28
* config/te-netware.h: New file. * config/te-ppcnw.h: Delete: Obsolete. * configure.in: Eliminate ill NetWare targets. Make generic NetWare target use proper emulation. * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add reference to new te-netware.h. * configure: Regenerate. * Makefile.in: Regenerate.
2004-06-182004-06-18 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/pr-574.cc: Add copyright notice.
2004-06-18* config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.Nick Clifton7-43/+27
* config/te-netware.h: New file. * config/te-ppcnw.h: Delete: Obsolete. * configure.in: Eliminate ill NetWare targets. Make generic NetWare target use proper emulation. * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add reference to new te-netware.h. * configure: Regenerate. * Makefile.in: Regenerate.
2004-06-18daily updateAlan Modra1-1/+1
2004-06-18*** empty log message ***gdbadmin1-1/+1
2004-06-17* gdb.base/charset.exp: Don't refer to $expect_out(1,string) inJim Blandy2-1/+6
cases where the regexp has no groups; this grabs random text from the previous test suite, whatever that was.
2004-06-172004-06-17 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/printmethod.cc: Add copyright notice.
2004-06-172004-06-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-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.
2004-06-17cache.c (bfd_cache_close_all): Add missing return statement.Jerome Guitton1-0/+2
2004-06-17 * bfd-in.h (bfd_cache_close_all): New function declaration.Jerome Guitton4-0/+35
* bfd-in2.h: Regenerate. * cache.c (bfd_cache_close_all): New function definition.
2004-06-17* configure.in: Don't set COREFILE to trad-core.lo for FreeBSDMark Kettenis3-2/+8
4.10 and beyond. * configure: Regenerate.
2004-06-17 Replace accidentally broken configure from previous regenerate.Corinna Vinschen1-10/+50
2004-06-17 * configure.in: Don't build Cygwin native newlib if winsupCorinna Vinschen3-83/+78
directory is missing. Emit warning instead. * configure: Regenerate.
2004-06-172004-06-16 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-0/+44
* gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
2004-06-17 * elf32-ppc.c (ppc_elf_create_linker_section): Create symbols inDaniel Jacobowitz2-3/+10
the pre-existing section.
2004-06-17*** empty log message ***gdbadmin1-1/+1
2004-06-17daily updateAlan Modra1-1/+1
2004-06-16 PR gdb/1658Daniel Jacobowitz2-1/+8
* dwarf2read.c (dwarf_decode_lines): Read the length of the extended operation as a uleb128. Found by Michael Coulter.
2004-06-162004-06-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-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-162004-06-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-231/+283
* gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
2004-06-16 * ada-tasks.c: Rename build_task_list to ada_build_task_list, andPaul N. Hilfinger4-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-162004-06-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.base/long_long.c: Add copyright notice.
2004-06-162004-06-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-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.
2004-06-16*** empty log message ***gdbadmin1-1/+1
2004-06-16daily updateAlan Modra1-1/+1
2004-06-15* gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-Jim Blandy2-2/+7
endian case.
2004-06-15 * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* toJakub Jelinek2-2/+8
.gcc_except_table output sections lost accidentally with -z relro patch.
2004-06-152004-06-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-3/+5
* mips-tdep.c (non_heuristic_proc_desc): Delete call to deprecated_pc_in_call_dummy.
2004-06-15 * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsignedMartin Schwidefsky2-3/+8
comparison in .insn pseudo operation.
2004-06-15 * configure.in: Run through autoupdate.Ben Elliston6-3288/+9024
* configure: Regenerate with autoconf 2.59. * Makefile.am (install-local): Rename from this .. (install-data-local): .. to this. * Makefile.in: Regenerate with automake 1.8.5. * aclocal.m4: Regenerate with aclocal 1.8.5.
2004-06-15 * section.c (struct sec): Remove usused flags. Reorganize a little.Alan Modra17-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.
2004-06-15 * objcopy.c (copy_section): Use bfd_get_section_size instead ofAlan Modra11-36/+47
_raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done. (compare_section_lma): Likewise. * addr2line.c (find_address_in_section): Likewise. * coffgrok.c (do_sections_p1): Likewise. * dlltool.c (scan_drectve_symbols): Likewise. * nlmconv.c (main): Likewise. (copy_sections): Likewise. (powerpc_mangle_relocs): Likewise. * objdump.c (disassemble_section): Likewise. * prdbg.c (find_address_in_section): Likewise. * size.c (berkeley_sum): Likewise. * srconv.c (wr_ob): Likewise. * strings.c (strings_a_section): Likewise.
2004-06-15 * config/obj-coff.c (coff_adjust_section_syms): UseAlan Modra4-10/+22
bfd_get_section_size instead of bfd_get_section_size_before_reloc. (coff_frob_section): Likewise. * config/tc-mips.c (md_apply_fix3): Likewise. * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size. (elf_frob_file_after_relocs): Likewise.
2004-06-15 * arc-ext.c (build_ARC_extmap): Use bfd_get_section_sizeAlan Modra2-2/+7
instead of _raw_size.
2004-06-15 * ldwrite.c (build_link_order): Use bfd_get_section_sizeAlan Modra3-2/+8
instead of bfd_get_section_size_before_reloc or _raw_size. * pe-dll.c (process_def_file): Likewise.
2004-06-15 * corefile.c (core_init): Use bfd_get_section_sizeAlan Modra4-87/+94
instead of bfd_get_section_size_before_reloc or _raw_size. * symtab.c (symtab_finalize): Likewise.
2004-06-15 * hw_htab.c (htab_sum_binary(bfd): Use bfd_get_section_sizeAlan Modra3-5/+12
instead of bfd_get_section_size_before_reloc. (htab_dma_binary(bfd): Likewise. * hw_init.c (update_for_binary_section(bfd): Likewise.
2004-06-15 * interp.c (sim_prepare_for_program): Use bfd_get_section_sizeAlan Modra2-2/+8
instead of bfd_get_section_size_before_reloc.
2004-06-15 * sim-load.c (sim_load_file): Use bfd_get_section_sizeAlan Modra2-1/+6
instead of bfd_get_section_size_before_reloc.
2004-06-15 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead ofAlan Modra15-62/+88
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.
2004-06-152004-06-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-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.
2004-06-15daily updateAlan Modra1-1/+1
2004-06-15*** empty log message ***gdbadmin1-1/+1
2004-06-14ChangeLog editorial fixes.Andrew Cagney2-15/+17
2004-06-142004-06-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-5/+12
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-142004-06-14 Randolph Chung <tausq@debian.org>Randolph Chung4-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.
2004-06-14[ bfd/ChangeLog ]Chris Demetriou5-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-142004-06-14 Randolph Chung <tausq@debian.org>Randolph Chung2-1/+5
* MAINTAINERS (Write After Approval): Alphabetize my entry correctly.
2004-06-142004-06-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/ref-types.cc: Add copyright notice.