aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-12-312005-12-30 Eric Christopher <echristo@apple.com>Eric Christopher2-4/+15
* elfxx-mips.c (mips_elf_record_global_got_symbol): Add assert to verify we have a got. (_bfd_mips_elf_check_relocs): Add R_MIPS_TLS_GOTTPREL to relocs needing a GOT.
2005-12-31*** empty log message ***gdbadmin1-1/+1
2005-12-30include:Bob Wilson5-173/+172
* xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New. gas: * config/tc-xtensa.c (op_placement_info_struct): Delete single, single_size, widest, and widest_size fields. Add narrowest_slot. (xg_emit_insn_to_buf): Remove fmt parameter and compute it here. Use xg_get_single_slot to find the slot. (finish_vinsn): Use emit_single_op instead of bundle_single_op. (bundle_single_op): Rename this to.... (bundle_tinsn): ...this function, which builds a vliw_insn but does not call finish_vinsn. (emit_single_op): Use bundle_tinsn instead of bundle_single_op. (relax_frag_immed): Get num_slots from cur_vinsn. (convert_frag_narrow): Update call to xg_emit_insn_to_buf. (convert_frag_immed): Likewise. Also, get num_slots from cur_vinsn. (init_op_placement_info_table): Set narrowest_slot field. Remove code for deleted fields. (xg_get_single_size): Return narrowest_size field, not single_size. (xg_get_single_format): Return narrowest field, not single. (xg_get_single_slot): New. (tinsn_to_insnbuf): Rewrite to use tinsn_to_slotbuf. * config/xtensa-relax.c (widen_spec_list): Add wide branch relaxations. (transition_applies): Check wide branch option availability.
2005-12-30daily updateAlan Modra1-1/+1
2005-12-30 * configure.host (hppa*64*-*-hpux*): Set host64 to true.Dave Anglin2-2/+8
2005-12-30 * readelf.c (get_machine_name): Add case for Blackfin.Jie Zhang2-0/+5
2005-12-30 * config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.Bob Wilson2-0/+5
2005-12-30*** empty log message ***gdbadmin1-1/+1
2005-12-29daily updateAlan Modra1-1/+1
2005-12-29 * config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.Bob Wilson2-2/+4
2005-12-29(bfd_hash_set_default_size): Add more entries to the hash_size_primes table.Nick Clifton2-1/+4
2005-12-29(_bfd_link_section_stabs): Use bfd_hash_table_init rather thanNick Clifton2-3/+8
bfd_hash_table_init_n(...,251) so that the size of the hash table can be controlled by the user.
2005-12-29*** empty log message ***gdbadmin1-1/+1
2005-12-28daily updateAlan Modra1-1/+1
2005-12-28 * gdb.texinfo (Registers): Describe how to refer to SSE and MMXEli Zaretskii2-0/+35
registers and the likes.
2005-12-28* gdb.asm/asm-source.exp (hppa-*-openbsd*): New.Mark Kettenis3-1/+11
* gdb.asm/openbsd.inc: Indent commands.
2005-12-28 * emulparams/bfin.sh: Define DATA_END_SYMBOLS and END_SYMBOLS.Jie Zhang3-3/+10
And add a prefix '_' to ENTRY. * scripttempl/elf.sc: Add END_SYMBOLS.
2005-12-28*** empty log message ***gdbadmin1-1/+1
2005-12-27daily updateAlan Modra1-1/+1
2005-12-27 * emultempl/xtensaelf.em (elf_xtensa_place_orphan): Delete.Bob Wilson2-12/+5
(LDEMUL_PLACE_ORPHAN): Delete.
2005-12-27 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Use info->executableDave Anglin2-1/+6
instead of !info->shared.
2005-12-272005-12-27 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw2-0/+8
* vaxlinux.h: New file. (TRAD_CORE_EXTRA_SIZE_ALLOWED): Define. (HOST_MACHINE_ARCH): Define. This allows cross-building vax-linux hosted binutils.
2005-12-27* sparc64obsd-tdep.c: Include "gdbcore.h", "regcache.h" amdMark Kettenis3-4/+104
"bsd-uthread.h". (SPARC64OBSD_UTHREAD_FP_OFFSET, SPARC64OBSD_UTHREAD_PC_OFFSET): New defines. (sparc64obsd_supply_uthread, sparc64obsd_collect_uthread): New functions. (sparc64obsd_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (sparc64obsd-tdep.o): Update dependencies.
2005-12-272005-12-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw1-0/+4
* MAINTAINERS: Add myself as VAX maintainer.
2005-12-27 * config/tc-mt.c (mt_arch): Default to ms1_16_002.Nathan Sidwell2-9/+15
(md_parse_options): Only allow lowercase. (md_show_usage): Update.
2005-12-27 * elf32-mt.c (mt_elf_merge_private_bfd_data): Do not allow mixingNathan Sidwell2-12/+10
object files from different mt variants.
2005-12-27Add support for RDOS targets.Nick Clifton9-107/+155
2005-12-27PR binutils/1990Nick Clifton2-9/+113
* libtool.m4: Synchronize with version in GCC sources.
2005-12-27(lookup_symbol_in_function_table): Check for a function name before passingNick Clifton2-0/+6
it to strcmp.
2005-12-27* sparcobsd-tdep.c: Include "gdbcore.h", "regcache.h" andMark Kettenis5-5/+108
"bsd-uthread.h". (SPARC32OBSD_UTHREAD_FP_OFFSET, SPARC32OBSD_UTHREAD_PC_OFFSET): New defines. (sparc32obsd_supply_uthread, sparc32obsd_collect_uthread): New functions. (sparc32obsd_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (sparcobsd-tdep.o): Update dependencies. * config/sparc/obsd.mt (TDEPFILES): Add bsd-uthread.o. * config/sparc/obsd64.mt (TDEPFILES): Likewise.
2005-12-27PR 1300Nick Clifton2-2/+9
* config/tc-arm.c (md_apply_fix): Fix casts to match type in printf format.
2005-12-27Add new Vietnamese translationNick Clifton4-2/+1952
2005-12-27 * elf.c (elf_find_function): Don't ignore section syms.Alan Modra2-8/+9
Simplify filename logic.
2005-12-27missed copyright 2005 additionAlan Modra1-1/+1
2005-12-27 * elfread.c (elf_symfile_read): Don't make synth syms global.Alan Modra2-7/+5
2005-12-27 * elf32-ppc.c (add_stub_sym): Pass info rather than htab.Alan Modra2-11/+24
Use different names for pic vs non-pic, '.' instead of '_'. (allocate_dynrelocs): Adjust add_stub_sym call.
2005-12-27 * elf.c (bfd_section_from_shdr): Treat invalid reloc sections asAlan Modra2-6/+12
normal sections rather than returning false.
2005-12-27 * coff-h8300.c (h8300_reloc16_extra_cases): Use input sectionAlan Modra8-38/+47
"output_offset" instead of link order "offset". * coff-h8500.c (extra_case): Likewise. * coff-w65.c (w65_reloc16_extra_cases): Likewise. * coff-z80.c (extra_case): Likewise. * coff-z8k.c (extra_case): Likewise. * linker.c (default_indirect_link_order): Likewise, "size" too. * ecoff.c (ecoff_indirect_link_order): Likewise.
2005-12-27 * Makefile.am (Makefile): Remove dependency.Alan Modra5-391/+262
* Makefile.in: Regenerate. * aclocal.m4: Regenerate. * gconfig.in: Regenerate.
2005-12-27 * Makefile.am: Run "make dep-am".Alan Modra3-78/+71
* Makefile.in: Regenerate.
2005-12-27 * Makefile.am: Run "make dep-am".Alan Modra3-286/+247
(Makefile): Remove dependency. * Makefile.in: Regenerate.
2005-12-27 * Makefile.am: Run "make dep-am".Alan Modra8-1169/+901
* Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
2005-12-27 * Makefile.am: Run "make dep-am".Alan Modra4-10/+16
* Makefile.in: Regenerate. * po/SRC-POTFILES.in: Regenerate.
2005-12-27*** empty log message ***gdbadmin1-1/+1
2005-12-26daily updateAlan Modra1-1/+1
2005-12-26* sparc64obsd-tdep.c: Include "obsd-tdep.h".Mark Kettenis4-3/+11
(sparc64obsd_init_abi): Set skip_solib_resolver to obsd_skip_solib_resolver instead of find_solib_trampoline_target. * Makefile.in (sparc64obsd-tdep.o): Update dependencies. * config/sparc/obsd64.mt (TDEPFILES): Add obsd-tdep.o.
2005-12-26* sparcobsd-tdep.c: Include "obsd-tdep.h".Mark Kettenis4-3/+11
(sparc32obsd_init_abi): Set skip_solib_resolver. * Makefile.in (sparcobsd-tdep.o): Update dependencies. * config/sparc/obsd.mt (TDEPFILES): Add obsd-tdep.o.
2005-12-26* obsd-tdep.c: New file.Mark Kettenis4-1/+78
* obsd-tdep.h: New file. * Makefile.in (obsd_tdep_h): New variable. (ALLDEPFILES): Add obsd-tdep.c. (obsd-tdep.o): New target.
2005-12-26* gdb.base/freebpcmd.exp: Increase timeout.Mark Kettenis2-0/+5
2005-12-26* gdb.gdb/selftest.exp (test_with_self): Update copyright check.Mark Kettenis2-1/+5