X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gas%2FChangeLog;h=455a59181dec1db24d45af71b59a95059e9c7b91;hb=251665fc5f2083d8ca987a30534918fec6b3b969;hp=34021597ee01ad5031228b51c7f8ec346f32fd13;hpb=998b3c3643a874e4f94dbeda5c1ba315f26c1ec5;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 34021597ee..455a59181d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,191 @@ +2010-11-15 Matthew Gretton-Dann + + PR gas/12198 + * config/tc-arm.c (arm_arch_v6m_only): New variable. + (aeabi_set_public_attributes): Ensure we only set the Operating System + Extension when we are on an M-profile core. + +2010-11-13 Richard Sandiford + + * config/tc-mips.c (macro_build): Remove gas_assert from 'o' case. + Use a restricted gas_assert for 'i' and 'j'. + +2010-11-11 Mingming Sun + + * config/tc-mips.c (mips_cpu_info_table): Add loongson3a in MIPS 64. + * doc/c-mips.texi (MIPS cpu): Add loongson3a. + +2010-11-10 Richard Sandiford + + * config/tc-arm.c (do_t_branch): Treat (PLT) branches as wide. + +2010-11-05 Nick Clifton + + * config/tc-cr16.c (getprocreg_image): Fix typo MAX_PREG -> + MAX_REG. + (getprocregp_image): Likewise. + +2010-11-05 Tristan Gingold + + * po/gas.pot: Regenerate + * po/POTFILES.in: Regenerate + +2010-11-05 Tristan Gingold + + * NEWS: Add marker for 2.21. + +2010-11-05 Dave Korn + + PR gas/12166 + * config/obj-coff.c (weak_altname2name): Don't infer from the presence + of a period that the symbol has been already uniquify-d. + (weak_uniquify): Don't worry that the symbol might have been already + uniquify-d. + +2010-11-04 Alan Modra + + * config/tc-ppc.c (nop_limit): New var. + (OPTION_NOPS): Define. + (md_longopts): Add --nops. + (md_parse_option): Handle it. + (md_show_usage): Publish. + (ppc_handle_align): Pad with a branch followed by nops if more + than nop_limit nops. + +2010-11-03 H.J. Lu + + PR gas/12186 + * config/tc-i386-intel.c (i386_intel_fold): Properly fold + _GLOBAL_OFFSET_TABLE_. + +2010-11-02 Joseph Myers + + * config/tc-tic6x.c (OPTION_MPID, OPTION_MPIC, OPTION_MNO_PIC): + New enum values. + (md_longopts): Add options mpid, mpic and mno-pic. + (tic6x_pid_type, tic6x_pid, tic6x_pic, tic6x_pid_type_table, + tic6x_pid_types, tic6x_use_pid): New. + (md_parse_option): Handle new options. + (md_show_usage): Output help text for new options. + (tic6x_set_attributes): Set PID and PIC attributes. + * doc/as.texinfo: Document -mpid=, -mpic and -mno-pic. + * doc/c-tic6x.texi (TIC6X Options): Likewise. + +2010-11-01 Maciej W. Rozycki + + * config/tc-mips.c (macro)[M_LD_OB, M_SD_OB]: Use the offset + reloc supplied. + (mips_ip)['o']: Initialise offset_reloc. + +2010-10-29 Joseph Myers + + * doc/c-tic6x.texi (TIC6X Directives): Mention + Tag_ABI_compatibility. + +2010-10-29 H.J. Lu + + * write.c (compress_debug): Optimize section flags check. + +2010-10-29 Bernd Schmidt + Joseph Myers + + * config/tc-tic6x.c (OPTION_MDSBT, OPTION_MNO_DSBT): New enum + values. + (md_longopts): Add mdsbt and mno-dsbt. + (tic6x_dsbt): New static variable. + (md_parse_option): Handle OPTION_MDSBT and OPTION_MNO_DSBT. + (md_show_usage): Output help text for -mdsbt and -mno-dsbt. + (TAG): Add comma at the end. + (tic6x_set_attributes): Set Tag_ABI_DSBT. + * doc/as.texinfo: Document -mdsbt and -mno-dsbt. + * doc/c-tic6x.texi (TIC6X Options): Likewise. + (TIC6X Directives): Mention Tag_ABI_DSBT. + +2010-10-28 Matthias Klose + + * doc/as.texinfo: Add directory section for info document. + +2010-10-28 Andreas Krebbel + + * config/tc-s390.c (md_begin): Only add to hash table if cpu and + mode mask fit. + +2010-10-28 Alan Modra + + * config/tc-d30v.c (d30v_cons_align): Don't align .eh_frame. + +2010-10-26 Alan Modra + + * config/obj-coff.c (coff_format_ops): Fix typo. + +2010-10-25 Richard Sandiford + + * config/tc-mips.c (macro2): Delete. + +2010-10-25 Nathan Sidwell + + * config/tc-tic6x.c: Add attribution. + +2010-10-25 Mark Mitchell + + * obj.h (struct format_ops): Add adjust_symtab. + * config/obj-multi.h (obj_adjust_symtab): Define. + * config/obj-aout.c (aout_format_ops): Init new field. + * config/obj-coff.c (coff_format_ops): Likewise. + * config/obj-ecoff.c (ecoff_format_ops): Likewise. + * config/obj-elf.c (elf_format_ops): Likewise. + +2010-10-25 Alan Modra + + PR gas/12049 + * write.c (relax_frag): Don't allow forward branches to temporarily + becomde backward branches. + +2010-10-23 Mark Mitchell + + * config/obj-elf.c (elf_adjust_symtab): New. Move group section + processing here from elf_frob_file. Ensure that group signature + symbols have the name of the group. + (elf_frob_file): Move group section processing to + elf_adjust_symtab. + * config/obj-elf.h (elf_adjust_symtab): Declare. + (obj_adjust_symtab): Define. + * config/tc-arm.c (arm_adjust_symtab): Call elf_adjust_symtab. + +2010-10-22 Rainer Orth + + * config/tc-sparc.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define as + elf32-sparc-sol2. + (ELF64_TARGET_FORMAT): Define as elf64-sparc-sol2. + +2010-10-21 Joseph Myers + + * config/tc-tic6x.c (tic6x_arch_attribute, tic6x_arches, + md_assemble, tic6x_set_attributes): Update for attribute renaming. + * doc/c-tic6x.texi: Update for attribute renaming. + +2010-10-19 Alan Modra + + * write.c (relax_segment): Correct address on frag added to stop + leb128/align frags bouncing. + +2010-10-19 Alan Modra + + PR gas/12049 + * frags.h (struct frag): Add "region" field. + * write.c (relax_frag): Don't add "stretch" to forward reference + target if there is an intervening org or align. + (relax_segment): Set region. + +2010-10-18 Maciej W. Rozycki + + * config/tc-mips.c (macro)[ldd_std]: Fix the relaxation variant + for absolute addressing. + +2010-10-18 Maciej W. Rozycki + + * config/tc-mips.c (macro)[M_LD_OB, M_SD_OB]: Handle 64-bit ABIs. + 2010-10-18 Maciej W. Rozycki * config/tc-mips.c (mips_pseudo_table): Add "sbss".