Make it easy to make --disable-werror the default for both binutils and gdb
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2014-06-05 Joel Brobecker <brobecker@adacore.com>
2
3 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
4 bfd's development.sh.
5 * Makefile.in, configure: Regenerate.
6
7 2014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
8
9 * objcopy.c (is_nondebug_keep_contents_section): New function.
10 (setup_section): Use it.
11
12 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
13
14 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
15
16 2014-05-02 Alan Modra <amodra@gmail.com>
17
18 * emul_aix.c: Update bfd target vector naming.
19 * testsuite/binutils-all/objcopy.exp: Likewise.
20
21 2014-04-24 Christian Svensson <blue@cmd.nu>
22
23 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
24
25 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
26
27 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
28 command line option.
29
30 2014-04-22 Christian Svensson <blue@cmd.nu>
31
32 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
33
34 2014-04-18 Tristan Gingold <gingold@adacore.com>
35
36 * od-macho.c (dump_section_map): Adjust as load commands
37 are now chained.
38 (dump_load_command, dump_section_content): Likewise.
39
40 2014-04-16 Tristan Gingold <gingold@adacore.com>
41
42 * od-macho.c (OPT_DYLD_INFO): New macro.
43 (options): Add entry for dyld_info.
44 (mach_o_help): Likewise.
45 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
46 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
47 (bfd_mach_o_dyld_rebase_type_name): New array.
48 (export_info_data): New struct.
49 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
50 exports data.
51 (dump_load_command): Adjust dump_dyld_info call.
52 (mach_o_dump): Handle dyld_info.
53
54 2014-04-16 Tristan Gingold <gingold@adacore.com>
55
56 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
57 (dump_segment): Reformat output.
58 (dump_dyld_info): Also display end offsets.
59 (dump_load_command): Add IDX argument, display commands size
60 and offset, reformat display.
61 (dump_load_commands): Adjust for added argument.
62
63 2014-04-07 Alan Modra <amodra@gmail.com>
64
65 PR binutils/16811
66 * objcopy.c (copy_object): Error if no sections.
67
68 2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
69
70 PR binutils/14698
71 ar.c: Set plugin_target early if plugins are supported.
72 nm.c: Likewise.
73
74 2014-04-03 Tristan Gingold <gingold@adacore.com>
75
76 * od-macho.c (printf_uint64): New function.
77 (dump_load_command, dump_obj_compact_unwind): Use it.
78 (dump_exe_compact_unwind): Display personality functions.
79
80 2014-04-02 Tristan Gingold <gingold@adacore.com>
81
82 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
83 (options): Add entry for twolevel_hints.
84 (dump_data_in_code): Fix error message.
85 (dump_twolevel_hints): New function.
86 (dump_load_command): Handle prebound dylib, prebind cksum
87 and twolevel hints.
88 (mach_o_dump): Handle twolevel hints.
89
90 2014-04-01 Tristan Gingold <gingold@adacore.com>
91
92 * od-macho.c (OPT_DATA_IN_CODE): New macro.
93 (options): Add entry for data in code.
94 (mach_o_help): Ditto.
95 (data_in_code_kind_name): New array.
96 (dump_data_in_code): New function.
97 (dump_load_command): Handle data in code.
98 (mach_o_dump): Ditto.
99 (dump_header): Display a terminal newline.
100
101 2014-03-27 Tristan Gingold <gingold@adacore.com>
102
103 * od-macho.c (dump_load_command): Display value for
104 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
105 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
106
107 2014-03-27 Tristan Gingold <gingold@adacore.com>
108
109 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
110 (options): Add entry for function_starts.
111 (mach_o_help): Ditto.
112 (disp_segment_prot): New function.
113 (dump_section_map): Call disp_segment_prot.
114 (dump_function_starts): New function.
115 (dump_obj_compact_unwind): Fix ouput indentation.
116 (dump_exe_compact_unwind): Fix ouput indentation.
117 (mach_o_dump): Handle function_starts.
118
119 2014-03-26 Tristan Gingold <gingold@adacore.com>
120
121 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
122
123 2014-03-24 Tristan Gingold <gingold@adacore.com>
124
125 * objdump.c (load_specific_debug_section): Set address of section.
126
127 2014-03-24 Tristan Gingold <gingold@adacore.com>
128
129 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
130 (dump_exe_compact_unwind): Change the condition. Improve
131 indentation.
132
133 2014-03-20 Nick Clifton <nickc@redhat.com>
134
135 * readelf.c (process_version_sections): Fix off-by-one error in
136 previous delta.
137
138 2014-03-19 Nick Clifton <nickc@redhat.com>
139
140 PR binutils/16723
141 * readelf.c (process_version_sections): Prevent an infinite loop
142 when the vn_next field is zero but there are still entries to be
143 processed.
144
145 2014-03-17 Tristan Gingold <gingold@adacore.com>
146
147 * od-macho.c (dump_section_header): Renames of dump_section.
148 (dump_segment): Adjust after renaming.
149 (OPT_COMPACT_UNWIND): Define.
150 (options): Add compact unwind.
151 (mach_o_help): Document compact_unwind.
152 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
153 (dump_unwind_encoding_x86, dump_unwind_encoding)
154 (dump_obj_compact_unwind, dump_exe_compact_unwind)
155 (dump_section_content): New functions.
156 (mach_o_dump): Handle compact unwind.
157
158 2014-03-17 Tristan Gingold <gingold@adacore.com>
159
160 * od-macho.c (dump_load_command): Handle lazy load dylib.
161
162 2014-03-14 Anthony Green <green@moxielogic.com>
163
164 * objcopy.c (copy_object): Check fwrite return code.
165
166 2014-03-14 Meador Inge <meadori@codesourcery.com>
167
168 * dwarf.c (strnlen): Move prototype ...
169 * sysdep.h (strnlen): ... to here.
170
171 2014-03-12 Nick Clifton <nickc@redhat.com>
172
173 PR binutils/16652
174 * doc/binutils.texi (ar cmdline): Move --plugin command line
175 option to after the command option.
176
177 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
178
179 PR binutils/16567
180 * deflex.l: Add noinput and nounput options.
181
182 2014-03-12 Alan Modra <amodra@gmail.com>
183
184 * Makefile.in: Regenerate.
185 * doc/Makefile.in: Regenerate.
186
187 2014-03-06 Nick Clifton <nickc@redhat.com>
188
189 PR binutils/16664
190 * readelf.c (process_attributes): Add checks for corrupt
191 attribute section names.
192
193 2014-03-05 Alan Modra <amodra@gmail.com>
194
195 Update copyright years.
196
197 2014-03-03 Alan Modra <amodra@gmail.com>
198
199 * README: Add "Copyright Notices" paragraph.
200
201 2014-02-11 Cary Coutant <ccoutant@google.com>
202
203 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
204 for zero-length attribute value.
205
206 2014-02-10 Alan Modra <amodra@gmail.com>
207
208 * po/binutils.pot: Regenerate.
209
210 2014-02-06 Andrew Pinski <apinski@cavium.com>
211
212 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
213
214 2014-02-06 Cary Coutant <ccoutant@google.com>
215
216 PR binutils/16444
217 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
218
219 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
220
221 * version.c (print_version): Update copyright year to 2014.
222
223 2014-01-07 Tom Tromey <tromey@redhat.com>
224
225 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
226 stdarg macros.
227 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
228 macros.
229 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
230 stdarg macros.
231
232 2014-01-07 Tom Tromey <tromey@redhat.com>
233
234 * coffgrok.h (coff_ofile): Don't use PARAMS.
235 * nlmheader.y (strerror): Don't use PARAMS.
236
237 For older changes see ChangeLog-2013
238 \f
239 Copyright (C) 2014 Free Software Foundation, Inc.
240
241 Copying and distribution of this file, with or without modification,
242 are permitted in any medium without royalty provided the copyright
243 notice and this notice are preserved.
244
245 Local Variables:
246 mode: change-log
247 left-margin: 8
248 fill-column: 74
249 version-control: never
250 End:
This page took 0.03558 seconds and 5 git commands to generate.