Make it easy to make --disable-werror the default for both binutils and gdb
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
270c9937
JB
12014-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
6e6e7cfc
JT
72014-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
856ea05c
KP
122014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
13
14 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
15
6d00b590
AM
162014-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
b2bcb4bd
CS
212014-04-24 Christian Svensson <blue@cmd.nu>
22
23 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
24
7d64c587
AB
252014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
26
27 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
28 command line option.
29
73589c9d
CS
302014-04-22 Christian Svensson <blue@cmd.nu>
31
32 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
33
c9ffd2ea
TG
342014-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
e89d3dee
TG
402014-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
47f8a107
TG
542014-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
5063a421
AM
632014-04-07 Alan Modra <amodra@gmail.com>
64
65 PR binutils/16811
66 * objcopy.c (copy_object): Error if no sections.
67
92b1b678
MT
682014-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
965b60c9
TG
742014-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
7a79c514
TG
802014-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
c275b681
TG
902014-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
10be66a4
TG
1012014-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
3cc27770
TG
1072014-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
d8028530
TG
1192014-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
595330b7
TG
1232014-03-24 Tristan Gingold <gingold@adacore.com>
124
125 * objdump.c (load_specific_debug_section): Set address of section.
126
aa9fa1e2
TG
1272014-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
bcf83b2a
NC
1332014-03-20 Nick Clifton <nickc@redhat.com>
134
135 * readelf.c (process_version_sections): Fix off-by-one error in
136 previous delta.
137
c24cf8b6
NC
1382014-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
167e1c1f
TG
1452014-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
fbe383b9
TG
1582014-03-17 Tristan Gingold <gingold@adacore.com>
159
160 * od-macho.c (dump_load_command): Handle lazy load dylib.
161
182a105a
AG
1622014-03-14 Anthony Green <green@moxielogic.com>
163
164 * objcopy.c (copy_object): Check fwrite return code.
165
5a026fc9
NC
1662014-03-14 Meador Inge <meadori@codesourcery.com>
167
168 * dwarf.c (strnlen): Move prototype ...
169 * sysdep.h (strnlen): ... to here.
170
8a1373cc
NC
1712014-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
c63043aa
DG
1772014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
178
179 PR binutils/16567
180 * deflex.l: Add noinput and nounput options.
181
fa47fa92
AM
1822014-03-12 Alan Modra <amodra@gmail.com>
183
184 * Makefile.in: Regenerate.
185 * doc/Makefile.in: Regenerate.
186
e9847026
NC
1872014-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
4b95cf5c
AM
1932014-03-05 Alan Modra <amodra@gmail.com>
194
195 Update copyright years.
196
2c80b753
AM
1972014-03-03 Alan Modra <amodra@gmail.com>
198
199 * README: Add "Copyright Notices" paragraph.
200
503a6091
CC
2012014-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
c1c69e83
AM
2062014-02-10 Alan Modra <amodra@gmail.com>
207
208 * po/binutils.pot: Regenerate.
209
d32e5c54
AP
2102014-02-06 Andrew Pinski <apinski@cavium.com>
211
212 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
213
926c5385
CC
2142014-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
221fd5d5
L
2192014-01-08 H.J. Lu <hongjiu.lu@intel.com>
220
221 * version.c (print_version): Update copyright year to 2014.
222
1651e569
TT
2232014-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
b51f1626
TT
2322014-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
5fb776a6 237For older changes see ChangeLog-2013
252b5132 238\f
5fb776a6 239Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
240
241Copying and distribution of this file, with or without modification,
242are permitted in any medium without royalty provided the copyright
243notice and this notice are preserved.
244
252b5132
RH
245Local Variables:
246mode: change-log
247left-margin: 8
248fill-column: 74
249version-control: never
250End:
This page took 0.579637 seconds and 4 git commands to generate.