5ba446e779
2004-12-10 Alexandre Oliva <aoliva@redhat.com> * elf32-frv.c (elf32_frv_relocate_section): Force local binding for TLSMOFF. * reloc.c: Add R_FRV_TLSMOFF. * elf32-frv.c (elf32_frv_howto_table): Likewise. (frv_reloc_map, frv_reloc_type_lookup): Map it. (elf32_frv_relocate_section): Handle it. (elf32_frv_check_relocs): Likewise. * libbfd.h, bfd-in2.h: Rebuilt. 2004-11-26 Alexandre Oliva <aoliva@redhat.com> * elf32-frv.c (_frvfdpic_emit_got_relocs_plt_entries): Don't crash when given an undefweak TLS symbol. Fix constant TLS PLT entries such that they return the constant in gr9. (_frvfdpic_relax_tls_entries): Don't crash for undefweak TLS symbols. (_frvfdpic_size_got_plt): Set _cooked_size of dynamic sections. too, such that they shrink on relaxation. (elf32_frvfdpic_finish_dynamic_sections): Check __ROFIXUP_END__ as marking the position right past the _GLOBAL_OFFSET_TABLE_ value. (_frvfdpic_assign_plt_entries): Shrink constant TLS PLT entries if we can guarantee the use of 16-bit constants. 2004-11-10 Alexandre Oliva <aoliva@redhat.com> Introduce TLS support for FR-V FDPIC. * reloc.c: Add TLS relocations. * elf32-frv.c (elf32_frv_howto_table): Add TLS relocations. (elf32_frv_rel_tlsdesc_value_howto): New. (elf32_frv_rel_tlsoff_howto): New. (frv_reloc_map): Add new mappings. (struct frvfdpic_elf_link_hash_table): Add pointer to summary reloc information. (frvfdpic_dynamic_got_plt_info): New. (frvfdpic_plt_tls_ret_offset): New. (ELF_DYNAMIC_INTERPRETER, DEFAULT_STACK_SIZE): Move earlier. (struct _frvfdpic_dynamic_got_info): Likewise. Add TLS members. (struct _frvfdpic_dynamic_got_plt_info): Likewise. (FRVFDPIC_SYM_LOCAL): Regard symbols defined in the absolute section as local. (struct frvfdpic_relocs_info): Add TLS fields. (frvfdpic_relocs_info_hash): Warning clean up. (frvfdpic_relocs_info_find): Initialize tlsplt_entry. (frvfdpic_pic_merge_early_relocs_info): Merge TLS fields. (FRVFDPIC_TLS_BIAS): Define. (tls_biased_base): New. (_frvfdpic_emit_got_relocs_plt_entries): Deal with TLS relocations. (frv_reloc_type_lookup): Likewise. (frvfdpic_info_to_howto_rel): Likewise. (elf32_frv_relocate_section): Likewise. (_frv_create_got_section): Create the PLT section here. (elf32_frvfdpic_create_dynamic_sections): Not here. (_frvfdpic_count_nontls_entries): Move out of... (_frvfdpic_count_got_plt_entries): ... here. (_frvfdpic_count_tls_entries): Likewise. Add TLS support. (_frvfdpic_count_relocs_fixups): Likewise. Add relaxation support. (_frvfdpic_relax_tls_entries): New. (_frvfdpic_compute_got_alloc_data): Add TLS support. (_frvfdpic_get_tlsdesc_entry): New. (_frvfdpic_assign_got_entries): Add TLS support. (_frvfdpic_assign_plt_entries): Likewise. (_frvfdpic_reset_got_plt_entries): New. (_frvfdpic_size_got_plt): Move out of... (elf32_frvfdpic_size_dynamic_sections): ... here. (_frvfdpic_relax_got_plt_entries): New. (elf32_frvfdpic_relax_section): New. (elf32_frvfdpic_finish_dynamic_sections): Add TLS sanity check. (elf32_frv_check_relocs): Add TLS support. (bfd_elf32_bfd_relax_section): Define for FDPIC. * libbfd.h, bfd-in2.h: Rebuilt. cpu/ChangeLog: 2004-11-10 Alexandre Oliva <aoliva@redhat.com> * frv.cpu: Add support for TLS annotations in loads and calll. * frv.opc (parse_symbolic_address): New. (parse_ldd_annotation): New. (parse_call_annotation): New. (parse_ld_annotation): New. (parse_ulo16, parse_uslo16): Use parse_symbolic_address. Introduce TLS relocations. (parse_d12, parse_s12, parse_u12): Likewise. (parse_uhi16): Likewise. Fix constant checking on 64-bit host. (parse_call_label, print_at): New. gas/ChangeLog: * config/tc-frv.c (md_apply_fix3): Mark TLS symbols as such. 2004-12-10 Alexandre Oliva <aoliva@redhat.com> * config/tc-frv.c (frv_pic_ptr): Add tlsmoff support. 2004-11-10 Alexandre Oliva <aoliva@redhat.com> * cgen.c (gas_cgen_parse_operand): Handle CGEN_PARSE_OPERAND_SYMBOLIC. * config/tc-frv.c (md_cgen_lookup_reloc): Handle TLS relocations. (frv_force_relocation): Likewise. Fix handling of PIC relocations. (md_apply_fix3): Likewise. include/elf/ChangeLog: 2004-12-10 Alexandre Oliva <aoliva@redhat.com> * frv.h: Add R_FRV_TLSMOFF. 2004-11-10 Alexandre Oliva <aoliva@redhat.com> * frv.h: Add TLS relocations. include/opcode/ChangeLog: 2004-11-10 Alexandre Oliva <aoliva@redhat.com> * cgen.h (enum cgen_parse_operand_type): Add CGEN_PARSE_OPERAND_SYMBOLIC. ld/testsuite/ChangeLog: * ld-frv/fdpic.exp: Add -mfdpic to ASFLAGS. * ld-frv/tls.exp: Likewise. 2004-11-26 Alexandre Oliva <aoliva@redhat.com> * ld-frv/tls-3.s: New. * ld-frv/tls-static-3.d: New. * ld-frv/tls-dynamic-3.d: New. * ld-frv/tls-pie-3.d: New. * ld-frv/tls-shared-3.d: New. * ld-frv/tls-relax-static-3.d: New. * ld-frv/tls-relax-dynamic-3.d: New. * ld-frv/tls-relax-pie-3.d: New. * ld-frv/tls-relax-shared-3.d: New. * ld-frv/tls.exp: Run the new tests. * ld-frv/tls-dynamic-2.d: Adjust for improved relaxation. * ld-frv/tls-relax-dynamic-2.d: Likewise. * ld-frv/tls-relax-initial-shared-2.d: Likewise. 2004-11-10 Alexandre Oliva <aoliva@redhat.com> * ld-frv/tls-1-dep.s: New. * ld-frv/tls-1-shared.lds: New. * ld-frv/tls-1.s: New. * ld-frv/tls-2.s: New. * ld-frv/tls-dynamic-1.d: New. * ld-frv/tls-dynamic-2.d: New. * ld-frv/tls-initial-shared-2.d: New. * ld-frv/tls-pie-1.d: New. * ld-frv/tls-relax-dynamic-1.d: New. * ld-frv/tls-relax-dynamic-2.d: New. * ld-frv/tls-relax-initial-shared-2.d: New. * ld-frv/tls-relax-pie-1.d: New. * ld-frv/tls-relax-shared-1.d: New. * ld-frv/tls-relax-shared-2.d: New. * ld-frv/tls-relax-static-1.d: New. * ld-frv/tls-shared-1-fail.d: New. * ld-frv/tls-shared-1.d: New. * ld-frv/tls-shared-2.d: New. * ld-frv/tls-static-1.d: New. * ld-frv/tls.exp: New. * ld-frv/fdpic-pie-1.d: Adjust for 64-bit host. * ld-frv/fdpic-pie-2.d: Likewise. * ld-frv/fdpic-pie-6.d: Likewise. * ld-frv/fdpic-pie-7.d: Likewise. * ld-frv/fdpic-pie-8.d: Likewise. * ld-frv/fdpic-shared-1.d: Likewise. * ld-frv/fdpic-shared-2.d: Likewise. * ld-frv/fdpic-shared-3.d: Likewise. * ld-frv/fdpic-shared-4.d: Likewise. * ld-frv/fdpic-shared-5.d: Likewise. * ld-frv/fdpic-shared-6.d: Likewise. * ld-frv/fdpic-shared-7.d: Likewise. * ld-frv/fdpic-shared-8.d: Likewise. * ld-frv/fdpic-shared-local-2.d: Likewise. * ld-frv/fdpic-shared-local-8.d: Likewise. * ld-frv/fdpic-static-1.d: Likewise. * ld-frv/fdpic-static-2.d: Likewise. * ld-frv/fdpic-static-6.d: Likewise. * ld-frv/fdpic-static-7.d: Likewise. * ld-frv/fdpic-static-8.d: Likewise. opcodes/ChangeLog: 2004-11-10 Alexandre Oliva <aoliva@redhat.com> * frv-asm.c: Rebuilt. * frv-desc.c: Rebuilt. * frv-desc.h: Rebuilt. * frv-dis.c: Rebuilt. * frv-ibld.c: Rebuilt. * frv-opc.c: Rebuilt. * frv-opc.h: Rebuilt.
203 lines
6.3 KiB
Plaintext
203 lines
6.3 KiB
Plaintext
2005-01-25 Alexandre Oliva <aoliva@redhat.com>
|
||
|
||
2004-11-10 Alexandre Oliva <aoliva@redhat.com>
|
||
* cgen.h (enum cgen_parse_operand_type): Add
|
||
CGEN_PARSE_OPERAND_SYMBOLIC.
|
||
|
||
2005-01-21 Fred Fish <fnf@specifixinc.com>
|
||
|
||
* mips.h: Change INSN_ALIAS to INSN2_ALIAS.
|
||
Change INSN_WRITE_MDMX_ACC to INSN2_WRITE_MDMX_ACC.
|
||
Change INSN_READ_MDMX_ACC to INSN2_READ_MDMX_ACC.
|
||
|
||
2005-01-19 Fred Fish <fnf@specifixinc.com>
|
||
|
||
* mips.h (struct mips_opcode): Add new pinfo2 member.
|
||
(INSN_ALIAS): New define for opcode table entries that are
|
||
specific instances of another entry, such as 'move' for an 'or'
|
||
with a zero operand.
|
||
(INSN_READ_MDMX_ACC): Redefine from 0 to 0x2.
|
||
(INSN_WRITE_MDMX_ACC): Redefine from 0 to 0x4.
|
||
|
||
2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
|
||
|
||
* mips.h (CPU_RM9000): Define.
|
||
(OPCODE_IS_MEMBER): Handle CPU_RM9000.
|
||
|
||
2004-11-25 Jan Beulich <jbeulich@novell.com>
|
||
|
||
* i386.h: CpuNo64 mov can't reasonably have a 'q' suffix. Moves
|
||
to/from test registers are illegal in 64-bit mode. Add missing
|
||
NoRex64 to sidt. fxsave/fxrstor now allow for a 'q' suffix
|
||
(previously one had to explicitly encode a rex64 prefix). Re-enable
|
||
lahf/sahf in 64-bit mode as at least some Athlon64/Opteron steppings
|
||
support it there. Add cmpxchg16b as per Intel's 64-bit documentation.
|
||
|
||
2004-11-23 Jan Beulich <jbeulich@novell.com>
|
||
|
||
* i386.h (i386_optab): paddq and psubq, even in their MMX form, are
|
||
available only with SSE2. Change the MMX additions introduced by SSE
|
||
and 3DNow!A to CpuMMX2 (rather than CpuMMX). Indicate the 3DNow!A
|
||
instructions by their now designated identifier (since combining i686
|
||
and 3DNow! does not really imply 3DNow!A).
|
||
|
||
2004-11-19 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* msp430.h (struct rcodes_s, MSP430_RLC, msp430_rcodes,
|
||
struct hcodes_s, msp430_hcodes): Move to gas/config/tc-msp430.c.
|
||
|
||
2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
|
||
Vineet Sharma <vineets@noida.hcltech.com>
|
||
|
||
* maxq.h: New file: Disassembly information for the maxq port.
|
||
|
||
2004-11-05 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386.h (i386_optab): Put back "movzb".
|
||
|
||
2004-11-04 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
* cris.h (enum cris_insn_version_usage): Tweak formatting and
|
||
comments. Remove member cris_ver_sim. Add members
|
||
cris_ver_sim_v0_10, cris_ver_v0_10, cris_ver_v3_10,
|
||
cris_ver_v8_10, cris_ver_v10, cris_ver_v10p.
|
||
(struct cris_support_reg, struct cris_cond15): New types.
|
||
(cris_conds15): Declare.
|
||
(JUMP_PC_INCR_OPCODE_V32, BA_DWORD_OPCODE, NOP_OPCODE_COMMON)
|
||
(NOP_OPCODE_ZBITS_COMMON, LAPC_DWORD_OPCODE, LAPC_DWORD_Z_BITS)
|
||
(NOP_OPCODE_V32, NOP_Z_BITS_V32): New macros.
|
||
(NOP_Z_BITS): Define in terms of NOP_OPCODE.
|
||
(cris_imm_oprnd_size_type): New members SIZE_FIELD_SIGNED and
|
||
SIZE_FIELD_UNSIGNED.
|
||
|
||
2004-11-04 Jan Beulich <jbeulich@novell.com>
|
||
|
||
* i386.h (sldx_Suf): Remove.
|
||
(FP, l_FP, sl_FP, x_FP): Don't imply IgnoreSize.
|
||
(q_FP): Define, implying no REX64.
|
||
(x_FP, sl_FP): Imply FloatMF.
|
||
(i386_optab): Split reg and mem forms of moving from segment registers
|
||
so that the memory forms can ignore the 16-/32-bit operand size
|
||
distinction. Adjust a few others for Intel mode. Remove *FP uses from
|
||
all non-floating-point instructions. Unite 32- and 64-bit forms of
|
||
movsx, movzx, and movd. Adjust floating point operations for the above
|
||
changes to the *FP macros. Add DefaultSize to floating point control
|
||
insns operating on larger memory ranges. Remove left over comments
|
||
hinting at certain insns being Intel-syntax ones where the ones
|
||
actually meant are already gone.
|
||
|
||
2004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
|
||
|
||
* crx.h: Add COPS_REG_INS - Coprocessor Special register
|
||
instruction type.
|
||
|
||
2004-09-30 Paul Brook <paul@codesourcery.com>
|
||
|
||
* arm.h (ARM_EXT_V6K, ARM_EXT_V6Z): Define.
|
||
(ARM_ARCH_V6K, ARM_ARCH_V6Z, ARM_ARCH_V6ZK): Define.
|
||
|
||
2004-09-11 Theodore A. Roth <troth@openavr.org>
|
||
|
||
* avr.h: Add support for
|
||
atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
|
||
|
||
2004-09-09 Segher Boessenkool <segher@kernel.crashing.org>
|
||
|
||
* ppc.h (PPC_OPERAND_OPTIONAL): Fix comment.
|
||
|
||
2004-08-24 Dmitry Diky <diwil@spec.ru>
|
||
|
||
* msp430.h (msp430_opc): Add new instructions.
|
||
(msp430_rcodes): Declare new instructions.
|
||
(msp430_hcodes): Likewise..
|
||
|
||
2004-08-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR/301
|
||
* h8300.h (O_JSR): Do not allow VECIND addressing for non-SX
|
||
processors.
|
||
|
||
2004-08-30 Michal Ludvig <mludvig@suse.cz>
|
||
|
||
* i386.h (i386_optab): Added montmul/xsha1/xsha256 insns.
|
||
|
||
2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386.h (i386_optab): Allow cs/ds in 64bit for branch hints.
|
||
|
||
2004-07-21 Jan Beulich <jbeulich@novell.com>
|
||
|
||
* i386.h: Adjust instruction descriptions to better match the
|
||
specification.
|
||
|
||
2004-07-16 Richard Earnshaw <rearnsha@arm.com>
|
||
|
||
* arm.h: Remove all old content. Replace with architecture defines
|
||
from gas/config/tc-arm.c.
|
||
|
||
2004-07-09 Andreas Schwab <schwab@suse.de>
|
||
|
||
* m68k.h: Fix comment.
|
||
|
||
2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
|
||
|
||
* crx.h: New file.
|
||
|
||
2004-06-24 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* i386.h (i386_optab): Remove fildd, fistpd and fisttpd.
|
||
|
||
2004-05-24 Peter Barada <peter@the-baradas.com>
|
||
|
||
* m68k.h: Add 'size' to m68k_opcode.
|
||
|
||
2004-05-05 Peter Barada <peter@the-baradas.com>
|
||
|
||
* m68k.h: Switch from ColdFire chip name to core variant.
|
||
|
||
2004-04-22 Peter Barada <peter@the-baradas.com>
|
||
|
||
* m68k.h: Add mcfmac/mcfemac definitions. Update operand
|
||
descriptions for new EMAC cases.
|
||
Remove ColdFire macmw/macml/msacmw/msacmw hacks and properly
|
||
handle Motorola MAC syntax.
|
||
Allow disassembly of ColdFire V4e object files.
|
||
|
||
2004-03-16 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ppc.h (PPC_OPERAND_GPR_0): Define. Bump other operand defines.
|
||
|
||
2004-03-12 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
* i386.h (i386_optab): Remove CpuNo64 from sysenter and sysexit.
|
||
|
||
2004-03-12 Michal Ludvig <mludvig@suse.cz>
|
||
|
||
* i386.h (i386_optab): Added xstore as an alias for xstorerng.
|
||
|
||
2004-03-12 Michal Ludvig <mludvig@suse.cz>
|
||
|
||
* i386.h (i386_optab): Added xstore/xcrypt insns.
|
||
|
||
2004-02-09 Anil Paranjpe <anilp1@KPITCummins.com>
|
||
|
||
* h8300.h (32bit ldc/stc): Add relaxing support.
|
||
|
||
2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
|
||
|
||
* h8300.h (BITOP): Pass MEMRELAX flag.
|
||
|
||
2004-01-09 Anil Paranjpe <anilp1@KPITCummins.com>
|
||
|
||
* h8300.h (BITOP): Dissallow operations on @aa:16 and @aa:32
|
||
except for the H8S.
|
||
|
||
For older changes see ChangeLog-9103
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|