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