OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [binutils/] [ChangeLog] - Blame information for rev 161

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.