]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Allocate dwp_file with new
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
7b4ae824
JD
12018-05-18 John Darrington <john@darrington.wattle.id.au>
2
3 * readelf.c: Add support for s12z architecture.
4 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
5 targets.
6
f9830ec1
TC
72018-05-15 Tamar Christina <tamar.christina@arm.com>
8
9 PR binutils/21446
10 * doc/binutils.texi (-M): Document AArch64 options.
11
7d02540a
TC
122018-05-15 Tamar Christina <tamar.christina@arm.com>
13
14 PR binutils/21446
15 * doc/binutils.texi (-M): Document AArch64 options.
16 * NEWS: Document notes and warnings.
17
679ca975
AM
182018-05-15 Alan Modra <amodra@gmail.com>
19
20 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
21 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
22 and *uclinux* into *linux*.
23 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
24 strip-13 test, exclude arm-vxworks and arm-windiss.
25
637b1970
JD
262018-05-10 John Darrington <john@darrington.wattle.id.au>
27
28 * readelf.c (get_machine_name): EM_S12Z - handle new case.
29
60cb2c8a
AM
302018-05-09 Alan Modra <amodra@gmail.com>
31
32 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
33
84f9f8c3
AM
342018-05-09 Sebastian Rasmussen <sebras@gmail.com>
35
36 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
37
886d5428
AM
382018-05-08 Alan Modra <amodra@gmail.com>
39
40 PR 23141
41 * objcopy.c (is_strip_section): Strip groups without a valid
42 signature symbol.
43
ce4ec1a9
AM
442018-05-07 Alan Modra <amodra@gmail.com>
45
46 PR 23142
47 * objcopy.c (group_signature): Don't accept groups that use a
48 symbol table other than the one we've read.
49
fe944acf
FT
502018-04-30 Francois H. Theron <francois.theron@netronome.com>
51
52 * readelf.c: Very basic support for EM_NFP and its section types.
53 * testsuite/binutils-all/nfp: New directory.
54 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
55 tests.
56 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
57 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
58 * testsuite/binutils-all/nfp/test1.d: New file.
59 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
60 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
61 * NEWS: Mention the new support.
62
6d9dabbb
MR
632018-04-27 Maciej W. Rozycki <macro@mips.com>
64
65 * testsuite/lib/binutils-common.exp (match_target): New procedure.
66 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
67 of `istarget' for matching with `target', `not-target', `skip'
68 and `not-skip' options.
69
0df8ad28
NC
702018-04-26 Nick Clifton <nickc@redhat.com>
71
72 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
73 32-bit absolute reloc for the HPPA target.
74 * testsuite/binutils-all/note-5.d: New test.
75 * testsuite/binutils-all/note-5.s: Source file for new test.
76 * testsuite/binutils-all/objcopy.exp: Run new test.
77
f1ac0afe
CL
782018-04-25 Christophe Lyon <christophe.lyon@st.com>
79
80 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
81 * testsuite/binutils-all/elfedit-3.d: Likewise.
82 * testsuite/binutils-all/objcopy.exp: Likewise.
83 * testsuite/binutils-all/strip-3.d: Likewise.
84 * testsuite/lib/binutils-common.exp: Likewise.
85
18a20338
CL
862018-04-25 Christophe Lyon <christophe.lyon@st.com>
87 Mickaël Guêné <mickael.guene@st.com>
88
89 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
90 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
91
2ac93be7
AM
922018-04-25 Alan Modra <amodra@gmail.com>
93
94 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
95 arm-coff support.
96 * testsuite/binutils-all/objcopy.exp: Likewise.
97 * testsuite/lib/binutils-common.exp: Likewise.
98
a7504f87
NC
992018-04-18 Nick Clifton <nickc@redhat.com>
100
101 PR 23062
102 * dwarf.c (read_and_display_attr_value): Replace assertions with
103 test and warning message.
104
c65c21e1
AM
1052018-04-18 Alan Modra <amodra@gmail.com>
106
107 * testsuite/lib/binutils-common.exp: Remove support for assorted
108 aout targets.
109
6aea08d9
NC
1102018-04-17 Nick Clifton <nickc@redhat.com>
111
c4a91159 112 PR 23063
56d8f8a9
NC
113 * readelf.c (print_symbol): If the width is zero, return straight
114 away.
115
6aea08d9
NC
116 PR 23064
117 * dwarf.c (process_cu_tu_index): Test for a potential buffer
118 overrun before copying signature pointer.
119
f954747f
AM
1202018-04-17 Alan Modra <amodra@gmail.com>
121
122 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
123
d7867d17
AM
1242018-04-16 Alan Modra <amodra@gmail.com>
125
126 * readelf.c (get_machine_name): Correct typo.
127
ddb00039
AM
1282018-04-16 Alan Modra <amodra@gmail.com>
129
130 * configure.ac: Remove arm-epoc-pe support.
131 * dlltool.c: Likewise.
132 * configure: Regenerate.
133
c9098af4
AM
1342018-04-16 Alan Modra <amodra@gmail.com>
135
136 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
137 sparc-coff support.
138
dc12032b
AM
1392018-04-16 Alan Modra <amodra@gmail.com>
140
141 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
142 support.
143 * testsuite/binutils-all/copy-3.d: Likewise.
144 * testsuite/binutils-all/objcopy.exp: Likewise.
145 * testsuite/lib/binutils-common.exp: Likewise.
146
211dc24b
AM
1472018-04-16 Alan Modra <amodra@gmail.com>
148
149 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
150
a9a4b302
AM
1512018-04-16 Alan Modra <amodra@gmail.com>
152
153 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
154
04cb01fd
AM
1552018-04-16 Alan Modra <amodra@gmail.com>
156
157 * testsuite/binutils-all/objdump.exp: Remove we32k support.
158
c2bf1eec
AM
1592018-04-16 Alan Modra <amodra@gmail.com>
160
161 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
162 * testsuite/binutils-all/objdump.exp: Remove m88k support.
163
6793974d
AM
1642018-04-16 Alan Modra <amodra@gmail.com>
165
166 * readelf.c: Remove i370 support.
167 * testsuite/binutils-all/objdump.exp: Likewise.
168
e82aa794
AM
1692018-04-16 Alan Modra <amodra@gmail.com>
170
171 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
172 * testsuite/lib/binutils-common.exp: Likewise.
173
fe0bf0fd
AM
1742018-04-16 Alan Modra <amodra@gmail.com>
175
176 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
177
fdef3943
AM
1782018-04-16 Alan Modra <amodra@gmail.com>
179
180 * Makefile.am: Remove IEEE 695 support.
181 * budbg.h: Likewise.
182 * doc/binutils.texi: Likewise.
183 * makefile.vms: Likewise.
184 * objcopy.c: Likewise.
185 * objdump.c: Likewise.
186 * rddbg.c: Likewise.
187 * ieee.c: Delete.
188 * Makefile.in: Regenerate.
189 * po/POTFILES.in: Regenerate.
190
5972ac73
AM
1912018-04-16 Alan Modra <amodra@gmail.com>
192
193 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
194 * testsuite/binutils-all/nm.exp: Likewise.
195
b4b594e3
AM
1962018-04-16 Alan Modra <amodra@gmail.com>
197
198 * .gitignore: Remove netware support.
199 * Makefile.am: Likewise.
200 * configure.ac: Likewise.
201 * doc/Makefile.am: Likewise.
202 * doc/binutils.texi: Likewise.
203 * testsuite/binutils-all/nm.exp: Likewise.
204 * nlmconv.c: Delete.
205 * nlmconv.h: Delete.
206 * nlmheader.y: Delete.
207 * Makefile.in: Regenerate.
208 * configure: Regenerate.
209 * doc/Makefile.in: Regenerate.
210 * po/POTFILES.in: Regenerate.
211
fceadf09
AM
2122018-04-16 Alan Modra <amodra@gmail.com>
213
214 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
215
fb70ec17
AM
2162018-04-14 Alan Modra <amodra@gmail.com>
217
218 * readelf.c (get_machine_name): Revert 2018-04-11 change.
219
86c6c6df
NC
2202018-04-12 Nick Clifton <nickc@redhat.com>
221
222 PR 23050
223 * readelf.c (process_dynamic_section): Correct dynamic string
224 table size calculation.
225
a8eb42a8
AM
2262018-04-11 Alan Modra <amodra@gmail.com>
227
228 * ieee.c: Remove i960 support.
229 * od-macho.c: Remove i860 support.
230 * readelf.c: Remove i860 and i960 support.
231 * testsuite/binutils-all/objcopy.exp: Likewise.
232 * testsuite/binutils-all/objdump.exp: Likewise.
233 * testsuite/lib/binutils-common.exp: Likewise.
234
c43b2c54
MR
2352018-04-11 Maciej W. Rozycki <macro@mips.com>
236
237 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
238 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
239
d4ae1932
AM
2402018-04-10 Alan Modra <amodra@gmail.com>
241
242 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
243 reloc=11 for pru and reloc=50 for nds32.
244 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
245
d52e3d06
MR
2462018-04-09 Maciej W. Rozycki <macro@mips.com>
247
248 * testsuite/binutils-all/strip-15.d: New test.
249 * testsuite/binutils-all/strip-15rel.s: New test source.
250 * testsuite/binutils-all/strip-15rela.s: New test source.
251 * testsuite/binutils-all/strip-15mips64.s: New test source.
252 * testsuite/binutils-all/objcopy.exp: Run the new test.
253
3f97ba9f
MR
2542018-04-09 Maciej W. Rozycki <macro@mips.com>
255
256 * testsuite/binutils-all/strip-14.d: New test.
257 * testsuite/binutils-all/strip-14rel.s: New test source.
258 * testsuite/binutils-all/strip-14rela.s: New test source.
259 * testsuite/binutils-all/strip-14mips64.s: New test source.
260 * testsuite/binutils-all/objcopy.exp: Run the new test.
261
2008a0db
TT
2622018-04-06 Tom Tromey <tom@tromey.com>
263
264 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
265 constants from DWARF 5.
266
3cba8b6c
L
2672018-04-05 H.J. Lu <hongjiu.lu@intel.com>
268
269 PR gas/22318
270 * configure: Regenerated.
271
2d8c1a23
MR
2722018-04-05 Maciej W. Rozycki <macro@mips.com>
273
274 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
275 than `.dc.w' in second relocation.
276
65bd2045
MR
2772018-04-05 Maciej W. Rozycki <macro@mips.com>
278
279 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
280 relocation type 0x8f' error message.
281
2f8ceb38
MR
2822018-04-05 Maciej W. Rozycki <macro@mips.com>
283
284 * testsuite/binutils-all/strip-13.s: Rename to...
285 * testsuite/binutils-all/strip-13rela.s: ... this.
286 * testsuite/binutils-all/strip-13rel.s: New test source.
287 * testsuite/binutils-all/strip-13mips64.s: New test source.
288 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
289 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
290 `m68hc11-*' to `not-target' list.
291 * testsuite/binutils-all/objcopy.exp: Switch between sources for
292 `strip-13'.
293
aad7be45
MR
2942018-04-05 Maciej W. Rozycki <macro@mips.com>
295
296 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
297 241 (0xf1) for the relocation number and RELA addend.
298 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
299 `not-target' list.
300
89f60df2
JDA
3012018-04-04 John David Anglin <danglin@gcc.gnu.org>
302
303 * MAINTAINERS: Update my e-mail address.
304
f1ca0d6d
NC
3052018-04-04 Nick Clifton <nickc@redhat.com>
306
307 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
308
8fd75781
NC
3092018-03-23 Nick Clifton <nickc@redhat.com>
310
311 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
312 symbols.
313 (print_gnu_build_attribute_description): If no file start symbol
314 could be found, look for one two bytes into the file.
315 * testsuite/binutils-all/note-4-64.s: Set the address of the file
316 start symbol to two bytes into the file.
317 * testsuite/binutils-all/note-4-32.s: Likewise.
318
b1202ffa
L
3192018-03-21 H.J. Lu <hongjiu.lu@intel.com>
320
321 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
322 DF_1_WEAKFILTER and DF_1_NOCOMMON.
323
7e100140
NC
3242018-03-20 Nick Clifton <nickc@redhat.com>
325
326 * po/es.po: Updated Spanish translation.
327 * po/ru.po: Updated Russian translation.
328
e45ad123
NC
3292018-03-13 Nick Clifton <nickc@redhat.com>
330
331 PR 22957
332 * stabs.c (pop_binincl): Fail if the file index is off the end of
333 the stack.
334
81db3241
NC
3352018-03-13 Nick Clifton <nickc@redhat.com>
336
337 PR 22955
338 * stabs.c (parse_number): Add p_end parameter and use it to check
339 the validity of the pp parameter. Add checks to prevent walking
340 off the end of the string buffer.
341 (parse_stab_string): Likewise.
342 (parse_stab_type): Likewise.
343 (parse_stab_type_number): Likewise.
344 (parse_stab_range_type): Likewise.
345 (parse_stab_sun_builtin_type): Likewise.
346 (parse_stab_sun_floating_type): Likewise.
347 (parse_stab_enum_type): Likewise.
348 (parse_stab_struct_type): Likewise.
349 (parse_stab_baseclasses): Likewise.
350 (parse_stab_struct_fields): Likewise.
351 (parse_stab_cpp_abbrev): Likewise.
352 (parse_stab_one_struct_field): Likewise.
353 (parse_stab_members): Likewise.
354 (parse_stab_tilde_field): Likewise.
355 (parse_stab_array_type): Likewise.
e45ad123 356
81db3241
NC
357 * parse_stab: Compute the end of the string and then pass it on to
358 individual parser functions.
359
6d4f21f6
PP
3602018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
361
362 PR binutils/22923
363 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
364 overflow.
365
52fe4420
AM
3662018-03-07 Alan Modra <amodra@gmail.com>
367
368 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
369 * configure: Regenerate.
370
0e70b27b
L
3712018-03-05 H.J. Lu <hongjiu.lu@intel.com>
372
373 PR binutils/22911
374 * objdump.c (is_significant_symbol_name): Return TRUE for all
375 .plt* sections.
376 (find_symbol_for_address): Replace linear search with binary
377 search on dynamic relocations.
378
d11ae95e
NC
3792018-03-01 Nick Clifton <nickc@redhat.com>
380
381 PR 22905
382 * dwarf.c (display_debug_ranges): Check that the offset loaded
383 from the range_entry structure is valid.
384
e184813f
AM
3852018-03-01 Alan Modra <amodra@gmail.com>
386
387 * configure.ac (ALL_LINGUAS): Add sr. Sort.
388 * configure: Regenerate.
389
bc7c0509
NC
3902018-02-27 Nick Clifton <nickc@redhat.com>
391
392 * po/pt.po: New Portuguese translation.
393 * configure.ac (ALL_LINGUAS): Add pt.
394 * configure: Regenerate.
395
f3185997
NC
3962018-02-27 Nick Clifton <nickc@redhat.com>
397
398 PR 22875
399 * objcopy.c (copy_object): Check the error status after marking
400 symbols used in relocations.
401 * testsuite/binutils-all/strip-13.s: New test source file.
402 * testsuite/binutils-all/strip-13.s: New test driver file.
403 * testsuite/binutils-all/objcopy.exp: Run the new test.
404
2c1c9679
AM
4052018-02-26 Alan Modra <amodra@gmail.com>
406
407 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
408 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
409
6e05870c
AM
4102018-02-23 Alan Modra <amodra@gmail.com>
411
412 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
413 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
414
b0ab9c45
RH
4152018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
416
417 * doc/binutils.texi (objcopy): Add missing closing square
418 parenthesis to listing of objcopy's command line options.
419
e535d0dd
MK
4202018-02-19 Matthias Klose <doko@debian.org>
421
422 * strings.c (long_options): Include-all-whitespace does not take
423 an extra agument.
424
6e5e9d58
AM
4252018-02-13 Alan Modra <amodra@gmail.com>
426
427 PR 22836
428 * testsuite/binutils-all/group-7.s,
429 * testsuite/binutils-all/group-7a.d,
430 * testsuite/binutils-all/group-7b.d,
431 * testsuite/binutils-all/group-7c.d: New tests.
432 * testsuite/binutils-all/objcopy.exp: Run them.
433
8de3a6e2
NC
4342018-02-08 Nick Clifton <nickc@redhat.com>
435
436 PR 22802
437 * dwarf.c (load_separate_debug_file): Return early if the user is
438 not interested in debug links.
439
68807c3c
NC
4402018-02-06 Nick Clifton <nickc@redhat.com>
441
442 PR 22793
443 * readelf.c (find_section): Replace assertion with test and return
444 of NULL.
445 (find_section_by_address): Add test of section header table
446 existance.
447 (find_section_by_type): Likewise.
448 (find_section_in_set): Likewise.
449
2d6dda71
MR
4502018-02-05 Maciej W. Rozycki <macro@mips.com>
451
452 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
453 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
454 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
455 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
456
78c88364
MR
4572018-02-05 Maciej W. Rozycki <macro@mips.com>
458
459 * testsuite/config/default.exp (binutils_run): Document
460 `binutils_run_status'.
461 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
462 and set it.
463 (run_dump_test): Add `error', `error_output', `warning' and
464 `warning_output' options. Update documentation accordingly.
465
5bb0830d
AB
4662018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * dwarf.c (dwarf_regnames_riscv): New register name table.
469 (init_dwarf_regnames_riscv): New function.
470 (init_dwarf_regnames): Add call to initialise RiscV register
471 names.
472 * dwarf.h (init_dwarf_regnames_riscv): Declare.
473 * objdump.c (dump_dwarf): Add call to initialise RiscV register
474 names.
475
f2023ce7
AM
4762018-02-01 Alan Modra <amodra@gmail.com>
477
478 PR 22769
479 * objdump.c (load_specific_debug_section): Check for overflow
480 when adding one to section size for a string section terminator.
481
fcabedd5
NC
4822018-01-30 Nick Clifton <nickc@redhat.com>
483
484 PR 22734
485 * doc/binutils.texi (nm): Update description to point out that
486 zero-initialized values can also be shown as type B, b, S or s
487 since they can be stored in the BSS section.
488
f49db8be
AM
4892018-01-30 Alan Modra <amodra@gmail.com>
490
491 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
492 "artificially large" end address.
493
a8d6d6ac
NC
4942018-01-28 Nick Clifton <nickc@redhat.com>
495
496 * README-how-to-make-a-release: Add note about checking gpg key
497 and the results of gnupload.
498
9a5db26e
NC
4992018-01-27 Nick Clifton <nickc@redhat.com>
500
501 * README-how-to-make-a-release: Add details on how to actually
502 make the release.
503
94c2436b
NC
5042018-01-26 Nick Clifton <nickc@redhat.com>
505
506 * README-how-to-make-a-release: Add more details on updating
507 version numbers.
508
1ea332d6
MR
5092018-01-22 Maciej W. Rozycki <macro@mips.com>
510
511 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
512 option description.
513
d65ce302
MR
5142018-01-22 Maciej W. Rozycki <macro@mips.com>
515
516 * MAINTAINERS: Update my company e-mail address.
517
f433138f
NC
5182018-01-22 Nick Clifton <nickc@redhat.com>
519
520 * po/sv.po: Updated Swedish translation.
521
7ab82037
NC
5222018-01-18 Nick Clifton <nickc@redhat.com>
523
524 * po/bg.po: Updated Bulgarian translation.
525
0dd86f32
JB
5262018-01-16 Joel Brobecker <brobecker@adacore.com>
527
528 * README-how-to-make-a-release: Add reminder to update the
529 branch name in gdbadmin's crontab on sourceware.
530
a960d29f
JB
5312018-01-16 Joel Brobecker <brobecker@adacore.com>
532
533 * README-how-to-make-a-release: Remove trailing spaces.
534
f6efed01
NC
5352018-01-16 Nick Clifton <nickc@redhat.com>
536
537 * po/fr.po: Updated French translation.
538
616dcb87
NC
5392018-01-15 Nick Clifton <nickc@redhat.com>
540
541 * po/uk.po: Updated Ukranian translation.
542
3957a496
NC
5432018-01-13 Nick Clifton <nickc@redhat.com>
544
19e2900b 545 * README-how-to-make-a-release: Update notes.
3957a496
NC
546 * po/binutils.pot: Regenerated.
547
769c7ea5
NC
5482018-01-13 Nick Clifton <nickc@redhat.com>
549
550 * configure: Regenerate.
551
9176ac5b
NC
5522018-01-13 Nick Clifton <nickc@redhat.com>
553
faf766e3 554 2.30 branch created.
9176ac5b
NC
555 * NEWS: Add marker for 2.30.
556
98ab9e96
NC
5572018-01-12 Nick Clifton <nickc@redhat.com>
558
559 * README-how-to-make-a-release: Add notes on how to make the
560 branch and prelease snapshot.
561 * BRANCHES: Add binutils-2_29-branch.
562
bf41f30d
NC
5632018-01-10 Nick Clifton <nickc@redhat.com>
564
565 * MAINTAINERS: Note that it is now the configure.ac file and not
566 the configure.in file that needs to be kept in sync with gcc.
567 Add a note about sending patches for libiberty to gcc.
568
f13974bd
NC
5692018-01-03 Nick Clifton <nickc@redhat.com>
570
571 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
572 constants.
573
6f156d7a
NC
5742018-01-03 Nick Clifton <nickc@redhat.com>
575
576 * objcopy.c (objcopy_internal_note): New structure.
577 (gap_exists): New function.
578 (is_open_note): New function.
579 (is_func_note): New function.
580 (is_64bit): New function.
581 (merge_gnu_build_notes): Handle v3 notes. Do not merge
582 if there are relocations against the notes.
583 * readelf.c (get_note_type): Use short names for build attribute
584 notes.
585 (print_symbol_for_build_attribute): Rename to
586 get_symbol_for_build_attribute. Returns the found symbol rather
587 than printing it.
588 (print_gnu_build_attribute_description): Maintain address ranges
589 for function notes as well as global notes. Handle v3 notes.
590 (print_gnu_build_attribute_name): Use more space for printing the
591 name in wide mode.
592 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
593 Eliminate symbol references in order to remove the need for
594 relocations.
595 * testsuite/binutils-all/note-2-64.s: Likewise.
596 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
597 symbol.
598 * testsuite/binutils-all/note-3-64.s: Likewise.
599 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
600 output.
601 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
602 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
603 * testsuite/binutils-all/note-2-32.d: Likewise.
604 * testsuite/binutils-all/note-2-64.d: Likewise.
605 * testsuite/binutils-all/note-3-32.d: Likewise.
606 * testsuite/binutils-all/note-3-64.d: Likewise.
607 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
608 * testsuite/binutils-all/note-4-32.s: New test.
609 * testsuite/binutils-all/note-4-64.d: New test result file.
610 * testsuite/binutils-all/note-4-32.d: New test result file.
611
219d1afa
AM
6122018-01-03 Alan Modra <amodra@gmail.com>
613
614 Update year range in copyright notice of all files.
615
1e563868 616For older changes see ChangeLog-2017
3499769a 617\f
1e563868 618Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
619
620Copying and distribution of this file, with or without modification,
621are permitted in any medium without royalty provided the copyright
622notice and this notice are preserved.
623
624Local Variables:
625mode: change-log
626left-margin: 8
627fill-column: 74
628version-control: never
629End: