Increment length by 1 if the relocation token is removed
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 28c509572f2ff66668c4e8ad94d456a9319f2325..8962bbb7737d88276045439e953bf69a199faf1a 100644 (file)
@@ -1,3 +1,117 @@
+2013-01-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/15019
+       * config/tc-i386.c (lex_got): Increment length by 1 if the
+       relocation token is removed.
+
+2013-01-15  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-v850.c (md_assemble): Allow signed values for
+       V850E_IMMEDIATE.
+
+2013-01-11  Sean Keys  <skeys@ipdatasys.com>
+
+       * config/tc-xgate.c (md_begin): Fix mistake made when going from
+       git to cvs.
+
+2013-01-10  Peter Bergner <bergner@vnet.ibm.com>
+
+       * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
+       * doc/c-ppc.texi (PowerPC-Opts):  Likewise.
+       * config/tc-ppc.c (md_show_usage): Likewise.
+       (ppc_handle_align): Handle power8's group ending nop.
+
+2013-01-10  Sean Keys  <skeys@ipdatasys.com>
+
+       * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
+       that the assember exits after the opcodes have been printed.
+
+2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * app.c: Remove trailing white spaces.
+       * as.c: Likewise.
+       * as.h: Likewise.
+       * cond.c: Likewise.
+       * dw2gencfi.c: Likewise.
+       * dwarf2dbg.h: Likewise.
+       * ecoff.c: Likewise.
+       * input-file.c: Likewise.
+       * itbl-lex.h: Likewise.
+       * output-file.c: Likewise.
+       * read.c: Likewise.
+       * sb.c: Likewise.
+       * subsegs.c: Likewise.
+       * symbols.c: Likewise.
+       * write.c: Likewise.
+       * config/tc-i386.c: Likewise.
+       * doc/Makefile.am: Likewise.
+       * doc/Makefile.in: Likewise.
+       * doc/c-aarch64.texi: Likewise.
+       * doc/c-alpha.texi: Likewise.
+       * doc/c-arc.texi: Likewise.
+       * doc/c-arm.texi: Likewise.
+       * doc/c-avr.texi: Likewise.
+       * doc/c-bfin.texi: Likewise.
+       * doc/c-cr16.texi: Likewise.
+       * doc/c-d10v.texi: Likewise.
+       * doc/c-d30v.texi: Likewise.
+       * doc/c-h8300.texi: Likewise.
+       * doc/c-hppa.texi: Likewise.
+       * doc/c-i370.texi: Likewise.
+       * doc/c-i386.texi: Likewise.
+       * doc/c-i860.texi: Likewise.
+       * doc/c-m32c.texi: Likewise.
+       * doc/c-m32r.texi: Likewise.
+       * doc/c-m68hc11.texi: Likewise.
+       * doc/c-m68k.texi: Likewise.
+       * doc/c-microblaze.texi: Likewise.
+       * doc/c-mips.texi: Likewise.
+       * doc/c-msp430.texi: Likewise.
+       * doc/c-mt.texi: Likewise.
+       * doc/c-s390.texi: Likewise.
+       * doc/c-score.texi: Likewise.
+       * doc/c-sh.texi: Likewise.
+       * doc/c-sh64.texi: Likewise.
+       * doc/c-tic54x.texi: Likewise.
+       * doc/c-tic6x.texi: Likewise.
+       * doc/c-v850.texi: Likewise.
+       * doc/c-xc16x.texi: Likewise.
+       * doc/c-xgate.texi: Likewise.
+       * doc/c-xtensa.texi: Likewise.
+       * doc/c-z80.texi: Likewise.
+       * doc/internals.texi: Likewise.
+
+2013-01-10  Roland McGrath  <mcgrathr@google.com>
+
+       * hash.c (hash_new_sized): Make it global.
+       * hash.h: Declare it.
+       * macro.c (define_macro): Use hash_new_sized instead of hash_new,
+       pass a small size.
+
+2013-01-10  Will Newton <will.newton@imgtec.com>
+
+       * Makefile.am: Add Meta.
+       * Makefile.in: Regenerate.
+       * config/tc-metag.c: New file.
+       * config/tc-metag.h: New file.
+       * configure.tgt: Add Meta.
+       * doc/Makefile.am: Add Meta.
+       * doc/Makefile.in: Regenerate.
+       * doc/all.texi: Add Meta.
+       * doc/as.texiinfo: Document Meta options.
+       * doc/c-metag.texi: New file.
+
+2013-01-09  Steve Ellcey  <sellcey@mips.com>
+
+       * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
+       calls.
+       * config/tc-mips.c (internalError): Remove, replace with abort.
+
+2013-01-08  Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * config/tc-aarch64.c (parse_operands): Change to compare the result
+       of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
+
 2013-01-07  Nick Clifton  <nickc@redhat.com>
 
        PR gas/14887
This page took 0.023968 seconds and 4 git commands to generate.