Add support for detecting Freescale S12Z binaries in readelf.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
637b1970
JD
12018-05-10 John Darrington <john@darrington.wattle.id.au>
2
3 * readelf.c (get_machine_name): EM_S12Z - handle new case.
4
60cb2c8a
AM
52018-05-09 Alan Modra <amodra@gmail.com>
6
7 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
8
84f9f8c3
AM
92018-05-09 Sebastian Rasmussen <sebras@gmail.com>
10
11 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
12
886d5428
AM
132018-05-08 Alan Modra <amodra@gmail.com>
14
15 PR 23141
16 * objcopy.c (is_strip_section): Strip groups without a valid
17 signature symbol.
18
ce4ec1a9
AM
192018-05-07 Alan Modra <amodra@gmail.com>
20
21 PR 23142
22 * objcopy.c (group_signature): Don't accept groups that use a
23 symbol table other than the one we've read.
24
fe944acf
FT
252018-04-30 Francois H. Theron <francois.theron@netronome.com>
26
27 * readelf.c: Very basic support for EM_NFP and its section types.
28 * testsuite/binutils-all/nfp: New directory.
29 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
30 tests.
31 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
32 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
33 * testsuite/binutils-all/nfp/test1.d: New file.
34 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
35 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
36 * NEWS: Mention the new support.
37
6d9dabbb
MR
382018-04-27 Maciej W. Rozycki <macro@mips.com>
39
40 * testsuite/lib/binutils-common.exp (match_target): New procedure.
41 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
42 of `istarget' for matching with `target', `not-target', `skip'
43 and `not-skip' options.
44
0df8ad28
NC
452018-04-26 Nick Clifton <nickc@redhat.com>
46
47 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
48 32-bit absolute reloc for the HPPA target.
49 * testsuite/binutils-all/note-5.d: New test.
50 * testsuite/binutils-all/note-5.s: Source file for new test.
51 * testsuite/binutils-all/objcopy.exp: Run new test.
52
f1ac0afe
CL
532018-04-25 Christophe Lyon <christophe.lyon@st.com>
54
55 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
56 * testsuite/binutils-all/elfedit-3.d: Likewise.
57 * testsuite/binutils-all/objcopy.exp: Likewise.
58 * testsuite/binutils-all/strip-3.d: Likewise.
59 * testsuite/lib/binutils-common.exp: Likewise.
60
18a20338
CL
612018-04-25 Christophe Lyon <christophe.lyon@st.com>
62 Mickaël Guêné <mickael.guene@st.com>
63
64 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
65 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
66
2ac93be7
AM
672018-04-25 Alan Modra <amodra@gmail.com>
68
69 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
70 arm-coff support.
71 * testsuite/binutils-all/objcopy.exp: Likewise.
72 * testsuite/lib/binutils-common.exp: Likewise.
73
a7504f87
NC
742018-04-18 Nick Clifton <nickc@redhat.com>
75
76 PR 23062
77 * dwarf.c (read_and_display_attr_value): Replace assertions with
78 test and warning message.
79
c65c21e1
AM
802018-04-18 Alan Modra <amodra@gmail.com>
81
82 * testsuite/lib/binutils-common.exp: Remove support for assorted
83 aout targets.
84
6aea08d9
NC
852018-04-17 Nick Clifton <nickc@redhat.com>
86
c4a91159 87 PR 23063
56d8f8a9
NC
88 * readelf.c (print_symbol): If the width is zero, return straight
89 away.
90
6aea08d9
NC
91 PR 23064
92 * dwarf.c (process_cu_tu_index): Test for a potential buffer
93 overrun before copying signature pointer.
94
f954747f
AM
952018-04-17 Alan Modra <amodra@gmail.com>
96
97 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
98
d7867d17
AM
992018-04-16 Alan Modra <amodra@gmail.com>
100
101 * readelf.c (get_machine_name): Correct typo.
102
ddb00039
AM
1032018-04-16 Alan Modra <amodra@gmail.com>
104
105 * configure.ac: Remove arm-epoc-pe support.
106 * dlltool.c: Likewise.
107 * configure: Regenerate.
108
c9098af4
AM
1092018-04-16 Alan Modra <amodra@gmail.com>
110
111 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
112 sparc-coff support.
113
dc12032b
AM
1142018-04-16 Alan Modra <amodra@gmail.com>
115
116 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
117 support.
118 * testsuite/binutils-all/copy-3.d: Likewise.
119 * testsuite/binutils-all/objcopy.exp: Likewise.
120 * testsuite/lib/binutils-common.exp: Likewise.
121
211dc24b
AM
1222018-04-16 Alan Modra <amodra@gmail.com>
123
124 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
125
a9a4b302
AM
1262018-04-16 Alan Modra <amodra@gmail.com>
127
128 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
129
04cb01fd
AM
1302018-04-16 Alan Modra <amodra@gmail.com>
131
132 * testsuite/binutils-all/objdump.exp: Remove we32k support.
133
c2bf1eec
AM
1342018-04-16 Alan Modra <amodra@gmail.com>
135
136 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
137 * testsuite/binutils-all/objdump.exp: Remove m88k support.
138
6793974d
AM
1392018-04-16 Alan Modra <amodra@gmail.com>
140
141 * readelf.c: Remove i370 support.
142 * testsuite/binutils-all/objdump.exp: Likewise.
143
e82aa794
AM
1442018-04-16 Alan Modra <amodra@gmail.com>
145
146 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
147 * testsuite/lib/binutils-common.exp: Likewise.
148
fe0bf0fd
AM
1492018-04-16 Alan Modra <amodra@gmail.com>
150
151 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
152
fdef3943
AM
1532018-04-16 Alan Modra <amodra@gmail.com>
154
155 * Makefile.am: Remove IEEE 695 support.
156 * budbg.h: Likewise.
157 * doc/binutils.texi: Likewise.
158 * makefile.vms: Likewise.
159 * objcopy.c: Likewise.
160 * objdump.c: Likewise.
161 * rddbg.c: Likewise.
162 * ieee.c: Delete.
163 * Makefile.in: Regenerate.
164 * po/POTFILES.in: Regenerate.
165
5972ac73
AM
1662018-04-16 Alan Modra <amodra@gmail.com>
167
168 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
169 * testsuite/binutils-all/nm.exp: Likewise.
170
b4b594e3
AM
1712018-04-16 Alan Modra <amodra@gmail.com>
172
173 * .gitignore: Remove netware support.
174 * Makefile.am: Likewise.
175 * configure.ac: Likewise.
176 * doc/Makefile.am: Likewise.
177 * doc/binutils.texi: Likewise.
178 * testsuite/binutils-all/nm.exp: Likewise.
179 * nlmconv.c: Delete.
180 * nlmconv.h: Delete.
181 * nlmheader.y: Delete.
182 * Makefile.in: Regenerate.
183 * configure: Regenerate.
184 * doc/Makefile.in: Regenerate.
185 * po/POTFILES.in: Regenerate.
186
fceadf09
AM
1872018-04-16 Alan Modra <amodra@gmail.com>
188
189 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
190
fb70ec17
AM
1912018-04-14 Alan Modra <amodra@gmail.com>
192
193 * readelf.c (get_machine_name): Revert 2018-04-11 change.
194
86c6c6df
NC
1952018-04-12 Nick Clifton <nickc@redhat.com>
196
197 PR 23050
198 * readelf.c (process_dynamic_section): Correct dynamic string
199 table size calculation.
200
a8eb42a8
AM
2012018-04-11 Alan Modra <amodra@gmail.com>
202
203 * ieee.c: Remove i960 support.
204 * od-macho.c: Remove i860 support.
205 * readelf.c: Remove i860 and i960 support.
206 * testsuite/binutils-all/objcopy.exp: Likewise.
207 * testsuite/binutils-all/objdump.exp: Likewise.
208 * testsuite/lib/binutils-common.exp: Likewise.
209
c43b2c54
MR
2102018-04-11 Maciej W. Rozycki <macro@mips.com>
211
212 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
213 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
214
d4ae1932
AM
2152018-04-10 Alan Modra <amodra@gmail.com>
216
217 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
218 reloc=11 for pru and reloc=50 for nds32.
219 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
220
d52e3d06
MR
2212018-04-09 Maciej W. Rozycki <macro@mips.com>
222
223 * testsuite/binutils-all/strip-15.d: New test.
224 * testsuite/binutils-all/strip-15rel.s: New test source.
225 * testsuite/binutils-all/strip-15rela.s: New test source.
226 * testsuite/binutils-all/strip-15mips64.s: New test source.
227 * testsuite/binutils-all/objcopy.exp: Run the new test.
228
3f97ba9f
MR
2292018-04-09 Maciej W. Rozycki <macro@mips.com>
230
231 * testsuite/binutils-all/strip-14.d: New test.
232 * testsuite/binutils-all/strip-14rel.s: New test source.
233 * testsuite/binutils-all/strip-14rela.s: New test source.
234 * testsuite/binutils-all/strip-14mips64.s: New test source.
235 * testsuite/binutils-all/objcopy.exp: Run the new test.
236
2008a0db
TT
2372018-04-06 Tom Tromey <tom@tromey.com>
238
239 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
240 constants from DWARF 5.
241
3cba8b6c
L
2422018-04-05 H.J. Lu <hongjiu.lu@intel.com>
243
244 PR gas/22318
245 * configure: Regenerated.
246
2d8c1a23
MR
2472018-04-05 Maciej W. Rozycki <macro@mips.com>
248
249 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
250 than `.dc.w' in second relocation.
251
65bd2045
MR
2522018-04-05 Maciej W. Rozycki <macro@mips.com>
253
254 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
255 relocation type 0x8f' error message.
256
2f8ceb38
MR
2572018-04-05 Maciej W. Rozycki <macro@mips.com>
258
259 * testsuite/binutils-all/strip-13.s: Rename to...
260 * testsuite/binutils-all/strip-13rela.s: ... this.
261 * testsuite/binutils-all/strip-13rel.s: New test source.
262 * testsuite/binutils-all/strip-13mips64.s: New test source.
263 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
264 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
265 `m68hc11-*' to `not-target' list.
266 * testsuite/binutils-all/objcopy.exp: Switch between sources for
267 `strip-13'.
268
aad7be45
MR
2692018-04-05 Maciej W. Rozycki <macro@mips.com>
270
271 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
272 241 (0xf1) for the relocation number and RELA addend.
273 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
274 `not-target' list.
275
89f60df2
JDA
2762018-04-04 John David Anglin <danglin@gcc.gnu.org>
277
278 * MAINTAINERS: Update my e-mail address.
279
f1ca0d6d
NC
2802018-04-04 Nick Clifton <nickc@redhat.com>
281
282 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
283
8fd75781
NC
2842018-03-23 Nick Clifton <nickc@redhat.com>
285
286 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
287 symbols.
288 (print_gnu_build_attribute_description): If no file start symbol
289 could be found, look for one two bytes into the file.
290 * testsuite/binutils-all/note-4-64.s: Set the address of the file
291 start symbol to two bytes into the file.
292 * testsuite/binutils-all/note-4-32.s: Likewise.
293
b1202ffa
L
2942018-03-21 H.J. Lu <hongjiu.lu@intel.com>
295
296 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
297 DF_1_WEAKFILTER and DF_1_NOCOMMON.
298
7e100140
NC
2992018-03-20 Nick Clifton <nickc@redhat.com>
300
301 * po/es.po: Updated Spanish translation.
302 * po/ru.po: Updated Russian translation.
303
e45ad123
NC
3042018-03-13 Nick Clifton <nickc@redhat.com>
305
306 PR 22957
307 * stabs.c (pop_binincl): Fail if the file index is off the end of
308 the stack.
309
81db3241
NC
3102018-03-13 Nick Clifton <nickc@redhat.com>
311
312 PR 22955
313 * stabs.c (parse_number): Add p_end parameter and use it to check
314 the validity of the pp parameter. Add checks to prevent walking
315 off the end of the string buffer.
316 (parse_stab_string): Likewise.
317 (parse_stab_type): Likewise.
318 (parse_stab_type_number): Likewise.
319 (parse_stab_range_type): Likewise.
320 (parse_stab_sun_builtin_type): Likewise.
321 (parse_stab_sun_floating_type): Likewise.
322 (parse_stab_enum_type): Likewise.
323 (parse_stab_struct_type): Likewise.
324 (parse_stab_baseclasses): Likewise.
325 (parse_stab_struct_fields): Likewise.
326 (parse_stab_cpp_abbrev): Likewise.
327 (parse_stab_one_struct_field): Likewise.
328 (parse_stab_members): Likewise.
329 (parse_stab_tilde_field): Likewise.
330 (parse_stab_array_type): Likewise.
e45ad123 331
81db3241
NC
332 * parse_stab: Compute the end of the string and then pass it on to
333 individual parser functions.
334
6d4f21f6
PP
3352018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
336
337 PR binutils/22923
338 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
339 overflow.
340
52fe4420
AM
3412018-03-07 Alan Modra <amodra@gmail.com>
342
343 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
344 * configure: Regenerate.
345
0e70b27b
L
3462018-03-05 H.J. Lu <hongjiu.lu@intel.com>
347
348 PR binutils/22911
349 * objdump.c (is_significant_symbol_name): Return TRUE for all
350 .plt* sections.
351 (find_symbol_for_address): Replace linear search with binary
352 search on dynamic relocations.
353
d11ae95e
NC
3542018-03-01 Nick Clifton <nickc@redhat.com>
355
356 PR 22905
357 * dwarf.c (display_debug_ranges): Check that the offset loaded
358 from the range_entry structure is valid.
359
e184813f
AM
3602018-03-01 Alan Modra <amodra@gmail.com>
361
362 * configure.ac (ALL_LINGUAS): Add sr. Sort.
363 * configure: Regenerate.
364
bc7c0509
NC
3652018-02-27 Nick Clifton <nickc@redhat.com>
366
367 * po/pt.po: New Portuguese translation.
368 * configure.ac (ALL_LINGUAS): Add pt.
369 * configure: Regenerate.
370
f3185997
NC
3712018-02-27 Nick Clifton <nickc@redhat.com>
372
373 PR 22875
374 * objcopy.c (copy_object): Check the error status after marking
375 symbols used in relocations.
376 * testsuite/binutils-all/strip-13.s: New test source file.
377 * testsuite/binutils-all/strip-13.s: New test driver file.
378 * testsuite/binutils-all/objcopy.exp: Run the new test.
379
2c1c9679
AM
3802018-02-26 Alan Modra <amodra@gmail.com>
381
382 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
383 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
384
6e05870c
AM
3852018-02-23 Alan Modra <amodra@gmail.com>
386
387 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
388 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
389
b0ab9c45
RH
3902018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
391
392 * doc/binutils.texi (objcopy): Add missing closing square
393 parenthesis to listing of objcopy's command line options.
394
e535d0dd
MK
3952018-02-19 Matthias Klose <doko@debian.org>
396
397 * strings.c (long_options): Include-all-whitespace does not take
398 an extra agument.
399
6e5e9d58
AM
4002018-02-13 Alan Modra <amodra@gmail.com>
401
402 PR 22836
403 * testsuite/binutils-all/group-7.s,
404 * testsuite/binutils-all/group-7a.d,
405 * testsuite/binutils-all/group-7b.d,
406 * testsuite/binutils-all/group-7c.d: New tests.
407 * testsuite/binutils-all/objcopy.exp: Run them.
408
8de3a6e2
NC
4092018-02-08 Nick Clifton <nickc@redhat.com>
410
411 PR 22802
412 * dwarf.c (load_separate_debug_file): Return early if the user is
413 not interested in debug links.
414
68807c3c
NC
4152018-02-06 Nick Clifton <nickc@redhat.com>
416
417 PR 22793
418 * readelf.c (find_section): Replace assertion with test and return
419 of NULL.
420 (find_section_by_address): Add test of section header table
421 existance.
422 (find_section_by_type): Likewise.
423 (find_section_in_set): Likewise.
424
2d6dda71
MR
4252018-02-05 Maciej W. Rozycki <macro@mips.com>
426
427 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
428 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
429 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
430 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
431
78c88364
MR
4322018-02-05 Maciej W. Rozycki <macro@mips.com>
433
434 * testsuite/config/default.exp (binutils_run): Document
435 `binutils_run_status'.
436 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
437 and set it.
438 (run_dump_test): Add `error', `error_output', `warning' and
439 `warning_output' options. Update documentation accordingly.
440
5bb0830d
AB
4412018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
442
443 * dwarf.c (dwarf_regnames_riscv): New register name table.
444 (init_dwarf_regnames_riscv): New function.
445 (init_dwarf_regnames): Add call to initialise RiscV register
446 names.
447 * dwarf.h (init_dwarf_regnames_riscv): Declare.
448 * objdump.c (dump_dwarf): Add call to initialise RiscV register
449 names.
450
f2023ce7
AM
4512018-02-01 Alan Modra <amodra@gmail.com>
452
453 PR 22769
454 * objdump.c (load_specific_debug_section): Check for overflow
455 when adding one to section size for a string section terminator.
456
fcabedd5
NC
4572018-01-30 Nick Clifton <nickc@redhat.com>
458
459 PR 22734
460 * doc/binutils.texi (nm): Update description to point out that
461 zero-initialized values can also be shown as type B, b, S or s
462 since they can be stored in the BSS section.
463
f49db8be
AM
4642018-01-30 Alan Modra <amodra@gmail.com>
465
466 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
467 "artificially large" end address.
468
a8d6d6ac
NC
4692018-01-28 Nick Clifton <nickc@redhat.com>
470
471 * README-how-to-make-a-release: Add note about checking gpg key
472 and the results of gnupload.
473
9a5db26e
NC
4742018-01-27 Nick Clifton <nickc@redhat.com>
475
476 * README-how-to-make-a-release: Add details on how to actually
477 make the release.
478
94c2436b
NC
4792018-01-26 Nick Clifton <nickc@redhat.com>
480
481 * README-how-to-make-a-release: Add more details on updating
482 version numbers.
483
1ea332d6
MR
4842018-01-22 Maciej W. Rozycki <macro@mips.com>
485
486 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
487 option description.
488
d65ce302
MR
4892018-01-22 Maciej W. Rozycki <macro@mips.com>
490
491 * MAINTAINERS: Update my company e-mail address.
492
f433138f
NC
4932018-01-22 Nick Clifton <nickc@redhat.com>
494
495 * po/sv.po: Updated Swedish translation.
496
7ab82037
NC
4972018-01-18 Nick Clifton <nickc@redhat.com>
498
499 * po/bg.po: Updated Bulgarian translation.
500
0dd86f32
JB
5012018-01-16 Joel Brobecker <brobecker@adacore.com>
502
503 * README-how-to-make-a-release: Add reminder to update the
504 branch name in gdbadmin's crontab on sourceware.
505
a960d29f
JB
5062018-01-16 Joel Brobecker <brobecker@adacore.com>
507
508 * README-how-to-make-a-release: Remove trailing spaces.
509
f6efed01
NC
5102018-01-16 Nick Clifton <nickc@redhat.com>
511
512 * po/fr.po: Updated French translation.
513
616dcb87
NC
5142018-01-15 Nick Clifton <nickc@redhat.com>
515
516 * po/uk.po: Updated Ukranian translation.
517
3957a496
NC
5182018-01-13 Nick Clifton <nickc@redhat.com>
519
19e2900b 520 * README-how-to-make-a-release: Update notes.
3957a496
NC
521 * po/binutils.pot: Regenerated.
522
769c7ea5
NC
5232018-01-13 Nick Clifton <nickc@redhat.com>
524
525 * configure: Regenerate.
526
9176ac5b
NC
5272018-01-13 Nick Clifton <nickc@redhat.com>
528
faf766e3 529 2.30 branch created.
9176ac5b
NC
530 * NEWS: Add marker for 2.30.
531
98ab9e96
NC
5322018-01-12 Nick Clifton <nickc@redhat.com>
533
534 * README-how-to-make-a-release: Add notes on how to make the
535 branch and prelease snapshot.
536 * BRANCHES: Add binutils-2_29-branch.
537
bf41f30d
NC
5382018-01-10 Nick Clifton <nickc@redhat.com>
539
540 * MAINTAINERS: Note that it is now the configure.ac file and not
541 the configure.in file that needs to be kept in sync with gcc.
542 Add a note about sending patches for libiberty to gcc.
543
f13974bd
NC
5442018-01-03 Nick Clifton <nickc@redhat.com>
545
546 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
547 constants.
548
6f156d7a
NC
5492018-01-03 Nick Clifton <nickc@redhat.com>
550
551 * objcopy.c (objcopy_internal_note): New structure.
552 (gap_exists): New function.
553 (is_open_note): New function.
554 (is_func_note): New function.
555 (is_64bit): New function.
556 (merge_gnu_build_notes): Handle v3 notes. Do not merge
557 if there are relocations against the notes.
558 * readelf.c (get_note_type): Use short names for build attribute
559 notes.
560 (print_symbol_for_build_attribute): Rename to
561 get_symbol_for_build_attribute. Returns the found symbol rather
562 than printing it.
563 (print_gnu_build_attribute_description): Maintain address ranges
564 for function notes as well as global notes. Handle v3 notes.
565 (print_gnu_build_attribute_name): Use more space for printing the
566 name in wide mode.
567 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
568 Eliminate symbol references in order to remove the need for
569 relocations.
570 * testsuite/binutils-all/note-2-64.s: Likewise.
571 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
572 symbol.
573 * testsuite/binutils-all/note-3-64.s: Likewise.
574 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
575 output.
576 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
577 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
578 * testsuite/binutils-all/note-2-32.d: Likewise.
579 * testsuite/binutils-all/note-2-64.d: Likewise.
580 * testsuite/binutils-all/note-3-32.d: Likewise.
581 * testsuite/binutils-all/note-3-64.d: Likewise.
582 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
583 * testsuite/binutils-all/note-4-32.s: New test.
584 * testsuite/binutils-all/note-4-64.d: New test result file.
585 * testsuite/binutils-all/note-4-32.d: New test result file.
586
219d1afa
AM
5872018-01-03 Alan Modra <amodra@gmail.com>
588
589 Update year range in copyright notice of all files.
590
1e563868 591For older changes see ChangeLog-2017
3499769a 592\f
1e563868 593Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
594
595Copying and distribution of this file, with or without modification,
596are permitted in any medium without royalty provided the copyright
597notice and this notice are preserved.
598
599Local Variables:
600mode: change-log
601left-margin: 8
602fill-column: 74
603version-control: never
604End:
This page took 0.158958 seconds and 4 git commands to generate.