Add test for string evaluation with "debug expression" on
[deliverable/binutils-gdb.git] / binutils / ChangeLog
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
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
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
23 2014-07-03 Tristan Gingold <gingold@adacore.com>
24
25 * doc/binutils.texi: Clarify addr2line output.
26
27 2014-07-01 Alan Modra <amodra@gmail.com>
28
29 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
30
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
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
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
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
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
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
67 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
68
69 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
70
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
76 2014-04-24 Christian Svensson <blue@cmd.nu>
77
78 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
79
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
85 2014-04-22 Christian Svensson <blue@cmd.nu>
86
87 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
88
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
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
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
118 2014-04-07 Alan Modra <amodra@gmail.com>
119
120 PR binutils/16811
121 * objcopy.c (copy_object): Error if no sections.
122
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
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
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
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
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
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
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
178 2014-03-24 Tristan Gingold <gingold@adacore.com>
179
180 * objdump.c (load_specific_debug_section): Set address of section.
181
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
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
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
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
213 2014-03-17 Tristan Gingold <gingold@adacore.com>
214
215 * od-macho.c (dump_load_command): Handle lazy load dylib.
216
217 2014-03-14 Anthony Green <green@moxielogic.com>
218
219 * objcopy.c (copy_object): Check fwrite return code.
220
221 2014-03-14 Meador Inge <meadori@codesourcery.com>
222
223 * dwarf.c (strnlen): Move prototype ...
224 * sysdep.h (strnlen): ... to here.
225
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
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
237 2014-03-12 Alan Modra <amodra@gmail.com>
238
239 * Makefile.in: Regenerate.
240 * doc/Makefile.in: Regenerate.
241
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
248 2014-03-05 Alan Modra <amodra@gmail.com>
249
250 Update copyright years.
251
252 2014-03-03 Alan Modra <amodra@gmail.com>
253
254 * README: Add "Copyright Notices" paragraph.
255
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
261 2014-02-10 Alan Modra <amodra@gmail.com>
262
263 * po/binutils.pot: Regenerate.
264
265 2014-02-06 Andrew Pinski <apinski@cavium.com>
266
267 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
268
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
274 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
275
276 * version.c (print_version): Update copyright year to 2014.
277
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
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
292 For older changes see ChangeLog-2013
293 \f
294 Copyright (C) 2014 Free Software Foundation, Inc.
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
300 Local Variables:
301 mode: change-log
302 left-margin: 8
303 fill-column: 74
304 version-control: never
305 End:
This page took 0.036423 seconds and 4 git commands to generate.