8ab8155f36
* 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. PR gas/14887 * gas/arm/neon-ldst-es.s: Add more whitespace.
60 lines
1.8 KiB
Plaintext
60 lines
1.8 KiB
Plaintext
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 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 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 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* as.c (parse_args): Update copyright year to 2013.
|
||
|
||
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 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/14987
|
||
* config/tc-arm.c (parse_address_main): Skip whitespace before a
|
||
closing bracket.
|
||
|
||
For older changes see ChangeLog-2012
|
||
|
||
Copyright (C) 2013 Free Software Foundation, Inc.
|
||
|
||
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.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|