aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-11 * elflink.c (elf_link_input_bfd): Revert PR 354 change.Alan Modra2-15/+2
2004-10-11 * objdump.c (dump_symbols): Fix thinko last change. Improve errorAlan Modra2-9/+10
messages.
2004-10-112004-10-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-0/+9
* ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME comment.
2004-10-11 PR 354Alan Modra2-0/+21
* elflink.c (elf_link_input_bfd): Check that relocs in SEC_ALLOC sections do not reference symbols in non-SEC_ALLOC sections.
2004-10-11 PR 423Alan Modra2-7/+25
* ldfile.c (ldfile_try_open_bfd): Ensure dynamic objects are rejected when linking statically.
2004-10-11 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.Joel Brobecker2-30/+4
2004-10-11 * mips-tdep.c (mips16_scan_prologue): RenamesJoel Brobecker2-15/+22
mips16_heuristic_proc_desc. Update comment. (mips32_scan_prologue): Renames mips32_heuristic_proc_desc. (heuristic_proc_desc): Update calls to the 2 functions above.
2004-10-11 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.Joel Brobecker2-24/+19
Update comments. Also immediately return empty cache when the start address of our function could not be found. (mips_insn32_frame_cache): Likewise.
2004-10-11 PR 437Alan Modra2-2/+15
* elflink.c (elf_link_sort_relocs): Don't bomb on unusual sections. (_bfd_elf_link_omit_section_dynsym): Formatting.
2004-10-11 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.Joel Brobecker2-189/+63
(mips_insn16_frame_cache): Pass frame cache in call to heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc. Remove code that became redundant as a consequence. (mips32_heuristic_proc_desc): No longer compute a fake procedure descriptor. Compute the full frame cache instead. Some minor comment reformatting.
2004-10-11daily updateAlan Modra1-1/+1
2004-10-11*** empty log message ***gdbadmin1-1/+1
2004-10-10* MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabsJim Blandy2-10/+10
reader, tracing bytecode stuff): Remove self.
2004-10-10* sparc64-linux-tdep.c: Update copyright year. Don't includeMark Kettenis3-36/+8
"solib-svr4.h". (sparc64_linux_svr4_fetch_link_map_offsets): Remove function. (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets. * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
2004-10-10* sparc-linux-tdep.c: Update copyright year.Mark Kettenis2-20/+34
(sparc_linux_sigtramp_start): Change first argument from CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory instead of deprecated_read_memory_nobpt. (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start): Change argumen from CORE_ADDR to struct frame_info *. Adjust for changed signature of sparc_linux_sigtramp_start. (sparc32_linux_pc_in_sigtramp): Remove function. (sparc32_linux_sigtramp_p): New function. (sparc32_linux_sigtramp_frame_sniffer): Use sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
2004-10-10* sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):Mark Kettenis2-33/+4
Remove function. (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
2004-10-10* ada-lang.c (lim_warning): Re-implement as a varargs function.Mark Kettenis2-9/+19
(decode_packed_array_type, value_subscript_packed) (ada_evaluate_subexp, to_fixed_range_type): Remove redundant argument in call to lim_warning.
2004-10-10* configure.in: Really disable the TUI if an enhanced cursesMark Kettenis3-476/+482
library isn't found. * configure: Regenerate.
2004-10-10 * libbfd-in.h (BFD_ASSERT, BFD_FAIL): Wrap macro body in do while.Alan Modra10-60/+72
* libbfd.h: Regnerate. * elf32-cris.c: Add missing semicolon to BFD_ASSERTs. * elf32-frv.c: Likewise. * elf32-m32r.c: Likewise. * elf32-ppc.c: Likewise. * elf64-hppa.c: Likewise. * elfxx-ia64.c: Likewise. * opncls.c: Likewise.
2004-10-10 * elf-bfd.h (struct eh_frame_hdr_info): Add offsets_adjusted.Alan Modra3-18/+47
* elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Adjust offsets stored in struct eh_cie_fde entries before doing other work.
2004-10-10 * elf-bfd.h (struct eh_cie_fde): Add cie_inf, remove sec.Alan Modra3-164/+134
(struct eh_frame_hdr_info): Add last_cie_inf, remove last_cie_offset. * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete code setting offsets for removed CIEs. Don't set "sec", instead set cie_inf for FDEs. Keep a pointer to last struct eh_cie_fde for a CIE in hdr_info. Only set make_relative and make_lsda_relative for CIEs. Use pointers rather than array indices. (_bfd_elf_eh_frame_section_offset): Test/set make_relative, make_lsda_relative, need_* on cie_inf for FDEs. (_bfd_elf_write_section_eh_frame): Adjust offset and new_offset for section output_offset. Delete cie_offset, instead use cie_inf pointer to CIE entry. Use need_relative and need_lsda_relative on CIE entry for FDEs. Use pointers rather than array indices.
2004-10-10daily updateAlan Modra1-1/+1
2004-10-10*** empty log message ***gdbadmin1-1/+1
2004-10-09* config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.Mark Kettenis6-143/+18
* config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h. * config/i386/nm-nbsdaout.h: Remove file. * config/i386/nm-fbsd.h (link_object, lo_name, lo_library) (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr) (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd) (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt) (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols) (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next) (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded) (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version) (ldd, ld_un, ld_2): Remove defines. * config/i386/nm-obsd.h: Likewise.
2004-10-09ada-lex.l: Remove useless rule whose right-context clausePaul N. Hilfinger2-3/+7
causes unreferenced static function warning for yyrealloc. (ada_flex_use): Remove the artificial reference to yyrealloc.
2004-10-09 * coff-rs6000.c (rs6000coff_vec): Add initializer forAlan Modra4-1/+14
bfd_is_target_special_symbol. * coff64-rs6000.c (rs6000coff64_vec): Likewise. * som.c (som_bfd_is_target_special_symbol): Define.
2004-10-09 * ppc-opc.c: Revert 2004-09-09 change.Alan Modra2-1/+5
2004-10-09daily updateAlan Modra1-1/+1
2004-10-09*** empty log message ***gdbadmin1-1/+1
2004-10-082004-10-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney33-96/+140
* target.h (struct target_ops): Rename to_xfer_memory to deprecated_xfer_memory. * target.c: Update. (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory. * wince.c: Update. * win32-nat.c: Update. * v850ice.c: Update. * uw-thread.c: Update. * thread-db.c: Update. * sol-thread.c: Update. * remote.c: Update. * remote-vx.c: Update. * remote-st.c: Update. * remote-sim.c: Update. * remote-sds.c: Update. * remote-rdp.c: Update. * remote-rdi.c: Update. * remote-mips.c: Update. * remote-m32r-sdi.c: Update. * remote-e7000.c: Update. * procfs.c: Update. * ppc-bdm.c: Update. * nto-procfs.c: Update. * monitor.c: Update. * linux-nat.c: Update. * inftarg.c: Update. * hpux-thread.c: Update. * go32-nat.c: Update. * gnu-nat.c: Update. * exec.c: Update. * corelow.c: Update. * bsd-kvm.c: Update. * aix-thread.c: Update.
2004-10-082004-10-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-8/+14
* target.c (debug_target): Move to near start of file. (target_stopped_data_address_p): Re-org logic, add casts.
2004-10-08* solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)Mark Kettenis2-4/+56
(lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb) (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr) (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2): New defines.
2004-10-08Add David Heine and Sterling Augustine to previous ChangeLog entry.Bob Wilson2-0/+2
2004-10-08(Editing, History): Add cross-references to theEli Zaretskii2-13/+24
included Readline and History user documentation. Remove references to the symbol have-readline-appendices which is unused and undefined. (History): Fix indexing.
2004-10-082004-10-08 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+5
* gdb.base/overlays.exp: Update copyright years.
2004-10-082004-10-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston12-47/+146
* target.h (to_stopped_data_address): Change prototype to take a CORE_ADDR pointer and return an int. * target.c (update_current_target): Change to_stopped_data_address to match new prototype. (debug_to_stopped_data_address): Change appropriately. * breakpoint.c (bpstat_stop_status): Change call to target_stopped_data_address to use new prototype. * frv-tdep.c (frv_have_stopped_data_address): New function. (frv_stopped_data_address): Change to new prototype and functionality. * ia64-linux-nat.c (ia64_stopped_data_address): Change to new prototype and functionality. (ia64_stopped_by_watchpoint): New function. * i386-nat.c (i386_stopped_data_address): Change to new prototype and functionality. (i386_stopped_by_watchpoint): New function. * remote.c (remote_stopped_data_address): Change to new prototype and functionality. * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto. * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype. (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address. * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use new i386_stopped_by_watchpoint function. (i386_stopped_by_watchpoint): New prototype. (i386_stoppped_data_address): Change to new prototype. * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use new ia64_stopped_by_watchpoint function. (ia64_stopped_by_watchpoint): New prototype. (ia64_stopped_data_address): Ditto.
2004-10-082004-10-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-8/+26
* gdbint.texinfo (target_stopped_data_address): Update to new prototype. (i386_stopped_data_address): Update prototype and description. (i386_stopped_by_watchpoint): New function and description.
2004-10-082004-10-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>Frank Ch. Eigler2-1/+5
* cgen-defs.h (ENDSWITCH): Changed to compile with gcc-3.4.2.
2004-10-08fix spelling typo in previous delta's ChangeLog entryNick Clifton1-2/+2
2004-10-08Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nmNick Clifton36-6/+175
and objdump to skip the displaying of ARM Mapping symbols unless specifically requested.
2004-10-08bfd/Daniel Jacobowitz17-3/+149
* config.bfd: Include 64-bit support for i[3-7]86-*-solaris2*. * elf64-x86-64.c (elf64_x86_64_section_from_shdr): New function. (elf_backend_section_from_shdr): Define. binutils/ * readelf.c (get_x86_64_section_type_name): New function. (get_section_type_name): Use it. gas/ * config/tc-i386.c: Include "elf/x86-64.h". (i386_elf_section_type): New function. * config/tc-i386.h (md_elf_section_type): Define. (i386_elf_section_type): New prototype. gas/testsuite/ * gas/i386/i386.exp: Don't run divide test for targets where '/' is a comment. Run x86-64-unwind for 64-bit ELF targets. * gas/i386/x86-64-unwind.d, gas/i386/x86-64-unwind.s: New. include/ * elf/common.h (PT_SUNW_EH_FRAME): Define. * elf/x86-64.h (SHT_X86_64_UNWIND): Define. ld/ * configure.tgt: Include elf_x86_64 for i[3-7]86-*-solaris2*.
2004-10-08dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04 patches.Nick Clifton3-13/+11
doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
2004-10-08* ada-typeprint.c (ada_print_type): Use int_string for printingPaul N. Hilfinger5-93/+151
modulus of modular type. * ada-lang.h (ada_modulus): Change return type to unsigned. * ada-lang.c (ada_language_arch_info): Correct type of string_char_type. (ada_modulus): Return unsigned result. (ada_lookup_symbol): Remove user disambiguation and modify comment accordingly. 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr> Committed by Paul Hilfinger. * ada-lang.c (decode_packed_array): On big-endian targets, left-justify the value if it comes with a modular type. 2004-10-08 Joel Brobecker <brobecker@gnat.com> Committed by Paul Hilfinger. * ada-lang.c (template_to_static_fixed_type): Fix a small typo. (is_name_suffix): Add support for "___JM" suffixes. (ada_check_typedef): Renames ada_completed_type. Update all users of CHECK_TYPEDEF, check_typedef, and ada_complete_type to call ada_check_typedef. * ada-typeprint.c: Likewise. * ada-valprint.c: Likewise.
2004-10-08m68k-parse.h (enum m68k_register): New control register, MBAR2 (for MCF5249)Nick Clifton3-1/+17
tc-m68k.c: Correct control register set for MCF5249.
2004-10-08 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.Corinna Vinschen2-1/+5
2004-10-08 * syms.c (bfd_is_local_label): Return false for file symbols.Alan Modra2-1/+5
2004-10-08 * gas/cfi/cfi-common-4.d: Correct for 64 bit targets.Alan Modra2-1/+5
2004-10-08Separate entries for common file changes so the automerge can find them.DJ Delorie1-0/+1
2004-10-08Update e-mail address.Nick Roberts1-1/+1
2004-10-08*** empty log message ***Nick Roberts1-0/+4