OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
18 years ago * config/xtensa-istack.h (TInsn): Remove record_fix and sub_symbol
Bob Wilson [Tue, 31 Jan 2006 19:36:57 +0000 (19:36 +0000)]
* config/xtensa-istack.h (TInsn): Remove record_fix and sub_symbol
fields.
* config/tc-xtensa.h (xtensa_frag_type): Remove slot_sub_symbols field.
* config/tc-xtensa.c (md_apply_fix): Check for unexpected uses of
subtracted symbols.
(relaxation_requirements): Add pfinish_frag argument and use it to
replace setting tinsn->record_fix fields.
(xg_assemble_vliw_tokens): Adjust calls to relaxation_requirements
and vinsn_to_insnbuf.  Remove references to record_fix and
slot_sub_symbols fields.
(xtensa_mark_narrow_branches): Delete unused code.
(is_narrow_branch_guaranteed_in_range): Handle expr that is not just
a symbol.
(convert_frag_immed): Adjust vinsn_to_insnbuf call and do not set
record_fix fields.
(tinsn_immed_from_frag): Remove code for handling slot_sub_symbols.
(vinsn_to_insnbuf): Change use of record_fixup argument, replacing use
of the record_fix field.  Simplify error messages for unexpected
symbolic operands.
(set_expr_symbol_offset_diff): Delete.

18 years ago2006-01-31 Paul Brook <paul@codesourcery.com>
Paul Brook [Tue, 31 Jan 2006 16:19:41 +0000 (16:19 +0000)]
2006-01-31  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (arm_reg_parse): Check if reg is non-NULL.
gas/testsuite/
* gas/testsuite/gas/arm/iwmmxt-bad.s: Add check for bad register name.
* gas/testsuite/gas/arm/iwmmxt-bad.l: Ditto.

18 years ago2006-01-31 Paul Brook <paul@codesourcery.com>
Paul Brook [Tue, 31 Jan 2006 14:11:13 +0000 (14:11 +0000)]
2006-01-31  Paul Brook  <paul@codesourcery.com>
Richard Earnshaw <rearnsha@arm.com>

* gas/config/tc-arm.c: Use arm_feature_set.
(arm_ext_*, arm_arch_full, arm_arch_t2, arm_arch_none,
arm_cext_iwmmxt, arm_cext_xscale, arm_cext_maverick, fpu_fpa_ext_v1,
fpu_fpa_ext_v2, fpu_vfp_ext_v1xd, fpu_vfp_ext_v1, fpu_vfp_ext_v2):
New variables.
(insns): Use them.
(md_atof, opcode_select, opcode_select, md_assemble, md_assemble,
md_begin, arm_parse_extension, arm_parse_cpu, arm_parse_arch,
arm_parse_fpu, arm_parse_float_abi, aeabi_set_public_attributes,
s_arm_cpu, s_arm_arch, s_arm_fpu): Use macros for accessing CPU
feature flags.
(arm_legacy_option_table, arm_option_cpu_value_table): New types.
(arm_opts): Move old cpu/arch options from here...
(arm_legacy_opts): ... to here.
(md_parse_option): Search arm_legacy_opts.
(arm_cpus, arm_archs, arm_extensions, arm_fpus)
(arm_float_abis, arm_eabis): Make const.

* include/opcode/arm.h: Use ARM_CPU_FEATURE.
(ARM_AEXT_*, FPU_ENDIAN_PURE, FPU_VFP_HARD): New.
(arm_feature_set): Change to a structure.
(ARM_CPU_HAS_FEATURE, ARM_MERGE_FEATURE_SETS, ARM_CLEAR_FEATURE,
ARM_FEATURE): New macros.

18 years agodaily update
Alan Modra [Mon, 30 Jan 2006 23:00:40 +0000 (23:00 +0000)]
daily update

18 years ago* objcopy.c (copy_object): Catch the case where an attempt is made to add a
Nick Clifton [Mon, 30 Jan 2006 13:06:53 +0000 (13:06 +0000)]
* objcopy.c (copy_object): Catch the case where an attempt is made to add a
    section that already exists and produce a more helpful warning message.

18 years agoUpdated Vietnamese translation.
Nick Clifton [Mon, 30 Jan 2006 12:20:22 +0000 (12:20 +0000)]
Updated Vietnamese translation.

18 years agodaily update
Alan Modra [Sun, 29 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agomerge from gcc
DJ Delorie [Sun, 29 Jan 2006 20:07:09 +0000 (20:07 +0000)]
merge from gcc

18 years agodaily update
Alan Modra [Sat, 28 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Fri, 27 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agoAdding myself as DLX maintainer
Nikolaos Kavvadias [Fri, 27 Jan 2006 19:42:35 +0000 (19:42 +0000)]
Adding myself as DLX maintainer

18 years ago* pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as
Nick Clifton [Fri, 27 Jan 2006 17:18:13 +0000 (17:18 +0000)]
* pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as
informational message, not a warning.

18 years ago2006-01-27 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 27 Jan 2006 14:32:04 +0000 (14:32 +0000)]
2006-01-27  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/2218
* ld-pie/pie.exp: New file.
* ld-pie/weakundef.c: Likewise.
* ld-pie/weakundef.out: Likewise.

* lib/ld-lib.exp (run_ld_link_exec_tests): Fix nesting. Support
building PIE and shared library.

18 years ago2006-01-27 Paul Brook <paul@codesourcery.com>
Paul Brook [Fri, 27 Jan 2006 14:11:43 +0000 (14:11 +0000)]
2006-01-27  Paul Brook  <paul@codesourcery.com>

* elf32-arm.c (elf32_arm_get_symbol_type): Allow STT_TLS thumb
objects.

18 years agodaily update
Alan Modra [Thu, 26 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years ago2006-01-16 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Thu, 26 Jan 2006 18:56:02 +0000 (18:56 +0000)]
2006-01-16  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
the assembler, linker and binutils.
* configure: Regenerate.

config:
2006-01-16  Paolo Bonzini  <bonzini@gnu.org>

* acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools.
(ACX_PATH_SEP): New.
(ACX_TOOL_DIRS): Move here from the gcc directory.
(ACX_CHECK_INSTALLED_TARGET_TOOL): New.
(GCC_TARGET_TOOL): Do not use a host tool if we found a target tool
with a complete path in either $with_build_time_tools or $exec_prefix.

18 years ago* mips-opc.c: Add I33 masks to these MIPS32R2 instructions: prefx,
David Ung [Thu, 26 Jan 2006 15:14:57 +0000 (15:14 +0000)]
* mips-opc.c: Add I33 masks to these MIPS32R2 instructions: prefx,
ceil.l.d, ceil.l.s, cvt.d.l, cvt.l.d, cvt.l.s, cvt.s.l, floor.l.d,
floor.l.s, ldxc1, lwxc1, madd.d, madd.s, msub.d, msub.s, nmadd.d,
nmadd.s, nmsub.d, nmsub.s, recip.d, recip.s, round.l.d, rsqrt.d,
rsqrt.s, sdxc1, swxc1, trunc.l.d, trunc.l.s.

18 years agoAdd new Vietnamese translation
Nick Clifton [Thu, 26 Jan 2006 14:43:56 +0000 (14:43 +0000)]
Add new Vietnamese translation

18 years ago* config/tc-xtensa.c (md_apply_fix): Set value to zero for PLT relocs.
Bob Wilson [Thu, 26 Jan 2006 05:21:43 +0000 (05:21 +0000)]
* config/tc-xtensa.c (md_apply_fix): Set value to zero for PLT relocs.

18 years agodaily update
Alan Modra [Wed, 25 Jan 2006 23:00:08 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Tue, 24 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Mon, 23 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Sun, 22 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Sat, 21 Jan 2006 23:05:33 +0000 (23:05 +0000)]
daily update

18 years agomerge from gcc
DJ Delorie [Sat, 21 Jan 2006 04:28:49 +0000 (04:28 +0000)]
merge from gcc

18 years agodaily update
Alan Modra [Fri, 20 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago * config/bfin-parse.y (asm_1): Check value range for 16 bit immediate
Jie Zhang [Fri, 20 Jan 2006 17:22:50 +0000 (17:22 +0000)]
* config/bfin-parse.y (asm_1): Check value range for 16 bit immediate
in load immediate intruction.

18 years ago * config/bfin-parse.y (value_match): Use correct conversion
Jie Zhang [Fri, 20 Jan 2006 16:57:09 +0000 (16:57 +0000)]
* config/bfin-parse.y (value_match): Use correct conversion
specifications in template string for __FILE__ and __LINE__.
(binary): Ditto.
(unary): Ditto.

18 years agodaily update
Alan Modra [Thu, 19 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago2006-01-18 Roger Sayle <roger@eyesopen.com>
Eric Christopher [Thu, 19 Jan 2006 01:06:48 +0000 (01:06 +0000)]
2006-01-18  Roger Sayle  <roger@eyesopen.com>

* emultempl/irix.em: Use lbasename instead of basename.

18 years agodaily update
Alan Modra [Wed, 18 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years agoinclude/elf/ChangeLog:
Alexandre Oliva [Wed, 18 Jan 2006 21:07:51 +0000 (21:07 +0000)]
include/elf/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* common.h (DT_TLSDESC_GOT, DT_TLSDESC_PLT): New.
* i386.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL, R_386_TLS_DESC):
New.
* x86-64.h (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
R_X86_64_TLSDESC): New.
bfd/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* reloc.c (BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC,
BFD_RELOC_386_TLS_DESC_CALL, BFD_RELOC_X86_64_GOTPC32_TLSDESC,
BFD_RELOC_X86_64_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL): New.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-i386.c (elf_howto_table): New relocations.
(R_386_tls): Adjust.
(elf_i386_reloc_type_lookup): Map new relocations.
(GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
(GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
(struct elf_i386_link_hash_entry): Add tlsdesc_got field.
(struct elf_i386_obj_tdata): Add local_tlsdesc_gotent field.
(elf_i386_local_tlsdesc_gotent): New macro.
(struct elf_i386_link_hash_table): Add sgotplt_jump_table_size.
(elf_i386_compute_jump_table_size): New macro.
(link_hash_newfunc): Initialize tlsdesc_got.
(elf_i386_link_hash_table_create): Set sgotplt_jump_table_size.
(elf_i386_tls_transition): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(elf_i386_check_relocs): Likewise.  Allocate space for
local_tlsdesc_gotent.
(elf_i386_gc_sweep_hook): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(allocate_dynrelocs): Count function PLT relocations.  Reserve
space for TLS descriptors and relocations.
(elf_i386_size_dynamic_sections): Reserve space for TLS
descriptors and relocations.  Set up sgotplt_jump_table_size.
Don't zero reloc_count in srelplt.
(elf_i386_always_size_sections): New.  Set up _TLS_MODULE_BASE_.
(elf_i386_relocate_section): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(elf_i386_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
(elf_backend_always_size_sections): Define.
* elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_GOTPC32_TLSDESC,
R_X86_64_TLSDESC, R_X86_64_TLSDESC_CALL.
(R_X86_64_standard): Adjust.
(x86_64_reloc_map): Map new relocs.
(elf64_x86_64_rtype_to_howto): New, split out of...
(elf64_x86_64_info_to_howto): ... this function, and...
(elf64_x86_64_reloc_type_lookup): ... use it to map elf_reloc_val.
(GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
(GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
(struct elf64_x86_64_link_hash_entry): Add tlsdesc_got field.
(struct elf64_x86_64_obj_tdata): Add local_tlsdesc_gotent field.
(elf64_x86_64_local_tlsdesc_gotent): New macro.
(struct elf64_x86_64_link_hash_table): Add tlsdesc_plt,
tlsdesc_got and sgotplt_jump_table_size fields.
(elf64_x86_64_compute_jump_table_size): New macro.
(link_hash_newfunc): Initialize tlsdesc_got.
(elf64_x86_64_link_hash_table_create): Initialize new fields.
(elf64_x86_64_tls_transition): Handle R_X86_64_GOTPC32_TLSDESC and
R_X86_64_TLSDESC_CALL.
(elf64_x86_64_check_relocs): Likewise.  Allocate space for
local_tlsdesc_gotent.
(elf64_x86_64_gc_sweep_hook): Handle R_X86_64_GOTPC32_TLSDESC and
R_X86_64_TLSDESC_CALL.
(allocate_dynrelocs): Count function PLT relocations.  Reserve
space for TLS descriptors and relocations.
(elf64_x86_64_size_dynamic_sections): Reserve space for TLS
descriptors and relocations.  Set up sgotplt_jump_table_size,
tlsdesc_plt and tlsdesc_got.  Make room for them.  Don't zero
reloc_count in srelplt.  Add dynamic entries for DT_TLSDESC_PLT
and DT_TLSDESC_GOT.
(elf64_x86_64_always_size_sections): New.  Set up
_TLS_MODULE_BASE_.
(elf64_x86_64_relocate_section): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(elf64_x86_64_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
(elf64_x86_64_finish_dynamic_sections): Set DT_TLSDESC_PLT and
DT_TLSDESC_GOT.  Set up TLS descriptor lazy resolver PLT entry.
(elf_backend_always_size_sections): Define.
binutils/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
DT_TLSDESC_PLT.
gas/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* config/tc-i386.c (tc_i386_fix_adjustable): Handle
BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC_CALL,
BFD_RELOC_X86_64_GOTPC32_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL.
(optimize_disp): Emit fix up for BFD_RELOC_386_TLS_DESC_CALL and
BFD_RELOC_X86_64_TLSDESC_CALL immediately, and clear the
displacement bits.
(build_modrm_byte): Set up zero modrm for TLS desc calls.
(lex_got): Handle @tlsdesc and @tlscall.
(md_apply_fix, tc_gen_reloc): Handle the new relocations.
ld/testsuite/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* ld-i386/i386.exp: Run on x86_64-*-linux* and amd64-*-linux*.
Add new tests.
* ld-i386/pcrel16.d: Add -melf_i386.
* ld-i386/pcrel8.d: Likewise.
* ld-i386/tlsbindesc.dd: New.
* ld-i386/tlsbindesc.rd: New.
* ld-i386/tlsbindesc.s: New.
* ld-i386/tlsbindesc.sd: New.
* ld-i386/tlsbindesc.td: New.
* ld-i386/tlsdesc.dd: New.
* ld-i386/tlsdesc.rd: New.
* ld-i386/tlsdesc.s: New.
* ld-i386/tlsdesc.sd: New.
* ld-i386/tlsdesc.td: New.
* ld-i386/tlsgdesc.dd: New.
* ld-i386/tlsgdesc.rd: New.
* ld-i386/tlsgdesc.s: New.
* ld-x86-64/x86-64.exp: Run new tests.
* ld-x86-64/tlsbindesc.dd: New.
* ld-x86-64/tlsbindesc.rd: New.
* ld-x86-64/tlsbindesc.s: New.
* ld-x86-64/tlsbindesc.sd: New.
* ld-x86-64/tlsbindesc.td: New.
* ld-x86-64/tlsdesc.dd: New.
* ld-x86-64/tlsdesc.pd: New.
* ld-x86-64/tlsdesc.rd: New.
* ld-x86-64/tlsdesc.s: New.
* ld-x86-64/tlsdesc.sd: New.
* ld-x86-64/tlsdesc.td: New.
* ld-x86-64/tlsgdesc.dd: New.
* ld-x86-64/tlsgdesc.rd: New.
* ld-x86-64/tlsgdesc.s: New.

18 years agomerge from gcc
DJ Delorie [Wed, 18 Jan 2006 21:05:51 +0000 (21:05 +0000)]
merge from gcc

18 years agofix typo
Arnold Metselaar [Wed, 18 Jan 2006 15:00:22 +0000 (15:00 +0000)]
fix typo

18 years agoAdd tests for instructions with offsets.
Arnold Metselaar [Wed, 18 Jan 2006 14:52:11 +0000 (14:52 +0000)]
Add tests for instructions with offsets.

18 years agofixes related to indexed operands
Arnold Metselaar [Wed, 18 Jan 2006 13:48:46 +0000 (13:48 +0000)]
fixes related to indexed operands

18 years agoPR binutils/1391
Nick Clifton [Wed, 18 Jan 2006 11:01:09 +0000 (11:01 +0000)]
PR binutils/1391
* objcopy.c (copy_object): For PE format targets set the VMA of a newly
  created gnu_debuglink section to a non-zero, aligned, contiguous value.
* Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
* Makefile.in: Regenerate.

18 years agodaily update
Alan Modra [Tue, 17 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years agoUse unsigned char to hold data to be disassembled.
Arnold Metselaar [Tue, 17 Jan 2006 21:15:56 +0000 (21:15 +0000)]
Use unsigned char to hold data to be disassembled.

18 years ago PR binutils/1486
Andreas Schwab [Tue, 17 Jan 2006 17:39:20 +0000 (17:39 +0000)]
PR binutils/1486
binutils/:
* configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
* configure: Regenerate.
* objdump.c (struct objdump_disasm_info): Don't check for
DISASSEMBLER_NEEDS_RELOCS.
(objdump_print_addr): Likewise.
(disassemble_bytes): Check disassembler_needs_relocs from
disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
at compile-time.
(disassemble_section): Likewise.
(disassemble_data): Initialize it.

include/:
* dis-asm.h (struct disassemble_info): Add
disassembler_needs_relocs.

objdump/:
* disassemble.c (disassemble_init_for_target): Set
disassembler_needs_relocs for bfd_arch_arm.

18 years ago2006-01-17 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Tue, 17 Jan 2006 17:12:58 +0000 (17:12 +0000)]
2006-01-17  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/2096
* dwarf2.c (comp_unit_contains_address): Update comment.
(_bfd_dwarf2_find_nearest_line): Use section's vma, instead of
lma.  Return TRUE only if both comp_unit_contains_address and
comp_unit_find_nearest_line return TRUE.
(_bfd_dwarf2_find_line): Use section's vma, instead of lma.

18 years ago * elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref.
Alan Modra [Tue, 17 Jan 2006 15:32:41 +0000 (15:32 +0000)]
* elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref.
(bfd_elf_gc_mark_dynamic_ref_symbol): Declare.
* elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Rename from
elf_gc_mark_dynamic_ref_symbol.  Make global.
(bfd_elf_gc_sections): Call bed->gc_mark_dynamic_ref.
* elfxx-target.h (elf_backend_gc_mark_dynamic_ref): Define.
(elfNN_bed): Init new field.
* elf64-ppc.c (elf_backend_gc_mark_dynamic_ref): Define.
(ppc64_elf_gc_mark_dynamic_ref): New function.

18 years ago * elf64-ppc.c (ppc64_elf_gc_mark_hook): Don't hang forever in loop.
Alan Modra [Tue, 17 Jan 2006 13:00:16 +0000 (13:00 +0000)]
* elf64-ppc.c (ppc64_elf_gc_mark_hook): Don't hang forever in loop.

18 years agoUpdate copyright date
Nick Clifton [Tue, 17 Jan 2006 11:09:56 +0000 (11:09 +0000)]
Update copyright date

18 years agoPR binutils/2159
Nick Clifton [Tue, 17 Jan 2006 10:34:43 +0000 (10:34 +0000)]
PR binutils/2159
* elf.c (elfcore_write_pstatus): Add ATTRIBUTE_UNUSED to unused parameters.

18 years agosplit changelogs
Alan Modra [Mon, 16 Jan 2006 23:15:07 +0000 (23:15 +0000)]
split changelogs

18 years agodaily update
Alan Modra [Mon, 16 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agoSync top level config files from the master config repository
Nick Clifton [Mon, 16 Jan 2006 17:34:37 +0000 (17:34 +0000)]
Sync top level config files from the master config repository

18 years ago2006-01-16 Paul Brook <paul@codesourcery.com>
Paul Brook [Mon, 16 Jan 2006 16:23:30 +0000 (16:23 +0000)]
2006-01-16  Paul Brook  <paul@codesourcery.com>

opcodes/
* m68k-opc.c(m68k_opcodes): Fix opcodes for ColdFire f?abss,
f?add?, and f?sub? instructions.

gas/testsuite/
* gas/m68k/all.exp: Add mcf-fpu.
* gas/m68k/mcf-fpu.d: New file.
* gas/m68k/mcf-fpu.s: New file.

18 years agoAdd new Chinese (simplified) translation
Nick Clifton [Mon, 16 Jan 2006 16:15:17 +0000 (16:15 +0000)]
Add new Chinese (simplified) translation

18 years agoFix email address in previous delta
Nick Clifton [Mon, 16 Jan 2006 16:08:55 +0000 (16:08 +0000)]
Fix email address in previous delta

18 years agoFix duplicated word typo
Nick Clifton [Mon, 16 Jan 2006 16:07:45 +0000 (16:07 +0000)]
Fix duplicated word typo

18 years agodaily update
Alan Modra [Sun, 15 Jan 2006 23:00:11 +0000 (23:00 +0000)]
daily update

18 years ago2006-01-05 Paul Brook <paul@codesourcery.com>
Paul Brook [Sun, 15 Jan 2006 16:35:21 +0000 (16:35 +0000)]
2006-01-05  Paul Brook  <paul@codesourcery.com>

* m68k-opc.c (m68k_opcodes): Add missing ColdFire fdsqrtd entry.

18 years agodaily update
Alan Modra [Sat, 14 Jan 2006 23:00:04 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Fri, 13 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Thu, 12 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Wed, 11 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago* elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry into the
Nick Clifton [Wed, 11 Jan 2006 18:11:43 +0000 (18:11 +0000)]
* elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry into the
newly (re)allocated map array.

18 years agoFixes for building on 64-bit hosts:
Nick Clifton [Wed, 11 Jan 2006 17:39:50 +0000 (17:39 +0000)]
Fixes for building on 64-bit hosts:
        * config/tc-avr.c (mod_index): New union to allow conversion
        between pointers and integers.
        (md_begin, avr_ldi_expression): Use it.
        * config/tc-i370.c (md_assemble): Add cast for argument to print
        statement.
        * config/tc-tic54x.c (subsym_substitute): Likewise.
        * config/tc-mn10200.c (md_assemble): Use a union to convert the
        opindex field of fr_cgen structure into a pointer so that it can
        be stored in a frag.
        * config/tc-mn10300.c (md_assemble): Likewise.
        * config/tc-frv.c (frv_debug_tomcat): Use %p to print pointer
        types.
        * config/tc-v850.c: Replace uses of (int) casts with correct
        types.
        * gas/tic54x/address.d: Work with 64bit hosts.
        * gas/tic54x/addrfar.d: Likewise.
        * gas/tic54x/align.d: Likewise.
        * gas/tic54x/all-opcodes.d: Likewise.
        * gas/tic54x/asg.d: Likewise.
        * gas/tic54x/cons.d: Likewise.
        * gas/tic54x/consfar.d: Likewise.
        * gas/tic54x/extaddr.d: Likewise.
        * gas/tic54x/field.d: Likewise.
        * gas/tic54x/labels.d: Likewise.
        * gas/tic54x/loop.d: Likewise.
        * gas/tic54x/lp.d: Likewise.
        * gas/tic54x/macro.d: Likewise.
        * gas/tic54x/math.d: Likewise.
        * gas/tic54x/opcodes.d: Likewise.
        * gas/tic54x/sections.d: Likewise.
       * gas/tic54x/set.d: Likewise.
       * gas/tic54x/struct.d: Likewise.
       * gas/tic54x/subsym.d: Likewise.

18 years agodaily update
Alan Modra [Tue, 10 Jan 2006 23:00:04 +0000 (23:00 +0000)]
daily update

18 years ago * objcopy.c (copy_object): Fix thinko.
Alan Modra [Tue, 10 Jan 2006 22:34:03 +0000 (22:34 +0000)]
* objcopy.c (copy_object): Fix thinko.

18 years ago * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
Alan Modra [Tue, 10 Jan 2006 22:14:18 +0000 (22:14 +0000)]
* objcopy.c (copy_object): Set isympp and osympp to NULL after free.

18 years ago * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
Bob Wilson [Mon, 9 Jan 2006 23:47:37 +0000 (23:47 +0000)]
* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.

18 years agodaily update
Alan Modra [Mon, 9 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years agoDefine EM_ALTERA_NIOS2 and EM_NIOS32.
Nick Clifton [Mon, 9 Jan 2006 17:21:17 +0000 (17:21 +0000)]
Define EM_ALTERA_NIOS2 and EM_NIOS32.

18 years agogas/
H.J. Lu [Mon, 9 Jan 2006 17:14:40 +0000 (17:14 +0000)]
gas/

2006-01-09  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/2117
* symbols.c (snapshot_symbol): Don't change a defined symbol.

gas/testsuite/

2006-01-09  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/2117
* gas/ia64/ia64.exp: Add ltoff22x-2, ltoff22x-3, ltoff22x-4 and
ltoff22x-5.

* gas/ia64/ltoff22x-2.d: New file.
* gas/ia64/ltoff22x-2.s: Likewise.
* gas/ia64/ltoff22x-3.d: Likewise.
* gas/ia64/ltoff22x-3.s: Likewise.
* gas/ia64/ltoff22x-4.d: Likewise.
* gas/ia64/ltoff22x-4.s: Likewise.
* gas/ia64/ltoff22x-5.d: Likewise.
* gas/ia64/ltoff22x-5.s: Likewise.

18 years agoUpdate date in copyright notice
Nick Clifton [Mon, 9 Jan 2006 15:58:42 +0000 (15:58 +0000)]
Update date in copyright notice

18 years agoAdd comma after HIGH3ADJ
Nick Clifton [Mon, 9 Jan 2006 12:55:01 +0000 (12:55 +0000)]
Add comma after HIGH3ADJ

18 years agodaily update
Alan Modra [Sun, 8 Jan 2006 23:00:07 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Sat, 7 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago* m32c.cpu (mov.w:q): Fix mode.
DJ Delorie [Fri, 6 Jan 2006 23:25:53 +0000 (23:25 +0000)]
* m32c.cpu (mov.w:q): Fix mode.
(push32.b.imm): Likewise, for the comment.

18 years ago* m32c-desc.c: Regenerate.
DJ Delorie [Fri, 6 Jan 2006 23:25:36 +0000 (23:25 +0000)]
* m32c-desc.c: Regenerate.
* m32c-opc.c: Regenerate.
* m32c-opc.h: Regenerate.

18 years agodaily update
Alan Modra [Fri, 6 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agodaily update
Alan Modra [Thu, 5 Jan 2006 23:00:13 +0000 (23:00 +0000)]
daily update

18 years ago* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
Alexandre Oliva [Thu, 5 Jan 2006 17:45:45 +0000 (17:45 +0000)]
* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
@ from continuation.
* Makefile.in: Rebuilt.

18 years agodaily update
Alan Modra [Wed, 4 Jan 2006 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago2006-01-04 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Wed, 4 Jan 2006 13:11:22 +0000 (13:11 +0000)]
2006-01-04  Paolo Bonzini  <bonzini@gnu.org>

Sync from gcc:

2006-01-04  Paolo Bonzini  <bonzini@gnu.org>

        PR bootstrap/24252

        * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
        * Makefile.tpl (OBJDUMP): New.
        (EXTRA_HOST_FLAGS): Add it.
        (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.

        * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
        to use symbolic links between directories.  Avoid race conditions
        or make them harmless.
        * configure.in: Do not try to use symbolic links between directories.

        * Makefile.def (LEAN): Pass.
        * Makefile.tpl (LEAN): Define.
        (stage[+id+]-start): Accept that the previous directory does not
        exist, if the bootstrap is lean.
        (stage[+id+]-bubble): Invoke lean bootstrap commands after
        stage[+id+]-start.  Use a makefile variable and an `if' instead of a
        configure substitution.
        ([+compare-target+]): Likewise.
        ([+bootstrap-target+]-lean): New.
        * configure.in: Remove lean bootstrap support from here.

        * Makefile.in: Regenerate.
        * configure: Regenerate.

2006-01-02  Andreas Schwab  <schwab@suse.de>

        * configure.in: When reconfiguring remove Makefile in
        all stage directories.
        * configure: Regenerate.

18 years agodaily update
Alan Modra [Tue, 3 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago* cgen-ibld.in (extract_normal): Avoid memory range errors.
DJ Delorie [Tue, 3 Jan 2006 22:06:18 +0000 (22:06 +0000)]
* cgen-ibld.in (extract_normal): Avoid memory range errors.
* m32c-ibld.c: Regenerated.

18 years ago * ld-mmix/sec-1.d: Adjust for section order changes.
Hans-Peter Nilsson [Tue, 3 Jan 2006 07:03:26 +0000 (07:03 +0000)]
* ld-mmix/sec-1.d: Adjust for section order changes.

18 years agofix last-minute typo
Hans-Peter Nilsson [Tue, 3 Jan 2006 06:23:10 +0000 (06:23 +0000)]
fix last-minute typo

18 years ago PR gas/2101
Hans-Peter Nilsson [Tue, 3 Jan 2006 05:56:15 +0000 (05:56 +0000)]
PR gas/2101
* config/tc-mmix.c (mmix_handle_mmixal): Don't treat #[0-9][FB] as
a local-label reference.

18 years ago PR gas/2101
Hans-Peter Nilsson [Tue, 3 Jan 2006 05:52:15 +0000 (05:52 +0000)]
PR gas/2101
* gas/mmix/hex2.s, gas/mmix/hex2.d: New test.

18 years agodaily update
Alan Modra [Mon, 2 Jan 2006 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago2006-02-01 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Mon, 2 Jan 2006 18:55:51 +0000 (18:55 +0000)]
2006-02-01  Paolo Bonzini  <bonzini@gnu.org>

        PR target/25259
        * stdint.m4: New.

18 years agodaily update
Alan Modra [Sun, 1 Jan 2006 23:00:04 +0000 (23:00 +0000)]
daily update

18 years ago * elf64-ppc.c (ppc64_elf_action_discarded): Return 0
Jakub Jelinek [Sun, 1 Jan 2006 00:06:24 +0000 (00:06 +0000)]
* elf64-ppc.c (ppc64_elf_action_discarded): Return 0
for .toc1 section.

18 years ago * elf32-sh.c (sh_elf_relocate_section): Don't reset relocation
Kaz Kojima [Sat, 31 Dec 2005 16:23:13 +0000 (16:23 +0000)]
* elf32-sh.c (sh_elf_relocate_section): Don't reset relocation
for R_SH_REL32 in shared objects if the symbol is locally called.

18 years ago * elf64-ppc.c (ppc64_elf_relocate_section): Adjust relocs against
Alan Modra [Sat, 31 Dec 2005 12:55:10 +0000 (12:55 +0000)]
* elf64-ppc.c (ppc64_elf_relocate_section): Adjust relocs against
opd section sym when opd has been edited.  Use correct addend
when determining branch 'y' bit and branch overflow.  Adjust and
save opd relocs for ld -r too.

18 years ago2005-12-30 Eric Christopher <echristo@apple.com>
Eric Christopher [Sat, 31 Dec 2005 05:02:22 +0000 (05:02 +0000)]
2005-12-30  Eric Christopher  <echristo@apple.com>

* 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.

18 years agoinclude:
Bob Wilson [Fri, 30 Dec 2005 23:34:00 +0000 (23:34 +0000)]
include:
* 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.

18 years agodaily update
Alan Modra [Fri, 30 Dec 2005 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago * configure.host (hppa*64*-*-hpux*): Set host64 to true.
Dave Anglin [Fri, 30 Dec 2005 22:25:57 +0000 (22:25 +0000)]
* configure.host (hppa*64*-*-hpux*): Set host64 to true.

18 years ago * readelf.c (get_machine_name): Add case for Blackfin.
Jie Zhang [Fri, 30 Dec 2005 08:27:16 +0000 (08:27 +0000)]
* readelf.c (get_machine_name): Add case for Blackfin.

18 years ago * config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
Bob Wilson [Fri, 30 Dec 2005 00:57:27 +0000 (00:57 +0000)]
* config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.

18 years agodaily update
Alan Modra [Thu, 29 Dec 2005 23:00:07 +0000 (23:00 +0000)]
daily update

18 years ago * config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.
Bob Wilson [Thu, 29 Dec 2005 21:04:14 +0000 (21:04 +0000)]
* config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.

18 years ago(bfd_hash_set_default_size): Add more entries to the hash_size_primes table.
Nick Clifton [Thu, 29 Dec 2005 10:33:40 +0000 (10:33 +0000)]
(bfd_hash_set_default_size): Add more entries to the hash_size_primes table.

18 years ago(_bfd_link_section_stabs): Use bfd_hash_table_init rather than
Nick Clifton [Thu, 29 Dec 2005 10:29:23 +0000 (10:29 +0000)]
(_bfd_link_section_stabs): Use bfd_hash_table_init rather than
bfd_hash_table_init_n(...,251) so that the size of the hash table can be
controlled by the user.