include: Sync with GCC
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
3a075e56
AS
12018-06-19 Andreas Schwab <schwab@suse.de>
2
3 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
4 (is_8bit_abs_reloc): New function.
5 (is_6bit_abs_reloc): New function.
6 (is_6bit_inplace_sub_reloc): New function.
7 (apply_relocations): Use them. Handle 6-bit relocations.
8
6f20c942
FS
92018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
10
11 * readelf.c (print_mips_ases): Add GINV extension.
12
1f6f5dba
L
132018-06-14 H.J. Lu <hongjiu.lu@intel.com>
14
15 PR binutils/23267
16 * readelf.c (get_symbol_version_string): Check if the first
17 symbol version is base version.
18
730c3174
SE
192018-06-13 Scott Egerton <scott.egerton@imgtec.com>
20 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
21
22 * readelf.c (print_mips_ases): Add CRC.
23
7a486e6d
NC
242018-06-13 Nick Clifton <nickc@redhat.com>
25
26 * doc/binutils.texi (objdump): Add missing closing square
27 parenthesis to listing of objcopy's command line options.
28
5a485b38
NC
292018-06-11 Nick Clifton <nickc@redhat.com>
30
31 * po/es.po: Updated Spanish translation.
32
55e99962
L
332018-06-01 H.J. Lu <hongjiu.lu@intel.com>
34
35 * configure: Regenerated.
36
0034eed0
AM
372018-05-31 Alan Modra <amodra@gmail.com>
38
39 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
40 set CC_FOR_TARGET. Run test non-native.
41 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
42 Likewise.
43 (test_follow_debuglink): Run test non-native.
44
1869e86f
AB
452018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
46
47 PR 23107
48 * ar.c (display_offsets): New variable.
49 (usage): Add description of 'O' operator.
50 (decode_option): Handle 'O' operator.
51 (print_descr): Pass display_offsets to print_arelt_descr.
52 * arsup.c: Update call to printy_arelt_descr.
53 * objdump.c: Likewise.
54 * bucomm.c (print_arelt_descr): If offsets parameter is true then
55 display offset of archive element within the archive.
56 * bucomm.h: Update prototype for print_arelt_descr.
57 * doc/binutils.texi: Update description of ar command.
58 * NEWS: Mention the new feature.
59 * testsuite/binutils-all/ar.exp: Add text of new feature.
60
bb3b5316
AM
612018-05-28 Alan Modra <amodra@gmail.com>
62
63 PR 23235
64 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
65 unsupported rather than fail on compile errors.
66 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
67 Likewise. Save and restore CFLAGS_FOR_TARGET.
68
7f999549
JW
692018-05-18 Kito Cheng <kito.cheng@gmail.com>
70
71 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
72
7b4ae824
JD
732018-05-18 John Darrington <john@darrington.wattle.id.au>
74
75 * readelf.c: Add support for s12z architecture.
76 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
77 targets.
78
f9830ec1
TC
792018-05-15 Tamar Christina <tamar.christina@arm.com>
80
81 PR binutils/21446
82 * doc/binutils.texi (-M): Document AArch64 options.
83
7d02540a
TC
842018-05-15 Tamar Christina <tamar.christina@arm.com>
85
86 PR binutils/21446
87 * doc/binutils.texi (-M): Document AArch64 options.
88 * NEWS: Document notes and warnings.
89
679ca975
AM
902018-05-15 Alan Modra <amodra@gmail.com>
91
92 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
93 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
94 and *uclinux* into *linux*.
95 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
96 strip-13 test, exclude arm-vxworks and arm-windiss.
97
637b1970
JD
982018-05-10 John Darrington <john@darrington.wattle.id.au>
99
100 * readelf.c (get_machine_name): EM_S12Z - handle new case.
101
60cb2c8a
AM
1022018-05-09 Alan Modra <amodra@gmail.com>
103
104 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
105
84f9f8c3
AM
1062018-05-09 Sebastian Rasmussen <sebras@gmail.com>
107
108 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
109
886d5428
AM
1102018-05-08 Alan Modra <amodra@gmail.com>
111
112 PR 23141
113 * objcopy.c (is_strip_section): Strip groups without a valid
114 signature symbol.
115
ce4ec1a9
AM
1162018-05-07 Alan Modra <amodra@gmail.com>
117
118 PR 23142
119 * objcopy.c (group_signature): Don't accept groups that use a
120 symbol table other than the one we've read.
121
fe944acf
FT
1222018-04-30 Francois H. Theron <francois.theron@netronome.com>
123
124 * readelf.c: Very basic support for EM_NFP and its section types.
125 * testsuite/binutils-all/nfp: New directory.
126 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
127 tests.
128 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
129 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
130 * testsuite/binutils-all/nfp/test1.d: New file.
131 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
132 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
133 * NEWS: Mention the new support.
134
6d9dabbb
MR
1352018-04-27 Maciej W. Rozycki <macro@mips.com>
136
137 * testsuite/lib/binutils-common.exp (match_target): New procedure.
138 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
139 of `istarget' for matching with `target', `not-target', `skip'
140 and `not-skip' options.
141
0df8ad28
NC
1422018-04-26 Nick Clifton <nickc@redhat.com>
143
144 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
145 32-bit absolute reloc for the HPPA target.
146 * testsuite/binutils-all/note-5.d: New test.
147 * testsuite/binutils-all/note-5.s: Source file for new test.
148 * testsuite/binutils-all/objcopy.exp: Run new test.
149
f1ac0afe
CL
1502018-04-25 Christophe Lyon <christophe.lyon@st.com>
151
152 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
153 * testsuite/binutils-all/elfedit-3.d: Likewise.
154 * testsuite/binutils-all/objcopy.exp: Likewise.
155 * testsuite/binutils-all/strip-3.d: Likewise.
156 * testsuite/lib/binutils-common.exp: Likewise.
157
18a20338
CL
1582018-04-25 Christophe Lyon <christophe.lyon@st.com>
159 Mickaël Guêné <mickael.guene@st.com>
160
161 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
162 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
163
2ac93be7
AM
1642018-04-25 Alan Modra <amodra@gmail.com>
165
166 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
167 arm-coff support.
168 * testsuite/binutils-all/objcopy.exp: Likewise.
169 * testsuite/lib/binutils-common.exp: Likewise.
170
a7504f87
NC
1712018-04-18 Nick Clifton <nickc@redhat.com>
172
173 PR 23062
174 * dwarf.c (read_and_display_attr_value): Replace assertions with
175 test and warning message.
176
c65c21e1
AM
1772018-04-18 Alan Modra <amodra@gmail.com>
178
179 * testsuite/lib/binutils-common.exp: Remove support for assorted
180 aout targets.
181
6aea08d9
NC
1822018-04-17 Nick Clifton <nickc@redhat.com>
183
c4a91159 184 PR 23063
56d8f8a9
NC
185 * readelf.c (print_symbol): If the width is zero, return straight
186 away.
187
6aea08d9
NC
188 PR 23064
189 * dwarf.c (process_cu_tu_index): Test for a potential buffer
190 overrun before copying signature pointer.
191
f954747f
AM
1922018-04-17 Alan Modra <amodra@gmail.com>
193
194 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
195
d7867d17
AM
1962018-04-16 Alan Modra <amodra@gmail.com>
197
198 * readelf.c (get_machine_name): Correct typo.
199
ddb00039
AM
2002018-04-16 Alan Modra <amodra@gmail.com>
201
202 * configure.ac: Remove arm-epoc-pe support.
203 * dlltool.c: Likewise.
204 * configure: Regenerate.
205
c9098af4
AM
2062018-04-16 Alan Modra <amodra@gmail.com>
207
208 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
209 sparc-coff support.
210
dc12032b
AM
2112018-04-16 Alan Modra <amodra@gmail.com>
212
213 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
214 support.
215 * testsuite/binutils-all/copy-3.d: Likewise.
216 * testsuite/binutils-all/objcopy.exp: Likewise.
217 * testsuite/lib/binutils-common.exp: Likewise.
218
211dc24b
AM
2192018-04-16 Alan Modra <amodra@gmail.com>
220
221 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
222
a9a4b302
AM
2232018-04-16 Alan Modra <amodra@gmail.com>
224
225 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
226
04cb01fd
AM
2272018-04-16 Alan Modra <amodra@gmail.com>
228
229 * testsuite/binutils-all/objdump.exp: Remove we32k support.
230
c2bf1eec
AM
2312018-04-16 Alan Modra <amodra@gmail.com>
232
233 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
234 * testsuite/binutils-all/objdump.exp: Remove m88k support.
235
6793974d
AM
2362018-04-16 Alan Modra <amodra@gmail.com>
237
238 * readelf.c: Remove i370 support.
239 * testsuite/binutils-all/objdump.exp: Likewise.
240
e82aa794
AM
2412018-04-16 Alan Modra <amodra@gmail.com>
242
243 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
244 * testsuite/lib/binutils-common.exp: Likewise.
245
fe0bf0fd
AM
2462018-04-16 Alan Modra <amodra@gmail.com>
247
248 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
249
fdef3943
AM
2502018-04-16 Alan Modra <amodra@gmail.com>
251
252 * Makefile.am: Remove IEEE 695 support.
253 * budbg.h: Likewise.
254 * doc/binutils.texi: Likewise.
255 * makefile.vms: Likewise.
256 * objcopy.c: Likewise.
257 * objdump.c: Likewise.
258 * rddbg.c: Likewise.
259 * ieee.c: Delete.
260 * Makefile.in: Regenerate.
261 * po/POTFILES.in: Regenerate.
262
5972ac73
AM
2632018-04-16 Alan Modra <amodra@gmail.com>
264
265 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
266 * testsuite/binutils-all/nm.exp: Likewise.
267
b4b594e3
AM
2682018-04-16 Alan Modra <amodra@gmail.com>
269
270 * .gitignore: Remove netware support.
271 * Makefile.am: Likewise.
272 * configure.ac: Likewise.
273 * doc/Makefile.am: Likewise.
274 * doc/binutils.texi: Likewise.
275 * testsuite/binutils-all/nm.exp: Likewise.
276 * nlmconv.c: Delete.
277 * nlmconv.h: Delete.
278 * nlmheader.y: Delete.
279 * Makefile.in: Regenerate.
280 * configure: Regenerate.
281 * doc/Makefile.in: Regenerate.
282 * po/POTFILES.in: Regenerate.
283
fceadf09
AM
2842018-04-16 Alan Modra <amodra@gmail.com>
285
286 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
287
fb70ec17
AM
2882018-04-14 Alan Modra <amodra@gmail.com>
289
290 * readelf.c (get_machine_name): Revert 2018-04-11 change.
291
86c6c6df
NC
2922018-04-12 Nick Clifton <nickc@redhat.com>
293
294 PR 23050
295 * readelf.c (process_dynamic_section): Correct dynamic string
296 table size calculation.
297
a8eb42a8
AM
2982018-04-11 Alan Modra <amodra@gmail.com>
299
300 * ieee.c: Remove i960 support.
301 * od-macho.c: Remove i860 support.
302 * readelf.c: Remove i860 and i960 support.
303 * testsuite/binutils-all/objcopy.exp: Likewise.
304 * testsuite/binutils-all/objdump.exp: Likewise.
305 * testsuite/lib/binutils-common.exp: Likewise.
306
c43b2c54
MR
3072018-04-11 Maciej W. Rozycki <macro@mips.com>
308
309 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
310 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
311
d4ae1932
AM
3122018-04-10 Alan Modra <amodra@gmail.com>
313
314 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
315 reloc=11 for pru and reloc=50 for nds32.
316 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
317
d52e3d06
MR
3182018-04-09 Maciej W. Rozycki <macro@mips.com>
319
320 * testsuite/binutils-all/strip-15.d: New test.
321 * testsuite/binutils-all/strip-15rel.s: New test source.
322 * testsuite/binutils-all/strip-15rela.s: New test source.
323 * testsuite/binutils-all/strip-15mips64.s: New test source.
324 * testsuite/binutils-all/objcopy.exp: Run the new test.
325
3f97ba9f
MR
3262018-04-09 Maciej W. Rozycki <macro@mips.com>
327
328 * testsuite/binutils-all/strip-14.d: New test.
329 * testsuite/binutils-all/strip-14rel.s: New test source.
330 * testsuite/binutils-all/strip-14rela.s: New test source.
331 * testsuite/binutils-all/strip-14mips64.s: New test source.
332 * testsuite/binutils-all/objcopy.exp: Run the new test.
333
2008a0db
TT
3342018-04-06 Tom Tromey <tom@tromey.com>
335
336 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
337 constants from DWARF 5.
338
3cba8b6c
L
3392018-04-05 H.J. Lu <hongjiu.lu@intel.com>
340
341 PR gas/22318
342 * configure: Regenerated.
343
2d8c1a23
MR
3442018-04-05 Maciej W. Rozycki <macro@mips.com>
345
346 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
347 than `.dc.w' in second relocation.
348
65bd2045
MR
3492018-04-05 Maciej W. Rozycki <macro@mips.com>
350
351 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
352 relocation type 0x8f' error message.
353
2f8ceb38
MR
3542018-04-05 Maciej W. Rozycki <macro@mips.com>
355
356 * testsuite/binutils-all/strip-13.s: Rename to...
357 * testsuite/binutils-all/strip-13rela.s: ... this.
358 * testsuite/binutils-all/strip-13rel.s: New test source.
359 * testsuite/binutils-all/strip-13mips64.s: New test source.
360 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
361 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
362 `m68hc11-*' to `not-target' list.
363 * testsuite/binutils-all/objcopy.exp: Switch between sources for
364 `strip-13'.
365
aad7be45
MR
3662018-04-05 Maciej W. Rozycki <macro@mips.com>
367
368 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
369 241 (0xf1) for the relocation number and RELA addend.
370 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
371 `not-target' list.
372
89f60df2
JDA
3732018-04-04 John David Anglin <danglin@gcc.gnu.org>
374
375 * MAINTAINERS: Update my e-mail address.
376
f1ca0d6d
NC
3772018-04-04 Nick Clifton <nickc@redhat.com>
378
379 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
380
8fd75781
NC
3812018-03-23 Nick Clifton <nickc@redhat.com>
382
383 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
384 symbols.
385 (print_gnu_build_attribute_description): If no file start symbol
386 could be found, look for one two bytes into the file.
387 * testsuite/binutils-all/note-4-64.s: Set the address of the file
388 start symbol to two bytes into the file.
389 * testsuite/binutils-all/note-4-32.s: Likewise.
390
b1202ffa
L
3912018-03-21 H.J. Lu <hongjiu.lu@intel.com>
392
393 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
394 DF_1_WEAKFILTER and DF_1_NOCOMMON.
395
7e100140
NC
3962018-03-20 Nick Clifton <nickc@redhat.com>
397
398 * po/es.po: Updated Spanish translation.
399 * po/ru.po: Updated Russian translation.
400
e45ad123
NC
4012018-03-13 Nick Clifton <nickc@redhat.com>
402
403 PR 22957
404 * stabs.c (pop_binincl): Fail if the file index is off the end of
405 the stack.
406
81db3241
NC
4072018-03-13 Nick Clifton <nickc@redhat.com>
408
409 PR 22955
410 * stabs.c (parse_number): Add p_end parameter and use it to check
411 the validity of the pp parameter. Add checks to prevent walking
412 off the end of the string buffer.
413 (parse_stab_string): Likewise.
414 (parse_stab_type): Likewise.
415 (parse_stab_type_number): Likewise.
416 (parse_stab_range_type): Likewise.
417 (parse_stab_sun_builtin_type): Likewise.
418 (parse_stab_sun_floating_type): Likewise.
419 (parse_stab_enum_type): Likewise.
420 (parse_stab_struct_type): Likewise.
421 (parse_stab_baseclasses): Likewise.
422 (parse_stab_struct_fields): Likewise.
423 (parse_stab_cpp_abbrev): Likewise.
424 (parse_stab_one_struct_field): Likewise.
425 (parse_stab_members): Likewise.
426 (parse_stab_tilde_field): Likewise.
427 (parse_stab_array_type): Likewise.
e45ad123 428
81db3241
NC
429 * parse_stab: Compute the end of the string and then pass it on to
430 individual parser functions.
431
6d4f21f6
PP
4322018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
433
434 PR binutils/22923
435 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
436 overflow.
437
52fe4420
AM
4382018-03-07 Alan Modra <amodra@gmail.com>
439
440 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
441 * configure: Regenerate.
442
0e70b27b
L
4432018-03-05 H.J. Lu <hongjiu.lu@intel.com>
444
445 PR binutils/22911
446 * objdump.c (is_significant_symbol_name): Return TRUE for all
447 .plt* sections.
448 (find_symbol_for_address): Replace linear search with binary
449 search on dynamic relocations.
450
d11ae95e
NC
4512018-03-01 Nick Clifton <nickc@redhat.com>
452
453 PR 22905
454 * dwarf.c (display_debug_ranges): Check that the offset loaded
455 from the range_entry structure is valid.
456
e184813f
AM
4572018-03-01 Alan Modra <amodra@gmail.com>
458
459 * configure.ac (ALL_LINGUAS): Add sr. Sort.
460 * configure: Regenerate.
461
bc7c0509
NC
4622018-02-27 Nick Clifton <nickc@redhat.com>
463
464 * po/pt.po: New Portuguese translation.
465 * configure.ac (ALL_LINGUAS): Add pt.
466 * configure: Regenerate.
467
f3185997
NC
4682018-02-27 Nick Clifton <nickc@redhat.com>
469
470 PR 22875
471 * objcopy.c (copy_object): Check the error status after marking
472 symbols used in relocations.
473 * testsuite/binutils-all/strip-13.s: New test source file.
474 * testsuite/binutils-all/strip-13.s: New test driver file.
475 * testsuite/binutils-all/objcopy.exp: Run the new test.
476
2c1c9679
AM
4772018-02-26 Alan Modra <amodra@gmail.com>
478
479 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
480 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
481
6e05870c
AM
4822018-02-23 Alan Modra <amodra@gmail.com>
483
484 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
485 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
486
b0ab9c45
RH
4872018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
488
489 * doc/binutils.texi (objcopy): Add missing closing square
490 parenthesis to listing of objcopy's command line options.
491
e535d0dd
MK
4922018-02-19 Matthias Klose <doko@debian.org>
493
494 * strings.c (long_options): Include-all-whitespace does not take
495 an extra agument.
496
6e5e9d58
AM
4972018-02-13 Alan Modra <amodra@gmail.com>
498
499 PR 22836
500 * testsuite/binutils-all/group-7.s,
501 * testsuite/binutils-all/group-7a.d,
502 * testsuite/binutils-all/group-7b.d,
503 * testsuite/binutils-all/group-7c.d: New tests.
504 * testsuite/binutils-all/objcopy.exp: Run them.
505
8de3a6e2
NC
5062018-02-08 Nick Clifton <nickc@redhat.com>
507
508 PR 22802
509 * dwarf.c (load_separate_debug_file): Return early if the user is
510 not interested in debug links.
511
68807c3c
NC
5122018-02-06 Nick Clifton <nickc@redhat.com>
513
514 PR 22793
515 * readelf.c (find_section): Replace assertion with test and return
516 of NULL.
517 (find_section_by_address): Add test of section header table
518 existance.
519 (find_section_by_type): Likewise.
520 (find_section_in_set): Likewise.
521
2d6dda71
MR
5222018-02-05 Maciej W. Rozycki <macro@mips.com>
523
524 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
525 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
526 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
527 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
528
78c88364
MR
5292018-02-05 Maciej W. Rozycki <macro@mips.com>
530
531 * testsuite/config/default.exp (binutils_run): Document
532 `binutils_run_status'.
533 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
534 and set it.
535 (run_dump_test): Add `error', `error_output', `warning' and
536 `warning_output' options. Update documentation accordingly.
537
5bb0830d
AB
5382018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * dwarf.c (dwarf_regnames_riscv): New register name table.
541 (init_dwarf_regnames_riscv): New function.
542 (init_dwarf_regnames): Add call to initialise RiscV register
543 names.
544 * dwarf.h (init_dwarf_regnames_riscv): Declare.
545 * objdump.c (dump_dwarf): Add call to initialise RiscV register
546 names.
547
f2023ce7
AM
5482018-02-01 Alan Modra <amodra@gmail.com>
549
550 PR 22769
551 * objdump.c (load_specific_debug_section): Check for overflow
552 when adding one to section size for a string section terminator.
553
fcabedd5
NC
5542018-01-30 Nick Clifton <nickc@redhat.com>
555
556 PR 22734
557 * doc/binutils.texi (nm): Update description to point out that
558 zero-initialized values can also be shown as type B, b, S or s
559 since they can be stored in the BSS section.
560
f49db8be
AM
5612018-01-30 Alan Modra <amodra@gmail.com>
562
563 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
564 "artificially large" end address.
565
a8d6d6ac
NC
5662018-01-28 Nick Clifton <nickc@redhat.com>
567
568 * README-how-to-make-a-release: Add note about checking gpg key
569 and the results of gnupload.
570
9a5db26e
NC
5712018-01-27 Nick Clifton <nickc@redhat.com>
572
573 * README-how-to-make-a-release: Add details on how to actually
574 make the release.
575
94c2436b
NC
5762018-01-26 Nick Clifton <nickc@redhat.com>
577
578 * README-how-to-make-a-release: Add more details on updating
579 version numbers.
580
1ea332d6
MR
5812018-01-22 Maciej W. Rozycki <macro@mips.com>
582
583 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
584 option description.
585
d65ce302
MR
5862018-01-22 Maciej W. Rozycki <macro@mips.com>
587
588 * MAINTAINERS: Update my company e-mail address.
589
f433138f
NC
5902018-01-22 Nick Clifton <nickc@redhat.com>
591
592 * po/sv.po: Updated Swedish translation.
593
7ab82037
NC
5942018-01-18 Nick Clifton <nickc@redhat.com>
595
596 * po/bg.po: Updated Bulgarian translation.
597
0dd86f32
JB
5982018-01-16 Joel Brobecker <brobecker@adacore.com>
599
600 * README-how-to-make-a-release: Add reminder to update the
601 branch name in gdbadmin's crontab on sourceware.
602
a960d29f
JB
6032018-01-16 Joel Brobecker <brobecker@adacore.com>
604
605 * README-how-to-make-a-release: Remove trailing spaces.
606
f6efed01
NC
6072018-01-16 Nick Clifton <nickc@redhat.com>
608
609 * po/fr.po: Updated French translation.
610
616dcb87
NC
6112018-01-15 Nick Clifton <nickc@redhat.com>
612
613 * po/uk.po: Updated Ukranian translation.
614
3957a496
NC
6152018-01-13 Nick Clifton <nickc@redhat.com>
616
19e2900b 617 * README-how-to-make-a-release: Update notes.
3957a496
NC
618 * po/binutils.pot: Regenerated.
619
769c7ea5
NC
6202018-01-13 Nick Clifton <nickc@redhat.com>
621
622 * configure: Regenerate.
623
9176ac5b
NC
6242018-01-13 Nick Clifton <nickc@redhat.com>
625
faf766e3 626 2.30 branch created.
9176ac5b
NC
627 * NEWS: Add marker for 2.30.
628
98ab9e96
NC
6292018-01-12 Nick Clifton <nickc@redhat.com>
630
631 * README-how-to-make-a-release: Add notes on how to make the
632 branch and prelease snapshot.
633 * BRANCHES: Add binutils-2_29-branch.
634
bf41f30d
NC
6352018-01-10 Nick Clifton <nickc@redhat.com>
636
637 * MAINTAINERS: Note that it is now the configure.ac file and not
638 the configure.in file that needs to be kept in sync with gcc.
639 Add a note about sending patches for libiberty to gcc.
640
f13974bd
NC
6412018-01-03 Nick Clifton <nickc@redhat.com>
642
643 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
644 constants.
645
6f156d7a
NC
6462018-01-03 Nick Clifton <nickc@redhat.com>
647
648 * objcopy.c (objcopy_internal_note): New structure.
649 (gap_exists): New function.
650 (is_open_note): New function.
651 (is_func_note): New function.
652 (is_64bit): New function.
653 (merge_gnu_build_notes): Handle v3 notes. Do not merge
654 if there are relocations against the notes.
655 * readelf.c (get_note_type): Use short names for build attribute
656 notes.
657 (print_symbol_for_build_attribute): Rename to
658 get_symbol_for_build_attribute. Returns the found symbol rather
659 than printing it.
660 (print_gnu_build_attribute_description): Maintain address ranges
661 for function notes as well as global notes. Handle v3 notes.
662 (print_gnu_build_attribute_name): Use more space for printing the
663 name in wide mode.
664 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
665 Eliminate symbol references in order to remove the need for
666 relocations.
667 * testsuite/binutils-all/note-2-64.s: Likewise.
668 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
669 symbol.
670 * testsuite/binutils-all/note-3-64.s: Likewise.
671 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
672 output.
673 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
674 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
675 * testsuite/binutils-all/note-2-32.d: Likewise.
676 * testsuite/binutils-all/note-2-64.d: Likewise.
677 * testsuite/binutils-all/note-3-32.d: Likewise.
678 * testsuite/binutils-all/note-3-64.d: Likewise.
679 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
680 * testsuite/binutils-all/note-4-32.s: New test.
681 * testsuite/binutils-all/note-4-64.d: New test result file.
682 * testsuite/binutils-all/note-4-32.d: New test result file.
683
219d1afa
AM
6842018-01-03 Alan Modra <amodra@gmail.com>
685
686 Update year range in copyright notice of all files.
687
1e563868 688For older changes see ChangeLog-2017
3499769a 689\f
1e563868 690Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
691
692Copying and distribution of this file, with or without modification,
693are permitted in any medium without royalty provided the copyright
694notice and this notice are preserved.
695
696Local Variables:
697mode: change-log
698left-margin: 8
699fill-column: 74
700version-control: never
701End:
This page took 0.165588 seconds and 4 git commands to generate.