]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
f9956b646ce99ba4ac43c9d03a3416bf3515639e
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2011-07-24 Chao-ying Fu <fu@mips.com>
2 Maciej W. Rozycki <macro@codesourcery.com>
3
4 * readelf.c (get_machine_flags): Handle microMIPS ASE.
5 (get_mips_symbol_other): Likewise.
6
7 2011-07-22 H.J. Lu <hongjiu.lu@intel.com>
8
9 * dwarf.c (init_dwarf_regnames): Handle EM_K1OM.
10
11 * elfedit.c (elf_machine): Support EM_K1OM.
12 (elf_class): Likewise.
13
14 * readelf.c (guess_is_rela): Handle EM_K1OM.
15 (dump_relocations): Likewise.
16 (get_machine_name): Likewise.
17 (get_section_type_name): Likewise.
18 (get_elf_section_flags): Likewise.
19 (process_section_headers): Likewise.
20 (get_symbol_index_type): Likewise.
21 (is_32bit_abs_reloc): Likewise.
22 (is_32bit_pcrel_reloc): Likewise.
23 (is_64bit_abs_reloc): Likewise.
24 (is_64bit_pcrel_reloc): Likewise.
25 (is_none_reloc): Likewise.
26
27 * doc/binutils.texi: Mention K1OM for elfedit.
28
29 2011-07-11 Cary Coutant <ccoutant@google.com>
30
31 PR 12983
32 * binutils/nm.c (display_file): Decompress debug sections when
33 printing line numbers.
34
35 2011-07-03 Samuel Thibault <samuel.thibault@gnu.org>
36 Thomas Schwinge <thomas@schwinge.name>
37
38 PR binutils/12913
39 * elfedit.c (osabis): Use ELFOSABI_GNU name instead of ELFOSABI_LINUX
40 alias and ELFOSABI_HURD. Add GNU alias.
41 * readelf.c (get_osabi_name, get_symbol_binding, get_symbol_type):
42 Likewise.
43 * doc/binutils.texi <elfedit>: Update accordingly.
44
45 2011-07-01 Nick Clifton <nickc@redhat.com>
46
47 PR binutils/12325
48 * doc/binutils.texi (ar cmdline): Document --target, --version and
49 --help command line options.
50
51 2011-06-30 Nick Clifton <nickc@redhat.com>
52
53 PR binutils/12558
54 * ar.c (main): When asked to move members in an archive that is
55 being created, ignore the move request.
56
57 2011-06-29 Nick Clifton <nickc@redhat.com>
58
59 * readelf.c (get_section_type_name): When displaying an unknown
60 section type display the hex value first on the assumption that
61 the full message will probably be truncated into a 15 character
62 field.
63
64 2011-06-22 Jakub Jelinek <jakub@redhat.com>
65
66 * dwarf.c (decode_location_expression): For DW_OP_GNU_convert and
67 DW_OP_GNU_reinterpret, if uvalue is 0, don't add cu_offset.
68 Handle DW_OP_GNU_parameter_ref.
69
70 2011-06-16 Tom Tromey <tromey@redhat.com>
71
72 * dwarf-mode.el (dwarf-do-insert-substructure): Call
73 expand-file-name.
74 (dwarf-do-refresh): Likewise.
75
76 2011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
77
78 * readelf.c (get_note_type): Handle NT_ARM_VFP.
79
80 2011-06-13 Walter Lee <walt@tilera.com>
81
82 * readelf.c: Include tilepro.h and tilegx.h.
83 (guess_is_rela): Handle EM_TILEGX and EM_TILEPRO.
84 (dump_relocations): Likewise.
85 (get_machine_name): Likewise.
86 (is_32bit_abs_reloc): Likewise.
87 (is_32bit_pcerel_reloc): Likewise.
88 (is_64bit_abs_reloc): Likewise.
89 (is_64bit_pcrel_reloc): Likewise.
90
91 2011-06-09 Tristan Gingold <gingold@adacore.com>
92
93 * od-xcoff.c (xcoff32_read_symbols): Allow missing string table
94 length.
95
96 2011-06-08 Nick Clifton <nickc@redhat.com>
97
98 PR binutils/12855
99 * readelf.c (process_version_sections): Handle binaries containing
100 corrupt version information.
101 (process_symbol_table): Stop processing a symbol's version
102 information if it could not be read in.
103
104 (get_data): Add comment describing the function.
105 (process_section_headers): Set dynamic_strings_length to 0 if the
106 dynamic strings could not be read in.
107 (process_dynamic_section): Likewise.
108 (process_section_groups): Stop processing the group information if
109 the data could not be read in.
110 (hppa_processs_unwind): Assert that there is only one string table
111 in the file.
112 (arm_process_unwind): Likewise.
113 (ia64_process_unwind): Likewise.
114 Set the size of the unwind auxillary information to 0 if the data
115 could not be read.
116 (load_specific_debug_section): Handle a failure to read in the
117 section.
118 (process_mips_specific): Stop display of the PLT GOT section if it
119 could not be read in.
120
121 2011-06-08 Tristan Gingold <gingold@adacore.com>
122
123 * makefile.vms (DEFS): Define OBJDUMP_PRIVATE_VECTORS.
124
125 2011-06-07 Cary Coutant <ccoutant@google.com>
126
127 * dwarf.c: Fix conversion to TU number.
128
129 2011-06-02 Nick Clifton <nickc@redhat.com>
130
131 * resres.c: Fix spelling typo.
132 * windint.h: Likewise.
133 * windmc.c: Likewise.
134 * windres.c: Likewise.
135 * po/POTFILES.in: Regenerate.
136 * po/binutils.pot: Regenerate.
137
138 2011-06-01 Daniel Jacobowitz <drow@false.org>
139
140 * MAINTAINERS: Update my email address.
141
142 2011-05-31 Matthias Klose <doko@ubuntu.com>
143
144 * configure.in (BUILD_INSTALL_MISC): Only add embedspu once.
145 * configure: Regenerate.
146
147 2011-05-30 Alan Modra <amodra@gmail.com>
148
149 PR binutils/12820
150 * Makefile.am (bin_PROGRAMS): Move BUILD_INSTALL_MISC to..
151 (bin_SCRIPTS): ..here.
152 (EXTRA_SCRIPTS): Define.
153 (EXTRA_DIST): Add embedspu.sh.
154 (DISTCLEANFILES): Add embedspu.
155 (embedspu): Depend on Makefile. Replace sed "s" command with "c".
156 * Makefile.in: Regenerate.
157
158 2011-05-25 Jakub Jelinek <jakub@redhat.com>
159
160 * dwarf.c (loc_offsets): New variable.
161 (loc_offsets_compar): New routine.
162 (display_debug_loc): Handle loc_offsets not being in ascending order
163 and also a single .debug_loc entry being used multiple times.
164
165 2011-05-18 Nick Clifton <nickc@redhat.com>
166
167 PR binutils/12753
168 * nm.c (filter_symbols): Treat unique symbols as global symbols.
169 * doc/binutils.texi (nm): Mention that some lowercase letters
170 actually indicate global symbols.
171
172 2011-05-15 Tristan Gingold <gingold@adacore.com>
173
174 * od-xcoff.c: New file.
175 * objdump.h: New file.
176 * objdump.c: Include objdump.h
177 (dump_private_options, objdump_private_vectors): New variables.
178 (usage): Mention -P/--private. Display handled options.
179 (long_options): Add -P/--private.
180 (dump_target_specific): New function.
181 (dump_bfd): Handle dump_private_options.
182 (main): Handle -P.
183 * doc/binutils.texi (objdump): Document -P/--private.
184 * configure.in (OBJDUMP_PRIVATE_VECTORS, OBJDUMP_PRIVATE_OFILES):
185 New variables, compute them.
186 (od_vectors): Add vectors for private dumpers. Make them uniq.
187 (OBJDUMP_DEFS): Add OBJDUMP_PRIVATE_VECTORS.
188 * Makefile.am (HFILES): Add objdump.h
189 (CFILES): Add od-xcoff.c
190 (OBJDUMP_PRIVATE_OFILES): New variable.
191 (objdump_DEPENDENCIES): Append OBJDUMP_PRIVATE_OFILES.
192 (objdump_LDADD): Ditto.
193 (EXTRA_objdump_SOURCES): Define.
194 * Makefile.in: Regenerate.
195 * configure: Regenerate.
196
197 2011-05-10 Tristan Gingold <gingold@adacore.com>
198
199 * dwarf.c (process_extended_line_op): Dump unknown records.
200
201 2011-05-07 Alan Modra <amodra@gmail.com>
202
203 PR binutils/12632
204 * objcopy.c (copy_archive): Check bfd_openw result in unknown object
205 case. Rewrite without goto.
206
207 2011-05-03 Jakub Jelinek <jakub@redhat.com>
208
209 * dwarf.c (decode_location_expression): Handle DW_OP_GNU_const_type,
210 DW_OP_GNU_regval_type, DW_OP_GNU_deref_type, DW_OP_GNU_convert
211 and DW_OP_GNU_reinterpret.
212
213 * MAINTAINERS: Add myself as DWARF2 maintainer.
214
215 2011-05-02 Alan Modra <amodra@gmail.com>
216
217 PR binutils/12720
218 Revert the following change
219 Michael Snyder <msnyder@vmware.com>
220 * ar.c (move_members): Plug memory leak.
221 (delete_members): Plug memory leak.
222
223 2011-04-28 Tom Tromey <tromey@redhat.com>
224
225 * NEWS: Add note about --dwarf-depth, --dwarf-start, and
226 dwarf-mode.el.
227 * objdump.c (suppress_bfd_header): New global.
228 (usage): Update.
229 (OPTION_DWARF_DEPTH, OPTION_DWARF_START): New constants.
230 (options): Add dwarf-depth and dwarf-start entries.
231 (dump_bfd): Use suppress_bfd_header.
232 (main): Handle OPTION_DWARF_START, OPTION_DWARF_DEPTH.
233 * doc/binutils.texi (objcopy): Document --dwarf-depth and
234 --dwarf-start.
235 (readelf): Likewise.
236 * dwarf-mode.el: New file.
237 * dwarf.c (dwarf_cutoff_level, dwarf_start_die): New globals.
238 (read_and_display_attr_value): Also check debug_info_p.
239 (process_debug_info): Handle dwarf_start_die and
240 dwarf_cutoff_level.
241 * dwarf.h (dwarf_cutoff_level, dwarf_start_die): Declare.
242 * readelf.c (usage): Update.
243 (OPTION_DWARF_DEPTH): New macro.
244 (OPTION_DWARF_START): Likewise.
245 (options): Add dwarf-depth and dwarf-start entries.
246 (parse_args): Handle OPTION_DWARF_START and OPTION_DWARF_DEPTH.
247
248 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
249
250 * dwarf.c (display_gdb_index): Support version 5, warn on version 4.
251
252 2011-04-27 Tristan Gingold <gingold@adacore.com>
253
254 * dwarf.c (process_extended_line_op): Handle
255 DW_LNE_HP_source_file_correlation.
256
257 2011-04-27 Nick Clifton <nickc@redhat.com>
258
259 * po/da.po: Updated Danish translation.
260
261 2011-04-21 Tom Tromey <tromey@redhat.com>
262
263 * readelf.c (print_stapsdt_note): New function.
264 (process_note): Use it.
265
266 2011-04-21 Tom Tromey <tromey@redhat.com>
267
268 * readelf.c (get_stapsdt_note_type): New function.
269 (process_note): Recognize "stapsdt" notes.
270
271 2011-04-21 Tom Tromey <tromey@redhat.com>
272
273 * readelf.c (process_corefile_note_segment): Change header field
274 widths.
275 (process_note): Change field widths.
276
277 2011-04-21 Tom Tromey <tromey@redhat.com>
278
279 * readelf.c (print_gnu_note): New function.
280 (process_note): Use it.
281
282 2011-04-21 Jie Zhang <jzhang918@gmail.com>
283
284 * MAINTAINERS: Update my email address.
285
286 2011-04-11 Kai Tietz <ktietz@redhat.com>
287
288 * windres.c (usage): Add new --preprocessor-arg option.
289 (option_values): Add new OPTION_PREPROCESSOR_ARG enumerator.
290 (option long_options): Add preprocessor-arg option.
291 (main): Handle it.
292 * doc/binutils.texi: Add documentation for --preprocessor-arg
293 option.
294 * NEWS: Add line about new --preprocessor-arg option for windres.
295
296 2011-04-08 John Marino <binutils@marino.st>
297
298 * arlex.l: Prevent redefinition of YY_NO_UNPUT.
299 * syslex.l: Likewise.
300
301 2011-04-07 Paul Brook <paul@codesourcery.com>
302
303 * readelf.c (arm_section_get_word): Handle C6000 relocations.
304 (decode_tic6x_unwind_regmask, decode_arm_unwind_bytecode,
305 decode_tic6x_unwind_bytecode, expand_prel31): New functions.
306 (decode_arm_unwind): Split out common code from ARM specific bits.
307 (dump_arm_unwind): Use expand_prel31.
308 (arm_process_unwind): Handle SHT_C6000_UNWIND sections.
309 (process_unwind): Add SHT_C6000_UNWIND.
310
311 2011-04-06 Joseph Myers <joseph@codesourcery.com>
312
313 * configure.in (thumb-*-pe*): Remove.
314 * configure: Regenerate.
315
316 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
317
318 * MAINTAINERS: Update my email address.
319
320 2011-04-03 H.J. Lu <hongjiu.lu@intel.com>
321
322 PR binutils/12632
323 * objcopy.c (copy_unknown_object): Make the archive element
324 readable.
325
326 2011-04-03 David S. Miller <davem@davemloft.net>
327
328 * objdump.c (dump_reloc_set): Output R_SPARC_OLO10 relocations
329 accurately, rather than how they are represented internally.
330
331 2011-03-31 Tristan Gingold <gingold@adacore.com>
332
333 * makefile.vms (readelf.exe): New target.
334
335 2011-03-31 Tristan Gingold <gingold@adacore.com>
336
337 * makefile.vms (DEBUG_OBJS): Add elfcomm.obj.
338
339 2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
340
341 * readelf.c (get_symbol_index_type): Handle SCOM for TIC6X.
342 (dump_relocations): Likewise.
343
344 2011-03-31 Tristan Gingold <gingold@adacore.com>
345
346 * readelf.c (get_ia64_vms_note_type): New function.
347 (print_ia64_vms_note): Ditto.
348 (process_note): Recognize VMS/ia64 specific notes.
349 Display them.
350 (process_corefile_note_segment): Decode VMS notes.
351
352 2011-03-30 Catherine Moore <clm@codesourcery.com>
353
354 * addr2line.c (translate_addresses): Sign extend the pc
355 if sign_extend_vma is enabled.
356
357 2011-03-30 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
358
359 * readelf.c (process_gnu_liblist): Stop memory leak.
360
361 2011-03-29 Alan Modra <amodra@gmail.com>
362
363 * coffdump.c: Include bfd_stdint.h
364
365 2011-03-28 Pierre Muller <muller@ics.u-strasbg.fr>
366
367 * coffdump.c (coff_dump): Correct spelling error.
368 (show_usage): Replace SYSROFF by COFF.
369
370 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
371
372 * coffdump.c (dump_coff_scope): Use double typecast for pointer P
373 to allow compilation for all targets.
374
375 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
376
377 * dwarf.c (process_debug_info): Use offset_size to determine
378 the bit-size of the computation unit's offset.
379 (decode_location_expression): Use dwarf_vmatoa function to display
380 DW_OP_addr OP.
381 (process_debug_info): Use dwarf_vma type for local variables
382 length and type_offset.
383
384 2011-03-25 Michael Snyder <msnyder@vmware.com>
385
386 * strings.c (print_strings): Plug memory leak.
387 * ar.c (move_members): Plug memory leak.
388 (delete_members): Plug memory leak.
389 (write_archive): Plug memory leak.
390 * ieee.c (ieee_add_bb11): Plug memory leak.
391 (ieee_function_type): Likewise.
392 (ieee_class_baseclass): Likewise.
393 * prdbg.c (pr_function_type): Close memory leaks.
394 (pr_method_type): Likewise.
395 (tg_class_static_member): Likewise.
396 (tg_class_method_variant): Likewise.
397 (tg_class_static_method_variant): Likewise.
398 * stabs.c (parse_stab_enum_type): Fix memory leaks.
399 (parse_stab_struct_type): Likewise.
400 (parse_stab_struct_fields): Likewise.
401 (parse_stab_one_struct_field): Likewise.
402 (parse_stab_members): Likewise.
403 (stab_demangle_qualified): Likewise.
404 * objdump.c (dump_reloc_set): Free malloced memory.
405 * bucomm.c (make_tempname): Stop memory leak.
406
407 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
408
409 Replace bfd_vma type and analog types by dwarf_vma and analogs.
410 Use dwarf specific print functions to display these type values.
411 * dwarf.h (dwarf_signed_vma): New type;
412 (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
413 (DWARF2_External_PubNames): Likewise.
414 (DWARF2_External_CompUnit): Likewise.
415 (DWARF2_External_ARange): Likewise.
416 (read_leb128): Change return type to dwarf_vma.
417 * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
418 check byte_size values.
419 (dwarf_vmatoa): Change parameter type to dwarf_vma.
420 (dwarf_svmatoa): New static function.
421 (read_leb128): Change return type to dwarf_vma.
422 (read_sleb128): New static function.
423 (struct State_Machine_Registers): Change address field type to
424 dwarf_vma.
425 (process_extended_line_op): Adapt to type changes.
426 (fetch_indirect_string): Likewise.
427 (idisplay_block): Likewise.
428 (decode_location_expression): Likewise.
429 (read_and_display_attr_value): Likewise.
430 (process_debug_info): Likewise.
431 (display_debug_lines_raw): Likewise.
432 (display_debug_lines_decoded): Likewise.
433 (SLEB macro): Use new read_sleb128 function.
434
435 2011-03-17 Alan Modra <amodra@gmail.com>
436
437 PR 12590
438 * ar.c (ranlib_main): Init arg_index properly.
439 (usage): Describe --target.
440
441 2011-03-16 Jakub Jelinek <jakub@redhat.com>
442
443 * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
444 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
445 DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
446 (get_AT_name): Handle DW_AT_GNU_call_site_value,
447 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
448 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
449 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
450 DW_AT_GNU_all_source_call_sites.
451 (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
452 handling.
453
454 2011-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
455
456 * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
457 (decode_location_expression): Handle DW_OP_GNU_entry_value.
458 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
459 (get_AT_name): Likewise.
460
461 2011-03-14 Michael Snyder <msnyder@vmware.com>
462
463 * objcopy.c (set_pe_subsystem): Free subsystem.
464
465 * wrstabs.c (stab_start_struct_type): Close memory leak.
466
467 * readelf.c (process_version_sections): Free symbols.
468
469 * nm.c (display_rel_file): Free symsizes.
470
471 2011-03-10 Nick Clifton <nickc@redhat.com>
472
473 * readelf.c (get_machine_name): Update EM_V850 entry.
474
475 2011-03-03 Mike Frysinger <vapier@gentoo.org>
476
477 * objdump.c (usage): Fix single typo.
478 * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
479 po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
480
481 2011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
482
483 PR binutils/12523
484 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
485
486 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
487
488 * debug.c (debug_start_source): Use filename_(n)cmp.
489 * ieee.c (ieee_finish_compilation_unit): Likewise.
490 (ieee_lineno): Likewise.
491 * nlmconv.c (main): Likewise.
492 * objcopy.c (strip_main): Likewise.
493 (copy_main): Likewise.
494 * objdump.c (show_line): Likewise.
495 (dump_reloc_set): Likewise.
496 * srconv.c (main): Likewise.
497 * wrstabs.c (stab_lineno): Likewise.
498
499 2011-02-24 Zachary T Welch <zwelch@codesourcery.com>
500
501 * readelf.c (decode_arm_unwind): Implement decoding of remaining
502 ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
503
504 2011-02-23 Kai Tietz <kai.tietz@onevision.com>
505
506 * dwarf.c (read_leb128): Use bfd_vma instead of
507 long type.
508 (dwarf_vmatoa): New helper routine.
509 (process_extended_line_op): Use for adr bfd_vma
510 type and print those typed values via BFD_VMA_FMT
511 or via dwarf_vmatoa for localized prints.
512 (fetch_indirect_string): Adjust offset's type.
513 (decode_location_expression): Adjust argument types
514 and uvalue type.
515 (read_and_display_attr_value): Likewise.
516 (read_and_display_attr): Likewise.
517 (decode_location_expression): Adjust printf format.
518 (process_debug_info): Likewise.
519 (display_debug_lines_raw): Likewise.
520 (display_debug_lines_decoded): Likewise.
521 (display_debug_pubnames): Likewise.
522 (display_debug_loc): Likewise.
523 (display_debug_aranges): Likewise.
524 * dwarf.h (DWARF2_External_LineInfo,
525 DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
526 DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
527 DWARF2_Internal_CompUnit, DWARF2_External_ARange,
528 DWARF2_Internal_ARange): Added..
529 (read_leb128): Adjust return type.
530
531 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
532
533 * configure: Regenerate.
534
535 2011-02-08 Nick Clifton <nickc@redhat.com>
536
537 PR binutils/12467
538 * readelf.c (process_program_headers): Issue a warning if there
539 are no program headers but the file header has a non-zero program
540 header offset.
541 (process_section_headers): Issue a warning if there are no section
542 headers but the file header has a non-zero section header offset.
543 (process_section_groups): Reword the no section message so that it
544 can be distinguished from the one issued by process_section_headers.
545
546 2011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
547 Doug Evans <dje@google.com>
548
549 * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
550
551 2011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
552
553 * readelf.c (process_object): Free dynamic_section after use.
554
555 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
556
557 PR binutils/12408
558 * readelf.c (process_archive): Free and reset dump_sects
559 after processing each archive member.
560
561 2011-01-11 Andreas Schwab <schwab@redhat.com>
562
563 * readelf.c (print_symbol): Handle symbol characters as unsigned.
564 Whitespace fixes.
565
566 2011-01-10 Nick Clifton <nickc@redhat.com>
567
568 * po/da.po: Updated Danish translation.
569
570 2011-01-06 Vladimir Siminov <sv@sw.ru>
571
572 * bucomm.c (get_file_size): Check for negative sizes and issue a
573 warning message if encountered.
574
575 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
576
577 * version.c (print_version): Update copyright to 2011.
578
579 For older changes see ChangeLog-2010
580 \f
581 Local Variables:
582 mode: change-log
583 left-margin: 8
584 fill-column: 74
585 version-control: never
586 End: