bfd:
[binutils.git] / binutils / ChangeLog
blob34ab9fe790c8f589b8734fd194002bfa060ec1b0
1 2006-03-06  Nathan Sidwell  <nathan@codesourcery.com>
3         * readelf.c (get_machine_flags): Adjust.
5 2006-03-03  Jakub Jelinek  <jakub@redhat.com>
7         * dwarf.c (frame_display_row, display_debug_frames): Handle
8         DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
10 2006-02-28  Nick Clifton  <nickc@redhat.com>
12         * objcopy.c (use_alt_mach_code): Change type to unsigned long.
13         (copy_object):  If bfd_alt_mach_code fails emit a more helpful
14         message and if the target architecture is ELF use the alternative
15         as replacement value for the e_machine number.
16         (copy_main): Use strtoul to parse the number provided with the
17         --alt-mach-code switch.
18         * doc/binutils.texi (--alt-mach-code): Document that this switch
19         can now set the absolute e_machine value.
21 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
23         * po/Make-in: Add html target.
25 2006-02-17  Nick Hudson  <nick.hudson@dsl.pipex.com>
27         * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
29 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
31         * config.in: Rebuilt.
33 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
35         PR binutils/2258
36         * readelf.c (process_program_headers): Use
37         ELF_IS_SECTION_IN_SEGMENT_MEMORY.
39 2006-02-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
41         * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
42         * configure: Regenerate.
43         * objdump.c (fprintf): Remove declaration.
44         * bucomm.h (fprintf): Declare if not already declared.
45         (snprintf): Likewise.
46         (vsnprintf): Likewise.
48 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
50         * readelf.c (process_program_headers): Match PT_TLS segment
51         only with SHT_TLS sections.
53 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
55         * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
57 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
59         * readelf.c (process_program_headers): Undo the last change.
61 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
63         * readelf.c (process_program_headers): Undo the change made on
64         2004-09-22.  Match PT_DYNAMIC segment only with SHT_DYNAMIC
65         sections.
67 2006-01-30  Nick Clifton  <nickc@redhat.com>
69         * objcopy.c (copy_object): Catch the case where an attempt is made
70         to add a section that already exists and produce a more helpful
71         warning message.
73 2006-01-26  Nick Clifton  <nickc@redhat.com>
75         * po/vi.po: New Vietnamese translation.
76         * configure.in (ALL_LINGUAS): Add vi.
77         * configure: Regenerate.
79 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
81         Introduce TLS descriptors for i386 and x86_64.
82         * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
83         DT_TLSDESC_PLT.
85 2006-01-18  Nick Clifton  <nickc@redhat.com>
87         PR binutils/1391
88         * objcopy.c (copy_object): For PE format targets set the VMA of a
89         newly created gnu_debuglink section to a non-zero, aligned,
90         contiguous value.
91         * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
92         * Makefile.in: Regenerate.
94 2006-01-17  Andreas Schwab  <schwab@suse.de>
96         PR binutils/1486
97         * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
98         * configure: Regenerate.
99         * objdump.c (struct objdump_disasm_info): Don't check for
100         DISASSEMBLER_NEEDS_RELOCS.
101         (objdump_print_addr): Likewise.
102         (disassemble_bytes): Check disassembler_needs_relocs from
103         disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
104         at compile-time.
105         (disassemble_section): Likewise.
106         (disassemble_data): Initialize it.
108 2006-01-11  Alan Modra  <amodra@bigpond.net.au>
110         * objcopy.c (copy_object): Fix thinko.
112         * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
114 2006-01-09  Mike Frysinger  <vapier@gentoo.org>:
116         * readelf.c (guess_is_rela): Add case for Nios/Nios II.
117         (get_machine_name): Likewise.
119 For older changes see ChangeLog-2005
121 Local Variables:
122 mode: change-log
123 left-margin: 8
124 fill-column: 74
125 version-control: never
126 End: