]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
[GOLD] -Wimplicit-fallthrough warning fixes
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
b82317dd
AM
12016-09-29 Alan Modra <amodra@gmail.com>
2
3 * readelf.c (process_arch_specific): Call process_power_specific
4 for EM_PPC64.
5
c5da1932
VZ
62016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
7
8 * Makefile.am: Replace AM_CLFAGS with AM_CFLAGS_FOR_BUILD
9 when building with CC_FOR_BUILD compiler.
10 * Makefile.in: Regenerate.
11 * configure: Likewise.
12 * doc/Makefile.in: Likewise.
13
005d79fd
AM
142016-09-26 Alan Modra <amodra@gmail.com>
15
16 * readelf.c (display_power_gnu_attribute): Catch truncated section
17 for all powerpc attributes. Display long double ABI. Don't
18 capitalize words, except for names. Show known bits of tag values
19 when some unknown bits are present. Whitespace fixes.
20
7358f4cb
AM
212016-09-26 Alan Modra <amodra@gmail.com>
22
23 * nm.c (get_elf_symbol_type): Don't use sprintf with translated
24 strings, use asprintf instead.
25 (get_coff_symbol_type): Likewise.
26
2387dd90
AM
272016-09-19 Alan Modra <amodra@gmail.com>
28
29 * nm.c (print_symbol): Remove is_synthetic param. Test sym->flags
30 instead.
31 (print_size_symbols, print_symbols): Adjust to suit, deleting
32 now unused synth_count param and fromsynth var.
33 (display_rel_file): Adjust, localizing synth_count.
34
fb324ee9
EM
352016-09-14 Ed Maste <emaste@freebsd.org>
36
37 * readelf.c (process_mips_specific): Fix typo in error message.
38
21b65bac
NC
392016-09-06 Nick Clifton <nickc@redhat.com>
40
41 * readelf.c (request_dump_bynumber): Only call memcpy if
42 dump_sects is not NULL.
43
f53be977
L
442016-08-29 H.J. Lu <hongjiu.lu@intel.com>
45
46 * readelf.c (load_specific_debug_section): Check the external
47 compression header size.
48
dd905818
NC
492016-08-19 Nick Clifton <nickc@redhat.com>
50
51 * testsuite/binutils-all/readelf.s: Adjust expected ordering of
52 sections.
53 * testsuite/binutils-all/readelf.s-64: Likewise.
54
52c3c391
NC
552016-08-12 Nick Clifton <nickc@redhat.com>
56
57 * readelf.c (process_symbol_table): Generate a warning if a local
58 symbol is found at and offste greater than or equal to the sh_info
59 field of it's section header.
60
db9537d2
NC
612016-08-08 Nick Clifton <nickc@redhat.com>
62
d8024a91
NC
63 PR binutils/20440
64 * dwarf.c (display_debug_lines_decoded): Add checks for running
65 off the end of the section when populating the directory table and
66 file table.
67 (frame_display_row): Set max_regs equal to ncols.
f53be977
L
68 * readelf.c (load_specific_debug_section): If the section is
69 compressed, but it is not big enough to hold a compression
70 header then warn and return 0.
d8024a91 71
db9537d2
NC
72 PR binutils/20439
73 * dwarf.c (display_debug_lines_decoded): Check directory and file
74 indicies before using them to access directory and file tables.
75
2d5bddc1
NC
762016-08-02 Nick Clifton <nickc@redhat.com>
77
78 PR binutils/17512
79 * resbin.c (bin_to_res_version): Cast variables to correct type
80 for printing in error message.
81
4931146e
NC
822016-07-28 Nick Clifton <nickc@redhat.com>
83
84 PR binutils/17512
85 * rescoff.c (read_coff_res_dir): Fix detection of buffer overrun.
86 * resbin.c (bin_to_res_version): Allow for the padded length of a
87 version block to be longer than the recorded length. Skip padding
88 bytes.
89
fecd57f9
L
902016-07-21 H.J. Lu <hongjiu.lu@intel.com>
91
92 * configure: Regenerated.
93
37fd5ef3
CZ
942016-07-20 Claudiu Zissulescu <claziss@synopsys.com>
95
96 * doc/binutils.texi (objdump): Add ARC disassembler options.
97 * testsuite/binutils-all/arc/dsp.s: New file.
98 * testsuite/binutils-all/arc/objdump.exp: Likewise.
99 * NEWS: Mention the new feature.
100
f2629855
NC
1012016-07-20 Nick Clifton <nickc@redhat.com>
102
103 * doc/binutils.texi (objcopy): Note that the localize symbol
104 options do not affect unique symbols.
105
7d0b9ebc
AM
1062016-07-16 Alan Modra <amodra@gmail.com>
107
108 * ar.c: Include plugin-api.h.
109 * nm.c: Likewise.
110
aac502f7
AM
1112016-07-16 Alan Modra <amodra@gmail.com>
112
113 * bucomm.c: Don't include libbfd.h.
114 (endian_string, display_target_list): Delete forward declaration.
115 (display_info_table, display_target_tables): Likewise.
116 (LONGEST_ARCH): Delete.
117 (struct display_target): New.
118 (do_display_target): New function.
119 (display_target_list, display_info): Rewrite functions.
120 (display_info_table): Delete.
121 (do_info_size, do_info_header, do_info_row): New functions.
122
16412c3b
AM
1232016-07-16 Alan Modra <amodra@gmail.com>
124
125 * elfcomm.h (HOST_WIDEST_INT): Move to..
126 * sysdep.h: ..here.
127 * od-macho.c: Don't include libbfd.h. Do include dwarf.h
128 (dump_dyld_info_rebase): Use read_leb128 rather than
129 read_unsigned_leb128.
130 (dump_dyld_info_bind, dump_dyld_info_export_1): Likewise.
131 (dump_segment_split_info): Likewise.
132 (dump_dyld_info): Rename vars to avoid shadowing dwarf.h enums.
133 (dump_load_command): Likewise.
134
76e7a751
AM
1352016-07-16 Alan Modra <amodra@gmail.com>
136
137 * ar.c: Don't include libbfd.h.
138 * objcopy.c: Likewise.
139 * bucomm.c (bfd_get_archive_filename): Use xmalloc rather than
140 bfd_malloc.
141
003c15c9
AM
1422016-07-15 Alan Modra <amodra@gmail.com>
143
144 * testsuite/binutils-all/remove-relocs-01.s: Use .dc.a, not .word.
145
d3e5f6c8
AB
1462016-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * doc/binutils.texi (objcopy): Document 'remove-relocations'.
149 (strip): Likewise.
150 * objcopy.c (SECTION_CONTEXT_REMOVE_RELOCS): Define.
151 (enum command_line_switch): Add 'OPTION_REMOVE_RELOCS'.
152 (struct option strip_options): Add 'remove-relocations'.
153 (struct option copy_options): Likewise.
154 (copy_usage): Likewise.
155 (strip_usage): Likewise.
156 (handle_remove_relocations_option): New function.
157 (discard_relocations): New function.
158 (handle_remove_section_option): New function.
159 (copy_relocations_in_section): Use discard_relocations.
160 (strip_main): Use handle_remove_section_option for
161 'remove-section', and handle 'remove-relocations' option.
162 (copy_main): Likewise.
163 * testsuite/binutils-all/objcopy.exp: Run new tests.
164 * testsuite/binutils-all/remove-relocs-01.d: New file.
165 * testsuite/binutils-all/remove-relocs-01.s: New file.
166 * testsuite/binutils-all/remove-relocs-02.d: New file.
167 * testsuite/binutils-all/remove-relocs-03.d: New file.
168 * testsuite/binutils-all/remove-relocs-04.d: New file.
169 * testsuite/binutils-all/remove-relocs-05.d: New file.
170 * testsuite/binutils-all/remove-relocs-06.d: New file.
171 * NEWS: Mention new option.
172
e511c9b1
AB
1732016-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * objcopy.c (find_section_list): Handle section patterns starting
176 with '!' being a non-matching pattern.
177 * doc/binutils.texi (objcopy): Give example of using '!' with
178 --remove-section and --only-section.
179 (strip): Give example of using '!' with --remove-section.
180 * testsuite/binutils-all/data-sections.s: New file.
181 * testsuite/binutils-all/only-section-01.d: New file.
182 * testsuite/binutils-all/remove-section-01.d: New file.
183 * testsuite/binutils-all/objcopy.exp: Run new tests.
184 * NEWS: Mention new feature.
185
32a0481f
AM
1862016-07-09 Alan Modra <amodra@gmail.com>
187
188 PR binutils/20337
189 * objdump.c (compare_symbols): For ELF, sort same value/type
190 symbols according to size.
191
f0728ee3
AV
1922016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
193
194 * objdump.c (dump_section_header): Rename SEC_ELF_NOREAD
195 to SEC_ELF_NOREAD.
196 * readelf.c (get_elf_section_flags): Rename ARM_NOREAD to
197 ARM_PURECODE and SHF_ARM_NOREAD to SHF_ARM_PURECODE.
198 (process_section_headers): Rename noread to purecode.
199
200 * section.c (SEC_ELF_NOREAD): Rename to ...
201 (SEC_ELF_PURECODE): ... this.
202
98a4fc78
NC
2032016-07-01 Nick Clifton <nickc@redhat.com>
204
205 * prdbg.c (pr_enum_type): Use a buffer big enough to hold an
206 extremely large decimal value.
207 (pr_range_type): Likewise.
208 (pr_array_type): Likewise.
209 (pr_struct_field): Likewise.
210 (pr_class_baseclass): Likewise.
211 (pr_class_method_variant): Likewise.
212 (pr_tag_type): Likewise.
213 (pr_int_constant): Likewise.
214 (pr_typed_constant): Likewise.
215 (pr_variable): Likewise.
216 (pr_function_parameter): Likewise.
217 (pr_start_block): Likewise.
218 (pr_lineno): Likewise.
219 (pr_end_block): Likewise.
220 (tg_enum_type): Likewise.
221 (tg_int_constant): Likewise.
222 (tg_typed_constant): Likewise.
223 (tg_start_block): Likewise.
224
41699fa4
NC
2252016-07-01 Nick Clifton <nickc@redhat.com>
226
227 * testsuite/binutils-all/objcopy.exp
228 (objcopy_test_without_global_symbol): Expect this test to fail on
229 the AArch64 and ARM targets, since they preserve their mapping
230 symbols.
231
96a84ea3
TG
2322016-07-01 Tristan Gingold <gingold@adacore.com>
233
234 * NEWS: Add marker for 2.27.
235
b2a40aa5
TG
2362016-07-30 Tristan Gingold <gingold@adacore.com>
237
238 * doc/binutils.texi (objdump): Fix mis-placement.
239
50c901ed
NC
2402016-06-28 Nick Clifton <nickc@redhat.com>
241
242 * testsuite/binutils-all/ar.exp: Relax previous restriction on
243 Alpha targets. Allow ELF based Alpha targets.
244
eb9bb5b4
MR
2452016-06-28 Maciej W. Rozycki <macro@imgtec.com>
246
247 * testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with
248 the `unique_symbol' test.
249
f2b2af2c
AM
2502016-06-28 Alan Modra <amodra@gmail.com>
251
252 PR 20304
253 * objdump.c (objdump_print_symname): Don't attempt to retrieve
254 version info from synthetic symbols.
255
9cc0123f
AM
2562016-06-24 Alan Modra <amodra@gmail.com>
257
258 * objcopy.c (find_section_rename): Forward declare. Remove
259 ibfd and sec_ptr param. Add old_name param. Allow for NULL
260 returned_flags. Move read of section name and flags to..
261 (setup_section): ..here. Update find_section_rename call.
262 (filter_symbols): Rename section symbols for renamed sections.
263 (copy_object): Call filter_symbols when renamed sections.
264 * testsuite/lib/binutils-common.exp (is_bad_symtab): New.
265 * testsuite/binutils-all/update-section.exp: Revert 96037eb0
266 mips xfail.
267 * testsuite/binutils-all/objcopy.exp (copy_executable): Use
268 is_bad_symtab.
269 (localize-hidden-1): xfail if is_bad_symtab.
270 * testsuite/binutils-all/readelf.exp: Use is_bad_symtab to select
271 between mips/tmips.
272
43339b1d
AM
2732016-06-24 Alan Modra <amodra@gmail.com>
274
275 * objdump.c (struct print_file_list): Add "max_printed".
276 (try_print_file_open): Init new field.
277 (show_line): Don't show 5 context lines when redisplaying source.
278
96037eb0
NC
2792016-06-22 Nick Clifton <nickc@redhat.com>
280
281 * testsuite/binutils-all/ar.exp: Skip tests for Alpha target.
282 Skip bfdtest1 tests for tic30 target.
283 * testsuite/binutils-all/arm/objdump.exp: Skip for aout arm
284 target.
285 * testsuite/binutils-all/compress.exp: Expect some tests to fail
286 on the nds32.
287 * testsuite/binutils-all/copy-3.d: Skip for go32 targets.
288 * testsuite/binutils-all/copy-4.d: Skip for AIX and linuxecoff
289 targets.
290 * testsuite/binutils-all/nm.exp: Treat beos based targets as ELF
291 targets.
292 * testsuite/binutils-all/objcopy.exp: Only run reverse bytes tests
293 if the bintest.o file was created. Use the
294 get_standard_section_names proc to get the name of the data
295 section.
296 * testsuite/binutils-all/objdump.exp: Update regexps to allow for
297 RX section names.
298 * testsuite/binutils-all/readelf.exp: Use
299 get_standard_section_names proc to get the name of the data
300 section.
301 * testsuite/binutils-all/readelf.r: Allow for non standard text
302 section names.
303 * testsuite/binutils-all/readelf.s: Update regexps for tilepro.
304 * testsuite/binutils-all/size.exp: Allow for non standard section
305 names.
306 * testsuite/binutils-all/update-section.exp: Expect comapre 1vs4
307 to fail on mips targets.
308 * testsuite/lib/utils-lib.exp (default_binutils_run): Use
309 get_standard_section_names proc.
310 (run_dump_test): Likewise.
311 (proc get_standard_section_names): New proc.
312
d5b07ef4
NC
3132016-06-22 Nick Clifton <nickc@redhat.com>
314
315 * readelf.c (dynamic_section_mips_val): Increase size of timebuf.
316 (process_mips_specific): Likewise.
317 (process_gnu_liblist): Likewise.
318
bdd582db
GM
3192016-06-21 Graham Markall <graham.markall@embecosm.com>
320
321 * readelf.c (decode_ARC_machine_flags): Remove E_ARC_MACH_NPS400
322 case.
323
3ee6e4fb
NC
3242016-06-15 Nick Clifton <nickc@redhat.com>
325
326 * readelf.c (is_24bit_abs_reloc): Add support for R_FT32_20
327 reloc.
328
eecc1a7f
JB
3292016-06-14 John Baldwin <jhb@FreeBSD.org>
330
331 * objcopy.c (do_elf_stt_common): Use correct type.
332
3860d2b4
AM
3332016-06-14 Alan Modra <amodra@gmail.com>
334
335 * ar.c: Expand uses of bfd_my_archive.
336 * size.c: Likewise.
337
b0cffb47
AM
3382016-06-14 Alan Modra <amodra@gmail.com>
339
340 PR ld/20241
341 * bucomm.c (bfd_get_archive_filename): Return file name within thin
342 archive.
343
5b6312fd
NC
3442016-06-02 Nick Clifton <nickc@redhat.com>
345
bcc3a8bc
NC
346 PR 20089
347 * objcopy.c (group_signature): Fail if the input symbol table has
c09ec62d 348 not been loaded, or if the sh_info field of the group header is 0.
bcc3a8bc 349
5b6312fd
NC
350 * dwarf.c (display_debug_frames): Do not display any
351 interpretation if the block consists solely of DW__CFA_NOPs.
352
f7433f01
AM
3532016-05-31 Alan Modra <amodra@gmail.com>
354
355 * objcopy.c: Formatting, whitespace throughout.
356 (copy_main): Init newsym->othersym.
357 (parse_symflags): Make len a size_t. Adjust uses.
358
e6cc316a
L
3592016-05-25 H.J. Lu <hongjiu.lu@intel.com>
360
361 PR binutils/14625
362 * NEWS: Mention --enable-64-bit-archive.
363
f507bebf
NC
3642016-05-18 Nick Clifton <nickc@redhat.com>
365
366 PR 20096
367 * objcopy.c (copy_relocations_in_section): Also check for the
368 symbol pointed to by sym_ptr_ptr being NULL.
369
1401d2fe
MR
3702016-05-18 Maciej W. Rozycki <macro@imgtec.com>
371
372 * testsuite/binutils-all/mips/mixed-mips16-micromips.d: New test.
373 * testsuite/binutils-all/mips/mixed-mips16-micromips.s: New test
374 source.
375 * testsuite/binutils-all/mips/mips.exp: Run the new test.
376
50498060
NC
3772016-05-18 Nick Clifton <nickc@redhat.com>
378
379 * po/sv.po: Updated Swedish translation.
380
c69075ac
MR
3812016-05-18 Maciej W. Rozycki <macro@imgtec.com>
382
383 * readelf.c (dynamic_section_mips_val) <DT_MIPS_RLD_VERSION>
384 <DT_MIPS_LOCAL_GOTNO, DT_MIPS_CONFLICTNO, DT_MIPS_LIBLISTNO>
385 <DT_MIPS_SYMTABNO, DT_MIPS_UNREFEXTNO, DT_MIPS_HIPAGENO>
386 <DT_MIPS_DELTA_CLASS_NO, DT_MIPS_DELTA_INSTANCE_NO>
387 <DT_MIPS_DELTA_RELOC_NO, DT_MIPS_DELTA_SYM_NO>
388 <DT_MIPS_DELTA_CLASSSYM_NO, DT_MIPS_COMPACT_SIZE>: Use the
389 `d_val' rather than `d_ptr' member of the dynamic entry.
390
a43942db
MR
3912016-05-17 Maciej W. Rozycki <macro@imgtec.com>
392
393 * testsuite/lib/binutils-common.exp (supports_gnu_unique): New
394 procedure.
395 * testsuite/binutils-all/objcopy.exp: Use `supports_gnu_unique'
396 with the `strip-10' test.
397
71de3413
MR
3982016-05-16 Maciej W. Rozycki <macro@imgtec.com>
399
400 * testsuite/binutils-all/objcopy.exp: Don't skip the `strip-10'
401 test for the V850.
402
8f4f9071
MF
4032016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
404
405 * readelf.c (print_mips_ases): Add DSPR3.
406
15afaa63
TP
4072016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
408
409 * readelf.c (display_arm_attribute): Add output for Tag_DSP_extension.
410 (arm_attr_public_tags): Define DSP_extension attribute.
411
29f4fdc4
AB
4122016-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * doc/binutils.texi (nm): Update description of --size-sort.
415
315350be
NC
4162016-05-09 Nick Clifton <nickc@redhat.com>
417
418 PR binutils/20063
419 * readelf.c (get_32bit_section_headers): Warn if an out of range
420 sh_link or sh_info field is encountered.
421 (get_64bit_section_headers): Likewise.
422
4a85cc09
SKS
4232016-05-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
424
425 * testsuite/lib/binutils-common.exp (is_elf_format): Add avr-*-*.
426
99d1b268
NC
4272016-05-03 Nick Clifton <nickc@redhat.com>
428
429 * po/sv.po: Updated Swedish translation.
430
d347c9df
PS
4312016-04-29 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
432
433 * readelf.c (is_32bit_pcrel_reloc): Return true if reloc is 32-bit
434 PC relocation for AVR target.
435 (is_none_reloc): Return true if reloc is any of AVR diff
436 relocations.
437
5522f910
NC
4382016-04-29 Nick Clifton <nickc@redhat.com>
439
440 PR 19938
441 * readelf.c (get_solaris_segment_type): New function.
442 (get_segment_type): Call it.
443
786a118c
NC
4442016-04-28 Nick Clifton <nickc@redhat.com>
445
446 * po/zh_CN.po: Updated Chinese (simplified) translation.
447
4bd13cde
NC
4482016-04-28 Nick Clifton <nickc@redhat.com>
449
450 PR target/19722
451 * testsuite/binutils-all/aarch64/illegal.s: New test.
452 * testsuite/binutils-all/aarch64/illegal.d: New test driver.
453
e6c7cdec
TS
4542016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
455
456 * resres.c: Likewise.
457
6fd8e7c2
L
4582016-04-15 H.J. Lu <hongjiu.lu@intel.com>
459
460 * Makefile.in: Regenerated with automake 1.11.6.
461 * aclocal.m4: Likewise.
462 * doc/Makefile.in: Likewise.
463
84865015
NC
4642016-04-14 Nick Clifton <nickc@redhat.com>
465
466 PR target/19938
467 * testsuite/binutils-all/i386/compressed-1b.d: Allow for the
468 string sections possibly having the SHF_STRINGS flag bit set.
469 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
470 * testsuite/binutils-all/readelf.s: Likewise.
471 * testsuite/binutils-all/readelf.s-64: Likewise.
472 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
473 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
474
fd85a6a1
NC
4752016-04-13 Nick Clifton <nickc@redhat.com>
476
84865015 477 PR target/19938
fd85a6a1
NC
478 * readelf.c (get_solaris_section_type): New function: Returns the
479 name of Solaris specific section types.
480 (get_solaris_dynamic_type): New function: Return the name of
481 Solaris specific dynamic types.
482 (get_dynamic_type): Use get_solaris_dynamic_type.
483 (get_section_type_name): Use get_solaris_section_type.
484 (get_solaris_symbol_visibility): New function: Returns Solaris
485 specific symbol visibilities.
486 (print_dynamic_symbol): Use get_solaris_symbol_visibility.
487 (process_symbol_table): Likewise.
488
d6bb17b0
AA
4892016-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
490
491 * dwarf.h (init_dwarf_regnames_s390): Declare.
492 * dwarf.c (dwarf_regnames_s390): New.
493 (init_dwarf_regnames_s390): New.
494 (init_dwarf_regnames): Call it.
495 * objdump.c (dump_dwarf): Likewise.
496
92708cec
MR
4972016-04-11 Maciej W. Rozycki <macro@imgtec.com>
498
499 * testsuite/binutils-all/mips/mips16-undecoded.d: New test.
500 * testsuite/binutils-all/mips/mips16-undecoded.s: New test
501 source.
502 * testsuite/binutils-all/mips/mips.exp: Run the new test.
503
67f101ee
NC
5042016-04-04 Nick Clifton <nickc@redhat.com>
505
506 PR 19872
507 * dwarf.c (display_debug_aranges): Skip warning about unrecognised
508 version number if the version is zero.
509
ed754a13
AM
5102016-03-29 Alan Modra <amodra@gmail.com>
511
512 * readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars.
513 (get_dynamic_data): Likewise.
514
9780e045
NC
5152016-03-22 Nick Clifton <nickc@redhat.com>
516
34b9f729
NC
517 PR 19851
518 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
519 with run time size check.
520
9780e045
NC
521 * configure: Regenerate.
522
8699fc3e
AB
5232016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
524
525 * readelf.c (decode_ARC_machine_flags): Handle nps400.
526
a9522a21
AB
5272016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * readelf.c (get_machine_flags): Move arc processing into...
530 (decode_ARC_machine_flags): ... new function. Remove use of
531 EF_ARC_CPU_GENERIC, change default case from "generic arc" to
532 "unknown arc". Merged ABI printing between two machine types.
533
24740d83
AB
5342016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
535
536 * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
537 to the architecture list.
538
e1fa0163
NC
5392016-03-21 Nick Clifton <nickc@redhat.com>
540
541 * dlltool.c: Replace use of alloca with call to xmalloc.
542 * dllwrap.c: Likewise.
543 * nlmconv.c: Likewise.
544 * objdump.c: Likewise.
545 * resrc.c: Likewise.
546 * winduni.c: Likewise.
547 * configure: Regenerate.
548
4fc87424
NC
5492016-03-07 Nick Clifton <nickc@redhat.com>
550
551 PR binutils/19775
552 * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
553 Run the new proc.
554 * testsuite/binutils-all/empty: New, empty, file.
555
9411fd44
MW
5562016-03-04 Matthew Wahab <matthew.wahab@arm.com>
557
558 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
559
11e5f1ec
L
5602016-02-26 H.J. Lu <hongjiu.lu@intel.com>
561
562 PR ld/19645
563 * NEWS: Mention --elf-stt-common= for objcopy.
564 * doc/binutils.texi: Document --elf-stt-common= for objcopy.
565 * objcopy.c (do_elf_stt_common): New.
566 (command_line_switch): Add OPTION_ELF_STT_COMMON.
567 (copy_options): Add --elf-stt-common=.
568 (copy_usage): Add --elf-stt-common=.
569 (copy_object): Also check do_elf_stt_common for ELF targets.
570 (copy_file): Handle do_elf_stt_common.
571 (copy_main): Handle OPTION_ELF_STT_COMMON.
572 * readelf.c (apply_relocations): Support STT_COMMON.
573 * testsuite/binutils-all/common-1.s: New file.
574 * testsuite/binutils-all/common-1a.d: Likewise.
575 * testsuite/binutils-all/common-1b.d: Likewise.
576 * testsuite/binutils-all/common-1c.d: Likewise.
577 * testsuite/binutils-all/common-1d.d: Likewise.
578 * testsuite/binutils-all/common-1e.d: Likewise.
579 * testsuite/binutils-all/common-1f.d: Likewise.
580 * testsuite/binutils-all/common-2.s: Likewise.
581 * testsuite/binutils-all/common-2a.d: Likewise.
582 * testsuite/binutils-all/common-2b.d: Likewise.
583 * testsuite/binutils-all/common-2c.d: Likewise.
584 * testsuite/binutils-all/common-2d.d: Likewise.
585 * testsuite/binutils-all/common-2e.d: Likewise.
586 * testsuite/binutils-all/common-2f.d: Likewise.
587 * testsuite/binutils-all/objcopy.exp
588 (objcopy_test_elf_common_symbols): New proc.
589 Run objcopy_test_elf_common_symbols for ELF targets
590
a9fb83be
L
5912016-02-16 H.J. Lu <hongjiu.lu@intel.com>
592
593 PR binutils/19647
594 * readelf.c (get_section_type_name): Add a missing break.
595
726c18e1
CZ
5962016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
597
598 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
599
9fb71ee4
NC
6002016-02-15 Nick Clifton <nickc@redhat.com>
601
602 * readelf.c (get_section_type_name): Add hex prefix to offsets
603 printed for LOPROC and LOOS values. Ensure that a result is
604 always returned for the V850 target, even when an unrecognised
605 processor specific value is encountered.
606 (process_section_headers): Display key values in the order in
607 which they appear to the user. Add the "C (compressed)" value to
608 the list.
609
96d491cf
L
6102016-02-12 H.J. Lu <hongjiu.lu@intel.com>
611
612 * doc/binutils.texi: Fix a typo.
613
bdbca4e6
CM
6142016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
615
616 * testsuite/binutils-all/objdump.exp: Update expected default
617 architecture value for ARC binaries.
618
14f2c699
L
6192016-02-02 H.J. Lu <hongjiu.lu@intel.com>
620
621 PR binutils/19547
622 * testsuite/binutils-all/objcopy.exp
623 (objcopy_test_without_global_symbol): New proc.
624 Run objcopy_test_without_global_symbol.
625 * testsuite/binutils-all/pr19547.c: New file.
626
bf150a0b
L
6272016-01-28 H.J. Lu <hongjiu.lu@intel.com>
628
629 PR binutils/19523
630 * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
631 runtest.
632 * Makefile.in: Regenerated.
633 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
634 proc.
635 Run test_gnu_debuglink for native ELF build.
636
0398b8d6
NC
6372016-01-20 Nick Clifton <nickc@redhat.com>
638
639 PR 19495
640 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
bdbca4e6 641 do not support inserting leading underscores.
0398b8d6 642
91f68a68
MG
6432016-01-20 Mickael Guene <mickael.guene@st.com>
644
645 * readelf.c (get_elf_section_flags): Display y letter for section
646 with SHF_ARM_NOREAD section flag in readelf section output.
647 (process_section_headers): Add y letter in readelf section output
648 key mapping for ARM architecture.
649 * objdump.c (dump_section_header): Display NOREAD attributes as
650 well.
651 * doc/binutils.texi (objdump): Note that it is correct for
652 sections to have both the READONLY and NOREAD attributes.
653
40068dcc
JB
6542016-01-19 John Baldwin <jhb@FreeBSD.org>
655
656 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
657
f4ddf30f
JB
6582016-01-19 John Baldwin <jhb@FreeBSD.org>
659
660 * readelf.c (get_freebsd_elfcore_note_type): New
661 (process_note): Add support for FreeBSD core notes.
662
34e967a5
MC
6632016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
664 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
665
666 * readelf.c (get_machine_flags): Add support for newer ARC ELF
667 header flags.
668
3d961d0d
AM
6692016-01-18 Alan Modra <amodra@gmail.com>
670
671 * configure: Regenerate.
672
5c14705f
AM
6732016-01-17 Alan Modra <amodra@gmail.com>
674
675 * configure: Regenerate.
676
b3066ae8
AM
6772016-01-17 Alan Modra <amodra@gmail.com>
678
679 * testsuite/lib/binutils-common.exp (is_elf_format): Return true
680 for m68hc11/12 and xgate triples.
681
adec12c1
AM
6822016-01-17 Alan Modra <amodra@gmail.com>
683
684 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
685
6f2750fe
AM
6862016-01-01 Alan Modra <amodra@gmail.com>
687
688 Update year range in copyright notice of all files.
689
3499769a
AM
690For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
691\f
692Copyright (C) 2016 Free Software Foundation, Inc.
693
694Copying and distribution of this file, with or without modification,
695are permitted in any medium without royalty provided the copyright
696notice and this notice are preserved.
697
698Local Variables:
699mode: change-log
700left-margin: 8
701fill-column: 74
702version-control: never
703End: