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