2013-03-07 22:40:06 +01:00
|
|
|
|
2013-03-07 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (flag_code_names): Removed.
|
|
|
|
|
(i386_index_check): Rewrote.
|
|
|
|
|
|
2013-03-05 17:31:44 +01:00
|
|
|
|
2013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
|
|
|
|
|
add comment.
|
|
|
|
|
(aarch64_double_precision_fmovable): New function.
|
|
|
|
|
(parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
|
|
|
|
|
function; handle hexadecimal representation of IEEE754 encoding.
|
|
|
|
|
(parse_operands): Update the call to parse_aarch64_imm_float.
|
|
|
|
|
|
2013-02-28 22:08:04 +01:00
|
|
|
|
2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
|
|
|
|
|
(check_hle): Updated.
|
|
|
|
|
(md_assemble): Likewise.
|
|
|
|
|
(parse_insn): Likewise.
|
|
|
|
|
|
2013-02-28 21:50:19 +01:00
|
|
|
|
2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (_i386_insn): Add rep_prefix.
|
|
|
|
|
(md_assemble): Check if REP prefix is OK.
|
|
|
|
|
(parse_insn): Remove expecting_string_instruction. Set
|
|
|
|
|
i.rep_prefix.
|
|
|
|
|
|
2013-02-28 20:18:40 +01:00
|
|
|
|
2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
|
|
|
|
|
|
2013-02-28 19:51:05 +01:00
|
|
|
|
2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
|
|
|
|
|
for system registers.
|
|
|
|
|
|
2013-02-27 22:39:20 +01:00
|
|
|
|
2013-02-27 DJ Delorie <dj@redhat.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
|
|
|
|
|
(rl78_op): Handle %code().
|
|
|
|
|
(rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
|
|
|
|
|
(tc_gen_reloc): Likwise; convert to a computed reloc.
|
|
|
|
|
(md_apply_fix): Likewise.
|
|
|
|
|
|
2013-02-25 19:41:06 +01:00
|
|
|
|
2013-02-25 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
|
|
|
|
|
|
|
|
|
|
* config/rl78-parse.y: Fix encoding of DIVWU insn.
|
|
|
|
|
|
2013-02-25 03:53:41 +01:00
|
|
|
|
2013-02-25 Terry Guo <terry.guo@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
|
|
|
|
|
* doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
|
|
|
|
|
list of accepted CPUs.
|
|
|
|
|
|
2013-02-19 20:10:31 +01:00
|
|
|
|
2013-02-19 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/15159
|
|
|
|
|
* config/tc-i386.c (cpu_arch): Add ".smap".
|
|
|
|
|
|
|
|
|
|
* doc/c-i386.texi: Document smap.
|
|
|
|
|
|
2013-02-19 00:27:23 +01:00
|
|
|
|
2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-mips.c (s_cpload): Call mips_mark_labels and set
|
|
|
|
|
mips_assembling_insn appropriately.
|
|
|
|
|
(s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
|
|
|
|
|
|
2013-02-18 15:02:02 +01:00
|
|
|
|
2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
|
|
|
|
|
|
2013-02-18 15:02:47 +01:00
|
|
|
|
* config/tc-mips.c (append_insn): Correct indentation, remove
|
2013-02-18 15:02:02 +01:00
|
|
|
|
extraneous braces.
|
|
|
|
|
|
2013-02-15 11:07:47 +01:00
|
|
|
|
2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
|
|
|
|
|
2013-02-19 20:10:31 +01:00
|
|
|
|
* config/tc-arm.c (do_neon_mov): Break on NS_NULL.
|
2013-02-15 11:07:47 +01:00
|
|
|
|
|
2013-02-15 10:36:32 +01:00
|
|
|
|
2013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
|
|
|
|
|
|
|
|
|
* configure.tgt: Add nios2-*-rtems*.
|
|
|
|
|
|
2013-02-14 19:12:51 +01:00
|
|
|
|
2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-aarch64.c (md_begin): Change to check if 'name' is
|
|
|
|
|
NULL.
|
|
|
|
|
|
gas/
2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
* config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
(macro): Use it. Assert that trunc.w.s is not used for r5900.
opcodes/
2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
* mips-opc.c (mips_builtin_opcodes): Enable l.d and s.d macros for
single-float. Disable ll, lld, sc and scd for EE. Disable the
trunc.w.s macro for EE.
gas/testsuite/
2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
* gas/mips/24k-triple-stores-2.d, gas/mips/24k-triple-stores-2.s,
gas/mips/micromips@24k-triple-stores-2.d: Move "sc" tests to...
* gas/mips/24k-triple-stores-2-llsc.d,
gas/mips/24k-triple-stores-2-llsc.s,
gas/mips/micromips@24k-triple-stores-2-llsc.d: ...these new tests.
* gas/mips/r5900-full.d, gas/mips/r5900-full.s: Verify that the
MIPS ISA level can be upgraded to support ll, sc, lld and scd.
* gas/mips/l_d-single.d, gas/mips/s_d-single.d,
gas/mips/r5900-nollsc.l, gas/mips/r5900-nollsc.s: New tests.
* gas/mips/mips.exp: Update accordingly. Add "nollsc" to r5900
properties.
2013-02-09 11:24:20 +01:00
|
|
|
|
2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
|
|
|
|
|
|
|
|
|
|
* config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
|
|
|
|
|
(macro): Use it. Assert that trunc.w.s is not used for r5900.
|
|
|
|
|
|
2013-02-08 17:57:41 +01:00
|
|
|
|
2013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com>
|
|
|
|
|
|
|
|
|
|
* gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
|
|
|
|
|
core.
|
|
|
|
|
|
2013-02-07 00:22:26 +01:00
|
|
|
|
2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
|
2013-02-19 20:10:31 +01:00
|
|
|
|
Andrew Jenner <andrew@codesourcery.com>
|
2013-02-07 00:22:26 +01:00
|
|
|
|
|
|
|
|
|
Based on patches from Altera Corporation.
|
|
|
|
|
|
|
|
|
|
* Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
|
|
|
|
|
(TARGET_CPU_HFILES): Add config/tc-nios2.h.
|
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
|
* configure.tgt: Add case for nios2*-linux*.
|
|
|
|
|
* config/obj-elf.c: Conditionally include elf/nios2.h.
|
|
|
|
|
* config/tc-nios2.c: New file.
|
|
|
|
|
* config/tc-nios2.h: New file.
|
|
|
|
|
* doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
|
|
|
|
|
* doc/Makefile.in: Regenerated.
|
|
|
|
|
* doc/all.texi: Set NIOSII.
|
|
|
|
|
* doc/as.texinfo (Overview): Add Nios II options.
|
|
|
|
|
(Machine Dependencies): Include c-nios2.texi.
|
|
|
|
|
* doc/c-nios2.texi: New file.
|
|
|
|
|
* NEWS: Note Altera Nios II support.
|
|
|
|
|
|
2013-02-06 00:02:54 +01:00
|
|
|
|
2013-02-06 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR gas/14255
|
|
|
|
|
* config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
|
|
|
|
|
Don't skip fixups with fx_subsy non-NULL.
|
|
|
|
|
* config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
|
|
|
|
|
with fx_subsy non-NULL.
|
|
|
|
|
|
2013-02-04 21:29:21 +01:00
|
|
|
|
2013-02-04 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* doc/c-metag.texi: Add "@c man" markers.
|
|
|
|
|
|
2013-02-04 13:34:17 +01:00
|
|
|
|
2013-02-04 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* write.c (fixup_segment): Return void. Delete seg_reloc_count
|
|
|
|
|
related code.
|
|
|
|
|
(TC_ADJUST_RELOC_COUNT): Delete.
|
|
|
|
|
* config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
|
|
|
|
|
|
2013-02-04 07:03:10 +01:00
|
|
|
|
2013-02-04 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2013-01-30 14:21:01 +01:00
|
|
|
|
2013-01-30 Markos Chandras <markos.chandras@imgtec.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-metag.c: Make SWAP instruction less permissive with
|
|
|
|
|
its operands.
|
|
|
|
|
|
2013-01-29 23:17:53 +01:00
|
|
|
|
2013-01-29 DJ Delorie <dj@redhat.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
|
|
|
|
|
relocs in .word/.etc statements.
|
|
|
|
|
|
2013-01-29 18:33:22 +01:00
|
|
|
|
2013-01-29 Roland McGrath <mcgrathr@google.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
|
|
|
|
|
immediate value for 8-bit offset" error so it shows line info.
|
|
|
|
|
|
2013-01-25 03:02:21 +01:00
|
|
|
|
2013-01-24 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
|
|
|
|
|
for 64-bit output.
|
|
|
|
|
|
2013-01-24 12:14:05 +01:00
|
|
|
|
2013-01-24 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-v850.c: Add support for e3v5 architecture.
|
|
|
|
|
* doc/c-v850.texi: Mention new support.
|
|
|
|
|
|
2013-01-23 13:01:12 +01:00
|
|
|
|
2013-01-23 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR gas/15039
|
|
|
|
|
* config/tc-avr.c: Include dwarf2dbg.h.
|
|
|
|
|
|
2013-01-18 17:37:08 +01:00
|
|
|
|
2013-01-18 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (reloc): Support size relocation only for ELF.
|
|
|
|
|
(tc_i386_fix_adjustable): Likewise.
|
|
|
|
|
(lex_got): Likewise.
|
|
|
|
|
(tc_gen_reloc): Likewise.
|
|
|
|
|
|
2013-01-17 17:09:44 +01:00
|
|
|
|
2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-aarch64.c (output_operand_error_record): Change to output
|
|
|
|
|
the out-of-range error message as value-expected message if there is
|
|
|
|
|
only one single value in the expected range.
|
|
|
|
|
(programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
|
|
|
|
|
LSL #0 as a programmer-friendly feature.
|
|
|
|
|
|
2013-01-17 05:28:48 +01:00
|
|
|
|
2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
|
|
|
|
|
(tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
|
|
|
|
|
BFD_RELOC_64_SIZE relocations.
|
|
|
|
|
(lex_got): Support "symbol@SIZE" and don't create GOT symbol
|
|
|
|
|
for it.
|
|
|
|
|
(tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
|
|
|
|
|
relocations against local symbols.
|
|
|
|
|
|
2013-01-16 07:12:46 +01:00
|
|
|
|
2013-01-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
|
|
|
|
|
finding some sort of toc syntax error, and break to avoid
|
|
|
|
|
compiler uninit warning.
|
|
|
|
|
|
2013-01-15 21:34:11 +01:00
|
|
|
|
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 09:45:45 +01:00
|
|
|
|
2013-01-15 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-v850.c (md_assemble): Allow signed values for
|
|
|
|
|
V850E_IMMEDIATE.
|
|
|
|
|
|
2013-01-11 22:12:34 +01:00
|
|
|
|
2013-01-11 Sean Keys <skeys@ipdatasys.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-xgate.c (md_begin): Fix mistake made when going from
|
2013-01-15 21:34:11 +01:00
|
|
|
|
git to cvs.
|
2013-01-11 22:12:34 +01:00
|
|
|
|
|
include/opcode/
* ppc.h (PPC_OPCODE_POWER8): New define.
(PPC_OPCODE_HTM): Likewise.
opcodes/
* ppc-dis.c (ppc_opts): Add "power8", "pwr8" and "htm" entries.
* ppc-opc.c (HTM_R, HTM_SI, XRTRB_MASK, XRTRARB_MASK, XRTLRARB_MASK,
XRTARARB_MASK, XRTBFRARB_MASK, XRCL, POWER8, PPCHTM): New defines.
(SH6): Update.
<"tabort.", "tabortdc.", "tabortdci.", "tabortwc.",
"tabortwci.", "tbegin.", "tcheck", "tend.", "trechkpt.",
"treclaim.", "tsr.">: Add POWER8 HTM opcodes.
<"tendall.", "tresume.", "tsuspend.">: Add POWER8 HTM extended opcodes.
gas/
* 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.
gas/testsuite/
* gas/ppc/htm.d: New test.
* gas/ppc/htm.s: Likewise.
* gas/ppc/power8.d: Likewise.
* gas/ppc/power8.s: Likewise.
* gas/ppc/ppc.exp: Run them.
2013-01-11 03:25:36 +01:00
|
|
|
|
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 23:15:05 +01:00
|
|
|
|
2013-01-10 Sean Keys <skeys@ipdatasys.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-xgate.c (md_begin): Fix the printing of opcodes so
|
2013-01-15 21:34:11 +01:00
|
|
|
|
that the assember exits after the opcodes have been printed.
|
2013-01-10 23:15:05 +01:00
|
|
|
|
|
2013-01-10 20:51:55 +01:00
|
|
|
|
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 18:11:17 +01:00
|
|
|
|
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 10:49:22 +01:00
|
|
|
|
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 19:31:21 +01:00
|
|
|
|
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 19:17:10 +01:00
|
|
|
|
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 13:49:12 +01:00
|
|
|
|
2013-01-07 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR gas/14887
|
|
|
|
|
* config/tc-arm.c (skip_past_char): Skip whitespace before the
|
|
|
|
|
anticipated character.
|
|
|
|
|
* config/tc-arm.c (parse_address_main): Delete skip of whitespace
|
|
|
|
|
here as it is no longer needed.
|
|
|
|
|
|
2013-01-06 18:50:21 +01:00
|
|
|
|
2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
|
|
|
|
|
|
|
|
|
|
* doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
|
|
|
|
|
* doc/c-score.texi (SCORE-Opts): Likewise.
|
|
|
|
|
* doc/c-tic54x.texi (TIC54X-Directives): Likewise.
|
|
|
|
|
|
2013-01-04 18:22:53 +01:00
|
|
|
|
2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
|
|
|
|
|
|
|
|
|
|
* config/tc-mips.c: Add support for MIPS r5900.
|
|
|
|
|
Add M_LQ_AB and M_SQ_AB to support large values for instructions
|
|
|
|
|
lq and sq.
|
|
|
|
|
(can_swap_branch_p, get_append_method): Detect some conditional
|
|
|
|
|
short loops to fix a bug on the r5900 by NOP in the branch delay
|
|
|
|
|
slot.
|
|
|
|
|
(M_MUL): Support 3 operands in multu on r5900.
|
|
|
|
|
(M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
|
|
|
|
|
(s_mipsset): Force 32 bit floating point on r5900.
|
|
|
|
|
(mips_ip): Check parameter range of instructions mfps and mtps on
|
|
|
|
|
r5900.
|
|
|
|
|
* configure.in: Detect CPU type when target string contains r5900
|
|
|
|
|
(e.g. mips64r5900el-linux-gnu).
|
|
|
|
|
|
2013-01-02 18:15:38 +01:00
|
|
|
|
2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* as.c (parse_args): Update copyright year to 2013.
|
|
|
|
|
|
2013-01-02 15:56:30 +01:00
|
|
|
|
2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
|
|
|
|
|
and "cortex57".
|
|
|
|
|
|
2013-01-02 14:38:57 +01:00
|
|
|
|
2013-01-02 Nick Clifton <nickc@redhat.com>
|
2012-12-20 17:19:53 +01:00
|
|
|
|
|
2013-01-02 14:38:57 +01:00
|
|
|
|
PR gas/14987
|
|
|
|
|
* config/tc-arm.c (parse_address_main): Skip whitespace before a
|
|
|
|
|
closing bracket.
|
2012-12-20 17:19:53 +01:00
|
|
|
|
|
2013-01-02 14:38:57 +01:00
|
|
|
|
For older changes see ChangeLog-2012
|
2002-01-07 13:12:47 +01:00
|
|
|
|
|
2013-01-02 14:38:57 +01:00
|
|
|
|
Copyright (C) 2013 Free Software Foundation, Inc.
|
2012-12-10 13:48:03 +01:00
|
|
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
|
notice and this notice are preserved.
|
|
|
|
|
|
2002-01-07 13:12:47 +01:00
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|