Remove support for the (deprecated) openrisc and or32 configurations and replace
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
73589c9d
CS
12014-04-22 Christian Svensson <blue@cmd.nu>
2
3 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
4
c9ffd2ea
TG
52014-04-18 Tristan Gingold <gingold@adacore.com>
6
7 * od-macho.c (dump_section_map): Adjust as load commands
8 are now chained.
9 (dump_load_command, dump_section_content): Likewise.
10
e89d3dee
TG
112014-04-16 Tristan Gingold <gingold@adacore.com>
12
13 * od-macho.c (OPT_DYLD_INFO): New macro.
14 (options): Add entry for dyld_info.
15 (mach_o_help): Likewise.
16 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
17 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
18 (bfd_mach_o_dyld_rebase_type_name): New array.
19 (export_info_data): New struct.
20 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
21 exports data.
22 (dump_load_command): Adjust dump_dyld_info call.
23 (mach_o_dump): Handle dyld_info.
24
47f8a107
TG
252014-04-16 Tristan Gingold <gingold@adacore.com>
26
27 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
28 (dump_segment): Reformat output.
29 (dump_dyld_info): Also display end offsets.
30 (dump_load_command): Add IDX argument, display commands size
31 and offset, reformat display.
32 (dump_load_commands): Adjust for added argument.
33
5063a421
AM
342014-04-07 Alan Modra <amodra@gmail.com>
35
36 PR binutils/16811
37 * objcopy.c (copy_object): Error if no sections.
38
92b1b678
MT
392014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
40
41 PR binutils/14698
42 ar.c: Set plugin_target early if plugins are supported.
43 nm.c: Likewise.
44
965b60c9
TG
452014-04-03 Tristan Gingold <gingold@adacore.com>
46
47 * od-macho.c (printf_uint64): New function.
48 (dump_load_command, dump_obj_compact_unwind): Use it.
49 (dump_exe_compact_unwind): Display personality functions.
50
7a79c514
TG
512014-04-02 Tristan Gingold <gingold@adacore.com>
52
53 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
54 (options): Add entry for twolevel_hints.
55 (dump_data_in_code): Fix error message.
56 (dump_twolevel_hints): New function.
57 (dump_load_command): Handle prebound dylib, prebind cksum
58 and twolevel hints.
59 (mach_o_dump): Handle twolevel hints.
60
c275b681
TG
612014-04-01 Tristan Gingold <gingold@adacore.com>
62
63 * od-macho.c (OPT_DATA_IN_CODE): New macro.
64 (options): Add entry for data in code.
65 (mach_o_help): Ditto.
66 (data_in_code_kind_name): New array.
67 (dump_data_in_code): New function.
68 (dump_load_command): Handle data in code.
69 (mach_o_dump): Ditto.
70 (dump_header): Display a terminal newline.
71
10be66a4
TG
722014-03-27 Tristan Gingold <gingold@adacore.com>
73
74 * od-macho.c (dump_load_command): Display value for
75 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
76 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
77
3cc27770
TG
782014-03-27 Tristan Gingold <gingold@adacore.com>
79
80 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
81 (options): Add entry for function_starts.
82 (mach_o_help): Ditto.
83 (disp_segment_prot): New function.
84 (dump_section_map): Call disp_segment_prot.
85 (dump_function_starts): New function.
86 (dump_obj_compact_unwind): Fix ouput indentation.
87 (dump_exe_compact_unwind): Fix ouput indentation.
88 (mach_o_dump): Handle function_starts.
89
d8028530
TG
902014-03-26 Tristan Gingold <gingold@adacore.com>
91
92 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
93
595330b7
TG
942014-03-24 Tristan Gingold <gingold@adacore.com>
95
96 * objdump.c (load_specific_debug_section): Set address of section.
97
aa9fa1e2
TG
982014-03-24 Tristan Gingold <gingold@adacore.com>
99
100 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
101 (dump_exe_compact_unwind): Change the condition. Improve
102 indentation.
103
bcf83b2a
NC
1042014-03-20 Nick Clifton <nickc@redhat.com>
105
106 * readelf.c (process_version_sections): Fix off-by-one error in
107 previous delta.
108
c24cf8b6
NC
1092014-03-19 Nick Clifton <nickc@redhat.com>
110
111 PR binutils/16723
112 * readelf.c (process_version_sections): Prevent an infinite loop
113 when the vn_next field is zero but there are still entries to be
114 processed.
115
167e1c1f
TG
1162014-03-17 Tristan Gingold <gingold@adacore.com>
117
118 * od-macho.c (dump_section_header): Renames of dump_section.
119 (dump_segment): Adjust after renaming.
120 (OPT_COMPACT_UNWIND): Define.
121 (options): Add compact unwind.
122 (mach_o_help): Document compact_unwind.
123 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
124 (dump_unwind_encoding_x86, dump_unwind_encoding)
125 (dump_obj_compact_unwind, dump_exe_compact_unwind)
126 (dump_section_content): New functions.
127 (mach_o_dump): Handle compact unwind.
128
fbe383b9
TG
1292014-03-17 Tristan Gingold <gingold@adacore.com>
130
131 * od-macho.c (dump_load_command): Handle lazy load dylib.
132
182a105a
AG
1332014-03-14 Anthony Green <green@moxielogic.com>
134
135 * objcopy.c (copy_object): Check fwrite return code.
136
5a026fc9
NC
1372014-03-14 Meador Inge <meadori@codesourcery.com>
138
139 * dwarf.c (strnlen): Move prototype ...
140 * sysdep.h (strnlen): ... to here.
141
8a1373cc
NC
1422014-03-12 Nick Clifton <nickc@redhat.com>
143
144 PR binutils/16652
145 * doc/binutils.texi (ar cmdline): Move --plugin command line
146 option to after the command option.
147
c63043aa
DG
1482014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
149
150 PR binutils/16567
151 * deflex.l: Add noinput and nounput options.
152
fa47fa92
AM
1532014-03-12 Alan Modra <amodra@gmail.com>
154
155 * Makefile.in: Regenerate.
156 * doc/Makefile.in: Regenerate.
157
e9847026
NC
1582014-03-06 Nick Clifton <nickc@redhat.com>
159
160 PR binutils/16664
161 * readelf.c (process_attributes): Add checks for corrupt
162 attribute section names.
163
4b95cf5c
AM
1642014-03-05 Alan Modra <amodra@gmail.com>
165
166 Update copyright years.
167
2c80b753
AM
1682014-03-03 Alan Modra <amodra@gmail.com>
169
170 * README: Add "Copyright Notices" paragraph.
171
503a6091
CC
1722014-02-11 Cary Coutant <ccoutant@google.com>
173
174 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
175 for zero-length attribute value.
176
c1c69e83
AM
1772014-02-10 Alan Modra <amodra@gmail.com>
178
179 * po/binutils.pot: Regenerate.
180
d32e5c54
AP
1812014-02-06 Andrew Pinski <apinski@cavium.com>
182
183 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
184
926c5385
CC
1852014-02-06 Cary Coutant <ccoutant@google.com>
186
187 PR binutils/16444
188 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
189
221fd5d5
L
1902014-01-08 H.J. Lu <hongjiu.lu@intel.com>
191
192 * version.c (print_version): Update copyright year to 2014.
193
1651e569
TT
1942014-01-07 Tom Tromey <tromey@redhat.com>
195
196 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
197 stdarg macros.
198 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
199 macros.
200 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
201 stdarg macros.
202
b51f1626
TT
2032014-01-07 Tom Tromey <tromey@redhat.com>
204
205 * coffgrok.h (coff_ofile): Don't use PARAMS.
206 * nlmheader.y (strerror): Don't use PARAMS.
207
5fb776a6 208For older changes see ChangeLog-2013
252b5132 209\f
5fb776a6 210Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
211
212Copying and distribution of this file, with or without modification,
213are permitted in any medium without royalty provided the copyright
214notice and this notice are preserved.
215
252b5132
RH
216Local Variables:
217mode: change-log
218left-margin: 8
219fill-column: 74
220version-control: never
221End:
This page took 0.606296 seconds and 4 git commands to generate.