]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
bfd/
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
8a72cc6e
AM
12012-10-21 Alan Modra <amodra@gmail.com>
2
3 * objdump.c (load_specific_debug_section): Use
4 bfd_cache_section_contents.
5
4fc8b895
KT
62012-10-18 Kai Tietz <ktietz@redhat.com>
7
a29a8af8
KT
8 * objdump.c (dump_bfd): Call dump headers after
9 call of slurp_symtab.
10
4fc8b895
KT
11 * objcopy.c (is_strip_section_1): Don't strip
12 .reloc section by default.
13
7c1cef97
DE
142012-10-11 Doug Evans <dje@google.com>
15
16 * dwarf.c (display_gdb_index): Include static/global information
17 of each symbol.
18
6c9c0a50
DE
192012-09-14 David Edelsohn <dje.gcc@gmail.com>
20
21 * configure: Regenerate.
22
00716ab1
AM
232012-09-10 Matthias Klose <doko@ubuntu.com>
24
25 * config.in: Disable sanity check for kfreebsd.
26
6d2920c8
L
272012-09-10 H.J. Lu <hongjiu.lu@intel.com>
28
29 * configure: Regenerated.
30
aae628c1
CC
312012-09-06 Cary Coutant <ccoutant@google.com>
32
33 * dwarf.c (decode_location_expression): Add
34 DW_OP_GNU_const_index.
35
fa8f3997
NC
362012-09-06 Nick Clifton <nickc@redhat.com>
37
38 * doc/binutils.texi (nm): Alpha-sort the option descriptions.
39 Add description of the --synthetic option.
40
c6d8cab4
L
412012-09-04 H.J. Lu <hongjiu.lu@intel.com>
42
43 PR binutils/14493
44 * readelf.c (get_symbol_index_type): Check bad section index.
45
bca38921
MGD
462012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
47
48 * readelf.c (arm_attr_tag_CPU_arch): Update for ARMv8.
49 (arm_attr_tag_FP_arch): Likewise.
50 (arm_attr_tag_Advanced_SIMD_arch): Likewise.
51
a8685210
AM
522012-08-17 Yuri Chornoivan <yurchor@ukr.net>
53
54 * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
55
58f594cd
L
562012-08-16 H.J. Lu <hongjiu.lu@intel.com>
57
58 PR binutils/14481
59 * Makefile.am (BFDTEST1_PROG): New.
60 (TEST_PROGS): Likewise.
61 (bfdtest1_DEPENDENCIES): Likewise.
62 (noinst_PROGRAMS): Add $(TEST_PROGS).
63 * Makefile.in: Regenerated.
64
65 * bfdtest1.c: New file.
66
a06ea964 672012-08-13 Ian Bolton <ian.bolton@arm.com>
c6d8cab4
L
68 Laurent Desnogues <laurent.desnogues@arm.com>
69 Jim MacArthur <jim.macarthur@arm.com>
70 Marcus Shawcroft <marcus.shawcroft@arm.com>
71 Nigel Stephens <nigel.stephens@arm.com>
72 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
73 Richard Earnshaw <rearnsha@arm.com>
74 Sofiane Naci <sofiane.naci@arm.com>
75 Tejas Belagod <tejas.belagod@arm.com>
76 Yufeng Zhang <yufeng.zhang@arm.com>
a06ea964
NC
77
78 * readelf.c (guess_is_rela): Handle EM_AARCH64.
79 (get_machine_name): Likewise.
80 (get_aarch64_segment_type): New function.
81 (get_segment_type): Handle EM_AARCH64 by calling the new function.
82 (get_aarch64_section_type_name): New function.
83 (get_section_type_name): Handle EM_AARCH64 by calling the new function.
84 (is_32bit_abs_reloc): Handle EM_AARCH64.
85 (is_32bit_pcrel_reloc): Likewise.
86 (is_64bit_abs_reloc): Likewise.
87 (is_64bit_pcrel_reloc): Likewise.
88 (is_none_reloc): Likewise.
89
3c892704
NC
902012-08-09 Nick Clifton <nickc@redhat.com>
91
92 * po/vi.po: Updated Vietnamese translation.
93
a442b35f
TT
942012-08-03 Tom Tromey <tromey@redhat.com>
95
96 * dlltool.c (scan_obj_file): Close arfile after calling
97 bfd_openr_next_archived_file.
98
399c99f7
L
992012-08-02 H.J. Lu <hongjiu.lu@intel.com>
100
101 PR binutils/14420
102 * dwarf.c (process_abbrev_section): Add attribute terminator.
103 Warn missing section terminator.
104 (get_FORM_name): Special check for 0 value.
105 (get_AT_name): Likewise.
106 (process_debug_info): Display zero abbrev number. Check
107 attribute terminator.
108
a6dc81d2
NC
1092012-07-30 Nick Clifton <nickc@redhat.com>
110
111 * po/binutils.pot: Updated template.
112 * po/bg.po: Updated Bulgarian translation.
113 * po/es.po: Updated Spanish translation.
114 * po/fi.po: Updated Finnish translation.
115 * po/fr.po: Updated French translation.
116 * po/uk.po: Updated Ukranian translation.
117
ee6f7708
KT
1182012-07-28 Kai Tietz <ktietz@redhat.com>
119
120 * rcparse.y (FILEVERSION): Use optcnumexpr instead of cnumexpr.
121 (PRODUCTVERSION): Likewise.
122
c4dd807e
MF
1232012-07-27 Mike Frysinger <vapier@gentoo.org>
124
125 * configure.in (BFD_VERSION): Run bfd/configure --version and
126 parse the output of that.
127 * configure: Regenerate.
128
af18cb59
TG
1292012-07-27 Tristan Gingold <gingold@adacore.com>
130
131 * NEWS: Add marker for 2.23.
132
9b8d1a36
CC
1332012-07-24 Teresa Johnson <tejohnson@google.com>
134
135 * addr2line.c (find_address_in_section): Invoke
c6d8cab4 136 bfd_find_nearest_line_discriminator to get the discriminator.
9b8d1a36
CC
137 (find_offset_in_section): Likewise.
138 (translate_addresses): Print discriminator if it is non-zero.
139 * objdump.c (show_line): Invoke
c6d8cab4
L
140 bfd_find_nearest_line_discriminator to get the discriminator,
141 and keep track of prev_discriminator. Print discriminator
142 if it is non-zero.
9b8d1a36
CC
143 (disassemble_data): Initialize prev_discriminator.
144 (dump_reloc_set): Invoke bfd_find_nearest_line_discriminator
c6d8cab4
L
145 to get the discriminator, and keep track of last_discriminator.
146 Print discriminator if it is non-zero.
9b8d1a36 147
c2a7d3f5
NC
1482012-07-17 Nick Clifton <nickc@redhat.com>
149
150 * elfcomm.c (setup_archive): Extract index table and symbol table
151 scanning code into...
152 (process_archive_index_and_symbols): ... this function and add
153 support for 64-bit index tables.
154 * elfcomm.h (struct archive_info): Change type of index_num and
155 index_array to elf_vma.
156 Add 'uses_64bit_indicies' field.
157 * readelf.c (process_archive): Fix support for 64-bit indicies.
158
5f8ebec5
NC
1592012-07-03 Nick Clifton <nickc@redhat.com>
160
161 * readelf.c (process_archive): Display member indicies when
162 dumping index.
163
8d6eee87
TT
1642012-07-02 Tom Tromey <tromey@redhat.com>
165
166 * dwarf.c: Include gdb-index.h.
167 (display_gdb_index): Handle version 7.
168
6a1b08f5
L
1692012-06-29 H.J. Lu <hongjiu.lu@intel.com>
170
171 * nm.c (filter_symbols): Simplify global symbol handling.
172
34debcd1
NC
1732012-06-29 Francois Gouget <fgouget@codeweavers.com>
174
175 PR binutils/14302
176 * bucomm.c (print_arelt_descr): Correctly report the archive size
177 field (for 'ar tv').
178 * ar.c (print_contents): Use correct types for archive element
179 sizes (for 'ar p').
180 (extract_file): Likewise (for 'ar x').
181
e63734a3
AM
1822012-06-29 Alan Modra <amodra@gmail.com>
183
184 * readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc.
185
6f7b1488
TT
1862012-06-12 Tom Tromey <tromey@redhat.com>
187
188 * dwarf-mode.el: Add final comment. Bump version.
189 (dwarf-insert-substructure-button): Use string-to-number.
190 (dwarf-browse): Fix autoload cookie.
191
a081f3cd
JJ
1922012-06-08 Jakub Jelinek <jakub@redhat.com>
193
194 * dwarf.c (read_and_display_attr_value): Handle
195 DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt.
196 (display_debug_macro): Handle DW_MACRO_GNU_define_indirect_alt,
197 DW_MACRO_GNU_undef_indirect_alt and
198 DW_MACRO_GNU_transparent_include_alt.
199
670b0bad
AM
2002012-06-01 Alan Modra <amodra@gmail.com>
201
202 * addr2line.c (translate_addresses): Truncate input addresses to
203 arch_size bits. Avoid undefined shift. Print '?' for zero line.
204
ea52a088
NC
2052012-05-30 Nick Clifton <nickc@redhat.com>
206
207 * readelf.c (process_section_headers): Correct bug in previous
208 delta - display full section type in wide mode.
209
7bfd842d
NC
2102012-05-28 Nick Clifton <nickc@redhat.com>
211
212 * readelf.c (print_symbol): Display multibyte characters in symbol
213 names.
214 (process_section_headers): Use print_symbol.
215
f2c621e4
AS
2162012-05-18 Andreas Schwab <schwab@linux-m68k.org>
217
218 * aclocal.m4: Regenerate.
219 * configure: Regenerate.
220 * config.in: Regenerate.
221 * Makefile.in: Regenerate.
222
df7b86aa
NC
2232012-05-17 Daniel Richard G. <skunk@iskunk.org>
224 Nick Clifton <nickc@redhat.com>
225
226 PR 14072
227 * configure.in: Add check that sysdep.h has been included before
228 any system header files.
229 * configure: Regenerate.
230 * config.in: Regenerate.
231 * unwind-ia64.h: Include config.h.
232
7282333f
AM
2332012-05-17 Alan Modra <amodra@gmail.com>
234
235 * dwarf.c (process_debug_info): Display abbrev offset in hex.
236 (display_debug_abbrev): Show offset of abbrev.
237
a2ff7a4b
AM
2382012-05-17 Alan Modra <amodra@gmail.com>
239
240 * dwarf.c (display_debug_ranges): Don't report more than one use
241 of the same range set as an overlap.
242
691bf19c
NC
2432012-05-16 Daniel Richard G. <skunk@iskunk.org>
244
245 PR binutils/13558
246 * Makefile.am (CFILES): Add syslex_wrap.c.
247 (sysinfo): Depend upon syslex_wrap.o.
248 (syslex_wrap.o): New rule.
249 (syslex.o): Delete rule.
250 * syslex_wrap.c: New file.
251 * Makefile.in: Regenerate.
252
6927f982
NC
2532012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
254
255 * readelf.c (get_machine_name): Update m68hc12 entry.
256
343dbc36
L
2572012-05-13 H.J. Lu <hongjiu.lu@intel.com>
258
259 * objdump.c (disassemble_bytes): Print addend as signed.
260 (dump_reloc_set): Likewise.
261
4723351a
CC
2622012-05-04 Sterling Augustine <saugustine@google.com>
263 Cary Coutant <ccoutant@google.com>
264
265 * doc/binutils.texi: Add --dwarf-check option.
266 * dwarf.c (dwarf_check): New global flag.
267 (fetch_indexed_string): New function.
268 (fetch_indexed_value): New function.
269 (get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index.
270 (decode_location_expression): Add DW_OP_GNU_addr_index.
271 (read_and_display_attr_value): Add DW_FORM_GNU_str_index,
272 DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base.
273 (get_AT_name): Add new attributes for Fission.
274 (process_debug_info): Load new debug sections for Fission.
275 (load_debug_info): Check for .debug_info.dwo section.
276 (display_loc_list, display_loc_list_dwo): New functions.
277 (display_debug_loc): Move logic to above two functions.
278 (display_debug_info): Choose abbrev section based on info section.
279 (display_debug_types): Likewise.
280 (display_trace_info): Likewise.
281 (comp_addr_base): New function.
282 (display_debug_addr): New function.
283 (display_debug_str_offsets): New function.
284 (display_debug_ranges): Allow missing range lists. Suppress
285 diagnostics if dwarf_check not set.
286 (debug_displays): Add column to select abbrev section.
287 * dwarf.h (enum dwarf_section_display_enum): Add new debug sections
288 for Fission.
289 (struct dwarf_section): Add abbrev_sec field.
290 (struct dwarf_section_display): New type.
291 (debug_info): Add addr_base, ranges_base fields.
292 (dwarf_check): New global variable.
293 * objdump.c (usage): Add --dwarf-check option.
294 (enum option_values): Add OPTION_DWARF_CHECK.
295 (long_options): Add --dwarf-check.
296 (main): Likewise.
297 * readelf.c (OPTION_DWARF_CHECK): New macro.
298 (options): Add --dwarf-check.
299 (parse_args): Likewise.
300 (process_section_headers): Use const_strneq instead of
301 streq.
302
e04d7088
L
3032012-05-11 H.J. Lu <hongjiu.lu@intel.com>
304
305 PR binutils/14088
306 * readelf.c (dump_relocations): Always display addend as
307 signed hex number.
308
208a4923
NC
3092012-05-11 Daniel Richard G. <skunk@iskunk.org>
310
311 PR binutils/14028
312 * configure.in: Invoke ACX_HEADER_STRING.
313 * configure: Regenerate.
314 * config.in: Regenerate.
315 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
316 string.h and strings.h.
317
afd6e1ff
JJ
3182012-05-10 Jakub Jelinek <jakub@redhat.com>
319
320 * dwarf.c (read_and_display_attr_value): Don't look up tag from
321 abbrev for DW_FORM_ref_addr.
322
a8c30cba 3232012-05-08 Sean Keys <skeys@ipdatasys.com>
208a4923 324
a8c30cba 325 * binutils/MAINTAINERS: Added my entry to the maintainers secion.
208a4923 326
96109726
CC
3272012-05-08 Cary Coutant <ccoutant@google.com>
328
329 * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
330 (strip): Add --strip-dwo option.
331 * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
332 (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
333 (strip_options): Add --strip-dwo option.
334 (copy_options): Add --extract-dwo, --strip-dwo options.
335 (copy_usage): Likewise.
336 (strip_usage): Add --strip-dwo option.
337 (is_dwo_section): New function.
338 (is_strip_section_1): Check for DWO sections.
339 (copy_object): Check for --strip-dwo, --extract-dwo options.
340 (copy_relocations_in_section): Discard relocations for DWO sections.
341 Discard entire relocation section when no relocations.
342 (strip_main): Add --strip-dwo option.
343 (copy_main): Add --strip-dwo, --extract-dwo options.
344
e5b62927
AM
3452012-05-08 Alan Modra <amodra@gmail.com>
346
347 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
348 LC and LANG environment vars.
349 * Makefile.in: Regenerate.
350
a19c41a7
TT
3512012-05-07 Tom Tromey <tromey@redhat.com>
352
353 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
354 (get_FORM_name): Use get_DW_FORM_name.
355 (get_AT_name): Use get_DW_AT_name.
356
cce3d66c
AM
3572012-05-07 Alan Modra <amodra@gmail.com>
358
359 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
360 * Makefile.in: Regenerate.
361
45dfa85a
AM
3622012-05-05 Alan Modra <amodra@gmail.com>
363
364 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
365
f6c1a2d5
NC
3662012-05-03 Sean Keys <skeys@ipdatasys.com>
367
368 * readelf.c: Add support for XGATE.
369
1c062060
NC
3702012-05-02 Nick Clifton <nickc@redhat.com>
371
372 * po/vi.po: Updated Vietnamese translation.
373 * po/it.po: New Italian translation.
374 * configure.in (ALL_LINGUAS): Add it.
375 * configure: Regenerate.
376
57402f1e
NC
3772012-05-01 Nick Clifton <nickc@redhat.com>
378
379 PR binutils/13121
380 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
381 AIX system headers.
382
2e30cb57
CC
3832012-04-25 Cary Coutant <ccoutant@google.com>
384
385 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
386 to strip and objcopy.
387 * objcopy.c (deterministic): New global variable.
388 (strip_options): Add --enable-deterministic-archives.
389 (copy_options): Likewise.
390 (copy_usage): Likewise.
391 (strip_usage): Likewise.
392 (copy_archive): When stripping all, don't add archive map; set
393 deterministic output when requested.
394 (strip_main): Add -D/--enable-deterministic-archives option.
395 (copy_main): Likewise.
396
c3989150
L
3972012-04-12 H.J. Lu <hongjiu.lu@intel.com>
398
399 PR binutils/13947
400 * objcopy.c (copy_object): Call copy_relocations_in_section
401 before copy_section.
402 (skip_section): New.
403 (copy_relocations_in_section): Likewise.
404 (copy_section): Use skip_section. Don't copy relocations here.
405
1233b4a7
NC
4062012-04-11 Ryan Mansfield <rmansfield@qnx.com>
407
c6d8cab4
L
408 * objdump.c (dump_bfd): If defaulting to dwarf call
409 dwarf_select_sections_all to enable displays.
1233b4a7 410
58797674
RM
4112012-04-06 Roland McGrath <mcgrathr@google.com>
412
413 * configure.in (AC_CHECK_HEADERS): Add locale.h.
414 * config.in: Regenerate.
415 * configure: Regenerate.
416
44350750
NC
4172012-04-05 Nick Clifton <nickc@redhat.com>
418
419 * configure.in (AC_CHECK_FUNCS): Add setlocale.
420 (AM_LC_MESSAGES): Add.
421 * aclocal.m4: Regenerate.
422 * config.in: Regenerate.
423 * configure: Regenerate.
424
b149968f
NC
4252012-03-30 Nick Clifton <nickc@redhat.com>
426
427 PR binutils/13925
428 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
429 returning an empty context for a function with no arguments.
430
658c7344
TT
4312012-03-28 Tom Tromey <tromey@redhat.com>
432
433 * dwarf.c (display_gdb_index): Handle index version 6.
434
0a22ae8e
NC
4352012-03-07 Nick Clifton <nickc@redhat.com>
436
437 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
438
ae9ab7c0
NC
4392012-02-29 Jeff Law <law@redhat.com>
440
441 * doc/binutils.texi (c++filt): Fix typos.
442
5b3d386e
KT
4432012-02-24 Kai Tietz <ktietz@redhat.com>
444
445 PR binutils/13710
446 * defparse.y (keyword_as_name): Disable LIBRARY
447 keyword.
448 * doc/binutils.texi: Document LIBRARY exception.
449
9a30f236
KT
4502012-02-21 Kai Tietz<ktietz@redhat.com>
451
452 PR binutils/13682
453 * NEWS: Mention new feature.
454 * dlltool.c (i386_x64_dljtab): New stub-code for x64
455 delayed-load feature.
456 (i386_x64_trampoline): New trampoline-code for x64
457 delayed-load feature.
458 (make_one_lib_file): Add support for x64 delayed-load
459 feature.
460 (make_delay_head): Likewis
461
6c713012
AM
4622012-02-20 Namhyung Kim <namhyung.kim@lge.com>
463
464 * objdump.c (slurp_file): Close file if fstat fails.
465
74bc6052
CC
4662012-02-14 Cary Coutant <ccoutant@google.com>
467
468 * dwarf.c (dwarf_vmatoa64): New function.
469 (read_and_display_attr_value): Print 8-byte forms as single hex
470 numbers.
471 (process_debug_info): Print type signatures as single hex numbers.
472 * elfcomm.c (byte_get_64): New function.
473 * elfcomm.h (byte_get_64): New function.
474
aa83d1ec
KT
4752012-02-11 Kai Tietz <ktietz@redhat.com>
476
477 PR binutils/13657
478 * defparse.y (%union): New type id_const.
479 (opt_name2): New rule.
480 (keyword_as_name): New rule.
481 (opt_name): Adjust rule.
482 (opt_import_name): Likewise.
483 (opt_equal_name): Likewise.
484
7afcdbb2
KT
4852012-02-11 Kai Tietz <ktietz@redhat.com>
486
487 PR binutils/13297
488 * resrc.c (write_rc_dialog_control): Omit text dump for
489 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
490
dbb7c441
AM
4912012-02-09 Alan Modra <amodra@gmail.com>
492
493 * sysdep.h: Include sys/stat.h here.
494 * ar.c: Don't include headers already included by sysdep.h.
495 * bucomm.c: Likewise.
496 * budbg.h: Likewise.
497 * dlltool.h: Likewise.
498 * elfedit.c: Likewise.
499 * nlmconv.c: Likewise.
500 * objcopy.c: Likewise.
501 * objdump.c: Likewise.
502 * objdump.h: Likewise.
503 * readelf.c: Likewise.
504 * rename.c: Likewise.
505 * resrc.c: Likewise.
506 * strings.c: Likewise.
507 * windres.c: Likewise.
508 * od-macho.c: Ensure #include sysdep.h is first.
509 * od-xcoff.c: Likewise.
510 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
511 remove duplicate headers.
512 * dlltool.c: Likewise and ensure #include sysdep.h is first.
513
36e32b27
NC
5142012-02-01 Nick Clifton <nickc@redhat.com>
515
516 PR binutils/13493
517 * ar.c (ranlib_main): Process --plugin option.
518 * doc/binutils.texi: Document --plugin support for ranlib.
519
8b971f9f
NC
5202012-02-01 Nick Clifton <nickc@redhat.com>
521
522 PR binutils/13482
523 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
524 verifying the contents of a note.
525
fa1908fd
NC
5262012-01-26 Nick Clifton <nickc@redhat.com>
527
528 PR binutils/13622
529 * readelf.c (process_section_groups): If there are no section
530 headers do not scan for section groups.
531 (process_note_sections): Likewise for note sections.
532
2128eb39
TG
5332012-01-20 Tristan Gingold <gingold@adacore.com>
534
535 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
536 (options): Add an entry for seg_split_info.
537 (mach_o_help): Document it.
538 (dump_segment_split_info): New function.
539 (dump_load_command): Handle seg_split_info.
540
2fc0fe4f
TG
5412012-01-19 Tristan Gingold <gingold@adacore.com>
542
543 * dwarf.c (process_extended_line_op): Add a cast to silent a
544 warning.
545
143a3db0
TG
5462012-01-19 Tristan Gingold <gingold@adacore.com>
547
548 * dwarf.c (process_extended_line_op): Reindent define_file output.
549 Detect define_file opcode length mismatch.
550 (display_debug_lines_decoded): Add an entry in file_table for each
551 define_file opcode.
552 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
553 Display extended opcode for unhandle opcode.
554
576477a6
AM
5552012-01-17 Alan Modra <amodra@gmail.com>
556
557 * version.c (print_version): Update copyright message year.
558
ddb1377c
AM
5592012-01-16 Alan Modra <amodra@gmail.com>
560
561 PR binutils/13593
562 * nm.c (OPTION_SIZE_SORT): Define.
563 (long_options): Don't set no_sort, sort_numerically or
564 sort_by_size directly.
565 (main): Instead set the flags here, making them mutually exclusive.
566
1598539f
TG
5672012-01-10 Tristan Gingold <gingold@adacore.com>
568
569 * objdump.c (display_object_bfd): Renamed from ...
570 (display_bfd): ... this.
571 (display_any_bfd): New function.
572 (display_file): Split. Handle nested archives.
573
52546677
RM
5742012-01-09 Roland McGrath <mcgrathr@google.com>
575
576 * configure.in: Use AM_ZLIB.
577 * configure: Regenerated.
578
99eac5be
NC
5792012-01-06 Nick Clifton <nickc@redhat.com>
580
581 * po/ru.po: Updated Russian translation.
582
9f4a5bd1
TG
5832012-01-04 Tristan Gingold <gingold@adacore.com>
584
585 * od-macho.c (dump_load_command): Handle fvmlib.
586
fc55a902
TG
5872012-01-04 Tristan Gingold <gingold@adacore.com>
588
589 * od-macho.c: Update copyright year.
590 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
591
23e1d329 592For older changes see ChangeLog-2011
252b5132
RH
593\f
594Local Variables:
595mode: change-log
596left-margin: 8
597fill-column: 74
598version-control: never
599End: