]>
Commit | Line | Data |
---|---|---|
3c892704 NC |
1 | 2012-08-09 Nick Clifton <[email protected]> |
2 | ||
3 | * po/vi.po: Updated Vietnamese translation. | |
4 | ||
a442b35f TT |
5 | 2012-08-03 Tom Tromey <[email protected]> |
6 | ||
7 | * dlltool.c (scan_obj_file): Close arfile after calling | |
8 | bfd_openr_next_archived_file. | |
9 | ||
399c99f7 L |
10 | 2012-08-02 H.J. Lu <[email protected]> |
11 | ||
12 | PR binutils/14420 | |
13 | * dwarf.c (process_abbrev_section): Add attribute terminator. | |
14 | Warn missing section terminator. | |
15 | (get_FORM_name): Special check for 0 value. | |
16 | (get_AT_name): Likewise. | |
17 | (process_debug_info): Display zero abbrev number. Check | |
18 | attribute terminator. | |
19 | ||
a6dc81d2 NC |
20 | 2012-07-30 Nick Clifton <[email protected]> |
21 | ||
22 | * po/binutils.pot: Updated template. | |
23 | * po/bg.po: Updated Bulgarian translation. | |
24 | * po/es.po: Updated Spanish translation. | |
25 | * po/fi.po: Updated Finnish translation. | |
26 | * po/fr.po: Updated French translation. | |
27 | * po/uk.po: Updated Ukranian translation. | |
28 | ||
ee6f7708 KT |
29 | 2012-07-28 Kai Tietz <[email protected]> |
30 | ||
31 | * rcparse.y (FILEVERSION): Use optcnumexpr instead of cnumexpr. | |
32 | (PRODUCTVERSION): Likewise. | |
33 | ||
c4dd807e MF |
34 | 2012-07-27 Mike Frysinger <[email protected]> |
35 | ||
36 | * configure.in (BFD_VERSION): Run bfd/configure --version and | |
37 | parse the output of that. | |
38 | * configure: Regenerate. | |
39 | ||
af18cb59 TG |
40 | 2012-07-27 Tristan Gingold <[email protected]> |
41 | ||
42 | * NEWS: Add marker for 2.23. | |
43 | ||
9b8d1a36 CC |
44 | 2012-07-24 Teresa Johnson <[email protected]> |
45 | ||
46 | * addr2line.c (find_address_in_section): Invoke | |
47 | bfd_find_nearest_line_discriminator to get the discriminator. | |
48 | (find_offset_in_section): Likewise. | |
49 | (translate_addresses): Print discriminator if it is non-zero. | |
50 | * objdump.c (show_line): Invoke | |
51 | bfd_find_nearest_line_discriminator to get the discriminator, | |
52 | and keep track of prev_discriminator. Print discriminator | |
53 | if it is non-zero. | |
54 | (disassemble_data): Initialize prev_discriminator. | |
55 | (dump_reloc_set): Invoke bfd_find_nearest_line_discriminator | |
56 | to get the discriminator, and keep track of last_discriminator. | |
57 | Print discriminator if it is non-zero. | |
58 | ||
c2a7d3f5 NC |
59 | 2012-07-17 Nick Clifton <[email protected]> |
60 | ||
61 | * elfcomm.c (setup_archive): Extract index table and symbol table | |
62 | scanning code into... | |
63 | (process_archive_index_and_symbols): ... this function and add | |
64 | support for 64-bit index tables. | |
65 | * elfcomm.h (struct archive_info): Change type of index_num and | |
66 | index_array to elf_vma. | |
67 | Add 'uses_64bit_indicies' field. | |
68 | * readelf.c (process_archive): Fix support for 64-bit indicies. | |
69 | ||
5f8ebec5 NC |
70 | 2012-07-03 Nick Clifton <[email protected]> |
71 | ||
72 | * readelf.c (process_archive): Display member indicies when | |
73 | dumping index. | |
74 | ||
8d6eee87 TT |
75 | 2012-07-02 Tom Tromey <[email protected]> |
76 | ||
77 | * dwarf.c: Include gdb-index.h. | |
78 | (display_gdb_index): Handle version 7. | |
79 | ||
6a1b08f5 L |
80 | 2012-06-29 H.J. Lu <[email protected]> |
81 | ||
82 | * nm.c (filter_symbols): Simplify global symbol handling. | |
83 | ||
34debcd1 NC |
84 | 2012-06-29 Francois Gouget <[email protected]> |
85 | ||
86 | PR binutils/14302 | |
87 | * bucomm.c (print_arelt_descr): Correctly report the archive size | |
88 | field (for 'ar tv'). | |
89 | * ar.c (print_contents): Use correct types for archive element | |
90 | sizes (for 'ar p'). | |
91 | (extract_file): Likewise (for 'ar x'). | |
92 | ||
e63734a3 AM |
93 | 2012-06-29 Alan Modra <[email protected]> |
94 | ||
95 | * readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc. | |
96 | ||
6f7b1488 TT |
97 | 2012-06-12 Tom Tromey <[email protected]> |
98 | ||
99 | * dwarf-mode.el: Add final comment. Bump version. | |
100 | (dwarf-insert-substructure-button): Use string-to-number. | |
101 | (dwarf-browse): Fix autoload cookie. | |
102 | ||
a081f3cd JJ |
103 | 2012-06-08 Jakub Jelinek <[email protected]> |
104 | ||
105 | * dwarf.c (read_and_display_attr_value): Handle | |
106 | DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. | |
107 | (display_debug_macro): Handle DW_MACRO_GNU_define_indirect_alt, | |
108 | DW_MACRO_GNU_undef_indirect_alt and | |
109 | DW_MACRO_GNU_transparent_include_alt. | |
110 | ||
670b0bad AM |
111 | 2012-06-01 Alan Modra <[email protected]> |
112 | ||
113 | * addr2line.c (translate_addresses): Truncate input addresses to | |
114 | arch_size bits. Avoid undefined shift. Print '?' for zero line. | |
115 | ||
ea52a088 NC |
116 | 2012-05-30 Nick Clifton <[email protected]> |
117 | ||
118 | * readelf.c (process_section_headers): Correct bug in previous | |
119 | delta - display full section type in wide mode. | |
120 | ||
7bfd842d NC |
121 | 2012-05-28 Nick Clifton <[email protected]> |
122 | ||
123 | * readelf.c (print_symbol): Display multibyte characters in symbol | |
124 | names. | |
125 | (process_section_headers): Use print_symbol. | |
126 | ||
f2c621e4 AS |
127 | 2012-05-18 Andreas Schwab <[email protected]> |
128 | ||
129 | * aclocal.m4: Regenerate. | |
130 | * configure: Regenerate. | |
131 | * config.in: Regenerate. | |
132 | * Makefile.in: Regenerate. | |
133 | ||
df7b86aa NC |
134 | 2012-05-17 Daniel Richard G. <[email protected]> |
135 | Nick Clifton <[email protected]> | |
136 | ||
137 | PR 14072 | |
138 | * configure.in: Add check that sysdep.h has been included before | |
139 | any system header files. | |
140 | * configure: Regenerate. | |
141 | * config.in: Regenerate. | |
142 | * unwind-ia64.h: Include config.h. | |
143 | ||
7282333f AM |
144 | 2012-05-17 Alan Modra <[email protected]> |
145 | ||
146 | * dwarf.c (process_debug_info): Display abbrev offset in hex. | |
147 | (display_debug_abbrev): Show offset of abbrev. | |
148 | ||
a2ff7a4b AM |
149 | 2012-05-17 Alan Modra <[email protected]> |
150 | ||
151 | * dwarf.c (display_debug_ranges): Don't report more than one use | |
152 | of the same range set as an overlap. | |
153 | ||
691bf19c NC |
154 | 2012-05-16 Daniel Richard G. <[email protected]> |
155 | ||
156 | PR binutils/13558 | |
157 | * Makefile.am (CFILES): Add syslex_wrap.c. | |
158 | (sysinfo): Depend upon syslex_wrap.o. | |
159 | (syslex_wrap.o): New rule. | |
160 | (syslex.o): Delete rule. | |
161 | * syslex_wrap.c: New file. | |
162 | * Makefile.in: Regenerate. | |
163 | ||
6927f982 NC |
164 | 2012-05-15 James Murray <[email protected]> |
165 | ||
166 | * readelf.c (get_machine_name): Update m68hc12 entry. | |
167 | ||
343dbc36 L |
168 | 2012-05-13 H.J. Lu <[email protected]> |
169 | ||
170 | * objdump.c (disassemble_bytes): Print addend as signed. | |
171 | (dump_reloc_set): Likewise. | |
172 | ||
4723351a CC |
173 | 2012-05-04 Sterling Augustine <[email protected]> |
174 | Cary Coutant <[email protected]> | |
175 | ||
176 | * doc/binutils.texi: Add --dwarf-check option. | |
177 | * dwarf.c (dwarf_check): New global flag. | |
178 | (fetch_indexed_string): New function. | |
179 | (fetch_indexed_value): New function. | |
180 | (get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index. | |
181 | (decode_location_expression): Add DW_OP_GNU_addr_index. | |
182 | (read_and_display_attr_value): Add DW_FORM_GNU_str_index, | |
183 | DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base. | |
184 | (get_AT_name): Add new attributes for Fission. | |
185 | (process_debug_info): Load new debug sections for Fission. | |
186 | (load_debug_info): Check for .debug_info.dwo section. | |
187 | (display_loc_list, display_loc_list_dwo): New functions. | |
188 | (display_debug_loc): Move logic to above two functions. | |
189 | (display_debug_info): Choose abbrev section based on info section. | |
190 | (display_debug_types): Likewise. | |
191 | (display_trace_info): Likewise. | |
192 | (comp_addr_base): New function. | |
193 | (display_debug_addr): New function. | |
194 | (display_debug_str_offsets): New function. | |
195 | (display_debug_ranges): Allow missing range lists. Suppress | |
196 | diagnostics if dwarf_check not set. | |
197 | (debug_displays): Add column to select abbrev section. | |
198 | * dwarf.h (enum dwarf_section_display_enum): Add new debug sections | |
199 | for Fission. | |
200 | (struct dwarf_section): Add abbrev_sec field. | |
201 | (struct dwarf_section_display): New type. | |
202 | (debug_info): Add addr_base, ranges_base fields. | |
203 | (dwarf_check): New global variable. | |
204 | * objdump.c (usage): Add --dwarf-check option. | |
205 | (enum option_values): Add OPTION_DWARF_CHECK. | |
206 | (long_options): Add --dwarf-check. | |
207 | (main): Likewise. | |
208 | * readelf.c (OPTION_DWARF_CHECK): New macro. | |
209 | (options): Add --dwarf-check. | |
210 | (parse_args): Likewise. | |
211 | (process_section_headers): Use const_strneq instead of | |
212 | streq. | |
213 | ||
e04d7088 L |
214 | 2012-05-11 H.J. Lu <[email protected]> |
215 | ||
216 | PR binutils/14088 | |
217 | * readelf.c (dump_relocations): Always display addend as | |
218 | signed hex number. | |
219 | ||
208a4923 NC |
220 | 2012-05-11 Daniel Richard G. <[email protected]> |
221 | ||
222 | PR binutils/14028 | |
223 | * configure.in: Invoke ACX_HEADER_STRING. | |
224 | * configure: Regenerate. | |
225 | * config.in: Regenerate. | |
226 | * sysdep.h: If STRINGS_WITH_STRING is defined then include both | |
227 | string.h and strings.h. | |
228 | ||
afd6e1ff JJ |
229 | 2012-05-10 Jakub Jelinek <[email protected]> |
230 | ||
231 | * dwarf.c (read_and_display_attr_value): Don't look up tag from | |
232 | abbrev for DW_FORM_ref_addr. | |
233 | ||
a8c30cba | 234 | 2012-05-08 Sean Keys <[email protected]> |
208a4923 | 235 | |
a8c30cba | 236 | * binutils/MAINTAINERS: Added my entry to the maintainers secion. |
208a4923 | 237 | |
96109726 CC |
238 | 2012-05-08 Cary Coutant <[email protected]> |
239 | ||
240 | * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options. | |
241 | (strip): Add --strip-dwo option. | |
242 | * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO. | |
243 | (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO. | |
244 | (strip_options): Add --strip-dwo option. | |
245 | (copy_options): Add --extract-dwo, --strip-dwo options. | |
246 | (copy_usage): Likewise. | |
247 | (strip_usage): Add --strip-dwo option. | |
248 | (is_dwo_section): New function. | |
249 | (is_strip_section_1): Check for DWO sections. | |
250 | (copy_object): Check for --strip-dwo, --extract-dwo options. | |
251 | (copy_relocations_in_section): Discard relocations for DWO sections. | |
252 | Discard entire relocation section when no relocations. | |
253 | (strip_main): Add --strip-dwo option. | |
254 | (copy_main): Add --strip-dwo, --extract-dwo options. | |
255 | ||
e5b62927 AM |
256 | 2012-05-08 Alan Modra <[email protected]> |
257 | ||
258 | * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other | |
259 | LC and LANG environment vars. | |
260 | * Makefile.in: Regenerate. | |
261 | ||
a19c41a7 TT |
262 | 2012-05-07 Tom Tromey <[email protected]> |
263 | ||
264 | * dwarf.c (get_TAG_name): Use get_DW_TAG_name. | |
265 | (get_FORM_name): Use get_DW_FORM_name. | |
266 | (get_AT_name): Use get_DW_AT_name. | |
267 | ||
cce3d66c AM |
268 | 2012-05-07 Alan Modra <[email protected]> |
269 | ||
270 | * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG. | |
271 | * Makefile.in: Regenerate. | |
272 | ||
45dfa85a AM |
273 | 2012-05-05 Alan Modra <[email protected]> |
274 | ||
275 | * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr. | |
276 | ||
f6c1a2d5 NC |
277 | 2012-05-03 Sean Keys <[email protected]> |
278 | ||
279 | * readelf.c: Add support for XGATE. | |
280 | ||
1c062060 NC |
281 | 2012-05-02 Nick Clifton <[email protected]> |
282 | ||
283 | * po/vi.po: Updated Vietnamese translation. | |
284 | * po/it.po: New Italian translation. | |
285 | * configure.in (ALL_LINGUAS): Add it. | |
286 | * configure: Regenerate. | |
287 | ||
57402f1e NC |
288 | 2012-05-01 Nick Clifton <[email protected]> |
289 | ||
290 | PR binutils/13121 | |
291 | * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with | |
292 | AIX system headers. | |
293 | ||
2e30cb57 CC |
294 | 2012-04-25 Cary Coutant <[email protected]> |
295 | ||
296 | * doc/binutils.texi: Add -D/--enable-deterministic-archives option | |
297 | to strip and objcopy. | |
298 | * objcopy.c (deterministic): New global variable. | |
299 | (strip_options): Add --enable-deterministic-archives. | |
300 | (copy_options): Likewise. | |
301 | (copy_usage): Likewise. | |
302 | (strip_usage): Likewise. | |
303 | (copy_archive): When stripping all, don't add archive map; set | |
304 | deterministic output when requested. | |
305 | (strip_main): Add -D/--enable-deterministic-archives option. | |
306 | (copy_main): Likewise. | |
307 | ||
c3989150 L |
308 | 2012-04-12 H.J. Lu <[email protected]> |
309 | ||
310 | PR binutils/13947 | |
311 | * objcopy.c (copy_object): Call copy_relocations_in_section | |
312 | before copy_section. | |
313 | (skip_section): New. | |
314 | (copy_relocations_in_section): Likewise. | |
315 | (copy_section): Use skip_section. Don't copy relocations here. | |
316 | ||
1233b4a7 NC |
317 | 2012-04-11 Ryan Mansfield <[email protected]> |
318 | ||
319 | * objdump.c (dump_bfd): If defaulting to dwarf call | |
320 | dwarf_select_sections_all to enable displays. | |
321 | ||
58797674 RM |
322 | 2012-04-06 Roland McGrath <[email protected]> |
323 | ||
324 | * configure.in (AC_CHECK_HEADERS): Add locale.h. | |
325 | * config.in: Regenerate. | |
326 | * configure: Regenerate. | |
327 | ||
44350750 NC |
328 | 2012-04-05 Nick Clifton <[email protected]> |
329 | ||
330 | * configure.in (AC_CHECK_FUNCS): Add setlocale. | |
331 | (AM_LC_MESSAGES): Add. | |
332 | * aclocal.m4: Regenerate. | |
333 | * config.in: Regenerate. | |
334 | * configure: Regenerate. | |
335 | ||
b149968f NC |
336 | 2012-03-30 Nick Clifton <[email protected]> |
337 | ||
338 | PR binutils/13925 | |
339 | * stabs.c (stab_demangle_v3_arglist): Cope with the demangler | |
340 | returning an empty context for a function with no arguments. | |
341 | ||
658c7344 TT |
342 | 2012-03-28 Tom Tromey <[email protected]> |
343 | ||
344 | * dwarf.c (display_gdb_index): Handle index version 6. | |
345 | ||
0a22ae8e NC |
346 | 2012-03-07 Nick Clifton <[email protected]> |
347 | ||
348 | * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16. | |
349 | ||
ae9ab7c0 NC |
350 | 2012-02-29 Jeff Law <[email protected]> |
351 | ||
352 | * doc/binutils.texi (c++filt): Fix typos. | |
353 | ||
5b3d386e KT |
354 | 2012-02-24 Kai Tietz <[email protected]> |
355 | ||
356 | PR binutils/13710 | |
357 | * defparse.y (keyword_as_name): Disable LIBRARY | |
358 | keyword. | |
359 | * doc/binutils.texi: Document LIBRARY exception. | |
360 | ||
9a30f236 KT |
361 | 2012-02-21 Kai Tietz<[email protected]> |
362 | ||
363 | PR binutils/13682 | |
364 | * NEWS: Mention new feature. | |
365 | * dlltool.c (i386_x64_dljtab): New stub-code for x64 | |
366 | delayed-load feature. | |
367 | (i386_x64_trampoline): New trampoline-code for x64 | |
368 | delayed-load feature. | |
369 | (make_one_lib_file): Add support for x64 delayed-load | |
370 | feature. | |
371 | (make_delay_head): Likewis | |
372 | ||
6c713012 AM |
373 | 2012-02-20 Namhyung Kim <[email protected]> |
374 | ||
375 | * objdump.c (slurp_file): Close file if fstat fails. | |
376 | ||
74bc6052 CC |
377 | 2012-02-14 Cary Coutant <[email protected]> |
378 | ||
379 | * dwarf.c (dwarf_vmatoa64): New function. | |
380 | (read_and_display_attr_value): Print 8-byte forms as single hex | |
381 | numbers. | |
382 | (process_debug_info): Print type signatures as single hex numbers. | |
383 | * elfcomm.c (byte_get_64): New function. | |
384 | * elfcomm.h (byte_get_64): New function. | |
385 | ||
aa83d1ec KT |
386 | 2012-02-11 Kai Tietz <[email protected]> |
387 | ||
388 | PR binutils/13657 | |
389 | * defparse.y (%union): New type id_const. | |
390 | (opt_name2): New rule. | |
391 | (keyword_as_name): New rule. | |
392 | (opt_name): Adjust rule. | |
393 | (opt_import_name): Likewise. | |
394 | (opt_equal_name): Likewise. | |
395 | ||
7afcdbb2 KT |
396 | 2012-02-11 Kai Tietz <[email protected]> |
397 | ||
398 | PR binutils/13297 | |
399 | * resrc.c (write_rc_dialog_control): Omit text dump for | |
400 | EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR. | |
401 | ||
dbb7c441 AM |
402 | 2012-02-09 Alan Modra <[email protected]> |
403 | ||
404 | * sysdep.h: Include sys/stat.h here. | |
405 | * ar.c: Don't include headers already included by sysdep.h. | |
406 | * bucomm.c: Likewise. | |
407 | * budbg.h: Likewise. | |
408 | * dlltool.h: Likewise. | |
409 | * elfedit.c: Likewise. | |
410 | * nlmconv.c: Likewise. | |
411 | * objcopy.c: Likewise. | |
412 | * objdump.c: Likewise. | |
413 | * objdump.h: Likewise. | |
414 | * readelf.c: Likewise. | |
415 | * rename.c: Likewise. | |
416 | * resrc.c: Likewise. | |
417 | * strings.c: Likewise. | |
418 | * windres.c: Likewise. | |
419 | * od-macho.c: Ensure #include sysdep.h is first. | |
420 | * od-xcoff.c: Likewise. | |
421 | * dllwrap.c: Remove alloca pragma handled by sysdep.h, and | |
422 | remove duplicate headers. | |
423 | * dlltool.c: Likewise and ensure #include sysdep.h is first. | |
424 | ||
36e32b27 NC |
425 | 2012-02-01 Nick Clifton <[email protected]> |
426 | ||
427 | PR binutils/13493 | |
428 | * ar.c (ranlib_main): Process --plugin option. | |
429 | * doc/binutils.texi: Document --plugin support for ranlib. | |
430 | ||
8b971f9f NC |
431 | 2012-02-01 Nick Clifton <[email protected]> |
432 | ||
433 | PR binutils/13482 | |
434 | * readelf.c (process_corefile_note_segment): Fix off-by-one errors | |
435 | verifying the contents of a note. | |
436 | ||
fa1908fd NC |
437 | 2012-01-26 Nick Clifton <[email protected]> |
438 | ||
439 | PR binutils/13622 | |
440 | * readelf.c (process_section_groups): If there are no section | |
441 | headers do not scan for section groups. | |
442 | (process_note_sections): Likewise for note sections. | |
443 | ||
2128eb39 TG |
444 | 2012-01-20 Tristan Gingold <[email protected]> |
445 | ||
446 | * od-macho.c (OPT_SEG_SPLIT_INFO): New macro. | |
447 | (options): Add an entry for seg_split_info. | |
448 | (mach_o_help): Document it. | |
449 | (dump_segment_split_info): New function. | |
450 | (dump_load_command): Handle seg_split_info. | |
451 | ||
2fc0fe4f TG |
452 | 2012-01-19 Tristan Gingold <[email protected]> |
453 | ||
454 | * dwarf.c (process_extended_line_op): Add a cast to silent a | |
455 | warning. | |
456 | ||
143a3db0 TG |
457 | 2012-01-19 Tristan Gingold <[email protected]> |
458 | ||
459 | * dwarf.c (process_extended_line_op): Reindent define_file output. | |
460 | Detect define_file opcode length mismatch. | |
461 | (display_debug_lines_decoded): Add an entry in file_table for each | |
462 | define_file opcode. | |
463 | Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence. | |
464 | Display extended opcode for unhandle opcode. | |
465 | ||
576477a6 AM |
466 | 2012-01-17 Alan Modra <[email protected]> |
467 | ||
468 | * version.c (print_version): Update copyright message year. | |
469 | ||
ddb1377c AM |
470 | 2012-01-16 Alan Modra <[email protected]> |
471 | ||
472 | PR binutils/13593 | |
473 | * nm.c (OPTION_SIZE_SORT): Define. | |
474 | (long_options): Don't set no_sort, sort_numerically or | |
475 | sort_by_size directly. | |
476 | (main): Instead set the flags here, making them mutually exclusive. | |
477 | ||
1598539f TG |
478 | 2012-01-10 Tristan Gingold <[email protected]> |
479 | ||
480 | * objdump.c (display_object_bfd): Renamed from ... | |
481 | (display_bfd): ... this. | |
482 | (display_any_bfd): New function. | |
483 | (display_file): Split. Handle nested archives. | |
484 | ||
52546677 RM |
485 | 2012-01-09 Roland McGrath <[email protected]> |
486 | ||
487 | * configure.in: Use AM_ZLIB. | |
488 | * configure: Regenerated. | |
489 | ||
99eac5be NC |
490 | 2012-01-06 Nick Clifton <[email protected]> |
491 | ||
492 | * po/ru.po: Updated Russian translation. | |
493 | ||
9f4a5bd1 TG |
494 | 2012-01-04 Tristan Gingold <[email protected]> |
495 | ||
496 | * od-macho.c (dump_load_command): Handle fvmlib. | |
497 | ||
fc55a902 TG |
498 | 2012-01-04 Tristan Gingold <[email protected]> |
499 | ||
500 | * od-macho.c: Update copyright year. | |
501 | (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO. | |
502 | ||
23e1d329 | 503 | For older changes see ChangeLog-2011 |
252b5132 RH |
504 | \f |
505 | Local Variables: | |
506 | mode: change-log | |
507 | left-margin: 8 | |
508 | fill-column: 74 | |
509 | version-control: never | |
510 | End: |