aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-12-29 * emultempl/pe.em (set_pe_subsystem): Change second arg toDanny Smith2-1/+6
lang_add_entry to FALSE.
2004-12-29*** empty log message ***gdbadmin1-1/+1
2004-12-28daily updateAlan Modra1-1/+1
2004-12-282004-12-28 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini4-305/+642
PR bootstrap/17383 * Makefile.def (target_modules): Remove stage parameter, it is always true now. * Makefile.tpl (configure-build-[+module+], configure-target-[+module+]): Always build symlink tree for the directory and for include. BUILD_SUBDIR and TARGET_SUBDIR cannot be . anymore. * Makefile.in: Regenerate.
2004-12-28* remote.c (fetch_register_using_p): Recognize a register valueJim Blandy2-15/+31
starting with 'x' as indicating an unfetchable register.
2004-12-28*** empty log message ***gdbadmin1-1/+1
2004-12-27daily updateAlan Modra1-1/+1
2004-12-27Revert 2004-12-08 Makefile changes.DJ Delorie4-6/+4
2004-12-27merge from gccDJ Delorie7-1479/+752
2004-12-272004-12-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-4/+8
* readelf.c (read_leb128): Support 64bit host.
2004-12-27* config/mips/obsd64.mh (NATDEPFILES): Unwrap line.Mark Kettenis2-2/+5
2004-12-27*** empty log message ***gdbadmin1-1/+1
2004-12-26* inftarg.c (child_xfer_partial): Remove code that handlesMark Kettenis2-7/+5
TARGET_OBJ_WCOOKIE.
2004-12-26daily updateAlan Modra1-1/+1
2004-12-26*** empty log message ***gdbadmin1-1/+1
2004-12-25daily updateAlan Modra1-1/+1
2004-12-25 * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.Marek Michalkiewicz2-3/+7
2004-12-25* inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.Mark Kettenis2-4/+5
2004-12-25* gdbint.texinfo (Algorithms): Remove description ofMark Kettenis2-14/+5
TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2004-12-25*** empty log message ***gdbadmin1-1/+1
2004-12-24daily updateAlan Modra1-1/+1
2004-12-24* target.h (TARGET_DISABLE_HW_WATCHPOINTS)Mark Kettenis3-79/+17
(TARGET_ENABLE_HW_WATCHPOINTS): Remove macros. * infrun.c (struct execution_control_state): Remove enable_hw_watchpoints_after_wait member. (number_of_threads_in_syscalls): Remove variable. (init_wait_for_inferior): Don't initialize number_of_threads_in_syscalls. (init_execution_control_state): Don't initialize ECS->enable_hw_watchpoints_after_wait. (handle_inferior_event): Never invoke TARGET_ENABLE_HW_WATCHPOINTS or TARGET_DISABLE_HW_WATCHPOINTS.
2004-12-24* i386-tdep.h (i386_collect_gregset): New prototype.Mark Kettenis3-66/+52
* i386-nto-tdep.c (i386_nto_target): Move variable. Add comment. (i386nto_gregset_reg_offset): Rename frame regmap. (nto_reg_offset): Tweak comment. Use ARRAY_SIZE. (i386nto_supply_gregset): Implement using register set support. (i386nto_supply_regset): Remove redundant comment. (i386nto_init_abi): Initialize TDEP->gregset_reg_offset, TDEP->gregset_num_regs and TDEP->sizeof_gregset. * nto-tdep.c (fetch_core_registers): Remove function. (regset_core_fns): Remove structure. (_initialize_nto_tdep): Don't call deprecated_add_core_fns.
2004-12-24*** empty log message ***gdbadmin1-1/+1
2004-12-23daily updateAlan Modra1-1/+1
2004-12-23* i386-nto-tdep.c: Reorder include files.Mark Kettenis2-42/+19
(i386nto_svr4_fetch_link_map_offsets): Remove function. (init_i386nto_ops, i386nto_init_abi): Use svr4_ilp32_fetch_link_map_offsets instead of i386nto_svr4_fetch_link_map_offsets.
2004-12-232004-12-23 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi2-2/+6
* crx-opc.c: Mark 'bcop' instruction as RELAXABLE.
2004-12-232004-12-23 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi2-6/+9
* config/tc-crx.c: Support 'bcop' relaxation (dealt as in 'cmp&branch' case).
2004-12-232004-12-23 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi2-1/+7
* elf32-crx.c (elf32_crx_relax_section): Support 'bcop' relaxation.
2004-12-23PR 600Nick Clifton2-2/+8
* emulparams/shelf.sh (.stack): Increase stack start address to 0x300000.
2004-12-23*** empty log message ***gdbadmin1-1/+1
2004-12-22daily updateAlan Modra1-1/+1
2004-12-22 * configure.tgt: New.Ian Lance Taylor6-838/+544
* configure.in: Move setting of cpu_type, fmt, etc., to configure.tgt. * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add $(srcdir)/configure.tgt. * configure, Makefile.in: Rebuild.
2004-12-22* elf.c (elfcore_grok_nto_gregs): Change name to elfcore_grok_nto_regs.Kris Warkentin2-9/+24
Add 'base' argument for constructing register sections. Reformat. (elfcore_grok_nto_note): Call elfcore_grok_nto_regs for both gp and fp regs. Reformat.
2004-12-22Add support for the new R_AVR_LDI, R_AVR_6 and R_AVR_6_ADIW relocs for theNick Clifton7-45/+207
LDI, ADIW/SBIW and LDD/STD instructions.
2004-12-22readelf.c (last_pointer_size, warned_about_missing_comp_units):Nick Clifton2-17/+52
New variables associated with obtaining the pointer size for a comp_unit. (get_pointer_size_of_comp_unit): Add an extra parameter - the name of the section requesting the pointer size. Use this name in error messages. If there are not enough comp_units available produce a warning message, but return the last known pointer size so that section dumping can continue. (get_debug_info): Reset the new variables. (display_debug_lines): Add extra parameter to invocation of get_pointer_size_of_comp_unit and remove error message when it returns 0. (display_debug_loc): Likewise.
2004-12-222004-12-21 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-0/+11
* ld-crx/reloc-abs32.d: Update reference file according to disassembler printing method. * ld-crx/reloc-rel16.d: Likewise. * ld-crx/reloc-rel24.d: Likewise. * ld-crx/reloc-rel32.d: Likewise. * ld-crx/reloc-rel4.d: Likewise. * ld-crx/reloc-rel8-cmp.d: Likewise. * ld-crx/reloc-rel8.d: Likewise.
2004-12-22 * elflink.c (_bfd_elf_merge_symbol): Treat old definitions fromAlan Modra2-3/+21
as-needed dynamic libs as undefined. (elf_link_add_object_symbols): Remove DYN_AS_NEEDED from as-needed libs when finding they are needed.
2004-12-22*** empty log message ***gdbadmin1-1/+1
2004-12-21daily updateAlan Modra1-1/+1
2004-12-21* hppa-tdep.c (hppa_frame_prev_register_helper): Make 64-bit safe.Mark Kettenis2-6/+10
2004-12-21* hppa-tdep.c (hppa64_return_value): Fix previous commit.Mark Kettenis2-2/+6
2004-12-21* hppa-tdep.c (hppa32_return_value): Move further down.Mark Kettenis2-96/+142
(hppa64_return_value): Re-implement.