Remove trailing `]' in --enable-compressed-debug-sections
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
27ba7c94
L
12016-01-27 H.J. Lu <hongjiu.lu@intel.com>
2
3 * configure.ac (compressed_debug_sections): Remove trailing `]'.
4 * configure: Regenerated.
5
d1982f93
L
62016-01-25 H.J. Lu <hongjiu.lu@intel.com>
7
8 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
9 (OPTION_MOMIT_LOCK_PREFIX): This.
10 (md_longopts): Updated.
11 (md_parse_option): Likewise.
12
00acd688
CM
132016-01-25 Catherine Moore <clm@codesourcery.com>
14
15 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
16 if abicalls are in effect.
17 * testsuite/gas/mips/sdata-gp.s: New test.
18 * testsuite/gas/mips/sdata-gp.d: New expected output
19 * testsuite/gas/mips/mips.exp: Run new test.
20
5bc5ae88
RL
212016-01-25 Renlin Li <renlin.li@arm.com>
22
23 * testsuite/gas/arm/thumb2_it_search.d: New.
24 * testsuite/gas/arm/thumb2_it_search.s: New.
25
61e137e2
NC
262016-01-21 Nick Clifton <nickc@redhat.com>
27
28 PR gas/19454
29 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
30 with arm-netbsdelf target.
31 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
32
aed5fc75
NC
332016-01-20 Nick Clifton <nickc@redhat.com>
34
74b92a5c
NC
35 PR 19456
36 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
37 * testsuite/gas/arm/blx-bl-convert.d
38 * testsuite/gas/arm/plt-1.d: Likewise.
39 * testsuite/gas/arm/reloc-bad.d: Likewise.
40 * testsuite/gas/arm/thumb-w-good.d: Likewise.
41 * testsuite/gas/arm/thumb2_pool.d: Likewise.
42 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
43 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
44
72e0b254
NC
45 PR 19499
46 * doc/as.texinfo (Errors): Correct documentation describing the
47 interaction of .file and .line with warning and error messages.
48
aed5fc75
NC
49 PR 19458
50 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
51 * testsuite/gas/arm/archv8m-main.d: Likewise.
52 * testsuite/gas/arm/archv8m-base.d: Likewise.
53
0bff6e2d
MW
542016-01-20 Matthew Wahab <matthew.wahab@arm.com>
55
56 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
57 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
58 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
59
91f68a68
MG
602016-01-20 Mickael Guene <mickael.guene@st.com>
61 Terry Guo <terry.guo@arm.com>
62
63 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
64 SHF_ARM_NOREAD section flag.
65 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
66 handle letter 'y'.
67 (arm_elf_section_letter) : Declare it.
68 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
69 SHF_ARM_NOREAD section flag.
70 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
71
72 * testsuite/gas/arm/section-execute-only.s: New test case.
73 * testsuite/gas/arm/section-execute-only.d: Expected output.
74
100b4f2e
MR
752016-01-18 Maciej W. Rozycki <macro@imgtec.com>
76
77 * config/tc-mips.c (micromips_insn_length): Remove the mention
78 of 48-bit microMIPS instructions.
79
3d961d0d
AM
802016-01-18 Alan Modra <amodra@gmail.com>
81
82 * configure: Regenerate.
83
5c14705f
AM
842016-01-17 Alan Modra <amodra@gmail.com>
85
86 * configure: Regenerate.
87
b3066ae8
AM
882016-01-17 Alan Modra <amodra@gmail.com>
89
90 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
91
4d82fe66
NC
922016-01-14 Nick Clifton <nickc@redhat.com>
93
94 * testsuite/gas/rl78/sp-relative-movw.s: New test.
95 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
96 * testsuite/gas/rl78/rl78.exp: Run the new test.
97
651657fa
MW
982016-01-14 Matthew Wahab <matthew.wahab@arm.com>
99
100 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
101 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
102
3facb0e9
MR
1032016-01-13 Maciej W. Rozycki <macro@imgtec.com>
104
105 * config/tc-nios2.c (output_movia): Preset `code' to 0.
106
8a4c2869
YS
1072016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
108
109 * config/tc-h8300.c (get_operand): Remove spurious condition in
110 test for closing parenthesis.
111
105bde57
MW
1122016-01-12 Matthew Wahab <matthew.wahab@arm.com>
113
114 * config/tc-arm.c (arm_ext_v8_2): New.
115 (insns): Add "esb".
116 * testsuite/gas/arm/armv8_2-a.d: New.
117 * testsuite/gas/arm/armv8_2-a.s: New.
118
5230aa4d
AM
1192016-01-12 Alan Modra <amodra@gmail.com>
120
121 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
122
afa8d405
PB
1232016-01-11 Peter Bergner <bergner@vnet.ibm.com>
124
125 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
126 xvcmpnesp, xvcmpnesp.>: Delete tests.
127 * testsuite/gas/ppc/power9.s: Likewise.
128 * testsuite/gas/ppc/vsx3.d: Likewise.
129 * testsuite/gas/ppc/vsx3.s: Likewise.
130
83c3256e
AS
1312016-01-08 Andreas Schwab <schwab@linux-m68k.org>
132
133 PR gas/13050
134 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
135 * testsuite/gas/m68k/p13050-1.s: New file.
136 * testsuite/gas/m68k/p13050-2.d: New file.
137 * testsuite/gas/m68k/p13050-2.s: New file.
138
b05a65d0
AB
1392016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
142 * testsuite/gas/arc/add.d: Likewise.
143 * testsuite/gas/arc/and.d: Likewise.
144 * testsuite/gas/arc/asl.d: Likewise.
145 * testsuite/gas/arc/asr.d: Likewise.
146 * testsuite/gas/arc/bic.d: Likewise.
147 * testsuite/gas/arc/extb.d: Likewise.
148 * testsuite/gas/arc/extw.d: Likewise.
149 * testsuite/gas/arc/j.d: Likewise.
150 * testsuite/gas/arc/jl.d: Likewise.
151 * testsuite/gas/arc/ld2.d: Likewise.
152 * testsuite/gas/arc/lsr.d: Likewise.
153 * testsuite/gas/arc/mov.d: Likewise.
154 * testsuite/gas/arc/or.d: Likewise.
155 * testsuite/gas/arc/pcl-relocs.d: Likewise.
156 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
157 * testsuite/gas/arc/pic-relocs.d: Likewise.
158 * testsuite/gas/arc/plt-relocs.d: Likewise.
159 * testsuite/gas/arc/rlc.d: Likewise.
160 * testsuite/gas/arc/ror.d: Likewise.
161 * testsuite/gas/arc/rrc.d: Likewise.
162 * testsuite/gas/arc/sbc.d: Likewise.
163 * testsuite/gas/arc/sda-relocs.d: Likewise.
164 * testsuite/gas/arc/sda-relocs2.d: Likewise.
165 * testsuite/gas/arc/sexb.d: Likewise.
166 * testsuite/gas/arc/sexw.d: Likewise.
167 * testsuite/gas/arc/st.d: Likewise.
168 * testsuite/gas/arc/sub.d: Likewise.
169 * testsuite/gas/arc/tls-relocs.d: Likewise.
170 * testsuite/gas/arc/xor.d: Likewise.
171
6f2750fe
AM
1722016-01-01 Alan Modra <amodra@gmail.com>
173
174 Update year range in copyright notice of all files.
175
3499769a
AM
176For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
177\f
178Copyright (C) 2016 Free Software Foundation, Inc.
179
180Copying and distribution of this file, with or without modification,
181are permitted in any medium without royalty provided the copyright
182notice and this notice are preserved.
183
184Local Variables:
185mode: change-log
186left-margin: 8
187fill-column: 74
188version-control: never
189End:
This page took 0.038845 seconds and 4 git commands to generate.