PR23425, unresolved symbol diagnostic
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
319dbdfb
L
12018-09-13 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/23633
4 * testsuite/binutils-all/objcopy.exp: Run pr23633.
5 * testsuite/binutils-all/pr23633.d: New file.
6 * testsuite/binutils-all/pr23633.list: Likewise.
7 * testsuite/binutils-all/pr23633.s: Likewise.
8
508d0c9b
NC
92018-09-13 Nick Clifton <nickc@redhat.com>
10
11 PR 23633
12 * objcopy.c (add_specific_symbols): Do not free the buffer at the
13 end of the function.
14
f9853190
AM
152018-09-10 Alan Modra <amodra@gmail.com>
16
17 PR binutils/23611
18 * objcopy.c (handle_remove_section_option): Consider .rela and
19 .rel sections for stripping directly as well as attached to the
20 associated section they relocate.
21 * doc/binutils.texi (remove-relocations): Specify that this
22 option removes non-dynamic relocation sections.
23 * testsuite/binutils-all/objcopy.exp
24 (objcopy_remove_relocations_from_executable): New test.
25
20a4d0bd
NC
262018-09-03 Nick Clifton <nickc@redhat.com>
27
28 * po/ja.po: Updated Japanese translation.
29
0f60cce3
L
302018-08-31 H.J. Lu <hongjiu.lu@intel.com>
31
32 * testsuite/binutils-all/readelf.s-64: Adjusted for
33 .note.gnu.property section.
34 * testsuite/binutils-all/strip-3.d: Also strip
35 .note.gnu.property section.
36
6c0d3bde
L
372018-08-31 H.J. Lu <hongjiu.lu@intel.com>
38
39 * testsuite/binutils-all/i386/compressed-1b.d: Pass
40 -mx86-used-note=no to assembler.
41 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
42 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
43 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
44 * testsuite/binutils-all/i386/empty.d: Pass -mx86-used-note=yes
45 to assembler and update expected output from "readelf -n".
46 * testsuite/binutils-all/i386/ibt.d: Likewise.
47 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
48 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
49 * testsuite/binutils-all/i386/shstk.d: Likewise.
50 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
51 * testsuite/binutils-all/x86-64/empty.d: Likewise.
52 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
53 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
54 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
55 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
56 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
57 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
58 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
59 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
60 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
61 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
62 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
63 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
64 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
65 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
66 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
67 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
68
385e5b90
L
692018-08-30 H.J. Lu <hongjiu.lu@intel.com>
70
71 * readelf.c (process_section_headers): Treat SHT_FINI_ARRAY and
72 SHT_PREINIT_ARRAY as relocatable sections.
73
4c971803
CX
742018-08-30 Chenghua Xu <paul.hua.gm@gmail.com>
75
76 * MAINTAINERS: Add myself as a MIPS port maintainer.
77
9108bc33
CX
782018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
79
80 * NEWS: Mention Loongson 2K1000 proccessor support.
81 * readelf.c (get_machine_flags): Handle gs264e.
82
bd782c07
CX
832018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
84
85 * NEWS: Mention Loongson 3A2000/3A3000 proccessor support.
86 * readelf.c (get_machine_flags): Handle gs464e.
87
ac8cb70f
CX
882018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
89
90 * NEWS: Mention Loongson 3A1000 proccessor support.
91 * readelf.c (get_machine_flags): Rename loongson-3a to gs464.
92 (print_mips_isa_ext): Delete AFL_EXT_LOONGSON_3A.
93
a693765e
CX
942018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
95
96 * readelf.c (print_mips_ases): Add Loongson EXT2 extension.
97
bdc6c06e
CX
982018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
99
100 * readelf.c (print_mips_ases): Add Loongson EXT extension.
101
716c08de
CX
1022018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
103
104 * readelf.c (print_mips_ases): Add CAM extension.
105
90c745dc
L
1062018-08-27 H.J. Lu <hongjiu.lu@intel.com>
107
108 * readelf.c (decode_x86_isa): Print <None> if bitmask only
109 contains the GNU_PROPERTY_X86_UINT32_VALID bit.
110 (decode_x86_feature_1): Likewise.
111 (decode_x86_feature_2): Likewise.
112 (print_gnu_property_note): Don't mask out the
113 GNU_PROPERTY_X86_UINT32_VALID bit.
114 * testsuite/binutils-all/i386/pr21231b.d: Updated.
115 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
116
65b3d26e
L
1172018-08-27 H.J. Lu <hongjiu.lu@intel.com>
118
119 * readelf.c (decode_x86_compat_isa): Break multi-statement line.
120 (decode_x86_isa): Likewise.
121 (decode_x86_feature_2): Likewise.
122
7a815dd5
L
1232018-08-25 H.J. Lu <hongjiu.lu@intel.com>
124
125 PR ld/23499
126 * readelf.c (get_symbol_version_string): Return _("<corrupt>")
127 for corrupt symbol version info.
128
a9eafb08
L
1292018-08-24 H.J. Lu <hongjiu.lu@intel.com>
130
131 * readelf.c (decode_x86_compat_isa): New function.
132 (decode_x86_feature_2): Likewise.
133 (decode_x86_isa): Updated for new X86_ISA_1_XXX bits.
134 (decode_x86_feature): Renamed to ...
135 (decode_x86_feature_1): This. Remove the type argument.
136 (print_gnu_property_note): Handle X86_COMPAT_ISA_1_USED,
137 X86_COMPAT_ISA_1_NEEDED, X86_UINT32_AND_LO, X86_UINT32_AND_HI,
138 X86_UINT32_OR_LO, X86_UINT32_OR_HI, X86_UINT32_OR_AND_LO and
139 X86_UINT32_OR_AND_HI instead of X86_ISA_1_USED, X86_ISA_1_NEEDED
140 and X86_FEATURE_1_AND.
141 * testsuite/binutils-all/i386/pr21231b.s: Updated to the current
142 GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
143 values.
144 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
145 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
146 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
147 * testsuite/binutils-all/x86-64/pr23494c.s: Likewise.
148 * testsuite/binutils-all/i386/pr21231b.d: Updated.
149 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
150 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
151 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
152 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
153 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
154 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
155 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
156 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
157 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
158
aa7bca9b
L
1592018-08-24 H.J. Lu <hongjiu.lu@intel.com>
160
161 * readelf.c (print_gnu_property_note): Check the
162 GNU_PROPERTY_X86_UINT32_VALID bit for invalid GNU property note.
163
14732552
AM
1642018-08-23 Alan Modra <amodra@gmail.com>
165
166 * readelf.c (get_ppc64_symbol_other): Return NULL if st_other
167 field contains unrecognised or reserved values. Handle
168 localentry:1 value.
169
7dd36a6f
L
1702018-08-23 H.J. Lu <hongjiu.lu@intel.com>
171
172 PR ld/23536
173 * Makefile.am (development.exp): New target.
174 (EXTRA_DEJAGNU_SITE_CONFIG): New.
175 (DISTCLEANFILES): Add development.exp.
176 * Makefile.in: Regenerated.
177 * testsuite/binutils-all/objcopy.exp (strip_test): Call
178 prune_warnings to prune BFD output.
179 (strip_test_with_saving_a_symbol): Likewise.
180 (objcopy_test_without_global_symbol): Likewise.
181 * testsuite/lib/binutils-common.exp (prune_warnings_extra):
182 New proc.
183 (prune_warnings): Likewise.
184
44c2eb66
L
1852018-08-23 H.J. Lu <hongjiu.lu@intel.com>
186
187 * README-how-to-make-a-release: Document setting "experimental"
188 to false.
189
e8a64888
AM
1902018-08-22 Alan Modra <amodra@gmail.com>
191
192 * readelf.c (process_file_header): Assign updated values from
193 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
194 during printing of header. Correct e_shstrndx range check.
195 Remove unnecessary casts and use %u rather than %ld for
196 unsigned int header fields. Don't print a random %lx when
197 reporting an unknown EI_VERSION.
198
06d743b7
NC
1992018-08-21 Nick Clifton <nickc@redhat.com>
200
201 * MAINTAINERS: Note that Arnold Metselaar has retired as the z80
202 maintainer.
203
66b09c7e
S
2042018-08-21 L. Simon <l.simon@samsung.com>
205
206 PR 23531
207 * readelf.c (hppa_process_unwind): Only dump the unwind table if
208 the data was successfully read in.
209
506b86a4
AM
2102018-08-18 Alan Modra <amodra@gmail.com>
211
212 * testsuite/lib/binutils-common.exp (is_elf64): Use directory of
213 input file for readelf.out.
214 (is_rela): New proc.
215 * testsuite/binutils-all/objcopy.exp (elf64): Set new variable
216 from first result of is_elf64 test.
217 (reloc_format): Set using is_rela.
218 (strip-13): Pass RELOC and ELF64 to assembler.
219 (strip-14, strip-15): Use elf64 rather than calling is_elf64 again.
220 * testsuite/binutils-all/strip-13.d: Run for more targets.
221 * testsuite/binutils-all/strip-13mips64.s: Use RELOC and set
222 addend to zero.
223 * testsuite/binutils-all/strip-13rel.s: Use RELOC and ELF64.
224 Don't add _NONE reloc.
225 * testsuite/binutils-all/strip-13rela.s: Likewise.
226
9c973a29
L
2272018-08-10 H.J. Lu <hongjiu.lu@intel.com>
228
229 PR binutils/23494
230 * testsuite/binutils-all/x86-64/pr23494c.s: New file.
231 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
232 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
233
11459a79
L
2342018-08-10 H.J. Lu <hongjiu.lu@intel.com>
235
236 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
237 targets.
238 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
239 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
240 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
241 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
242 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
243 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
244 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
245
6404ab99
L
2462018-08-08 H.J. Lu <hongjiu.lu@intel.com>
247
248 PR binutils/23494
249 * testsuite/binutils-all/x86-64/pr23494a-x32.d: New file.
250 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
251 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
252 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
253 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
254 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
255 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
256 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
257 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
258 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
259
f384a1f0
KB
2602018-08-08 Kevin Buettner <kevinb@redhat.com>
261
f9853190
AM
262 * dwarf.c (decode_location_expresion): Add case for
263 DW_OP_GNU_variable_value.
f384a1f0 264
db1e1b45 2652018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
266
267 * readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.
268
4aae6e5a
NC
2692018-08-03 Nick Clifton <nickc@redhat.com>
270
271 * objcopy.c (merge_gnu_build_notes): Delete empty notes. Merge
272 identical function notes.
273
e2561448
NC
2742018-08-01 Nick Clifton <nickc@redhat.com>
275
276 * README-how-to-make-a-release: Add note about regenerating the
277 info files prior to the release.
278
2409af1e
AJ
2792018-07-30 Andrew Jenner <andrew@codesourcery.com>
280
281 * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
282
d0ba5758
AJ
2832018-07-30 Andrew Jenner <andrew@codesourcery.com>
284
285 * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
286
b8891f8d
AJ
2872018-07-30 Andrew Jenner <andrew@codesourcery.com>
288
289 * readelf.c: Include elf/csky.h.
290 (guess_is_rela): Handle EM_CSKY.
291 (dump_relocations): Likewise.
292 (get_machine_name): Likewise.
293 (is_32bit_abs_reloc): Likewise.
294
e3d39609
NC
2952018-07-25 Nick Clifton <nickc@redhat.com>
296
297 * rdcoff.c (parse_coff_struct_type): Free fields array upon early
298 exit.
299 (parse_coff_enum_type): Free names and vals arrays upon early
300 exit.
301 * rddbg.c (read_section_stabs_debugging_info): Free shandle and
302 strings and stabs arrays upon early exit.
303 * readelf.c (get_32bit_section_headers): Free shdrs structure upon
304 early exit.
305 (get_64bit_section_headers): Likewise.
306 (get_32bit_elf_symbols): Generate an error if multiple symbol
307 table index sections are associated with the same symbol section.
308 (get_64bit_elf_symbols): Likewise.
309 (process_dynamic_section): Generate an error if there are multiple
310 dynamic symbol table sections, multiple dynamic string tables or
311 multiple dynamic symbol information sections.
312
1d97232a
NC
3132018-07-24 Nick Clifton <nickc@redhat.com>
314
315 * po/sv.po: Updated Swedish translation.
316
7b8d9e8c
AM
3172018-07-24 Alan Modra <amodra@gmail.com>
318
319 PR 23431
320 * dwarf.c (display_formatted_table): Replace "what" parameter
321 with "is_dir". Expand messages. Fix capitalisation.
322 * testsuite/binutils-all/dw5.W: Update expected output.
323
67ce483b
AM
3242018-07-24 Alan Modra <amodra@gmail.com>
325
326 PR 23430
327 * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
328 to uses_64bit_indices.
329 * elfcomm.c (setup_archive): Update uses of above.
330 * readelf.c (process_archive): Likewise.
331 (get_section_type_name): Rename indicies to indices.
332 (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
333 (process_section_groups): Likewise.
334
e2e31f10
MR
3352018-07-20 Maciej W. Rozycki <macro@mips.com>
336
337 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
338 ISA maintenance.
339
3391569f
NC
3402018-07-20 Nick Clifton <nickc@redhat.com>
341
342 * objcopy.c (add_specific_symbols): Free buffer on exit.
343 (add_redefine_syms_file): Close file handle on exit.
344 (copy_object): Close file handle on early exit.
345 Free buffer on early exit.
346 Free gaps buffers once they are no longer needed.
347 * dwarf.c (display_debug_frames): Free allocated memory on exit.
348 (load_separate_debug_info): Free allocate memory on early exit.
349
8095d2f7
CX
3502018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
351 Maciej W. Rozycki <macro@mips.com>
352
353 * readelf.c (print_mips_ases): Add MMI extension.
354
79f5b65e
DD
3552018-07-19 DJ Delorie <dj@redhat.com>
356
357 * MAINTAINERS (RL78, RX): Remove myself as maintainer.
358
442a6ce8
NC
3592018-07-19 Nick Clifton <nickc@redhat.com>
360
361 * dwarf.c (read_cie): Free allocated memory before returning with
362 a failure result.
363
3fd21718
PFC
3642018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
365
366 * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
367 description.
368
ad96220c
NC
3692018-07-16 Nick Clifton <nickc@redhat.com>
370
371 * README-how-to-make-a-release: Add note to check for new top
372 level files and add them to the src-release.sh script.
373
6cb624f8
NC
3742018-07-14 Nick Clifton <nickc@redhat.com>
375
376 * README-how-to-make-a-release: Updated with corrections based on
377 the 2.31 release experience.
378
55cc53e9
FT
3792018-07-12 Francois H. Theron <francois.theron@netronome.com>
380
381 * readelf.c (process_section_headers): Don't print section type
382 twice for --section-details.
383
be570f06
AM
3842018-07-10 Alan Modra <amodra@gmail.com>
385
386 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
387 zero for xgate.
388
d20e98ab
NC
3892018-07-06 Nick Clifton <nickc@redhat.com>
390
391 * readelf.c (same_section): New function.
392 (print_gnu_build_attribute_description): Do not complain about
393 gaps that cross a section boundary.
394
d8dab054
NC
3952018-07-05 Nick Clifton <nickc@redhat.com>
396
397 * po/bg.po: Updated Bulgarian translation.
398
a05a5b64
TP
3992018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
400
401 * NEWS: Use command-line consistently when used in a compount word.
402 * doc/binutils.texi: Likewise and fix trailing whitespace on same
403 line.
404
30aa1306
NC
4052018-06-26 Nick Clifton <nickc@redhat.com>
406
407 * po/sv.po: Updated Swedish translation.
408 * po/uk.po: Updated Ukranian translation.
409
eca4b721
NC
4102018-06-26 Nick Clifton <nickc@redhat.com>
411
412 * doc/binutils.texi: Fix spelling mistakes.
413 * README--how-to-make-a-release: Likewise.
414
1021d1cb
TT
4152018-06-25 Tom Tromey <tom@tromey.com>
416
417 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
418 Bump version number.
419
71300e2c
NC
4202018-06-24 Nick Clifton <nickc@redhat.com>
421
422 * README-how-to-make-a-release: Update with experiences from
423 making 2.31 branch.
424 * po/binutils.pot: Regenerate.
425 * configure: Regenerate.
426
719d8288
NC
4272018-06-24 Nick Clifton <nickc@redhat.com>
428
429 2.31 branch created.
430 * NEWS: Add marker for 2.31.
431
d388f643
AM
4322018-06-21 Alan Modra <amodra@gmail.com>
433
434 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
435 * doc/Makefile.in: Regenerate.
436
d0ac1c44
SM
4372018-06-19 Simon Marchi <simon.marchi@ericsson.com>
438
439 * configure.ac: Remove AC_PREREQ.
440 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
441 info-in-builddir no-texinfo.tex.
442 * Makefile.in: Re-generate.
443 * aclocal.m4: Re-generate.
444 * config.in: Re-generate.
445 * configure: Re-generate.
446 * doc/Makefile.in: Re-generate.
447
3a075e56
AS
4482018-06-19 Andreas Schwab <schwab@suse.de>
449
450 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
451 (is_8bit_abs_reloc): New function.
452 (is_6bit_abs_reloc): New function.
453 (is_6bit_inplace_sub_reloc): New function.
454 (apply_relocations): Use them. Handle 6-bit relocations.
455
6f20c942
FS
4562018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
457
458 * readelf.c (print_mips_ases): Add GINV extension.
459
1f6f5dba
L
4602018-06-14 H.J. Lu <hongjiu.lu@intel.com>
461
462 PR binutils/23267
463 * readelf.c (get_symbol_version_string): Check if the first
464 symbol version is base version.
465
730c3174
SE
4662018-06-13 Scott Egerton <scott.egerton@imgtec.com>
467 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
468
469 * readelf.c (print_mips_ases): Add CRC.
470
7a486e6d
NC
4712018-06-13 Nick Clifton <nickc@redhat.com>
472
473 * doc/binutils.texi (objdump): Add missing closing square
474 parenthesis to listing of objcopy's command line options.
475
5a485b38
NC
4762018-06-11 Nick Clifton <nickc@redhat.com>
477
478 * po/es.po: Updated Spanish translation.
479
55e99962
L
4802018-06-01 H.J. Lu <hongjiu.lu@intel.com>
481
482 * configure: Regenerated.
483
0034eed0
AM
4842018-05-31 Alan Modra <amodra@gmail.com>
485
486 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
487 set CC_FOR_TARGET. Run test non-native.
488 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
489 Likewise.
490 (test_follow_debuglink): Run test non-native.
491
1869e86f
AB
4922018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
493
494 PR 23107
495 * ar.c (display_offsets): New variable.
496 (usage): Add description of 'O' operator.
497 (decode_option): Handle 'O' operator.
498 (print_descr): Pass display_offsets to print_arelt_descr.
499 * arsup.c: Update call to printy_arelt_descr.
500 * objdump.c: Likewise.
501 * bucomm.c (print_arelt_descr): If offsets parameter is true then
502 display offset of archive element within the archive.
503 * bucomm.h: Update prototype for print_arelt_descr.
504 * doc/binutils.texi: Update description of ar command.
505 * NEWS: Mention the new feature.
506 * testsuite/binutils-all/ar.exp: Add text of new feature.
507
bb3b5316
AM
5082018-05-28 Alan Modra <amodra@gmail.com>
509
510 PR 23235
511 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
512 unsupported rather than fail on compile errors.
513 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
514 Likewise. Save and restore CFLAGS_FOR_TARGET.
515
7f999549
JW
5162018-05-18 Kito Cheng <kito.cheng@gmail.com>
517
518 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
519
7b4ae824
JD
5202018-05-18 John Darrington <john@darrington.wattle.id.au>
521
522 * readelf.c: Add support for s12z architecture.
523 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
524 targets.
525
f9830ec1
TC
5262018-05-15 Tamar Christina <tamar.christina@arm.com>
527
528 PR binutils/21446
529 * doc/binutils.texi (-M): Document AArch64 options.
530
7d02540a
TC
5312018-05-15 Tamar Christina <tamar.christina@arm.com>
532
533 PR binutils/21446
534 * doc/binutils.texi (-M): Document AArch64 options.
535 * NEWS: Document notes and warnings.
536
679ca975
AM
5372018-05-15 Alan Modra <amodra@gmail.com>
538
539 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
540 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
541 and *uclinux* into *linux*.
542 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
543 strip-13 test, exclude arm-vxworks and arm-windiss.
544
637b1970
JD
5452018-05-10 John Darrington <john@darrington.wattle.id.au>
546
547 * readelf.c (get_machine_name): EM_S12Z - handle new case.
548
60cb2c8a
AM
5492018-05-09 Alan Modra <amodra@gmail.com>
550
551 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
552
84f9f8c3
AM
5532018-05-09 Sebastian Rasmussen <sebras@gmail.com>
554
555 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
556
886d5428
AM
5572018-05-08 Alan Modra <amodra@gmail.com>
558
559 PR 23141
560 * objcopy.c (is_strip_section): Strip groups without a valid
561 signature symbol.
562
ce4ec1a9
AM
5632018-05-07 Alan Modra <amodra@gmail.com>
564
565 PR 23142
566 * objcopy.c (group_signature): Don't accept groups that use a
567 symbol table other than the one we've read.
568
fe944acf
FT
5692018-04-30 Francois H. Theron <francois.theron@netronome.com>
570
571 * readelf.c: Very basic support for EM_NFP and its section types.
572 * testsuite/binutils-all/nfp: New directory.
573 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
574 tests.
575 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
576 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
577 * testsuite/binutils-all/nfp/test1.d: New file.
578 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
579 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
580 * NEWS: Mention the new support.
581
6d9dabbb
MR
5822018-04-27 Maciej W. Rozycki <macro@mips.com>
583
584 * testsuite/lib/binutils-common.exp (match_target): New procedure.
585 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
586 of `istarget' for matching with `target', `not-target', `skip'
587 and `not-skip' options.
588
0df8ad28
NC
5892018-04-26 Nick Clifton <nickc@redhat.com>
590
591 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
592 32-bit absolute reloc for the HPPA target.
593 * testsuite/binutils-all/note-5.d: New test.
594 * testsuite/binutils-all/note-5.s: Source file for new test.
595 * testsuite/binutils-all/objcopy.exp: Run new test.
596
f1ac0afe
CL
5972018-04-25 Christophe Lyon <christophe.lyon@st.com>
598
599 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
600 * testsuite/binutils-all/elfedit-3.d: Likewise.
601 * testsuite/binutils-all/objcopy.exp: Likewise.
602 * testsuite/binutils-all/strip-3.d: Likewise.
603 * testsuite/lib/binutils-common.exp: Likewise.
604
18a20338
CL
6052018-04-25 Christophe Lyon <christophe.lyon@st.com>
606 Mickaël Guêné <mickael.guene@st.com>
607
608 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
609 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
610
2ac93be7
AM
6112018-04-25 Alan Modra <amodra@gmail.com>
612
613 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
614 arm-coff support.
615 * testsuite/binutils-all/objcopy.exp: Likewise.
616 * testsuite/lib/binutils-common.exp: Likewise.
617
a7504f87
NC
6182018-04-18 Nick Clifton <nickc@redhat.com>
619
620 PR 23062
621 * dwarf.c (read_and_display_attr_value): Replace assertions with
622 test and warning message.
623
c65c21e1
AM
6242018-04-18 Alan Modra <amodra@gmail.com>
625
626 * testsuite/lib/binutils-common.exp: Remove support for assorted
627 aout targets.
628
6aea08d9
NC
6292018-04-17 Nick Clifton <nickc@redhat.com>
630
c4a91159 631 PR 23063
56d8f8a9
NC
632 * readelf.c (print_symbol): If the width is zero, return straight
633 away.
634
6aea08d9
NC
635 PR 23064
636 * dwarf.c (process_cu_tu_index): Test for a potential buffer
637 overrun before copying signature pointer.
638
f954747f
AM
6392018-04-17 Alan Modra <amodra@gmail.com>
640
641 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
642
d7867d17
AM
6432018-04-16 Alan Modra <amodra@gmail.com>
644
645 * readelf.c (get_machine_name): Correct typo.
646
ddb00039
AM
6472018-04-16 Alan Modra <amodra@gmail.com>
648
649 * configure.ac: Remove arm-epoc-pe support.
650 * dlltool.c: Likewise.
651 * configure: Regenerate.
652
c9098af4
AM
6532018-04-16 Alan Modra <amodra@gmail.com>
654
655 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
656 sparc-coff support.
657
dc12032b
AM
6582018-04-16 Alan Modra <amodra@gmail.com>
659
660 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
661 support.
662 * testsuite/binutils-all/copy-3.d: Likewise.
663 * testsuite/binutils-all/objcopy.exp: Likewise.
664 * testsuite/lib/binutils-common.exp: Likewise.
665
211dc24b
AM
6662018-04-16 Alan Modra <amodra@gmail.com>
667
668 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
669
a9a4b302
AM
6702018-04-16 Alan Modra <amodra@gmail.com>
671
672 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
673
04cb01fd
AM
6742018-04-16 Alan Modra <amodra@gmail.com>
675
676 * testsuite/binutils-all/objdump.exp: Remove we32k support.
677
c2bf1eec
AM
6782018-04-16 Alan Modra <amodra@gmail.com>
679
680 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
681 * testsuite/binutils-all/objdump.exp: Remove m88k support.
682
6793974d
AM
6832018-04-16 Alan Modra <amodra@gmail.com>
684
685 * readelf.c: Remove i370 support.
686 * testsuite/binutils-all/objdump.exp: Likewise.
687
e82aa794
AM
6882018-04-16 Alan Modra <amodra@gmail.com>
689
690 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
691 * testsuite/lib/binutils-common.exp: Likewise.
692
fe0bf0fd
AM
6932018-04-16 Alan Modra <amodra@gmail.com>
694
695 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
696
fdef3943
AM
6972018-04-16 Alan Modra <amodra@gmail.com>
698
699 * Makefile.am: Remove IEEE 695 support.
700 * budbg.h: Likewise.
701 * doc/binutils.texi: Likewise.
702 * makefile.vms: Likewise.
703 * objcopy.c: Likewise.
704 * objdump.c: Likewise.
705 * rddbg.c: Likewise.
706 * ieee.c: Delete.
707 * Makefile.in: Regenerate.
708 * po/POTFILES.in: Regenerate.
709
5972ac73
AM
7102018-04-16 Alan Modra <amodra@gmail.com>
711
712 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
713 * testsuite/binutils-all/nm.exp: Likewise.
714
b4b594e3
AM
7152018-04-16 Alan Modra <amodra@gmail.com>
716
717 * .gitignore: Remove netware support.
718 * Makefile.am: Likewise.
719 * configure.ac: Likewise.
720 * doc/Makefile.am: Likewise.
721 * doc/binutils.texi: Likewise.
722 * testsuite/binutils-all/nm.exp: Likewise.
723 * nlmconv.c: Delete.
724 * nlmconv.h: Delete.
725 * nlmheader.y: Delete.
726 * Makefile.in: Regenerate.
727 * configure: Regenerate.
728 * doc/Makefile.in: Regenerate.
729 * po/POTFILES.in: Regenerate.
730
fceadf09
AM
7312018-04-16 Alan Modra <amodra@gmail.com>
732
733 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
734
fb70ec17
AM
7352018-04-14 Alan Modra <amodra@gmail.com>
736
737 * readelf.c (get_machine_name): Revert 2018-04-11 change.
738
86c6c6df
NC
7392018-04-12 Nick Clifton <nickc@redhat.com>
740
741 PR 23050
742 * readelf.c (process_dynamic_section): Correct dynamic string
743 table size calculation.
744
a8eb42a8
AM
7452018-04-11 Alan Modra <amodra@gmail.com>
746
747 * ieee.c: Remove i960 support.
748 * od-macho.c: Remove i860 support.
749 * readelf.c: Remove i860 and i960 support.
750 * testsuite/binutils-all/objcopy.exp: Likewise.
751 * testsuite/binutils-all/objdump.exp: Likewise.
752 * testsuite/lib/binutils-common.exp: Likewise.
753
c43b2c54
MR
7542018-04-11 Maciej W. Rozycki <macro@mips.com>
755
756 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
757 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
758
d4ae1932
AM
7592018-04-10 Alan Modra <amodra@gmail.com>
760
761 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
762 reloc=11 for pru and reloc=50 for nds32.
763 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
764
d52e3d06
MR
7652018-04-09 Maciej W. Rozycki <macro@mips.com>
766
767 * testsuite/binutils-all/strip-15.d: New test.
768 * testsuite/binutils-all/strip-15rel.s: New test source.
769 * testsuite/binutils-all/strip-15rela.s: New test source.
770 * testsuite/binutils-all/strip-15mips64.s: New test source.
771 * testsuite/binutils-all/objcopy.exp: Run the new test.
772
3f97ba9f
MR
7732018-04-09 Maciej W. Rozycki <macro@mips.com>
774
775 * testsuite/binutils-all/strip-14.d: New test.
776 * testsuite/binutils-all/strip-14rel.s: New test source.
777 * testsuite/binutils-all/strip-14rela.s: New test source.
778 * testsuite/binutils-all/strip-14mips64.s: New test source.
779 * testsuite/binutils-all/objcopy.exp: Run the new test.
780
2008a0db
TT
7812018-04-06 Tom Tromey <tom@tromey.com>
782
783 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
784 constants from DWARF 5.
785
3cba8b6c
L
7862018-04-05 H.J. Lu <hongjiu.lu@intel.com>
787
788 PR gas/22318
789 * configure: Regenerated.
790
2d8c1a23
MR
7912018-04-05 Maciej W. Rozycki <macro@mips.com>
792
793 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
794 than `.dc.w' in second relocation.
795
65bd2045
MR
7962018-04-05 Maciej W. Rozycki <macro@mips.com>
797
798 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
799 relocation type 0x8f' error message.
800
2f8ceb38
MR
8012018-04-05 Maciej W. Rozycki <macro@mips.com>
802
803 * testsuite/binutils-all/strip-13.s: Rename to...
804 * testsuite/binutils-all/strip-13rela.s: ... this.
805 * testsuite/binutils-all/strip-13rel.s: New test source.
806 * testsuite/binutils-all/strip-13mips64.s: New test source.
807 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
808 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
809 `m68hc11-*' to `not-target' list.
810 * testsuite/binutils-all/objcopy.exp: Switch between sources for
811 `strip-13'.
812
aad7be45
MR
8132018-04-05 Maciej W. Rozycki <macro@mips.com>
814
815 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
816 241 (0xf1) for the relocation number and RELA addend.
817 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
818 `not-target' list.
819
89f60df2
JDA
8202018-04-04 John David Anglin <danglin@gcc.gnu.org>
821
822 * MAINTAINERS: Update my e-mail address.
823
f1ca0d6d
NC
8242018-04-04 Nick Clifton <nickc@redhat.com>
825
826 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
827
8fd75781
NC
8282018-03-23 Nick Clifton <nickc@redhat.com>
829
830 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
831 symbols.
832 (print_gnu_build_attribute_description): If no file start symbol
833 could be found, look for one two bytes into the file.
834 * testsuite/binutils-all/note-4-64.s: Set the address of the file
835 start symbol to two bytes into the file.
836 * testsuite/binutils-all/note-4-32.s: Likewise.
837
b1202ffa
L
8382018-03-21 H.J. Lu <hongjiu.lu@intel.com>
839
840 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
841 DF_1_WEAKFILTER and DF_1_NOCOMMON.
842
7e100140
NC
8432018-03-20 Nick Clifton <nickc@redhat.com>
844
845 * po/es.po: Updated Spanish translation.
846 * po/ru.po: Updated Russian translation.
847
e45ad123
NC
8482018-03-13 Nick Clifton <nickc@redhat.com>
849
850 PR 22957
851 * stabs.c (pop_binincl): Fail if the file index is off the end of
852 the stack.
853
81db3241
NC
8542018-03-13 Nick Clifton <nickc@redhat.com>
855
856 PR 22955
857 * stabs.c (parse_number): Add p_end parameter and use it to check
858 the validity of the pp parameter. Add checks to prevent walking
859 off the end of the string buffer.
860 (parse_stab_string): Likewise.
861 (parse_stab_type): Likewise.
862 (parse_stab_type_number): Likewise.
863 (parse_stab_range_type): Likewise.
864 (parse_stab_sun_builtin_type): Likewise.
865 (parse_stab_sun_floating_type): Likewise.
866 (parse_stab_enum_type): Likewise.
867 (parse_stab_struct_type): Likewise.
868 (parse_stab_baseclasses): Likewise.
869 (parse_stab_struct_fields): Likewise.
870 (parse_stab_cpp_abbrev): Likewise.
871 (parse_stab_one_struct_field): Likewise.
872 (parse_stab_members): Likewise.
873 (parse_stab_tilde_field): Likewise.
874 (parse_stab_array_type): Likewise.
e45ad123 875
81db3241
NC
876 * parse_stab: Compute the end of the string and then pass it on to
877 individual parser functions.
878
6d4f21f6
PP
8792018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
880
881 PR binutils/22923
882 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
883 overflow.
884
52fe4420
AM
8852018-03-07 Alan Modra <amodra@gmail.com>
886
887 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
888 * configure: Regenerate.
889
0e70b27b
L
8902018-03-05 H.J. Lu <hongjiu.lu@intel.com>
891
892 PR binutils/22911
893 * objdump.c (is_significant_symbol_name): Return TRUE for all
894 .plt* sections.
895 (find_symbol_for_address): Replace linear search with binary
896 search on dynamic relocations.
897
d11ae95e
NC
8982018-03-01 Nick Clifton <nickc@redhat.com>
899
900 PR 22905
901 * dwarf.c (display_debug_ranges): Check that the offset loaded
902 from the range_entry structure is valid.
903
e184813f
AM
9042018-03-01 Alan Modra <amodra@gmail.com>
905
906 * configure.ac (ALL_LINGUAS): Add sr. Sort.
907 * configure: Regenerate.
908
bc7c0509
NC
9092018-02-27 Nick Clifton <nickc@redhat.com>
910
911 * po/pt.po: New Portuguese translation.
912 * configure.ac (ALL_LINGUAS): Add pt.
913 * configure: Regenerate.
914
f3185997
NC
9152018-02-27 Nick Clifton <nickc@redhat.com>
916
917 PR 22875
918 * objcopy.c (copy_object): Check the error status after marking
919 symbols used in relocations.
920 * testsuite/binutils-all/strip-13.s: New test source file.
921 * testsuite/binutils-all/strip-13.s: New test driver file.
922 * testsuite/binutils-all/objcopy.exp: Run the new test.
923
2c1c9679
AM
9242018-02-26 Alan Modra <amodra@gmail.com>
925
926 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
927 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
928
6e05870c
AM
9292018-02-23 Alan Modra <amodra@gmail.com>
930
931 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
932 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
933
b0ab9c45
RH
9342018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
935
936 * doc/binutils.texi (objcopy): Add missing closing square
937 parenthesis to listing of objcopy's command line options.
938
e535d0dd
MK
9392018-02-19 Matthias Klose <doko@debian.org>
940
941 * strings.c (long_options): Include-all-whitespace does not take
f9853190 942 an extra agument.
e535d0dd 943
6e5e9d58
AM
9442018-02-13 Alan Modra <amodra@gmail.com>
945
946 PR 22836
947 * testsuite/binutils-all/group-7.s,
948 * testsuite/binutils-all/group-7a.d,
949 * testsuite/binutils-all/group-7b.d,
950 * testsuite/binutils-all/group-7c.d: New tests.
951 * testsuite/binutils-all/objcopy.exp: Run them.
952
8de3a6e2
NC
9532018-02-08 Nick Clifton <nickc@redhat.com>
954
955 PR 22802
956 * dwarf.c (load_separate_debug_file): Return early if the user is
957 not interested in debug links.
958
68807c3c
NC
9592018-02-06 Nick Clifton <nickc@redhat.com>
960
961 PR 22793
962 * readelf.c (find_section): Replace assertion with test and return
963 of NULL.
964 (find_section_by_address): Add test of section header table
965 existance.
966 (find_section_by_type): Likewise.
967 (find_section_in_set): Likewise.
968
2d6dda71
MR
9692018-02-05 Maciej W. Rozycki <macro@mips.com>
970
971 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
972 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
973 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
974 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
975
78c88364
MR
9762018-02-05 Maciej W. Rozycki <macro@mips.com>
977
978 * testsuite/config/default.exp (binutils_run): Document
979 `binutils_run_status'.
980 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
981 and set it.
982 (run_dump_test): Add `error', `error_output', `warning' and
983 `warning_output' options. Update documentation accordingly.
984
5bb0830d
AB
9852018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
986
987 * dwarf.c (dwarf_regnames_riscv): New register name table.
988 (init_dwarf_regnames_riscv): New function.
989 (init_dwarf_regnames): Add call to initialise RiscV register
990 names.
991 * dwarf.h (init_dwarf_regnames_riscv): Declare.
992 * objdump.c (dump_dwarf): Add call to initialise RiscV register
993 names.
994
f2023ce7
AM
9952018-02-01 Alan Modra <amodra@gmail.com>
996
997 PR 22769
998 * objdump.c (load_specific_debug_section): Check for overflow
999 when adding one to section size for a string section terminator.
1000
fcabedd5
NC
10012018-01-30 Nick Clifton <nickc@redhat.com>
1002
1003 PR 22734
1004 * doc/binutils.texi (nm): Update description to point out that
1005 zero-initialized values can also be shown as type B, b, S or s
1006 since they can be stored in the BSS section.
1007
f49db8be
AM
10082018-01-30 Alan Modra <amodra@gmail.com>
1009
1010 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
1011 "artificially large" end address.
1012
a8d6d6ac
NC
10132018-01-28 Nick Clifton <nickc@redhat.com>
1014
1015 * README-how-to-make-a-release: Add note about checking gpg key
1016 and the results of gnupload.
1017
9a5db26e
NC
10182018-01-27 Nick Clifton <nickc@redhat.com>
1019
1020 * README-how-to-make-a-release: Add details on how to actually
1021 make the release.
1022
94c2436b
NC
10232018-01-26 Nick Clifton <nickc@redhat.com>
1024
1025 * README-how-to-make-a-release: Add more details on updating
1026 version numbers.
1027
1ea332d6
MR
10282018-01-22 Maciej W. Rozycki <macro@mips.com>
1029
1030 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
1031 option description.
1032
d65ce302
MR
10332018-01-22 Maciej W. Rozycki <macro@mips.com>
1034
1035 * MAINTAINERS: Update my company e-mail address.
1036
f433138f
NC
10372018-01-22 Nick Clifton <nickc@redhat.com>
1038
1039 * po/sv.po: Updated Swedish translation.
1040
7ab82037
NC
10412018-01-18 Nick Clifton <nickc@redhat.com>
1042
1043 * po/bg.po: Updated Bulgarian translation.
1044
0dd86f32
JB
10452018-01-16 Joel Brobecker <brobecker@adacore.com>
1046
1047 * README-how-to-make-a-release: Add reminder to update the
1048 branch name in gdbadmin's crontab on sourceware.
1049
a960d29f
JB
10502018-01-16 Joel Brobecker <brobecker@adacore.com>
1051
1052 * README-how-to-make-a-release: Remove trailing spaces.
1053
f6efed01
NC
10542018-01-16 Nick Clifton <nickc@redhat.com>
1055
1056 * po/fr.po: Updated French translation.
1057
616dcb87
NC
10582018-01-15 Nick Clifton <nickc@redhat.com>
1059
1060 * po/uk.po: Updated Ukranian translation.
1061
3957a496
NC
10622018-01-13 Nick Clifton <nickc@redhat.com>
1063
19e2900b 1064 * README-how-to-make-a-release: Update notes.
3957a496
NC
1065 * po/binutils.pot: Regenerated.
1066
769c7ea5
NC
10672018-01-13 Nick Clifton <nickc@redhat.com>
1068
1069 * configure: Regenerate.
1070
9176ac5b
NC
10712018-01-13 Nick Clifton <nickc@redhat.com>
1072
faf766e3 1073 2.30 branch created.
9176ac5b
NC
1074 * NEWS: Add marker for 2.30.
1075
98ab9e96
NC
10762018-01-12 Nick Clifton <nickc@redhat.com>
1077
1078 * README-how-to-make-a-release: Add notes on how to make the
1079 branch and prelease snapshot.
1080 * BRANCHES: Add binutils-2_29-branch.
1081
bf41f30d
NC
10822018-01-10 Nick Clifton <nickc@redhat.com>
1083
1084 * MAINTAINERS: Note that it is now the configure.ac file and not
1085 the configure.in file that needs to be kept in sync with gcc.
1086 Add a note about sending patches for libiberty to gcc.
1087
f13974bd
NC
10882018-01-03 Nick Clifton <nickc@redhat.com>
1089
1090 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
1091 constants.
1092
6f156d7a
NC
10932018-01-03 Nick Clifton <nickc@redhat.com>
1094
1095 * objcopy.c (objcopy_internal_note): New structure.
1096 (gap_exists): New function.
1097 (is_open_note): New function.
1098 (is_func_note): New function.
1099 (is_64bit): New function.
1100 (merge_gnu_build_notes): Handle v3 notes. Do not merge
1101 if there are relocations against the notes.
1102 * readelf.c (get_note_type): Use short names for build attribute
1103 notes.
1104 (print_symbol_for_build_attribute): Rename to
1105 get_symbol_for_build_attribute. Returns the found symbol rather
1106 than printing it.
1107 (print_gnu_build_attribute_description): Maintain address ranges
1108 for function notes as well as global notes. Handle v3 notes.
1109 (print_gnu_build_attribute_name): Use more space for printing the
1110 name in wide mode.
1111 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
1112 Eliminate symbol references in order to remove the need for
1113 relocations.
1114 * testsuite/binutils-all/note-2-64.s: Likewise.
1115 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
1116 symbol.
1117 * testsuite/binutils-all/note-3-64.s: Likewise.
1118 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
1119 output.
1120 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
1121 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
1122 * testsuite/binutils-all/note-2-32.d: Likewise.
1123 * testsuite/binutils-all/note-2-64.d: Likewise.
1124 * testsuite/binutils-all/note-3-32.d: Likewise.
1125 * testsuite/binutils-all/note-3-64.d: Likewise.
1126 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
1127 * testsuite/binutils-all/note-4-32.s: New test.
1128 * testsuite/binutils-all/note-4-64.d: New test result file.
1129 * testsuite/binutils-all/note-4-32.d: New test result file.
1130
219d1afa
AM
11312018-01-03 Alan Modra <amodra@gmail.com>
1132
1133 Update year range in copyright notice of all files.
1134
1e563868 1135For older changes see ChangeLog-2017
3499769a 1136\f
1e563868 1137Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
1138
1139Copying and distribution of this file, with or without modification,
1140are permitted in any medium without royalty provided the copyright
1141notice and this notice are preserved.
1142
1143Local Variables:
1144mode: change-log
1145left-margin: 8
1146fill-column: 74
1147version-control: never
1148End:
This page took 0.187001 seconds and 4 git commands to generate.