daily update
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 17cffcf86f257ee0585f2b4475fb0835b5c84187..d89a87e94644e22a2f75bb5371ecaab268b0fb12 100644 (file)
@@ -1,3 +1,94 @@
+2008-11-29  Kai Tietz  <kai.tietz@onevision.com>
+
+       * config/tc-i386.c (i386_target_format): For coff flavour in TE_PEP
+       use "pe-i386" for 32-bit.
+
+2008-11-28  Jakub Jelinek  <jakub@redhat.com>
+
+       * Makefile.am (ehopt.o): Add struc-symbol.h.
+       * Makefile.in: Regenerated.
+       * ehopt.c: Include struc-symbol.h.
+       (check_eh_frame): For very small O_constant DW_CFA_advance_loc4
+       create correct DW_CFA_advance_loc.  Handle O_subtract only
+       for code alignment factor 1, otherwise handle O_divide or
+       O_right_shift of O_subtract and O_constant.
+       (eh_frame_estimate_size_before_relax): Always divide by ca.
+       (eh_frame_convert_frag): Likewise.
+
+2008-11-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * dw2gencfi.c (output_cfi_insn): Scale DW_CFA_advance_loc1,
+       DW_CFA_advance_loc2 and DW_CFA_advance_loc4 outputs.
+
+2008-11-28  Joshua Kinard  <kumba@gentoo.org>
+
+       * config/tc-mips.c (hilo_interlocks): Handle CPU_R14000, CPU_R16000.
+       (mips_cpu_info_table): Add r14000, r16000.
+       * doc/c-mips.texi: Add entries for 14000, 16000.
+
+2008-11-27  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
+
+       * config/tc-cr16.h (GLOBAL_OFFSET_TABLE_NAME): Defined
+       * config/tc-cr16.c (md_pseudo_table): Add "4byte" directive to
+       md_pseudo_table and accept @c prefix, same as long directive.
+       (cr16_cons_fix_new): Initialize rtype to BFD_RELOC_UNUSED.
+       (tc_gen_reloc): Declare a variable of type bfd_reloc_code_real_type
+       and set it for GOT related relocations.
+       (md_undefined_symbol): Defined
+       (process_label_constant): Added checks for GOT/got and cGOT/cGOT
+       prefixes with constant label and set the appropriate relocation type.
+       * doc/c-cr16.texi (cr16-operand specifiers): Add got/GOT and cgot/cGOT. 
+
+2008-11-26  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-m32c.c (md_pseudo_table): Add support for .loc et al.
+
+2008-11-25  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-m32c.c (md_convert_frag): Fix ADJNZ reloc math.
+
+2008-11-21  Sterling Augustine  <sterling@tensilica.com>
+
+       * config/tc-xtensa.c (check_t1_t2_reads_and_writes): Call
+       xtensa_state_is_shared_or to allow multiple opcodes within a
+       single FLIX bundle to write to these special states.
+
+2008-11-19  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/tc-cris.c (cris_number_to_imm): Apply S_SET_THREAD_LOCAL
+       on symbols in TLS relocs.
+
+2008-11-19  Nick Clifton  <nickc@redhat.com>
+
+       * doc/fdl.texi: Update to v1.3
+       * doc/as.texinfo: Change license to v1.3.
+
+2008-11-18  Catherine Moore  <clm@cm00re.com>
+
+       * config/tc-arm.c (neon_type_mask): Renumber.
+       (type_chk_of_el_type): Handle F_F16.
+       (neon_cvt_flavour): Recognize half-precision conversions.
+       (do_neon_cvt): New shapes NS_QD and
+       NS_DQ.  Encode half-precision conversions.
+       (do_neon_cvtt): Encode the T bit.
+       (asm_opcode_insns): vcvt, vcvtt support.
+       (arm_option_cpu_value): Add neon-fp16 support.
+
+2008-11-17  Nick Clifton  <nickc@redhat.com>
+
+       * as.c (parse_args): Update copyright year.
+
+2008-11-14  Mat Hostetter  <mat@lcs.mit.edu>
+
+       * read.c (emit_expr): Grow frag before filling it so that
+       dot_value remains valid.
+
+2008-11-14  Peter Jansen  <pwjansen@yahoo.com>
+
+       PR 7026
+       * config/tc-arm.c: Ensure that all uses of as_bad have a
+       formatting string.
+
 2008-11-12  Hans-Peter Nilsson  <hp@axis.com>
 
        * config/tc-cris.c (cris_number_to_imm): Except for
This page took 0.046632 seconds and 4 git commands to generate.