bfd doc chew
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
5063a421
AM
12014-04-07 Alan Modra <amodra@gmail.com>
2
3 PR binutils/16811
4 * objcopy.c (copy_object): Error if no sections.
5
92b1b678
MT
62014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
7
8 PR binutils/14698
9 ar.c: Set plugin_target early if plugins are supported.
10 nm.c: Likewise.
11
965b60c9
TG
122014-04-03 Tristan Gingold <gingold@adacore.com>
13
14 * od-macho.c (printf_uint64): New function.
15 (dump_load_command, dump_obj_compact_unwind): Use it.
16 (dump_exe_compact_unwind): Display personality functions.
17
7a79c514
TG
182014-04-02 Tristan Gingold <gingold@adacore.com>
19
20 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
21 (options): Add entry for twolevel_hints.
22 (dump_data_in_code): Fix error message.
23 (dump_twolevel_hints): New function.
24 (dump_load_command): Handle prebound dylib, prebind cksum
25 and twolevel hints.
26 (mach_o_dump): Handle twolevel hints.
27
c275b681
TG
282014-04-01 Tristan Gingold <gingold@adacore.com>
29
30 * od-macho.c (OPT_DATA_IN_CODE): New macro.
31 (options): Add entry for data in code.
32 (mach_o_help): Ditto.
33 (data_in_code_kind_name): New array.
34 (dump_data_in_code): New function.
35 (dump_load_command): Handle data in code.
36 (mach_o_dump): Ditto.
37 (dump_header): Display a terminal newline.
38
10be66a4
TG
392014-03-27 Tristan Gingold <gingold@adacore.com>
40
41 * od-macho.c (dump_load_command): Display value for
42 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
43 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
44
3cc27770
TG
452014-03-27 Tristan Gingold <gingold@adacore.com>
46
47 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
48 (options): Add entry for function_starts.
49 (mach_o_help): Ditto.
50 (disp_segment_prot): New function.
51 (dump_section_map): Call disp_segment_prot.
52 (dump_function_starts): New function.
53 (dump_obj_compact_unwind): Fix ouput indentation.
54 (dump_exe_compact_unwind): Fix ouput indentation.
55 (mach_o_dump): Handle function_starts.
56
d8028530
TG
572014-03-26 Tristan Gingold <gingold@adacore.com>
58
59 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
60
595330b7
TG
612014-03-24 Tristan Gingold <gingold@adacore.com>
62
63 * objdump.c (load_specific_debug_section): Set address of section.
64
aa9fa1e2
TG
652014-03-24 Tristan Gingold <gingold@adacore.com>
66
67 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
68 (dump_exe_compact_unwind): Change the condition. Improve
69 indentation.
70
bcf83b2a
NC
712014-03-20 Nick Clifton <nickc@redhat.com>
72
73 * readelf.c (process_version_sections): Fix off-by-one error in
74 previous delta.
75
c24cf8b6
NC
762014-03-19 Nick Clifton <nickc@redhat.com>
77
78 PR binutils/16723
79 * readelf.c (process_version_sections): Prevent an infinite loop
80 when the vn_next field is zero but there are still entries to be
81 processed.
82
167e1c1f
TG
832014-03-17 Tristan Gingold <gingold@adacore.com>
84
85 * od-macho.c (dump_section_header): Renames of dump_section.
86 (dump_segment): Adjust after renaming.
87 (OPT_COMPACT_UNWIND): Define.
88 (options): Add compact unwind.
89 (mach_o_help): Document compact_unwind.
90 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
91 (dump_unwind_encoding_x86, dump_unwind_encoding)
92 (dump_obj_compact_unwind, dump_exe_compact_unwind)
93 (dump_section_content): New functions.
94 (mach_o_dump): Handle compact unwind.
95
fbe383b9
TG
962014-03-17 Tristan Gingold <gingold@adacore.com>
97
98 * od-macho.c (dump_load_command): Handle lazy load dylib.
99
182a105a
AG
1002014-03-14 Anthony Green <green@moxielogic.com>
101
102 * objcopy.c (copy_object): Check fwrite return code.
103
5a026fc9
NC
1042014-03-14 Meador Inge <meadori@codesourcery.com>
105
106 * dwarf.c (strnlen): Move prototype ...
107 * sysdep.h (strnlen): ... to here.
108
8a1373cc
NC
1092014-03-12 Nick Clifton <nickc@redhat.com>
110
111 PR binutils/16652
112 * doc/binutils.texi (ar cmdline): Move --plugin command line
113 option to after the command option.
114
c63043aa
DG
1152014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
116
117 PR binutils/16567
118 * deflex.l: Add noinput and nounput options.
119
fa47fa92
AM
1202014-03-12 Alan Modra <amodra@gmail.com>
121
122 * Makefile.in: Regenerate.
123 * doc/Makefile.in: Regenerate.
124
e9847026
NC
1252014-03-06 Nick Clifton <nickc@redhat.com>
126
127 PR binutils/16664
128 * readelf.c (process_attributes): Add checks for corrupt
129 attribute section names.
130
4b95cf5c
AM
1312014-03-05 Alan Modra <amodra@gmail.com>
132
133 Update copyright years.
134
2c80b753
AM
1352014-03-03 Alan Modra <amodra@gmail.com>
136
137 * README: Add "Copyright Notices" paragraph.
138
503a6091
CC
1392014-02-11 Cary Coutant <ccoutant@google.com>
140
141 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
142 for zero-length attribute value.
143
c1c69e83
AM
1442014-02-10 Alan Modra <amodra@gmail.com>
145
146 * po/binutils.pot: Regenerate.
147
d32e5c54
AP
1482014-02-06 Andrew Pinski <apinski@cavium.com>
149
150 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
151
926c5385
CC
1522014-02-06 Cary Coutant <ccoutant@google.com>
153
154 PR binutils/16444
155 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
156
221fd5d5
L
1572014-01-08 H.J. Lu <hongjiu.lu@intel.com>
158
159 * version.c (print_version): Update copyright year to 2014.
160
1651e569
TT
1612014-01-07 Tom Tromey <tromey@redhat.com>
162
163 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
164 stdarg macros.
165 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
166 macros.
167 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
168 stdarg macros.
169
b51f1626
TT
1702014-01-07 Tom Tromey <tromey@redhat.com>
171
172 * coffgrok.h (coff_ofile): Don't use PARAMS.
173 * nlmheader.y (strerror): Don't use PARAMS.
174
5fb776a6 175For older changes see ChangeLog-2013
252b5132 176\f
5fb776a6 177Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
178
179Copying and distribution of this file, with or without modification,
180are permitted in any medium without royalty provided the copyright
181notice and this notice are preserved.
182
252b5132
RH
183Local Variables:
184mode: change-log
185left-margin: 8
186fill-column: 74
187version-control: never
188End:
This page took 0.578574 seconds and 4 git commands to generate.