96b961024c
* config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>" * doc/c-msp430.texi (MSP430 Directives): Document it. The purpose of this patch is to provide a way for one object file to require the inclusion of another object, without having to allocate space for a .word address reference.
81 lines
2.1 KiB
Text
81 lines
2.1 KiB
Text
2014-01-22 DJ Delorie <dj@redhat.com>
|
||
|
||
* config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
|
||
* doc/c-msp430.texi (MSP430 Directives): Document it.
|
||
|
||
2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
|
||
|
||
* config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
|
||
gather assert.
|
||
|
||
2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
|
||
|
||
PR gas/16489
|
||
* config/tc-i386.c (check_VecOperands): Add check for invalid
|
||
register set in AVX512 gathers.
|
||
|
||
2014-01-22 Alan Modra <amodra@gmail.com>
|
||
|
||
* config/tc-tic4x.c (md_shortopts): s/CONST/const/.
|
||
|
||
2014-01-21 DJ Delorie <dj@redhat.com>
|
||
|
||
* config/tc-rl78.c (require_end_of_expr): New.
|
||
(md_operand): Call it.
|
||
(rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
|
||
as not overflowing.
|
||
|
||
2014-01-17 Will Newton <will.newton@linaro.org>
|
||
|
||
* config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
|
||
for the s32.f64 flavours of VCVT.
|
||
|
||
2014-01-14 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/16434
|
||
* config/tc-z80.c (wrong_match): Provide format string to
|
||
as_warn.
|
||
(parse_exp_not_indexed): Delete unused variable dummy.
|
||
(emit_byte): Delete unused variable fixp.
|
||
|
||
2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* config/tc-i386.c (regbnd): Removed.
|
||
(vec_disp8): Likewise.
|
||
|
||
2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* as.c (parse_args): Update copyright year to 2014.
|
||
|
||
2014-01-07 Tom Tromey <tromey@redhat.com>
|
||
|
||
* config/tc-tic30.c (debug): Avoid old VA_* compatibility
|
||
wrappers.
|
||
|
||
2014-01-07 Tom Tromey <tromey@redhat.com>
|
||
|
||
* config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
|
||
use PARAMS.
|
||
|
||
2014-01-07 Tom Tromey <tromey@redhat.com>
|
||
|
||
* config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
|
||
|
||
2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
|
||
|
||
* config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
|
||
|
||
For older changes see ChangeLog-2013
|
||
|
||
Copyright (C) 2014 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:
|