aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-06bfd/Alan Modra8-62/+266
* elf64-ppc.c (struct ppc_link_hash_table): Add no_multi_toc and multi_toc_needed. (has_toc_reloc, makes_toc_func_call, call_check_in_progress): Define. (ppc64_elf_check_relocs): Update references to has_gp_reloc. (ppc64_elf_setup_section_lists): Add no_multi_toc parm, set htab bit. (ppc64_elf_next_toc_section): Heed no_multi_toc. (ppc64_elf_reinit_toc): Set multi_toc_needed. (toc_adjusting_stub_needed): Rewrite. (ppc64_elf_next_input_section): Use multi_toc_needed to shortcut toc tests. Adjust for toc_adjusting_stub_needed changes. (ppc64_elf_size_stubs): Update references to has_gp_reloc. * elf64-ppc.h (ppc64_elf_setup_section_lists): Update prototype. * section.c: Expand comment on backend bits. * bfd-in2.h: Regenerate. * libbfd.h: Regenerate. ld/ * emultempl/ppc64elf.em (no_multi_toc): New var. (gld${EMULATION_NAME}_finish): Pass to ppc64_elf_setup_section_lists. (OPTION_NO_MULTI_TOC): Define. (PARSE_AND_LIST_LONGOPTS): Add --no-multi-toc support. (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
2005-01-06 * elf64-ppc.c (ppc64_elf_size_stubs): When determining need forAlan Modra2-2/+6
toc adjusting stub, do not test source section flags.
2005-01-06*** empty log message ***gdbadmin1-1/+1
2005-01-05daily updateAlan Modra1-1/+1
2005-01-05 * ia64-tdep.c: Include "osabi.h".Andreas Schwab5-64/+71
(native_find_global_pointer): Delete. (ia64_find_global_pointer): Renamed from generic_elf_find_global_pointer. (FIND_GLOBAL_POINTER): Delete. Change all users to call ia64_find_global_pointer instead. (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references to ia64_linux_sigcontext_register_address and ia64_linux_write_pc. Don't set tdep->find_global_pointer. (_initialize_ia64_tdep): Call gdbarch_register instead of deprecated register_gdbarch_init. (struct gdbarch_tdep): Remove find_global_pointer field and move to ... * ia64-tdep.h (struct gdbarch_tdep): ... here. (ia64_linux_sigcontext_register_address): Remove declaration. (ia64_linux_getunwind_table): Likewise. (ia64_linux_write_pc): Likewise. * ia64-linux-tdep.c: Include "osabi.h". (ia64_linux_sigcontext_register_address): Make static. (ia64_linux_write_pc): Likewise. (ia64_linux_init_abi): New. (_initialize_ia64_linux_tdep): New. * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on $(osabi_h).
2005-01-052005-01-05 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-3/+8
* readelf.c (display_debug_loc): Display base address specifiers. Always output <End of list>.
2005-01-05Eliminate ia64-aix-tdep.c.Kevin Buettner6-112/+12
2005-01-052005-01-05 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-27/+105
* readelf.c (have_frame_base): New. (need_base_address): Likewise. (saved_base_address): Likewise. (decode_location_expression): Return 1 if DW_AT_frame_base is needed. (debug_info): Add base_address and a have_frame_base pointer. (read_and_display_attr_value): Replace saved_DW_AT_low_pc with saved_base_address. Record base address. Set have_frame_base. Record if a location list has DW_AT_frame_base. Display if a location expression has no DW_AT_frame_base but needs one. Set saved_base_address only if needed. (process_debug_info): Clear have_frame_base, saved_base_address and set need_base_address. (display_debug_loc): Display if a location expression has no DW_AT_frame_base but needs one. Display if start >= end. Don't adjust for section address. Properly handle base address. (process_object): Free the have_frame_base pointer in debug_info.
2005-01-05PR binutils/614Nick Clifton2-14/+33
* ldmisc.c (vfinfo): Alter output to conform to the GNU Coding Standard's specification for parsable error messages.
2005-01-052005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>Andrew Cagney21-258/+320
Committed by Andrew Cagney. * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup. * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup. * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup. * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup. * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup. * aix-thread.c (_initialize_aix_thread): Get rid of the deprecated_add_show_from_set call. * alpha-tdep.c (_initialize_alpha_tdep): Ditto. * arm-tdep.c (_initialize_arm_tdep): Ditto. * command.h (add_setshow_enum_cmd): Add arguments for returning new list elements. * cli/cli-decode.c (add_setshow_enum_cmd): Ditto. * mips-tdep.c (_initialize_mips_tdep): Modify calls to add_setshow_enum_cmd.
2005-01-05 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflowsEric Botcazou2-3/+12
from STABS debugging sections again.
2005-01-05 * gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].Eric Botcazou2-1/+5
2005-01-05Approved by nickc@redhat.com:Fred Fish2-1/+55
2005-01-05 Fred Fish <fnf@specifixinc.com> * dwarf2.c (struct dwarf2_debug): Add info_ptr_unit member. (find_abstract_instance_name): New function. (scan_unit_for_functions): Handle DW_TAG_inlined_subroutine. (scan_unit_for_functions): Handle DW_AT_abstract_origin. (_bfd_dwarf2_find_nearest_line): Initialize info_ptr_unit.
2005-01-05*** empty log message ***gdbadmin1-1/+1
2005-01-042005-01-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-2/+10
* readelf.c (display_debug_loc): Display offsets for hole and overlap. (display_debug_str): Add a newline at the end.
2005-01-04daily updateAlan Modra1-1/+1
2005-01-04* configure.host (ia64-*-aix*): Remove.Mark Kettenis8-226/+8
* configure.tgt (ia64-*-aix*): Remove. * config/ia64/aix.mh: Remove file. * config/ia64/aix.mt: Remove file. * config/ia64/tm-aix.h: Remove file. * ia64-aix-nat.c: Remove file. * Makefile.in (ia64-aix-nat.o): Remove dependency.
2005-01-04* config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.Mark Kettenis2-1/+6
Add back inf-ptrace.o.
2005-01-042005-01-04 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+6
* version.in: Change format from 6.3.50_2005-01-04-cvs to 6.3.50.20050104-cvs.
2005-01-042005-01-04 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-39/+60
* gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD) part of the version number.
2005-01-04(oops - forogot to update the year in the copyright notice)Nick Clifton1-1/+1
2005-01-04PR binutils/630Nick Clifton2-12/+24
* nlmconv.c (main): Only store the basename of the output filename in the module table.
2005-01-04 * Makefile.am: Correct dependency for earmsymbian.c.Paul Brook3-2/+7
* Makefile.in: Regenerate.
2005-01-04 * breakpoint.c (break_command_1): Always free err_msg beforeAndreas Schwab2-2/+13
returning when an exception was caught.
2005-01-04BZ 615Nick Clifton2-1187/+1411
* readelf.c (process_debug_info): New. (debug_info): Add num_loc_offsets, loc_offsets and last_loc_offset_p. (get_debug_info): Use process_debug_info. (display_debug_loc): Properly handle location list. Warn if bad location lists are encoutnered. (read_and_process_attr_value): New. (read_and_display_attr_value): Use "%lx" for DW_FORM_data4. (display_debug_info): Use process_debug_info. (process_object): Also free loc_offsets in debug_information.
2005-01-04(md_apply_fix3): Fix offset calculation for global label.Nick Clifton2-2/+19
2005-01-04Add prototype for printf() and make type of "string" array be "char" inNick Clifton2-5/+12
order to avoid compile time warnings.
2005-01-04Line number bug fix patch from David Mosberger.Jim Wilson2-6/+29
* config/tc-ia64.c (md): Add member "loc_directive_seen". (dot_loc): New function. (md_pseudo_table): Add entry to map .loc to dot_loc(). (emit_one_bundle): Only call dwarf2_gen_line_info() if we have seen a .loc directive or we're generating DWARF2 debug info for assembly source.
2005-01-04*** empty log message ***gdbadmin1-1/+1
2005-01-032005.Andrew Cagney2-15220/+15228
2005-01-03daily updateAlan Modra1-1/+1
2005-01-03 * Makefile.in (hw_com.o, hw_eeprom.o): Depend onAndreas Schwab2-0/+7
$(DEVICE_TABLE_H).
2005-01-032005-01-03 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini4-630/+310
Revert 2004-12-28 Makefile changes, a better fix will be applied to mainline and src after GCC 4.0 branches.
2005-01-03*** empty log message ***gdbadmin1-1/+1
2005-01-02daily updateAlan Modra1-1/+1
2005-01-02*** empty log message ***gdbadmin1-1/+1
2005-01-01daily updateAlan Modra1-1/+1
2005-01-01 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusionJoel Brobecker2-2/+7
in register number for addil instruction.
2005-01-01*** empty log message ***gdbadmin1-1/+1
2004-12-31daily updateAlan Modra1-1/+1
2004-12-31 * elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.Paul Brook2-1/+5
2004-12-31 * reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW):Alan Modra3-4/+25
Commit missing changes from 2004-12-22. * bfd-in2.h: Regenerate.
2004-12-31*** empty log message ***gdbadmin1-1/+1
2004-12-30daily updateAlan Modra1-1/+1
2004-12-30 * gas/elf/elf.exp: Don't list reloc sections.Alan Modra3-4/+6
* gas/elf/section5.e: Remove reloc sections.
2004-12-30 * binutils-all/readelf.ss: Allow for both .rel and .rela sections.Alan Modra2-4/+8
2004-12-30 * objdump.c (remove_useless_symbols): Discard section symbols.Alan Modra2-1/+5
2004-12-30*** empty log message ***gdbadmin1-1/+1
2004-12-29daily updateAlan Modra1-1/+1
2004-12-29 PR gas/619Alan Modra2-3/+7
* read.c (s_comm_internal): Don't zero end of name until size expression has been parsed.