]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
gdb/
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
62fb9fe1
JZ
12010-01-14 Jie Zhang <jie.zhang@analog.com>
2
3 * config/bfin-aux.h: Remove argument names in function
4 declarations.
5 * config/bfin-lex.l (parse_int): Fix shadowed variable name
6 warning.
7 * config/bfin-parse.y (value_match): Remove argument names
8 in declaration.
9 (notethat): Likewise.
10 (yyerror): Likewise.
11
afa62d5e
DJ
122010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
13
14 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
15
52b010e4
NC
162010-01-13 Nick Clifton <nickc@redhat.com>
17
18 * config/tc-h8300.c (h8300_elf_section): New function - issue a
19 warning message if a new section is created without setting any
20 attributes for it.
21 (md_pseudo_table): Intercept section creation pseudos.
22 (md_pcrel_from): Replace abort with an error message.
23 * config/obj-elf.c (obj_elf_section_name): Export this function.
24 * config/obj-elf.h (obj_elf_section_name): Prototype.
25
cc761f75
AM
262010-01-12 Alan Modra <amodra@gmail.com>
27
28 PR 11122
29 * listing.c (print_source): Add one to line number.
30
3725885a
RW
312010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
32
33 * Makefile.in: Regenerate.
34 * configure: Regenerate.
35 * doc/Makefile.in: Regenerate.
36
5256a5b0
L
372010-01-08 H.J. Lu <hongjiu.lu@intel.com>
38
39 * version.c (parse_args): Change to "Copyright 2010".
40
69dd9865
SP
412010-01-06 Quentin Neill <quentin.neill@amd.com>
42
43 * config/tc-i386.c (cpu_arch): Add amdfam15.
44 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
45 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
46 * doc/c-i386.texi: Add amdfam15.
47
4316f0d2
DG
482010-01-04 Daniel Gutson <dgutson@codesourcery.com>
49
50 * config/tc-arm.c (do_neon_logic): Accept imm value
51 in the third operand too.
52 (operand_parse_code): OP_RNDQ_IMVNb renamed to
53 OP_RNDQ_Ibig.
54 (parse_operands): OP_NILO case removed, applied renaming.
55 (insns): Neon shape changed for some logic instructions.
56
b1a769ed
DG
572010-01-04 Daniel Gutson <dgutson@codesourcery.com>
58
59 * config/tc-arm.c (do_neon_ldx_stx): Added
60 validation for vector load/store insns.
61
0dc93057
AM
622010-01-04 Edmar Wienskoski <edmar@freescale.com>
63
64 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
65
88714cb8
DG
662010-01-03 Daniel Gutson <dgutson@codesourcery.com>
67
68 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
69 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
70 (NEON_ENCODE): New macro.
71 (check_neon_suffixes): New macro.
72 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
73 (do_vfp_nsyn_opcode): Likewise.
74 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
75 (do_vfp_nsyn_cmp): Likewise.
76 (do_neon_shl_imm): Likewise.
77 (do_neon_qshl_imm): Likewise.
78 (neon_dyadic_misc): Likewise.
79 (do_neon_mac_maybe_scalar): Likewise.
80 (do_neon_qdmulh): Likewise.
81 (do_neon_qmovn): Likewise.
82 (do_neon_qmovun): Likewise.
83 (do_neon_movn): Likewise.
84 (neon_mac_reg_scalar_long): Likewise.
85 (do_neon_vmull): Likewise.
86 (do_neon_trn): Likewise.
87 (do_neon_ldx_stx): Likewise.
88 (neon_dp_fixup): Changed signature and set the flag.
89 (neon_three_same): Call the above with new signature.
90 (neon_two_same): Likewise.
91 (neon_imm_shift): Likewise.
92 (neon_mul_mac): Likewise.
93 (do_neon_abs_neg): Likewise.
94 (neon_mixed_length): Likewise.
95 (do_neon_ext): Likewise.
96 (do_neon_mov): Likewise.
97 (do_neon_tbl_tbx): Likewise.
98 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
99 (neon_compare): Likewise.
100 (do_neon_shll): Likewise.
101 (do_neon_cvt): Likewise.
102 (do_neon_mvn): Likewise.
103 (do_neon_dup): Likewise.
0dc93057 104 (md_assemble): Call check_neon_suffixes ().
99f1a7a7 105
43ecc30f 106For older changes see ChangeLog-2009
08d56133
NC
107\f
108Local Variables:
109mode: change-log
110left-margin: 8
111fill-column: 74
112version-control: never
113End: