Upda the documentation on assembler error message generation.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2016-01-20 Nick Clifton <nickc@redhat.com>
2
3 PR 19499
4 * doc/as.texinfo (Errors): Correct documentation describing the
5 interaction of .file and .line with warning and error messages.
6
7 PR 19458
8 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
9 * testsuite/gas/arm/archv8m-main.d: Likewise.
10 * testsuite/gas/arm/archv8m-base.d: Likewise.
11
12 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
13
14 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
15 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
16 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
17
18 2016-01-20 Mickael Guene <mickael.guene@st.com>
19 Terry Guo <terry.guo@arm.com>
20
21 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
22 SHF_ARM_NOREAD section flag.
23 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
24 handle letter 'y'.
25 (arm_elf_section_letter) : Declare it.
26 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
27 SHF_ARM_NOREAD section flag.
28 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
29
30 * testsuite/gas/arm/section-execute-only.s: New test case.
31 * testsuite/gas/arm/section-execute-only.d: Expected output.
32
33 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
34
35 * config/tc-mips.c (micromips_insn_length): Remove the mention
36 of 48-bit microMIPS instructions.
37
38 2016-01-18 Alan Modra <amodra@gmail.com>
39
40 * configure: Regenerate.
41
42 2016-01-17 Alan Modra <amodra@gmail.com>
43
44 * configure: Regenerate.
45
46 2016-01-17 Alan Modra <amodra@gmail.com>
47
48 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
49
50 2016-01-14 Nick Clifton <nickc@redhat.com>
51
52 * testsuite/gas/rl78/sp-relative-movw.s: New test.
53 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
54 * testsuite/gas/rl78/rl78.exp: Run the new test.
55
56 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
57
58 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
59 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
60
61 2016-01-13 Maciej W. Rozycki <macro@imgtec.com>
62
63 * config/tc-nios2.c (output_movia): Preset `code' to 0.
64
65 2016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
66
67 * config/tc-h8300.c (get_operand): Remove spurious condition in
68 test for closing parenthesis.
69
70 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
71
72 * config/tc-arm.c (arm_ext_v8_2): New.
73 (insns): Add "esb".
74 * testsuite/gas/arm/armv8_2-a.d: New.
75 * testsuite/gas/arm/armv8_2-a.s: New.
76
77 2016-01-12 Alan Modra <amodra@gmail.com>
78
79 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
80
81 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
82
83 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
84 xvcmpnesp, xvcmpnesp.>: Delete tests.
85 * testsuite/gas/ppc/power9.s: Likewise.
86 * testsuite/gas/ppc/vsx3.d: Likewise.
87 * testsuite/gas/ppc/vsx3.s: Likewise.
88
89 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
90
91 PR gas/13050
92 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
93 * testsuite/gas/m68k/p13050-1.s: New file.
94 * testsuite/gas/m68k/p13050-2.d: New file.
95 * testsuite/gas/m68k/p13050-2.s: New file.
96
97 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
100 * testsuite/gas/arc/add.d: Likewise.
101 * testsuite/gas/arc/and.d: Likewise.
102 * testsuite/gas/arc/asl.d: Likewise.
103 * testsuite/gas/arc/asr.d: Likewise.
104 * testsuite/gas/arc/bic.d: Likewise.
105 * testsuite/gas/arc/extb.d: Likewise.
106 * testsuite/gas/arc/extw.d: Likewise.
107 * testsuite/gas/arc/j.d: Likewise.
108 * testsuite/gas/arc/jl.d: Likewise.
109 * testsuite/gas/arc/ld2.d: Likewise.
110 * testsuite/gas/arc/lsr.d: Likewise.
111 * testsuite/gas/arc/mov.d: Likewise.
112 * testsuite/gas/arc/or.d: Likewise.
113 * testsuite/gas/arc/pcl-relocs.d: Likewise.
114 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
115 * testsuite/gas/arc/pic-relocs.d: Likewise.
116 * testsuite/gas/arc/plt-relocs.d: Likewise.
117 * testsuite/gas/arc/rlc.d: Likewise.
118 * testsuite/gas/arc/ror.d: Likewise.
119 * testsuite/gas/arc/rrc.d: Likewise.
120 * testsuite/gas/arc/sbc.d: Likewise.
121 * testsuite/gas/arc/sda-relocs.d: Likewise.
122 * testsuite/gas/arc/sda-relocs2.d: Likewise.
123 * testsuite/gas/arc/sexb.d: Likewise.
124 * testsuite/gas/arc/sexw.d: Likewise.
125 * testsuite/gas/arc/st.d: Likewise.
126 * testsuite/gas/arc/sub.d: Likewise.
127 * testsuite/gas/arc/tls-relocs.d: Likewise.
128 * testsuite/gas/arc/xor.d: Likewise.
129
130 2016-01-01 Alan Modra <amodra@gmail.com>
131
132 Update year range in copyright notice of all files.
133
134 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
135 \f
136 Copyright (C) 2016 Free Software Foundation, Inc.
137
138 Copying and distribution of this file, with or without modification,
139 are permitted in any medium without royalty provided the copyright
140 notice and this notice are preserved.
141
142 Local Variables:
143 mode: change-log
144 left-margin: 8
145 fill-column: 74
146 version-control: never
147 End:
This page took 0.035689 seconds and 5 git commands to generate.