This patch allows one to place the gcc's liblto_plugin in the lib/bfd-plugins directory
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
92b1b678
MT
12014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
2
3 PR binutils/14698
4 ar.c: Set plugin_target early if plugins are supported.
5 nm.c: Likewise.
6
965b60c9
TG
72014-04-03 Tristan Gingold <gingold@adacore.com>
8
9 * od-macho.c (printf_uint64): New function.
10 (dump_load_command, dump_obj_compact_unwind): Use it.
11 (dump_exe_compact_unwind): Display personality functions.
12
7a79c514
TG
132014-04-02 Tristan Gingold <gingold@adacore.com>
14
15 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
16 (options): Add entry for twolevel_hints.
17 (dump_data_in_code): Fix error message.
18 (dump_twolevel_hints): New function.
19 (dump_load_command): Handle prebound dylib, prebind cksum
20 and twolevel hints.
21 (mach_o_dump): Handle twolevel hints.
22
c275b681
TG
232014-04-01 Tristan Gingold <gingold@adacore.com>
24
25 * od-macho.c (OPT_DATA_IN_CODE): New macro.
26 (options): Add entry for data in code.
27 (mach_o_help): Ditto.
28 (data_in_code_kind_name): New array.
29 (dump_data_in_code): New function.
30 (dump_load_command): Handle data in code.
31 (mach_o_dump): Ditto.
32 (dump_header): Display a terminal newline.
33
10be66a4
TG
342014-03-27 Tristan Gingold <gingold@adacore.com>
35
36 * od-macho.c (dump_load_command): Display value for
37 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
38 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
39
3cc27770
TG
402014-03-27 Tristan Gingold <gingold@adacore.com>
41
42 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
43 (options): Add entry for function_starts.
44 (mach_o_help): Ditto.
45 (disp_segment_prot): New function.
46 (dump_section_map): Call disp_segment_prot.
47 (dump_function_starts): New function.
48 (dump_obj_compact_unwind): Fix ouput indentation.
49 (dump_exe_compact_unwind): Fix ouput indentation.
50 (mach_o_dump): Handle function_starts.
51
d8028530
TG
522014-03-26 Tristan Gingold <gingold@adacore.com>
53
54 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
55
595330b7
TG
562014-03-24 Tristan Gingold <gingold@adacore.com>
57
58 * objdump.c (load_specific_debug_section): Set address of section.
59
aa9fa1e2
TG
602014-03-24 Tristan Gingold <gingold@adacore.com>
61
62 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
63 (dump_exe_compact_unwind): Change the condition. Improve
64 indentation.
65
bcf83b2a
NC
662014-03-20 Nick Clifton <nickc@redhat.com>
67
68 * readelf.c (process_version_sections): Fix off-by-one error in
69 previous delta.
70
c24cf8b6
NC
712014-03-19 Nick Clifton <nickc@redhat.com>
72
73 PR binutils/16723
74 * readelf.c (process_version_sections): Prevent an infinite loop
75 when the vn_next field is zero but there are still entries to be
76 processed.
77
167e1c1f
TG
782014-03-17 Tristan Gingold <gingold@adacore.com>
79
80 * od-macho.c (dump_section_header): Renames of dump_section.
81 (dump_segment): Adjust after renaming.
82 (OPT_COMPACT_UNWIND): Define.
83 (options): Add compact unwind.
84 (mach_o_help): Document compact_unwind.
85 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
86 (dump_unwind_encoding_x86, dump_unwind_encoding)
87 (dump_obj_compact_unwind, dump_exe_compact_unwind)
88 (dump_section_content): New functions.
89 (mach_o_dump): Handle compact unwind.
90
fbe383b9
TG
912014-03-17 Tristan Gingold <gingold@adacore.com>
92
93 * od-macho.c (dump_load_command): Handle lazy load dylib.
94
182a105a
AG
952014-03-14 Anthony Green <green@moxielogic.com>
96
97 * objcopy.c (copy_object): Check fwrite return code.
98
5a026fc9
NC
992014-03-14 Meador Inge <meadori@codesourcery.com>
100
101 * dwarf.c (strnlen): Move prototype ...
102 * sysdep.h (strnlen): ... to here.
103
8a1373cc
NC
1042014-03-12 Nick Clifton <nickc@redhat.com>
105
106 PR binutils/16652
107 * doc/binutils.texi (ar cmdline): Move --plugin command line
108 option to after the command option.
109
c63043aa
DG
1102014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
111
112 PR binutils/16567
113 * deflex.l: Add noinput and nounput options.
114
fa47fa92
AM
1152014-03-12 Alan Modra <amodra@gmail.com>
116
117 * Makefile.in: Regenerate.
118 * doc/Makefile.in: Regenerate.
119
e9847026
NC
1202014-03-06 Nick Clifton <nickc@redhat.com>
121
122 PR binutils/16664
123 * readelf.c (process_attributes): Add checks for corrupt
124 attribute section names.
125
4b95cf5c
AM
1262014-03-05 Alan Modra <amodra@gmail.com>
127
128 Update copyright years.
129
2c80b753
AM
1302014-03-03 Alan Modra <amodra@gmail.com>
131
132 * README: Add "Copyright Notices" paragraph.
133
503a6091
CC
1342014-02-11 Cary Coutant <ccoutant@google.com>
135
136 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
137 for zero-length attribute value.
138
c1c69e83
AM
1392014-02-10 Alan Modra <amodra@gmail.com>
140
141 * po/binutils.pot: Regenerate.
142
d32e5c54
AP
1432014-02-06 Andrew Pinski <apinski@cavium.com>
144
145 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
146
926c5385
CC
1472014-02-06 Cary Coutant <ccoutant@google.com>
148
149 PR binutils/16444
150 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
151
221fd5d5
L
1522014-01-08 H.J. Lu <hongjiu.lu@intel.com>
153
154 * version.c (print_version): Update copyright year to 2014.
155
1651e569
TT
1562014-01-07 Tom Tromey <tromey@redhat.com>
157
158 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
159 stdarg macros.
160 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
161 macros.
162 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
163 stdarg macros.
164
b51f1626
TT
1652014-01-07 Tom Tromey <tromey@redhat.com>
166
167 * coffgrok.h (coff_ofile): Don't use PARAMS.
168 * nlmheader.y (strerror): Don't use PARAMS.
169
5fb776a6 170For older changes see ChangeLog-2013
252b5132 171\f
5fb776a6 172Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
173
174Copying and distribution of this file, with or without modification,
175are permitted in any medium without royalty provided the copyright
176notice and this notice are preserved.
177
252b5132
RH
178Local Variables:
179mode: change-log
180left-margin: 8
181fill-column: 74
182version-control: never
183End:
This page took 0.576181 seconds and 4 git commands to generate.