Update the notes on how to make a binutils release.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2018-07-14 Nick Clifton <nickc@redhat.com>
2
3 * README-how-to-make-a-release: Updated with corrections based on
4 the 2.31 release experience.
5
6 2018-07-12 Francois H. Theron <francois.theron@netronome.com>
7
8 * readelf.c (process_section_headers): Don't print section type
9 twice for --section-details.
10
11 2018-07-10 Alan Modra <amodra@gmail.com>
12
13 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
14 zero for xgate.
15
16 2018-07-06 Nick Clifton <nickc@redhat.com>
17
18 * readelf.c (same_section): New function.
19 (print_gnu_build_attribute_description): Do not complain about
20 gaps that cross a section boundary.
21
22 2018-07-05 Nick Clifton <nickc@redhat.com>
23
24 * po/bg.po: Updated Bulgarian translation.
25
26 2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
27
28 * NEWS: Use command-line consistently when used in a compount word.
29 * doc/binutils.texi: Likewise and fix trailing whitespace on same
30 line.
31
32 2018-06-26 Nick Clifton <nickc@redhat.com>
33
34 * po/sv.po: Updated Swedish translation.
35 * po/uk.po: Updated Ukranian translation.
36
37 2018-06-26 Nick Clifton <nickc@redhat.com>
38
39 * doc/binutils.texi: Fix spelling mistakes.
40 * README--how-to-make-a-release: Likewise.
41
42 2018-06-25 Tom Tromey <tom@tromey.com>
43
44 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
45 Bump version number.
46
47 2018-06-24 Nick Clifton <nickc@redhat.com>
48
49 * README-how-to-make-a-release: Update with experiences from
50 making 2.31 branch.
51 * po/binutils.pot: Regenerate.
52 * configure: Regenerate.
53
54 2018-06-24 Nick Clifton <nickc@redhat.com>
55
56 2.31 branch created.
57 * NEWS: Add marker for 2.31.
58
59 2018-06-21 Alan Modra <amodra@gmail.com>
60
61 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
62 * doc/Makefile.in: Regenerate.
63
64 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
65
66 * configure.ac: Remove AC_PREREQ.
67 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
68 info-in-builddir no-texinfo.tex.
69 * Makefile.in: Re-generate.
70 * aclocal.m4: Re-generate.
71 * config.in: Re-generate.
72 * configure: Re-generate.
73 * doc/Makefile.in: Re-generate.
74
75 2018-06-19 Andreas Schwab <schwab@suse.de>
76
77 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
78 (is_8bit_abs_reloc): New function.
79 (is_6bit_abs_reloc): New function.
80 (is_6bit_inplace_sub_reloc): New function.
81 (apply_relocations): Use them. Handle 6-bit relocations.
82
83 2018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
84
85 * readelf.c (print_mips_ases): Add GINV extension.
86
87 2018-06-14 H.J. Lu <hongjiu.lu@intel.com>
88
89 PR binutils/23267
90 * readelf.c (get_symbol_version_string): Check if the first
91 symbol version is base version.
92
93 2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
94 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
95
96 * readelf.c (print_mips_ases): Add CRC.
97
98 2018-06-13 Nick Clifton <nickc@redhat.com>
99
100 * doc/binutils.texi (objdump): Add missing closing square
101 parenthesis to listing of objcopy's command line options.
102
103 2018-06-11 Nick Clifton <nickc@redhat.com>
104
105 * po/es.po: Updated Spanish translation.
106
107 2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
108
109 * configure: Regenerated.
110
111 2018-05-31 Alan Modra <amodra@gmail.com>
112
113 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
114 set CC_FOR_TARGET. Run test non-native.
115 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
116 Likewise.
117 (test_follow_debuglink): Run test non-native.
118
119 2018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
120
121 PR 23107
122 * ar.c (display_offsets): New variable.
123 (usage): Add description of 'O' operator.
124 (decode_option): Handle 'O' operator.
125 (print_descr): Pass display_offsets to print_arelt_descr.
126 * arsup.c: Update call to printy_arelt_descr.
127 * objdump.c: Likewise.
128 * bucomm.c (print_arelt_descr): If offsets parameter is true then
129 display offset of archive element within the archive.
130 * bucomm.h: Update prototype for print_arelt_descr.
131 * doc/binutils.texi: Update description of ar command.
132 * NEWS: Mention the new feature.
133 * testsuite/binutils-all/ar.exp: Add text of new feature.
134
135 2018-05-28 Alan Modra <amodra@gmail.com>
136
137 PR 23235
138 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
139 unsupported rather than fail on compile errors.
140 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
141 Likewise. Save and restore CFLAGS_FOR_TARGET.
142
143 2018-05-18 Kito Cheng <kito.cheng@gmail.com>
144
145 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
146
147 2018-05-18 John Darrington <john@darrington.wattle.id.au>
148
149 * readelf.c: Add support for s12z architecture.
150 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
151 targets.
152
153 2018-05-15 Tamar Christina <tamar.christina@arm.com>
154
155 PR binutils/21446
156 * doc/binutils.texi (-M): Document AArch64 options.
157
158 2018-05-15 Tamar Christina <tamar.christina@arm.com>
159
160 PR binutils/21446
161 * doc/binutils.texi (-M): Document AArch64 options.
162 * NEWS: Document notes and warnings.
163
164 2018-05-15 Alan Modra <amodra@gmail.com>
165
166 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
167 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
168 and *uclinux* into *linux*.
169 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
170 strip-13 test, exclude arm-vxworks and arm-windiss.
171
172 2018-05-10 John Darrington <john@darrington.wattle.id.au>
173
174 * readelf.c (get_machine_name): EM_S12Z - handle new case.
175
176 2018-05-09 Alan Modra <amodra@gmail.com>
177
178 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
179
180 2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
181
182 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
183
184 2018-05-08 Alan Modra <amodra@gmail.com>
185
186 PR 23141
187 * objcopy.c (is_strip_section): Strip groups without a valid
188 signature symbol.
189
190 2018-05-07 Alan Modra <amodra@gmail.com>
191
192 PR 23142
193 * objcopy.c (group_signature): Don't accept groups that use a
194 symbol table other than the one we've read.
195
196 2018-04-30 Francois H. Theron <francois.theron@netronome.com>
197
198 * readelf.c: Very basic support for EM_NFP and its section types.
199 * testsuite/binutils-all/nfp: New directory.
200 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
201 tests.
202 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
203 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
204 * testsuite/binutils-all/nfp/test1.d: New file.
205 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
206 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
207 * NEWS: Mention the new support.
208
209 2018-04-27 Maciej W. Rozycki <macro@mips.com>
210
211 * testsuite/lib/binutils-common.exp (match_target): New procedure.
212 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
213 of `istarget' for matching with `target', `not-target', `skip'
214 and `not-skip' options.
215
216 2018-04-26 Nick Clifton <nickc@redhat.com>
217
218 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
219 32-bit absolute reloc for the HPPA target.
220 * testsuite/binutils-all/note-5.d: New test.
221 * testsuite/binutils-all/note-5.s: Source file for new test.
222 * testsuite/binutils-all/objcopy.exp: Run new test.
223
224 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
225
226 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
227 * testsuite/binutils-all/elfedit-3.d: Likewise.
228 * testsuite/binutils-all/objcopy.exp: Likewise.
229 * testsuite/binutils-all/strip-3.d: Likewise.
230 * testsuite/lib/binutils-common.exp: Likewise.
231
232 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
233 Mickaël Guêné <mickael.guene@st.com>
234
235 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
236 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
237
238 2018-04-25 Alan Modra <amodra@gmail.com>
239
240 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
241 arm-coff support.
242 * testsuite/binutils-all/objcopy.exp: Likewise.
243 * testsuite/lib/binutils-common.exp: Likewise.
244
245 2018-04-18 Nick Clifton <nickc@redhat.com>
246
247 PR 23062
248 * dwarf.c (read_and_display_attr_value): Replace assertions with
249 test and warning message.
250
251 2018-04-18 Alan Modra <amodra@gmail.com>
252
253 * testsuite/lib/binutils-common.exp: Remove support for assorted
254 aout targets.
255
256 2018-04-17 Nick Clifton <nickc@redhat.com>
257
258 PR 23063
259 * readelf.c (print_symbol): If the width is zero, return straight
260 away.
261
262 PR 23064
263 * dwarf.c (process_cu_tu_index): Test for a potential buffer
264 overrun before copying signature pointer.
265
266 2018-04-17 Alan Modra <amodra@gmail.com>
267
268 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
269
270 2018-04-16 Alan Modra <amodra@gmail.com>
271
272 * readelf.c (get_machine_name): Correct typo.
273
274 2018-04-16 Alan Modra <amodra@gmail.com>
275
276 * configure.ac: Remove arm-epoc-pe support.
277 * dlltool.c: Likewise.
278 * configure: Regenerate.
279
280 2018-04-16 Alan Modra <amodra@gmail.com>
281
282 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
283 sparc-coff support.
284
285 2018-04-16 Alan Modra <amodra@gmail.com>
286
287 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
288 support.
289 * testsuite/binutils-all/copy-3.d: Likewise.
290 * testsuite/binutils-all/objcopy.exp: Likewise.
291 * testsuite/lib/binutils-common.exp: Likewise.
292
293 2018-04-16 Alan Modra <amodra@gmail.com>
294
295 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
296
297 2018-04-16 Alan Modra <amodra@gmail.com>
298
299 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
300
301 2018-04-16 Alan Modra <amodra@gmail.com>
302
303 * testsuite/binutils-all/objdump.exp: Remove we32k support.
304
305 2018-04-16 Alan Modra <amodra@gmail.com>
306
307 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
308 * testsuite/binutils-all/objdump.exp: Remove m88k support.
309
310 2018-04-16 Alan Modra <amodra@gmail.com>
311
312 * readelf.c: Remove i370 support.
313 * testsuite/binutils-all/objdump.exp: Likewise.
314
315 2018-04-16 Alan Modra <amodra@gmail.com>
316
317 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
318 * testsuite/lib/binutils-common.exp: Likewise.
319
320 2018-04-16 Alan Modra <amodra@gmail.com>
321
322 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
323
324 2018-04-16 Alan Modra <amodra@gmail.com>
325
326 * Makefile.am: Remove IEEE 695 support.
327 * budbg.h: Likewise.
328 * doc/binutils.texi: Likewise.
329 * makefile.vms: Likewise.
330 * objcopy.c: Likewise.
331 * objdump.c: Likewise.
332 * rddbg.c: Likewise.
333 * ieee.c: Delete.
334 * Makefile.in: Regenerate.
335 * po/POTFILES.in: Regenerate.
336
337 2018-04-16 Alan Modra <amodra@gmail.com>
338
339 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
340 * testsuite/binutils-all/nm.exp: Likewise.
341
342 2018-04-16 Alan Modra <amodra@gmail.com>
343
344 * .gitignore: Remove netware support.
345 * Makefile.am: Likewise.
346 * configure.ac: Likewise.
347 * doc/Makefile.am: Likewise.
348 * doc/binutils.texi: Likewise.
349 * testsuite/binutils-all/nm.exp: Likewise.
350 * nlmconv.c: Delete.
351 * nlmconv.h: Delete.
352 * nlmheader.y: Delete.
353 * Makefile.in: Regenerate.
354 * configure: Regenerate.
355 * doc/Makefile.in: Regenerate.
356 * po/POTFILES.in: Regenerate.
357
358 2018-04-16 Alan Modra <amodra@gmail.com>
359
360 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
361
362 2018-04-14 Alan Modra <amodra@gmail.com>
363
364 * readelf.c (get_machine_name): Revert 2018-04-11 change.
365
366 2018-04-12 Nick Clifton <nickc@redhat.com>
367
368 PR 23050
369 * readelf.c (process_dynamic_section): Correct dynamic string
370 table size calculation.
371
372 2018-04-11 Alan Modra <amodra@gmail.com>
373
374 * ieee.c: Remove i960 support.
375 * od-macho.c: Remove i860 support.
376 * readelf.c: Remove i860 and i960 support.
377 * testsuite/binutils-all/objcopy.exp: Likewise.
378 * testsuite/binutils-all/objdump.exp: Likewise.
379 * testsuite/lib/binutils-common.exp: Likewise.
380
381 2018-04-11 Maciej W. Rozycki <macro@mips.com>
382
383 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
384 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
385
386 2018-04-10 Alan Modra <amodra@gmail.com>
387
388 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
389 reloc=11 for pru and reloc=50 for nds32.
390 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
391
392 2018-04-09 Maciej W. Rozycki <macro@mips.com>
393
394 * testsuite/binutils-all/strip-15.d: New test.
395 * testsuite/binutils-all/strip-15rel.s: New test source.
396 * testsuite/binutils-all/strip-15rela.s: New test source.
397 * testsuite/binutils-all/strip-15mips64.s: New test source.
398 * testsuite/binutils-all/objcopy.exp: Run the new test.
399
400 2018-04-09 Maciej W. Rozycki <macro@mips.com>
401
402 * testsuite/binutils-all/strip-14.d: New test.
403 * testsuite/binutils-all/strip-14rel.s: New test source.
404 * testsuite/binutils-all/strip-14rela.s: New test source.
405 * testsuite/binutils-all/strip-14mips64.s: New test source.
406 * testsuite/binutils-all/objcopy.exp: Run the new test.
407
408 2018-04-06 Tom Tromey <tom@tromey.com>
409
410 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
411 constants from DWARF 5.
412
413 2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
414
415 PR gas/22318
416 * configure: Regenerated.
417
418 2018-04-05 Maciej W. Rozycki <macro@mips.com>
419
420 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
421 than `.dc.w' in second relocation.
422
423 2018-04-05 Maciej W. Rozycki <macro@mips.com>
424
425 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
426 relocation type 0x8f' error message.
427
428 2018-04-05 Maciej W. Rozycki <macro@mips.com>
429
430 * testsuite/binutils-all/strip-13.s: Rename to...
431 * testsuite/binutils-all/strip-13rela.s: ... this.
432 * testsuite/binutils-all/strip-13rel.s: New test source.
433 * testsuite/binutils-all/strip-13mips64.s: New test source.
434 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
435 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
436 `m68hc11-*' to `not-target' list.
437 * testsuite/binutils-all/objcopy.exp: Switch between sources for
438 `strip-13'.
439
440 2018-04-05 Maciej W. Rozycki <macro@mips.com>
441
442 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
443 241 (0xf1) for the relocation number and RELA addend.
444 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
445 `not-target' list.
446
447 2018-04-04 John David Anglin <danglin@gcc.gnu.org>
448
449 * MAINTAINERS: Update my e-mail address.
450
451 2018-04-04 Nick Clifton <nickc@redhat.com>
452
453 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
454
455 2018-03-23 Nick Clifton <nickc@redhat.com>
456
457 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
458 symbols.
459 (print_gnu_build_attribute_description): If no file start symbol
460 could be found, look for one two bytes into the file.
461 * testsuite/binutils-all/note-4-64.s: Set the address of the file
462 start symbol to two bytes into the file.
463 * testsuite/binutils-all/note-4-32.s: Likewise.
464
465 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
466
467 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
468 DF_1_WEAKFILTER and DF_1_NOCOMMON.
469
470 2018-03-20 Nick Clifton <nickc@redhat.com>
471
472 * po/es.po: Updated Spanish translation.
473 * po/ru.po: Updated Russian translation.
474
475 2018-03-13 Nick Clifton <nickc@redhat.com>
476
477 PR 22957
478 * stabs.c (pop_binincl): Fail if the file index is off the end of
479 the stack.
480
481 2018-03-13 Nick Clifton <nickc@redhat.com>
482
483 PR 22955
484 * stabs.c (parse_number): Add p_end parameter and use it to check
485 the validity of the pp parameter. Add checks to prevent walking
486 off the end of the string buffer.
487 (parse_stab_string): Likewise.
488 (parse_stab_type): Likewise.
489 (parse_stab_type_number): Likewise.
490 (parse_stab_range_type): Likewise.
491 (parse_stab_sun_builtin_type): Likewise.
492 (parse_stab_sun_floating_type): Likewise.
493 (parse_stab_enum_type): Likewise.
494 (parse_stab_struct_type): Likewise.
495 (parse_stab_baseclasses): Likewise.
496 (parse_stab_struct_fields): Likewise.
497 (parse_stab_cpp_abbrev): Likewise.
498 (parse_stab_one_struct_field): Likewise.
499 (parse_stab_members): Likewise.
500 (parse_stab_tilde_field): Likewise.
501 (parse_stab_array_type): Likewise.
502
503 * parse_stab: Compute the end of the string and then pass it on to
504 individual parser functions.
505
506 2018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
507
508 PR binutils/22923
509 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
510 overflow.
511
512 2018-03-07 Alan Modra <amodra@gmail.com>
513
514 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
515 * configure: Regenerate.
516
517 2018-03-05 H.J. Lu <hongjiu.lu@intel.com>
518
519 PR binutils/22911
520 * objdump.c (is_significant_symbol_name): Return TRUE for all
521 .plt* sections.
522 (find_symbol_for_address): Replace linear search with binary
523 search on dynamic relocations.
524
525 2018-03-01 Nick Clifton <nickc@redhat.com>
526
527 PR 22905
528 * dwarf.c (display_debug_ranges): Check that the offset loaded
529 from the range_entry structure is valid.
530
531 2018-03-01 Alan Modra <amodra@gmail.com>
532
533 * configure.ac (ALL_LINGUAS): Add sr. Sort.
534 * configure: Regenerate.
535
536 2018-02-27 Nick Clifton <nickc@redhat.com>
537
538 * po/pt.po: New Portuguese translation.
539 * configure.ac (ALL_LINGUAS): Add pt.
540 * configure: Regenerate.
541
542 2018-02-27 Nick Clifton <nickc@redhat.com>
543
544 PR 22875
545 * objcopy.c (copy_object): Check the error status after marking
546 symbols used in relocations.
547 * testsuite/binutils-all/strip-13.s: New test source file.
548 * testsuite/binutils-all/strip-13.s: New test driver file.
549 * testsuite/binutils-all/objcopy.exp: Run the new test.
550
551 2018-02-26 Alan Modra <amodra@gmail.com>
552
553 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
554 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
555
556 2018-02-23 Alan Modra <amodra@gmail.com>
557
558 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
559 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
560
561 2018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
562
563 * doc/binutils.texi (objcopy): Add missing closing square
564 parenthesis to listing of objcopy's command line options.
565
566 2018-02-19 Matthias Klose <doko@debian.org>
567
568 * strings.c (long_options): Include-all-whitespace does not take
569 an extra agument.
570
571 2018-02-13 Alan Modra <amodra@gmail.com>
572
573 PR 22836
574 * testsuite/binutils-all/group-7.s,
575 * testsuite/binutils-all/group-7a.d,
576 * testsuite/binutils-all/group-7b.d,
577 * testsuite/binutils-all/group-7c.d: New tests.
578 * testsuite/binutils-all/objcopy.exp: Run them.
579
580 2018-02-08 Nick Clifton <nickc@redhat.com>
581
582 PR 22802
583 * dwarf.c (load_separate_debug_file): Return early if the user is
584 not interested in debug links.
585
586 2018-02-06 Nick Clifton <nickc@redhat.com>
587
588 PR 22793
589 * readelf.c (find_section): Replace assertion with test and return
590 of NULL.
591 (find_section_by_address): Add test of section header table
592 existance.
593 (find_section_by_type): Likewise.
594 (find_section_in_set): Likewise.
595
596 2018-02-05 Maciej W. Rozycki <macro@mips.com>
597
598 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
599 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
600 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
601 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
602
603 2018-02-05 Maciej W. Rozycki <macro@mips.com>
604
605 * testsuite/config/default.exp (binutils_run): Document
606 `binutils_run_status'.
607 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
608 and set it.
609 (run_dump_test): Add `error', `error_output', `warning' and
610 `warning_output' options. Update documentation accordingly.
611
612 2018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
613
614 * dwarf.c (dwarf_regnames_riscv): New register name table.
615 (init_dwarf_regnames_riscv): New function.
616 (init_dwarf_regnames): Add call to initialise RiscV register
617 names.
618 * dwarf.h (init_dwarf_regnames_riscv): Declare.
619 * objdump.c (dump_dwarf): Add call to initialise RiscV register
620 names.
621
622 2018-02-01 Alan Modra <amodra@gmail.com>
623
624 PR 22769
625 * objdump.c (load_specific_debug_section): Check for overflow
626 when adding one to section size for a string section terminator.
627
628 2018-01-30 Nick Clifton <nickc@redhat.com>
629
630 PR 22734
631 * doc/binutils.texi (nm): Update description to point out that
632 zero-initialized values can also be shown as type B, b, S or s
633 since they can be stored in the BSS section.
634
635 2018-01-30 Alan Modra <amodra@gmail.com>
636
637 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
638 "artificially large" end address.
639
640 2018-01-28 Nick Clifton <nickc@redhat.com>
641
642 * README-how-to-make-a-release: Add note about checking gpg key
643 and the results of gnupload.
644
645 2018-01-27 Nick Clifton <nickc@redhat.com>
646
647 * README-how-to-make-a-release: Add details on how to actually
648 make the release.
649
650 2018-01-26 Nick Clifton <nickc@redhat.com>
651
652 * README-how-to-make-a-release: Add more details on updating
653 version numbers.
654
655 2018-01-22 Maciej W. Rozycki <macro@mips.com>
656
657 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
658 option description.
659
660 2018-01-22 Maciej W. Rozycki <macro@mips.com>
661
662 * MAINTAINERS: Update my company e-mail address.
663
664 2018-01-22 Nick Clifton <nickc@redhat.com>
665
666 * po/sv.po: Updated Swedish translation.
667
668 2018-01-18 Nick Clifton <nickc@redhat.com>
669
670 * po/bg.po: Updated Bulgarian translation.
671
672 2018-01-16 Joel Brobecker <brobecker@adacore.com>
673
674 * README-how-to-make-a-release: Add reminder to update the
675 branch name in gdbadmin's crontab on sourceware.
676
677 2018-01-16 Joel Brobecker <brobecker@adacore.com>
678
679 * README-how-to-make-a-release: Remove trailing spaces.
680
681 2018-01-16 Nick Clifton <nickc@redhat.com>
682
683 * po/fr.po: Updated French translation.
684
685 2018-01-15 Nick Clifton <nickc@redhat.com>
686
687 * po/uk.po: Updated Ukranian translation.
688
689 2018-01-13 Nick Clifton <nickc@redhat.com>
690
691 * README-how-to-make-a-release: Update notes.
692 * po/binutils.pot: Regenerated.
693
694 2018-01-13 Nick Clifton <nickc@redhat.com>
695
696 * configure: Regenerate.
697
698 2018-01-13 Nick Clifton <nickc@redhat.com>
699
700 2.30 branch created.
701 * NEWS: Add marker for 2.30.
702
703 2018-01-12 Nick Clifton <nickc@redhat.com>
704
705 * README-how-to-make-a-release: Add notes on how to make the
706 branch and prelease snapshot.
707 * BRANCHES: Add binutils-2_29-branch.
708
709 2018-01-10 Nick Clifton <nickc@redhat.com>
710
711 * MAINTAINERS: Note that it is now the configure.ac file and not
712 the configure.in file that needs to be kept in sync with gcc.
713 Add a note about sending patches for libiberty to gcc.
714
715 2018-01-03 Nick Clifton <nickc@redhat.com>
716
717 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
718 constants.
719
720 2018-01-03 Nick Clifton <nickc@redhat.com>
721
722 * objcopy.c (objcopy_internal_note): New structure.
723 (gap_exists): New function.
724 (is_open_note): New function.
725 (is_func_note): New function.
726 (is_64bit): New function.
727 (merge_gnu_build_notes): Handle v3 notes. Do not merge
728 if there are relocations against the notes.
729 * readelf.c (get_note_type): Use short names for build attribute
730 notes.
731 (print_symbol_for_build_attribute): Rename to
732 get_symbol_for_build_attribute. Returns the found symbol rather
733 than printing it.
734 (print_gnu_build_attribute_description): Maintain address ranges
735 for function notes as well as global notes. Handle v3 notes.
736 (print_gnu_build_attribute_name): Use more space for printing the
737 name in wide mode.
738 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
739 Eliminate symbol references in order to remove the need for
740 relocations.
741 * testsuite/binutils-all/note-2-64.s: Likewise.
742 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
743 symbol.
744 * testsuite/binutils-all/note-3-64.s: Likewise.
745 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
746 output.
747 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
748 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
749 * testsuite/binutils-all/note-2-32.d: Likewise.
750 * testsuite/binutils-all/note-2-64.d: Likewise.
751 * testsuite/binutils-all/note-3-32.d: Likewise.
752 * testsuite/binutils-all/note-3-64.d: Likewise.
753 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
754 * testsuite/binutils-all/note-4-32.s: New test.
755 * testsuite/binutils-all/note-4-64.d: New test result file.
756 * testsuite/binutils-all/note-4-32.d: New test result file.
757
758 2018-01-03 Alan Modra <amodra@gmail.com>
759
760 Update year range in copyright notice of all files.
761
762 For older changes see ChangeLog-2017
763 \f
764 Copyright (C) 2018 Free Software Foundation, Inc.
765
766 Copying and distribution of this file, with or without modification,
767 are permitted in any medium without royalty provided the copyright
768 notice and this notice are preserved.
769
770 Local Variables:
771 mode: change-log
772 left-margin: 8
773 fill-column: 74
774 version-control: never
775 End:
This page took 0.076074 seconds and 5 git commands to generate.