Commit | Line | Data |
---|---|---|
3510a7b8 NC |
1 | 2014-07-07 Nick Clifton <nickc@redhat.com> |
2 | ||
3 | * readelf.c (get_symbol_type): Revert accidental change to | |
4 | detection of thumb function symbols. | |
5 | ||
35eafcc7 AM |
6 | 2014-07-04 Alan Modra <amodra@gmail.com> |
7 | ||
8 | * configure.ac: Rename from configure.in. | |
9 | * Makefile.in: Regenerate. | |
10 | * config.in: Regenerate. | |
11 | * doc/Makefile.in: Regenerate. | |
12 | ||
2e98a7bd AM |
13 | 2014-07-04 Alan Modra <amodra@gmail.com> |
14 | ||
15 | * configure.in: Include bfd/version.m4. | |
16 | (AC_INIT, AM_INIT_AUTOMAKE): Use modern form. | |
17 | (BFD_VERSION): Delete. | |
18 | * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in. | |
19 | * configure: Regenerate. | |
20 | * Makefile.in: Regenerate. | |
21 | * doc/Makefile.in: Regenerate. | |
22 | ||
8d112f9e TG |
23 | 2014-07-03 Tristan Gingold <gingold@adacore.com> |
24 | ||
25 | * doc/binutils.texi: Clarify addr2line output. | |
26 | ||
b6a1c03a AM |
27 | 2014-07-01 Alan Modra <amodra@gmail.com> |
28 | ||
29 | * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE. | |
30 | ||
334ac421 EA |
31 | 2014-06-26 Erik Akermann <kurterikackermann@gmail.com> |
32 | ||
33 | * strings.c: Add -w/--include-all-whitespace option to include any | |
34 | whitespace character in the displayed strings. | |
35 | * NEWS: Mention the new feature. | |
36 | * doc/binutils.texi (strings): Document the new command line | |
37 | option. | |
38 | ||
df565f32 NC |
39 | 2014-06-26 Nick Clifton <nickc@redhat.com> |
40 | ||
41 | * readelf.c (process_note_sections): If there are no note sections | |
42 | try processing note segments instead. | |
43 | ||
548a2357 NC |
44 | 2014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov> |
45 | ||
46 | PR binutils/16923 | |
47 | * rcparse.y (fixedverinfo): Prevent large version numbers from | |
48 | corrupting other values. | |
49 | ||
d71ad7fc RC |
50 | 2014-06-09 Romain Chastenet <romain.chastenet@free.fr> |
51 | ||
52 | PR binutils/16252 | |
53 | * dwarf.c (display_debug_frames): Remember the state of the | |
54 | cfa_offset, cfa_reg, ra and cfa_exp field | |
55 | ||
270c9937 JB |
56 | 2014-06-05 Joel Brobecker <brobecker@adacore.com> |
57 | ||
58 | * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on | |
59 | bfd's development.sh. | |
60 | * Makefile.in, configure: Regenerate. | |
61 | ||
6e6e7cfc JT |
62 | 2014-05-16 Jon Turney <jon.turney@dronecode.org.uk> |
63 | ||
64 | * objcopy.c (is_nondebug_keep_contents_section): New function. | |
65 | (setup_section): Use it. | |
66 | ||
856ea05c KP |
67 | 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com> |
68 | ||
69 | * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag. | |
70 | ||
6d00b590 AM |
71 | 2014-05-02 Alan Modra <amodra@gmail.com> |
72 | ||
73 | * emul_aix.c: Update bfd target vector naming. | |
74 | * testsuite/binutils-all/objcopy.exp: Likewise. | |
75 | ||
b2bcb4bd CS |
76 | 2014-04-24 Christian Svensson <blue@cmd.nu> |
77 | ||
78 | * MAINTAINERS: Add myself and Stefan as OR1K maintainers. | |
79 | ||
7d64c587 AB |
80 | 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com> |
81 | ||
82 | * doc/binutils.texi: Document the disassemble MIPS XPA instructions | |
83 | command line option. | |
84 | ||
73589c9d CS |
85 | 2014-04-22 Christian Svensson <blue@cmd.nu> |
86 | ||
87 | * readelf.c: Remove openrisc and or32 support. Add support for or1k. | |
88 | ||
c9ffd2ea TG |
89 | 2014-04-18 Tristan Gingold <gingold@adacore.com> |
90 | ||
91 | * od-macho.c (dump_section_map): Adjust as load commands | |
92 | are now chained. | |
93 | (dump_load_command, dump_section_content): Likewise. | |
94 | ||
e89d3dee TG |
95 | 2014-04-16 Tristan Gingold <gingold@adacore.com> |
96 | ||
97 | * od-macho.c (OPT_DYLD_INFO): New macro. | |
98 | (options): Add entry for dyld_info. | |
99 | (mach_o_help): Likewise. | |
100 | (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind) | |
101 | (dump_dyld_info_export_1, dump_dyld_info_export): New functions. | |
102 | (bfd_mach_o_dyld_rebase_type_name): New array. | |
103 | (export_info_data): New struct. | |
104 | (dump_dyld_info): Add verbose argument. Dump rebase, bind and | |
105 | exports data. | |
106 | (dump_load_command): Adjust dump_dyld_info call. | |
107 | (mach_o_dump): Handle dyld_info. | |
108 | ||
47f8a107 TG |
109 | 2014-04-16 Tristan Gingold <gingold@adacore.com> |
110 | ||
111 | * od-macho.c (dump_header): Display sizeofcmds in decimal too. | |
112 | (dump_segment): Reformat output. | |
113 | (dump_dyld_info): Also display end offsets. | |
114 | (dump_load_command): Add IDX argument, display commands size | |
115 | and offset, reformat display. | |
116 | (dump_load_commands): Adjust for added argument. | |
117 | ||
5063a421 AM |
118 | 2014-04-07 Alan Modra <amodra@gmail.com> |
119 | ||
120 | PR binutils/16811 | |
121 | * objcopy.c (copy_object): Error if no sections. | |
122 | ||
92b1b678 MT |
123 | 2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de> |
124 | ||
125 | PR binutils/14698 | |
126 | ar.c: Set plugin_target early if plugins are supported. | |
127 | nm.c: Likewise. | |
128 | ||
965b60c9 TG |
129 | 2014-04-03 Tristan Gingold <gingold@adacore.com> |
130 | ||
131 | * od-macho.c (printf_uint64): New function. | |
132 | (dump_load_command, dump_obj_compact_unwind): Use it. | |
133 | (dump_exe_compact_unwind): Display personality functions. | |
134 | ||
7a79c514 TG |
135 | 2014-04-02 Tristan Gingold <gingold@adacore.com> |
136 | ||
137 | * od-macho.c (OPT_TWOLEVEL_HINTS): New macro. | |
138 | (options): Add entry for twolevel_hints. | |
139 | (dump_data_in_code): Fix error message. | |
140 | (dump_twolevel_hints): New function. | |
141 | (dump_load_command): Handle prebound dylib, prebind cksum | |
142 | and twolevel hints. | |
143 | (mach_o_dump): Handle twolevel hints. | |
144 | ||
c275b681 TG |
145 | 2014-04-01 Tristan Gingold <gingold@adacore.com> |
146 | ||
147 | * od-macho.c (OPT_DATA_IN_CODE): New macro. | |
148 | (options): Add entry for data in code. | |
149 | (mach_o_help): Ditto. | |
150 | (data_in_code_kind_name): New array. | |
151 | (dump_data_in_code): New function. | |
152 | (dump_load_command): Handle data in code. | |
153 | (mach_o_dump): Ditto. | |
154 | (dump_header): Display a terminal newline. | |
155 | ||
10be66a4 TG |
156 | 2014-03-27 Tristan Gingold <gingold@adacore.com> |
157 | ||
158 | * od-macho.c (dump_load_command): Display value for | |
159 | BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE | |
160 | and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS. | |
161 | ||
3cc27770 TG |
162 | 2014-03-27 Tristan Gingold <gingold@adacore.com> |
163 | ||
164 | * od-macho.c (OPT_FUNCTION_STARTS): New macro. | |
165 | (options): Add entry for function_starts. | |
166 | (mach_o_help): Ditto. | |
167 | (disp_segment_prot): New function. | |
168 | (dump_section_map): Call disp_segment_prot. | |
169 | (dump_function_starts): New function. | |
170 | (dump_obj_compact_unwind): Fix ouput indentation. | |
171 | (dump_exe_compact_unwind): Fix ouput indentation. | |
172 | (mach_o_dump): Handle function_starts. | |
173 | ||
d8028530 TG |
174 | 2014-03-26 Tristan Gingold <gingold@adacore.com> |
175 | ||
176 | * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64. | |
177 | ||
595330b7 TG |
178 | 2014-03-24 Tristan Gingold <gingold@adacore.com> |
179 | ||
180 | * objdump.c (load_specific_debug_section): Set address of section. | |
181 | ||
aa9fa1e2 TG |
182 | 2014-03-24 Tristan Gingold <gingold@adacore.com> |
183 | ||
184 | * od-macho.c (dump_unwind_encoding_x86): Set the factor. | |
185 | (dump_exe_compact_unwind): Change the condition. Improve | |
186 | indentation. | |
187 | ||
bcf83b2a NC |
188 | 2014-03-20 Nick Clifton <nickc@redhat.com> |
189 | ||
190 | * readelf.c (process_version_sections): Fix off-by-one error in | |
191 | previous delta. | |
192 | ||
c24cf8b6 NC |
193 | 2014-03-19 Nick Clifton <nickc@redhat.com> |
194 | ||
195 | PR binutils/16723 | |
196 | * readelf.c (process_version_sections): Prevent an infinite loop | |
197 | when the vn_next field is zero but there are still entries to be | |
198 | processed. | |
199 | ||
167e1c1f TG |
200 | 2014-03-17 Tristan Gingold <gingold@adacore.com> |
201 | ||
202 | * od-macho.c (dump_section_header): Renames of dump_section. | |
203 | (dump_segment): Adjust after renaming. | |
204 | (OPT_COMPACT_UNWIND): Define. | |
205 | (options): Add compact unwind. | |
206 | (mach_o_help): Document compact_unwind. | |
207 | (unwind_x86_64_regs, unwind_x86_regs): New arrays. | |
208 | (dump_unwind_encoding_x86, dump_unwind_encoding) | |
209 | (dump_obj_compact_unwind, dump_exe_compact_unwind) | |
210 | (dump_section_content): New functions. | |
211 | (mach_o_dump): Handle compact unwind. | |
212 | ||
fbe383b9 TG |
213 | 2014-03-17 Tristan Gingold <gingold@adacore.com> |
214 | ||
215 | * od-macho.c (dump_load_command): Handle lazy load dylib. | |
216 | ||
182a105a AG |
217 | 2014-03-14 Anthony Green <green@moxielogic.com> |
218 | ||
219 | * objcopy.c (copy_object): Check fwrite return code. | |
220 | ||
5a026fc9 NC |
221 | 2014-03-14 Meador Inge <meadori@codesourcery.com> |
222 | ||
223 | * dwarf.c (strnlen): Move prototype ... | |
224 | * sysdep.h (strnlen): ... to here. | |
225 | ||
8a1373cc NC |
226 | 2014-03-12 Nick Clifton <nickc@redhat.com> |
227 | ||
228 | PR binutils/16652 | |
229 | * doc/binutils.texi (ar cmdline): Move --plugin command line | |
230 | option to after the command option. | |
231 | ||
c63043aa DG |
232 | 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com> |
233 | ||
234 | PR binutils/16567 | |
235 | * deflex.l: Add noinput and nounput options. | |
236 | ||
fa47fa92 AM |
237 | 2014-03-12 Alan Modra <amodra@gmail.com> |
238 | ||
239 | * Makefile.in: Regenerate. | |
240 | * doc/Makefile.in: Regenerate. | |
241 | ||
e9847026 NC |
242 | 2014-03-06 Nick Clifton <nickc@redhat.com> |
243 | ||
244 | PR binutils/16664 | |
245 | * readelf.c (process_attributes): Add checks for corrupt | |
246 | attribute section names. | |
247 | ||
4b95cf5c AM |
248 | 2014-03-05 Alan Modra <amodra@gmail.com> |
249 | ||
250 | Update copyright years. | |
251 | ||
2c80b753 AM |
252 | 2014-03-03 Alan Modra <amodra@gmail.com> |
253 | ||
254 | * README: Add "Copyright Notices" paragraph. | |
255 | ||
503a6091 CC |
256 | 2014-02-11 Cary Coutant <ccoutant@google.com> |
257 | ||
258 | * binutils/dwarf.c (read_and_display_attr_value): Don't warn | |
259 | for zero-length attribute value. | |
260 | ||
c1c69e83 AM |
261 | 2014-02-10 Alan Modra <amodra@gmail.com> |
262 | ||
263 | * po/binutils.pot: Regenerate. | |
264 | ||
d32e5c54 AP |
265 | 2014-02-06 Andrew Pinski <apinski@cavium.com> |
266 | ||
267 | * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case. | |
268 | ||
926c5385 CC |
269 | 2014-02-06 Cary Coutant <ccoutant@google.com> |
270 | ||
271 | PR binutils/16444 | |
272 | * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION. | |
273 | ||
221fd5d5 L |
274 | 2014-01-08 H.J. Lu <hongjiu.lu@intel.com> |
275 | ||
276 | * version.c (print_version): Update copyright year to 2014. | |
277 | ||
1651e569 TT |
278 | 2014-01-07 Tom Tromey <tromey@redhat.com> |
279 | ||
280 | * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with | |
281 | stdarg macros. | |
282 | * dlltool.c (inform): Replace obsolete VA_* macros with stdarg | |
283 | macros. | |
284 | * dllwrap.c (inform, warn): Replace obsolete VA_* macros with | |
285 | stdarg macros. | |
286 | ||
b51f1626 TT |
287 | 2014-01-07 Tom Tromey <tromey@redhat.com> |
288 | ||
289 | * coffgrok.h (coff_ofile): Don't use PARAMS. | |
290 | * nlmheader.y (strerror): Don't use PARAMS. | |
291 | ||
5fb776a6 | 292 | For older changes see ChangeLog-2013 |
252b5132 | 293 | \f |
5fb776a6 | 294 | Copyright (C) 2014 Free Software Foundation, Inc. |
752937aa NC |
295 | |
296 | Copying and distribution of this file, with or without modification, | |
297 | are permitted in any medium without royalty provided the copyright | |
298 | notice and this notice are preserved. | |
299 | ||
252b5132 RH |
300 | Local Variables: |
301 | mode: change-log | |
302 | left-margin: 8 | |
303 | fill-column: 74 | |
304 | version-control: never | |
305 | End: |