gdb/gdbserver/
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
55786da2
AK
12010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2
3 * config/tc-s390.c (s390_elf_final_processing): New function.
4 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
5 (s390_elf_final_processing): Added prototype.
6
7
760f3a89
NC
82010-01-20 Nick Clifton <nickc@redhat.com>
9
10 PR 11109
11 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
12 code to handle round-to-zero for VCVT conversions.
13 (do_neon_cvt): New. Call do_neon_cvt_1.
14 (do_neon_cvtr): New. Call do_neon_cvt_1.
15 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
16 insn.
17
37a1f277
TG
182010-01-18 Tristan Gingold <gingold@adacore.com>
19
20 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
760f3a89 21
a6461c02
SP
222010-01-15 Sebastian Pop <sebastian.pop@amd.com>
23
24 * config/tc-i386.c (md_assemble): Before accessing the IMM field
25 check that it's not an XOP insn.
26
62fb9fe1
JZ
272010-01-14 Jie Zhang <jie.zhang@analog.com>
28
29 * config/bfin-aux.h: Remove argument names in function
30 declarations.
31 * config/bfin-lex.l (parse_int): Fix shadowed variable name
32 warning.
33 * config/bfin-parse.y (value_match): Remove argument names
34 in declaration.
35 (notethat): Likewise.
36 (yyerror): Likewise.
37
afa62d5e
DJ
382010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
39
40 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
41
52b010e4
NC
422010-01-13 Nick Clifton <nickc@redhat.com>
43
44 * config/tc-h8300.c (h8300_elf_section): New function - issue a
45 warning message if a new section is created without setting any
46 attributes for it.
47 (md_pseudo_table): Intercept section creation pseudos.
48 (md_pcrel_from): Replace abort with an error message.
49 * config/obj-elf.c (obj_elf_section_name): Export this function.
50 * config/obj-elf.h (obj_elf_section_name): Prototype.
51
cc761f75
AM
522010-01-12 Alan Modra <amodra@gmail.com>
53
54 PR 11122
55 * listing.c (print_source): Add one to line number.
56
3725885a
RW
572010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
58
59 * Makefile.in: Regenerate.
60 * configure: Regenerate.
61 * doc/Makefile.in: Regenerate.
62
5256a5b0
L
632010-01-08 H.J. Lu <hongjiu.lu@intel.com>
64
65 * version.c (parse_args): Change to "Copyright 2010".
66
69dd9865
SP
672010-01-06 Quentin Neill <quentin.neill@amd.com>
68
69 * config/tc-i386.c (cpu_arch): Add amdfam15.
70 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
71 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
72 * doc/c-i386.texi: Add amdfam15.
73
4316f0d2
DG
742010-01-04 Daniel Gutson <dgutson@codesourcery.com>
75
76 * config/tc-arm.c (do_neon_logic): Accept imm value
77 in the third operand too.
78 (operand_parse_code): OP_RNDQ_IMVNb renamed to
79 OP_RNDQ_Ibig.
80 (parse_operands): OP_NILO case removed, applied renaming.
81 (insns): Neon shape changed for some logic instructions.
82
b1a769ed
DG
832010-01-04 Daniel Gutson <dgutson@codesourcery.com>
84
85 * config/tc-arm.c (do_neon_ldx_stx): Added
86 validation for vector load/store insns.
87
0dc93057
AM
882010-01-04 Edmar Wienskoski <edmar@freescale.com>
89
90 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
91
88714cb8
DG
922010-01-03 Daniel Gutson <dgutson@codesourcery.com>
93
94 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
95 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
96 (NEON_ENCODE): New macro.
97 (check_neon_suffixes): New macro.
98 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
99 (do_vfp_nsyn_opcode): Likewise.
100 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
101 (do_vfp_nsyn_cmp): Likewise.
102 (do_neon_shl_imm): Likewise.
103 (do_neon_qshl_imm): Likewise.
104 (neon_dyadic_misc): Likewise.
105 (do_neon_mac_maybe_scalar): Likewise.
106 (do_neon_qdmulh): Likewise.
107 (do_neon_qmovn): Likewise.
108 (do_neon_qmovun): Likewise.
109 (do_neon_movn): Likewise.
110 (neon_mac_reg_scalar_long): Likewise.
111 (do_neon_vmull): Likewise.
112 (do_neon_trn): Likewise.
113 (do_neon_ldx_stx): Likewise.
114 (neon_dp_fixup): Changed signature and set the flag.
115 (neon_three_same): Call the above with new signature.
116 (neon_two_same): Likewise.
117 (neon_imm_shift): Likewise.
118 (neon_mul_mac): Likewise.
119 (do_neon_abs_neg): Likewise.
120 (neon_mixed_length): Likewise.
121 (do_neon_ext): Likewise.
122 (do_neon_mov): Likewise.
123 (do_neon_tbl_tbx): Likewise.
124 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
125 (neon_compare): Likewise.
126 (do_neon_shll): Likewise.
127 (do_neon_cvt): Likewise.
128 (do_neon_mvn): Likewise.
129 (do_neon_dup): Likewise.
0dc93057 130 (md_assemble): Call check_neon_suffixes ().
99f1a7a7 131
43ecc30f 132For older changes see ChangeLog-2009
08d56133
NC
133\f
134Local Variables:
135mode: change-log
136left-margin: 8
137fill-column: 74
138version-control: never
139End:
This page took 0.445711 seconds and 4 git commands to generate.