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