Automatic date update in version.in
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2016-07-16 Alan Modra <amodra@gmail.com>
2
3 * ar.c: Include plugin-api.h.
4 * nm.c: Likewise.
5
6 2016-07-16 Alan Modra <amodra@gmail.com>
7
8 * bucomm.c: Don't include libbfd.h.
9 (endian_string, display_target_list): Delete forward declaration.
10 (display_info_table, display_target_tables): Likewise.
11 (LONGEST_ARCH): Delete.
12 (struct display_target): New.
13 (do_display_target): New function.
14 (display_target_list, display_info): Rewrite functions.
15 (display_info_table): Delete.
16 (do_info_size, do_info_header, do_info_row): New functions.
17
18 2016-07-16 Alan Modra <amodra@gmail.com>
19
20 * elfcomm.h (HOST_WIDEST_INT): Move to..
21 * sysdep.h: ..here.
22 * od-macho.c: Don't include libbfd.h. Do include dwarf.h
23 (dump_dyld_info_rebase): Use read_leb128 rather than
24 read_unsigned_leb128.
25 (dump_dyld_info_bind, dump_dyld_info_export_1): Likewise.
26 (dump_segment_split_info): Likewise.
27 (dump_dyld_info): Rename vars to avoid shadowing dwarf.h enums.
28 (dump_load_command): Likewise.
29
30 2016-07-16 Alan Modra <amodra@gmail.com>
31
32 * ar.c: Don't include libbfd.h.
33 * objcopy.c: Likewise.
34 * bucomm.c (bfd_get_archive_filename): Use xmalloc rather than
35 bfd_malloc.
36
37 2016-07-15 Alan Modra <amodra@gmail.com>
38
39 * testsuite/binutils-all/remove-relocs-01.s: Use .dc.a, not .word.
40
41 2016-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * doc/binutils.texi (objcopy): Document 'remove-relocations'.
44 (strip): Likewise.
45 * objcopy.c (SECTION_CONTEXT_REMOVE_RELOCS): Define.
46 (enum command_line_switch): Add 'OPTION_REMOVE_RELOCS'.
47 (struct option strip_options): Add 'remove-relocations'.
48 (struct option copy_options): Likewise.
49 (copy_usage): Likewise.
50 (strip_usage): Likewise.
51 (handle_remove_relocations_option): New function.
52 (discard_relocations): New function.
53 (handle_remove_section_option): New function.
54 (copy_relocations_in_section): Use discard_relocations.
55 (strip_main): Use handle_remove_section_option for
56 'remove-section', and handle 'remove-relocations' option.
57 (copy_main): Likewise.
58 * testsuite/binutils-all/objcopy.exp: Run new tests.
59 * testsuite/binutils-all/remove-relocs-01.d: New file.
60 * testsuite/binutils-all/remove-relocs-01.s: New file.
61 * testsuite/binutils-all/remove-relocs-02.d: New file.
62 * testsuite/binutils-all/remove-relocs-03.d: New file.
63 * testsuite/binutils-all/remove-relocs-04.d: New file.
64 * testsuite/binutils-all/remove-relocs-05.d: New file.
65 * testsuite/binutils-all/remove-relocs-06.d: New file.
66 * NEWS: Mention new option.
67
68 2016-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
69
70 * objcopy.c (find_section_list): Handle section patterns starting
71 with '!' being a non-matching pattern.
72 * doc/binutils.texi (objcopy): Give example of using '!' with
73 --remove-section and --only-section.
74 (strip): Give example of using '!' with --remove-section.
75 * testsuite/binutils-all/data-sections.s: New file.
76 * testsuite/binutils-all/only-section-01.d: New file.
77 * testsuite/binutils-all/remove-section-01.d: New file.
78 * testsuite/binutils-all/objcopy.exp: Run new tests.
79 * NEWS: Mention new feature.
80
81 2016-07-09 Alan Modra <amodra@gmail.com>
82
83 PR binutils/20337
84 * objdump.c (compare_symbols): For ELF, sort same value/type
85 symbols according to size.
86
87 2016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
88
89 * objdump.c (dump_section_header): Rename SEC_ELF_NOREAD
90 to SEC_ELF_NOREAD.
91 * readelf.c (get_elf_section_flags): Rename ARM_NOREAD to
92 ARM_PURECODE and SHF_ARM_NOREAD to SHF_ARM_PURECODE.
93 (process_section_headers): Rename noread to purecode.
94
95 * section.c (SEC_ELF_NOREAD): Rename to ...
96 (SEC_ELF_PURECODE): ... this.
97
98 2016-07-01 Nick Clifton <nickc@redhat.com>
99
100 * prdbg.c (pr_enum_type): Use a buffer big enough to hold an
101 extremely large decimal value.
102 (pr_range_type): Likewise.
103 (pr_array_type): Likewise.
104 (pr_struct_field): Likewise.
105 (pr_class_baseclass): Likewise.
106 (pr_class_method_variant): Likewise.
107 (pr_tag_type): Likewise.
108 (pr_int_constant): Likewise.
109 (pr_typed_constant): Likewise.
110 (pr_variable): Likewise.
111 (pr_function_parameter): Likewise.
112 (pr_start_block): Likewise.
113 (pr_lineno): Likewise.
114 (pr_end_block): Likewise.
115 (tg_enum_type): Likewise.
116 (tg_int_constant): Likewise.
117 (tg_typed_constant): Likewise.
118 (tg_start_block): Likewise.
119
120 2016-07-01 Nick Clifton <nickc@redhat.com>
121
122 * testsuite/binutils-all/objcopy.exp
123 (objcopy_test_without_global_symbol): Expect this test to fail on
124 the AArch64 and ARM targets, since they preserve their mapping
125 symbols.
126
127 2016-07-01 Tristan Gingold <gingold@adacore.com>
128
129 * NEWS: Add marker for 2.27.
130
131 2016-07-30 Tristan Gingold <gingold@adacore.com>
132
133 * doc/binutils.texi (objdump): Fix mis-placement.
134
135 2016-06-28 Nick Clifton <nickc@redhat.com>
136
137 * testsuite/binutils-all/ar.exp: Relax previous restriction on
138 Alpha targets. Allow ELF based Alpha targets.
139
140 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
141
142 * testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with
143 the `unique_symbol' test.
144
145 2016-06-28 Alan Modra <amodra@gmail.com>
146
147 PR 20304
148 * objdump.c (objdump_print_symname): Don't attempt to retrieve
149 version info from synthetic symbols.
150
151 2016-06-24 Alan Modra <amodra@gmail.com>
152
153 * objcopy.c (find_section_rename): Forward declare. Remove
154 ibfd and sec_ptr param. Add old_name param. Allow for NULL
155 returned_flags. Move read of section name and flags to..
156 (setup_section): ..here. Update find_section_rename call.
157 (filter_symbols): Rename section symbols for renamed sections.
158 (copy_object): Call filter_symbols when renamed sections.
159 * testsuite/lib/binutils-common.exp (is_bad_symtab): New.
160 * testsuite/binutils-all/update-section.exp: Revert 96037eb0
161 mips xfail.
162 * testsuite/binutils-all/objcopy.exp (copy_executable): Use
163 is_bad_symtab.
164 (localize-hidden-1): xfail if is_bad_symtab.
165 * testsuite/binutils-all/readelf.exp: Use is_bad_symtab to select
166 between mips/tmips.
167
168 2016-06-24 Alan Modra <amodra@gmail.com>
169
170 * objdump.c (struct print_file_list): Add "max_printed".
171 (try_print_file_open): Init new field.
172 (show_line): Don't show 5 context lines when redisplaying source.
173
174 2016-06-22 Nick Clifton <nickc@redhat.com>
175
176 * testsuite/binutils-all/ar.exp: Skip tests for Alpha target.
177 Skip bfdtest1 tests for tic30 target.
178 * testsuite/binutils-all/arm/objdump.exp: Skip for aout arm
179 target.
180 * testsuite/binutils-all/compress.exp: Expect some tests to fail
181 on the nds32.
182 * testsuite/binutils-all/copy-3.d: Skip for go32 targets.
183 * testsuite/binutils-all/copy-4.d: Skip for AIX and linuxecoff
184 targets.
185 * testsuite/binutils-all/nm.exp: Treat beos based targets as ELF
186 targets.
187 * testsuite/binutils-all/objcopy.exp: Only run reverse bytes tests
188 if the bintest.o file was created. Use the
189 get_standard_section_names proc to get the name of the data
190 section.
191 * testsuite/binutils-all/objdump.exp: Update regexps to allow for
192 RX section names.
193 * testsuite/binutils-all/readelf.exp: Use
194 get_standard_section_names proc to get the name of the data
195 section.
196 * testsuite/binutils-all/readelf.r: Allow for non standard text
197 section names.
198 * testsuite/binutils-all/readelf.s: Update regexps for tilepro.
199 * testsuite/binutils-all/size.exp: Allow for non standard section
200 names.
201 * testsuite/binutils-all/update-section.exp: Expect comapre 1vs4
202 to fail on mips targets.
203 * testsuite/lib/utils-lib.exp (default_binutils_run): Use
204 get_standard_section_names proc.
205 (run_dump_test): Likewise.
206 (proc get_standard_section_names): New proc.
207
208 2016-06-22 Nick Clifton <nickc@redhat.com>
209
210 * readelf.c (dynamic_section_mips_val): Increase size of timebuf.
211 (process_mips_specific): Likewise.
212 (process_gnu_liblist): Likewise.
213
214 2016-06-21 Graham Markall <graham.markall@embecosm.com>
215
216 * readelf.c (decode_ARC_machine_flags): Remove E_ARC_MACH_NPS400
217 case.
218
219 2016-06-15 Nick Clifton <nickc@redhat.com>
220
221 * readelf.c (is_24bit_abs_reloc): Add support for R_FT32_20
222 reloc.
223
224 2016-06-14 John Baldwin <jhb@FreeBSD.org>
225
226 * objcopy.c (do_elf_stt_common): Use correct type.
227
228 2016-06-14 Alan Modra <amodra@gmail.com>
229
230 * ar.c: Expand uses of bfd_my_archive.
231 * size.c: Likewise.
232
233 2016-06-14 Alan Modra <amodra@gmail.com>
234
235 PR ld/20241
236 * bucomm.c (bfd_get_archive_filename): Return file name within thin
237 archive.
238
239 2016-06-02 Nick Clifton <nickc@redhat.com>
240
241 PR 20089
242 * objcopy.c (group_signature): Fail if the input symbol table has
243 not been loaded, or if the sh_info field of the group header is 0.
244
245 * dwarf.c (display_debug_frames): Do not display any
246 interpretation if the block consists solely of DW__CFA_NOPs.
247
248 2016-05-31 Alan Modra <amodra@gmail.com>
249
250 * objcopy.c: Formatting, whitespace throughout.
251 (copy_main): Init newsym->othersym.
252 (parse_symflags): Make len a size_t. Adjust uses.
253
254 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
255
256 PR binutils/14625
257 * NEWS: Mention --enable-64-bit-archive.
258
259 2016-05-18 Nick Clifton <nickc@redhat.com>
260
261 PR 20096
262 * objcopy.c (copy_relocations_in_section): Also check for the
263 symbol pointed to by sym_ptr_ptr being NULL.
264
265 2016-05-18 Maciej W. Rozycki <macro@imgtec.com>
266
267 * testsuite/binutils-all/mips/mixed-mips16-micromips.d: New test.
268 * testsuite/binutils-all/mips/mixed-mips16-micromips.s: New test
269 source.
270 * testsuite/binutils-all/mips/mips.exp: Run the new test.
271
272 2016-05-18 Nick Clifton <nickc@redhat.com>
273
274 * po/sv.po: Updated Swedish translation.
275
276 2016-05-18 Maciej W. Rozycki <macro@imgtec.com>
277
278 * readelf.c (dynamic_section_mips_val) <DT_MIPS_RLD_VERSION>
279 <DT_MIPS_LOCAL_GOTNO, DT_MIPS_CONFLICTNO, DT_MIPS_LIBLISTNO>
280 <DT_MIPS_SYMTABNO, DT_MIPS_UNREFEXTNO, DT_MIPS_HIPAGENO>
281 <DT_MIPS_DELTA_CLASS_NO, DT_MIPS_DELTA_INSTANCE_NO>
282 <DT_MIPS_DELTA_RELOC_NO, DT_MIPS_DELTA_SYM_NO>
283 <DT_MIPS_DELTA_CLASSSYM_NO, DT_MIPS_COMPACT_SIZE>: Use the
284 `d_val' rather than `d_ptr' member of the dynamic entry.
285
286 2016-05-17 Maciej W. Rozycki <macro@imgtec.com>
287
288 * testsuite/lib/binutils-common.exp (supports_gnu_unique): New
289 procedure.
290 * testsuite/binutils-all/objcopy.exp: Use `supports_gnu_unique'
291 with the `strip-10' test.
292
293 2016-05-16 Maciej W. Rozycki <macro@imgtec.com>
294
295 * testsuite/binutils-all/objcopy.exp: Don't skip the `strip-10'
296 test for the V850.
297
298 2016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
299
300 * readelf.c (print_mips_ases): Add DSPR3.
301
302 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
303
304 * readelf.c (display_arm_attribute): Add output for Tag_DSP_extension.
305 (arm_attr_public_tags): Define DSP_extension attribute.
306
307 2016-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * doc/binutils.texi (nm): Update description of --size-sort.
310
311 2016-05-09 Nick Clifton <nickc@redhat.com>
312
313 PR binutils/20063
314 * readelf.c (get_32bit_section_headers): Warn if an out of range
315 sh_link or sh_info field is encountered.
316 (get_64bit_section_headers): Likewise.
317
318 2016-05-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
319
320 * testsuite/lib/binutils-common.exp (is_elf_format): Add avr-*-*.
321
322 2016-05-03 Nick Clifton <nickc@redhat.com>
323
324 * po/sv.po: Updated Swedish translation.
325
326 2016-04-29 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
327
328 * readelf.c (is_32bit_pcrel_reloc): Return true if reloc is 32-bit
329 PC relocation for AVR target.
330 (is_none_reloc): Return true if reloc is any of AVR diff
331 relocations.
332
333 2016-04-29 Nick Clifton <nickc@redhat.com>
334
335 PR 19938
336 * readelf.c (get_solaris_segment_type): New function.
337 (get_segment_type): Call it.
338
339 2016-04-28 Nick Clifton <nickc@redhat.com>
340
341 * po/zh_CN.po: Updated Chinese (simplified) translation.
342
343 2016-04-28 Nick Clifton <nickc@redhat.com>
344
345 PR target/19722
346 * testsuite/binutils-all/aarch64/illegal.s: New test.
347 * testsuite/binutils-all/aarch64/illegal.d: New test driver.
348
349 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
350
351 * resres.c: Likewise.
352
353 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
354
355 * Makefile.in: Regenerated with automake 1.11.6.
356 * aclocal.m4: Likewise.
357 * doc/Makefile.in: Likewise.
358
359 2016-04-14 Nick Clifton <nickc@redhat.com>
360
361 PR target/19938
362 * testsuite/binutils-all/i386/compressed-1b.d: Allow for the
363 string sections possibly having the SHF_STRINGS flag bit set.
364 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
365 * testsuite/binutils-all/readelf.s: Likewise.
366 * testsuite/binutils-all/readelf.s-64: Likewise.
367 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
368 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
369
370 2016-04-13 Nick Clifton <nickc@redhat.com>
371
372 PR target/19938
373 * readelf.c (get_solaris_section_type): New function: Returns the
374 name of Solaris specific section types.
375 (get_solaris_dynamic_type): New function: Return the name of
376 Solaris specific dynamic types.
377 (get_dynamic_type): Use get_solaris_dynamic_type.
378 (get_section_type_name): Use get_solaris_section_type.
379 (get_solaris_symbol_visibility): New function: Returns Solaris
380 specific symbol visibilities.
381 (print_dynamic_symbol): Use get_solaris_symbol_visibility.
382 (process_symbol_table): Likewise.
383
384 2016-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
385
386 * dwarf.h (init_dwarf_regnames_s390): Declare.
387 * dwarf.c (dwarf_regnames_s390): New.
388 (init_dwarf_regnames_s390): New.
389 (init_dwarf_regnames): Call it.
390 * objdump.c (dump_dwarf): Likewise.
391
392 2016-04-11 Maciej W. Rozycki <macro@imgtec.com>
393
394 * testsuite/binutils-all/mips/mips16-undecoded.d: New test.
395 * testsuite/binutils-all/mips/mips16-undecoded.s: New test
396 source.
397 * testsuite/binutils-all/mips/mips.exp: Run the new test.
398
399 2016-04-04 Nick Clifton <nickc@redhat.com>
400
401 PR 19872
402 * dwarf.c (display_debug_aranges): Skip warning about unrecognised
403 version number if the version is zero.
404
405 2016-03-29 Alan Modra <amodra@gmail.com>
406
407 * readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars.
408 (get_dynamic_data): Likewise.
409
410 2016-03-22 Nick Clifton <nickc@redhat.com>
411
412 PR 19851
413 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
414 with run time size check.
415
416 * configure: Regenerate.
417
418 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * readelf.c (decode_ARC_machine_flags): Handle nps400.
421
422 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
423
424 * readelf.c (get_machine_flags): Move arc processing into...
425 (decode_ARC_machine_flags): ... new function. Remove use of
426 EF_ARC_CPU_GENERIC, change default case from "generic arc" to
427 "unknown arc". Merged ABI printing between two machine types.
428
429 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
430
431 * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
432 to the architecture list.
433
434 2016-03-21 Nick Clifton <nickc@redhat.com>
435
436 * dlltool.c: Replace use of alloca with call to xmalloc.
437 * dllwrap.c: Likewise.
438 * nlmconv.c: Likewise.
439 * objdump.c: Likewise.
440 * resrc.c: Likewise.
441 * winduni.c: Likewise.
442 * configure: Regenerate.
443
444 2016-03-07 Nick Clifton <nickc@redhat.com>
445
446 PR binutils/19775
447 * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
448 Run the new proc.
449 * testsuite/binutils-all/empty: New, empty, file.
450
451 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
452
453 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
454
455 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
456
457 PR ld/19645
458 * NEWS: Mention --elf-stt-common= for objcopy.
459 * doc/binutils.texi: Document --elf-stt-common= for objcopy.
460 * objcopy.c (do_elf_stt_common): New.
461 (command_line_switch): Add OPTION_ELF_STT_COMMON.
462 (copy_options): Add --elf-stt-common=.
463 (copy_usage): Add --elf-stt-common=.
464 (copy_object): Also check do_elf_stt_common for ELF targets.
465 (copy_file): Handle do_elf_stt_common.
466 (copy_main): Handle OPTION_ELF_STT_COMMON.
467 * readelf.c (apply_relocations): Support STT_COMMON.
468 * testsuite/binutils-all/common-1.s: New file.
469 * testsuite/binutils-all/common-1a.d: Likewise.
470 * testsuite/binutils-all/common-1b.d: Likewise.
471 * testsuite/binutils-all/common-1c.d: Likewise.
472 * testsuite/binutils-all/common-1d.d: Likewise.
473 * testsuite/binutils-all/common-1e.d: Likewise.
474 * testsuite/binutils-all/common-1f.d: Likewise.
475 * testsuite/binutils-all/common-2.s: Likewise.
476 * testsuite/binutils-all/common-2a.d: Likewise.
477 * testsuite/binutils-all/common-2b.d: Likewise.
478 * testsuite/binutils-all/common-2c.d: Likewise.
479 * testsuite/binutils-all/common-2d.d: Likewise.
480 * testsuite/binutils-all/common-2e.d: Likewise.
481 * testsuite/binutils-all/common-2f.d: Likewise.
482 * testsuite/binutils-all/objcopy.exp
483 (objcopy_test_elf_common_symbols): New proc.
484 Run objcopy_test_elf_common_symbols for ELF targets
485
486 2016-02-16 H.J. Lu <hongjiu.lu@intel.com>
487
488 PR binutils/19647
489 * readelf.c (get_section_type_name): Add a missing break.
490
491 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
492
493 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
494
495 2016-02-15 Nick Clifton <nickc@redhat.com>
496
497 * readelf.c (get_section_type_name): Add hex prefix to offsets
498 printed for LOPROC and LOOS values. Ensure that a result is
499 always returned for the V850 target, even when an unrecognised
500 processor specific value is encountered.
501 (process_section_headers): Display key values in the order in
502 which they appear to the user. Add the "C (compressed)" value to
503 the list.
504
505 2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
506
507 * doc/binutils.texi: Fix a typo.
508
509 2016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
510
511 * testsuite/binutils-all/objdump.exp: Update expected default
512 architecture value for ARC binaries.
513
514 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
515
516 PR binutils/19547
517 * testsuite/binutils-all/objcopy.exp
518 (objcopy_test_without_global_symbol): New proc.
519 Run objcopy_test_without_global_symbol.
520 * testsuite/binutils-all/pr19547.c: New file.
521
522 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
523
524 PR binutils/19523
525 * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
526 runtest.
527 * Makefile.in: Regenerated.
528 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
529 proc.
530 Run test_gnu_debuglink for native ELF build.
531
532 2016-01-20 Nick Clifton <nickc@redhat.com>
533
534 PR 19495
535 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
536 do not support inserting leading underscores.
537
538 2016-01-20 Mickael Guene <mickael.guene@st.com>
539
540 * readelf.c (get_elf_section_flags): Display y letter for section
541 with SHF_ARM_NOREAD section flag in readelf section output.
542 (process_section_headers): Add y letter in readelf section output
543 key mapping for ARM architecture.
544 * objdump.c (dump_section_header): Display NOREAD attributes as
545 well.
546 * doc/binutils.texi (objdump): Note that it is correct for
547 sections to have both the READONLY and NOREAD attributes.
548
549 2016-01-19 John Baldwin <jhb@FreeBSD.org>
550
551 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
552
553 2016-01-19 John Baldwin <jhb@FreeBSD.org>
554
555 * readelf.c (get_freebsd_elfcore_note_type): New
556 (process_note): Add support for FreeBSD core notes.
557
558 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
559 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
560
561 * readelf.c (get_machine_flags): Add support for newer ARC ELF
562 header flags.
563
564 2016-01-18 Alan Modra <amodra@gmail.com>
565
566 * configure: Regenerate.
567
568 2016-01-17 Alan Modra <amodra@gmail.com>
569
570 * configure: Regenerate.
571
572 2016-01-17 Alan Modra <amodra@gmail.com>
573
574 * testsuite/lib/binutils-common.exp (is_elf_format): Return true
575 for m68hc11/12 and xgate triples.
576
577 2016-01-17 Alan Modra <amodra@gmail.com>
578
579 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
580
581 2016-01-01 Alan Modra <amodra@gmail.com>
582
583 Update year range in copyright notice of all files.
584
585 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
586 \f
587 Copyright (C) 2016 Free Software Foundation, Inc.
588
589 Copying and distribution of this file, with or without modification,
590 are permitted in any medium without royalty provided the copyright
591 notice and this notice are preserved.
592
593 Local Variables:
594 mode: change-log
595 left-margin: 8
596 fill-column: 74
597 version-control: never
598 End:
This page took 0.048379 seconds and 4 git commands to generate.