aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-26merge from gccDJ Delorie3-7/+15
2006-10-262006-10-25 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-3/+12
* emulparams/hppa64linux.sh (LARGE_SECTIONS): Renamed to ... (OTHER_BSS_SECTIONS): This. * scripttempl/elf.sc (OTHER_BSS_SECTIONS): Support LARGE_SECTIONS. (LARGE_SECTIONS): Move .lbss sections to OTHER_BSS_SECTIONS.
2006-10-26 * reloc.c (_bfd_relocate_contents): Remove explicit case 0.Ben Elliston2-1/+2
2006-10-26 * write.c (chain_frchains_together_1): Assert that this functionBen Elliston2-0/+4
never returns a pointer to the auto variable `dummy'.
2006-10-26 * dw2gencfi.c (cfi_add_CFA_offset):Ben Elliston2-0/+6
Assert DWARF2_CIE_DATA_ALIGNMENT is non-zero.
2006-10-26 * elf.c (bfd_section_from_shdr): Remove extraneous breaks.Ben Elliston3-3/+5
* targets.c (find_target): Remove extraneous break.
2006-10-26 * coff-maxq.c (coff_maxq20_reloc): Remove unused variable `howto'.Ben Elliston2-56/+34
(struct maxq_reloc_map): Unused; remove. (maxq_reloc_map): Likewise. (maxq_reloc_type_lookup): Remove loop over maxq_reloc_map.
2006-10-26 * elf.c (bfd_elf_set_dyn_lib_class): Change second argument typeBen Elliston4-3/+10
from int to enum dynamic_lib_link_class lib_class. * bfd-in.h (bfd_elf_set_dyn_lib_class): Likewise. * bfd-in2.h: Regenerate.
2006-10-26*** empty log message ***gdbadmin1-1/+1
2006-10-25daily updateAlan Modra1-1/+1
2006-10-25gdb/ChangeLog:Jim Blandy2-1/+6
2006-10-25 Jim Blandy <jimb@codesourcery.com> * p-valprint.c (pascal_object_print_value): Add 'static' keyword to function definition, to match declaration earlier in file.
2006-10-25New Cell SPU port.Alan Modra64-1071/+6533
2006-10-25merge from gccDJ Delorie2-1/+5
2006-10-25missed from last commitAlan Modra1-10/+18
2006-10-25*** empty log message ***gdbadmin1-1/+1
2006-10-24daily updateAlan Modra1-1/+1
2006-10-24*** empty log message ***Nick Roberts2-0/+2
2006-10-24 * expr.c (expr): Replace O_add case in switch (op_left) explainingBen Elliston2-1/+8
why it can never occur.
2006-10-24 * ld-powerpc/plt1.s: New.Alan Modra5-1/+117
* ld-powerpc/plt1.d: New. * ld-powerpc/relbrlt.s: New. * ld-powerpc/relbrlt.d: New. * ld-powerpc/powerpc.exp: Run them.
2006-10-24 * lexsup.c (parse_args): Add a comment noting a fall-through.Ben Elliston2-0/+6
2006-10-24Add powerpc cell support.Alan Modra12-2/+113
2006-10-24*** empty log message ***gdbadmin1-1/+1
2006-10-23daily updateAlan Modra1-1/+1
2006-10-23Fix AMDFAM10 POPCNT instructionMichael Meissner9-31/+63
2006-10-232006-10-24 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-2/+16
* configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h. * configure: Regenerated. * config.in: Likewise.
2006-10-23 * emulparams/h8300elf.sh (TINY_DATA_SECTION, TINY_BSS_SECTION): Don'tAlan Modra2-12/+15
set section address on a relocatable link.
2006-10-23wrap overlong linesAlan Modra1-27/+30
2006-10-23 * config/tc-m68hc11.c (md_assemble): Quiet warning.Alan Modra2-2/+6
2006-10-23 * elf64-ppc.c (ppc64_elf_edit_opd): Clarify comment.Alan Modra2-41/+45
2006-10-23 * ld.texinfo (Output Section Discarding): Fix xref.Alan Modra2-3/+7
2006-10-23missed from 2006-10-19 commit.Alan Modra1-3/+3
2006-10-23 * elf32-score.c: Formatting.Alan Modra2-69/+59
(elf_backend_omit_section_dynsym): Define. (score_elf_create_dynamic_relocation): Remove code copied from mips. Don't use section syms in dynamic relocs. Remove unused param. (score_elf_final_link_relocate): Remove unused param.
2006-10-23 * linker.c (fix_syms): Choose best of previous and nextAlan Modra2-12/+54
section based on section flags and vma.
2006-10-23*** empty log message ***gdbadmin1-1/+1
2006-10-22daily updateAlan Modra1-1/+1
2006-10-22 * gas/sh/sh64/syntax-1.d: Update.Kaz Kojima21-734/+685
* ld-sh/sh64/abi32.xd, ld-sh/sh64/abi64.xd, ld-sh/sh64/cmpct1.xd, * ld-sh/sh64/crange1.rd, ld-sh/sh64/crange2.rd, * ld-sh/sh64/crange3-cmpct.rd, ld-sh/sh64/crange3-media.rd, * ld-sh/sh64/crange3.rd, ld-sh/sh64/crangerel1.rd, * ld-sh/sh64/crangerel2.rd, ld-sh/sh64/mix1.xd, * ld-sh/sh64/mix2.xd, ld-sh/sh64/rel32.xd, ld-sh/sh64/rel64.xd, * ld-sh/sh64/reldl32.rd, ld-sh/sh64/reldl64.rd, * ld-sh/sh64/shdl32.xd, ld-sh/sh64/shdl64.xd: Update.
2006-10-22 * emulparams/shelf32.sh: Set default stack to 0x80000.Kaz Kojima3-2/+7
* emulparams/shelf64.sh: Likewise.
2006-10-22 * elf32-sh64.c (sh64_elf_merge_symbol_attribute): Do mergingKaz Kojima3-4/+10
only when the non visibility part of st_other is non-zero. * elf64-sh64.c (sh64_elf64_merge_symbol_attribute): Likewise.
2006-10-22*** empty log message ***gdbadmin1-1/+1
2006-10-21daily updateAlan Modra1-1/+1
2006-10-21 * callback.c: Include "xmalloc.h".Ulrich Weigand3-0/+7
* Makefile.in: Add dependency.
2006-10-212006-10-21 Paul Brook <paul@codesourcery.com>Paul Brook2-1/+5
* remote.c (remote_fetch_registers): Fix error message.
2006-10-21 gdb.texinfo (Source Annotations): Fix index entries by addingEli Zaretskii2-32/+36
"annotation" to them, to discriminate from index entries that point to the more general topic descriptions.
2006-10-21(Breakpoints): Fix a typo.Eli Zaretskii1-1/+1
2006-10-21 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate andEli Zaretskii2-8/+46
clarify on the possible meanings of ``expression'' watched by watchpoints. Add indexing.
2006-10-21(Backtrace): Fix a typo.Eli Zaretskii1-1/+1
2006-10-21*** empty log message ***gdbadmin1-1/+1
2006-10-20daily updateAlan Modra1-1/+1
2006-10-20 * gcore.c (MAX_COPY_BYTES): Define.Daniel Jacobowitz2-9/+37
(gcore_copy_callback): Use it to limit allocation.
2006-10-20Framework for relocation scanning. Implement simple static TLSIan Lance Taylor24-313/+2347
relocations.