* dwarf.c (process_extended_line_op): Remove pointer_size param.
[external/binutils.git] / binutils / ChangeLog
1 2006-03-10  Alan Modra  <amodra@bigpond.net.au>
2
3         * dwarf.c (process_extended_line_op): Remove pointer_size param.
4         Use length instead to determine address size.
5         (get_pointer_size_and_offset_of_comp_unit): Delete.
6         (display_debug_lines): Adjust for above.
7         (display_debug_aranges): Don't stop on finding two zeros.
8         (display_debug_frames): For warning, print offset not pointer.
9
10 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
11
12         * dlltool.c: Update copyright year.
13         * doc/binutils.texi: Likewise.
14
15 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
16
17         * dlltool.c (add_stdcall_underscore): New flag.
18         (xlate): Also add underscore to stdcall symbol if
19         add_stdcall_underscore set.
20         (usage): Document --add-stdcall-underscore option.
21         (OPTION_ADD_STDCALL_UNDERSCORE): New define.
22         (long_options): Use it for --add-stdcall-underscore option.
23         (main): Handle it.
24         * doc/binutils.texi: Document --add-stdcall-underscore option
25         and differentiate from --add-underscore.
26
27 2006-03-06  Nathan Sidwell  <nathan@codesourcery.com>
28
29         * readelf.c (get_machine_flags): Adjust.
30
31 2006-03-03  Jakub Jelinek  <jakub@redhat.com>
32
33         * dwarf.c (frame_display_row, display_debug_frames): Handle
34         DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
35
36 2006-02-28  Nick Clifton  <nickc@redhat.com>
37
38         * objcopy.c (use_alt_mach_code): Change type to unsigned long.
39         (copy_object):  If bfd_alt_mach_code fails emit a more helpful
40         message and if the target architecture is ELF use the alternative
41         as replacement value for the e_machine number.
42         (copy_main): Use strtoul to parse the number provided with the
43         --alt-mach-code switch.
44         * doc/binutils.texi (--alt-mach-code): Document that this switch
45         can now set the absolute e_machine value.
46
47 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
48
49         * po/Make-in: Add html target.
50
51 2006-02-17  Nick Hudson  <nick.hudson@dsl.pipex.com>
52
53         * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
54
55 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
56
57         * config.in: Rebuilt.
58
59 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
60
61         PR binutils/2258
62         * readelf.c (process_program_headers): Use
63         ELF_IS_SECTION_IN_SEGMENT_MEMORY.
64
65 2006-02-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
66
67         * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
68         * configure: Regenerate.
69         * objdump.c (fprintf): Remove declaration.
70         * bucomm.h (fprintf): Declare if not already declared.
71         (snprintf): Likewise.
72         (vsnprintf): Likewise.
73
74 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
75
76         * readelf.c (process_program_headers): Match PT_TLS segment
77         only with SHT_TLS sections.
78
79 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
80
81         * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
82
83 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
84
85         * readelf.c (process_program_headers): Undo the last change.
86
87 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
88
89         * readelf.c (process_program_headers): Undo the change made on
90         2004-09-22.  Match PT_DYNAMIC segment only with SHT_DYNAMIC
91         sections.
92
93 2006-01-30  Nick Clifton  <nickc@redhat.com>
94
95         * objcopy.c (copy_object): Catch the case where an attempt is made
96         to add a section that already exists and produce a more helpful
97         warning message.
98
99 2006-01-26  Nick Clifton  <nickc@redhat.com>
100
101         * po/vi.po: New Vietnamese translation.
102         * configure.in (ALL_LINGUAS): Add vi.
103         * configure: Regenerate.
104
105 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
106
107         Introduce TLS descriptors for i386 and x86_64.
108         * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
109         DT_TLSDESC_PLT.
110
111 2006-01-18  Nick Clifton  <nickc@redhat.com>
112
113         PR binutils/1391
114         * objcopy.c (copy_object): For PE format targets set the VMA of a
115         newly created gnu_debuglink section to a non-zero, aligned,
116         contiguous value.
117         * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
118         * Makefile.in: Regenerate.
119
120 2006-01-17  Andreas Schwab  <schwab@suse.de>
121
122         PR binutils/1486
123         * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
124         * configure: Regenerate.
125         * objdump.c (struct objdump_disasm_info): Don't check for
126         DISASSEMBLER_NEEDS_RELOCS.
127         (objdump_print_addr): Likewise.
128         (disassemble_bytes): Check disassembler_needs_relocs from
129         disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
130         at compile-time.
131         (disassemble_section): Likewise.
132         (disassemble_data): Initialize it.
133
134 2006-01-11  Alan Modra  <amodra@bigpond.net.au>
135
136         * objcopy.c (copy_object): Fix thinko.
137
138         * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
139
140 2006-01-09  Mike Frysinger  <vapier@gentoo.org>:
141
142         * readelf.c (guess_is_rela): Add case for Nios/Nios II.
143         (get_machine_name): Likewise.
144
145 For older changes see ChangeLog-2005
146 \f
147 Local Variables:
148 mode: change-log
149 left-margin: 8
150 fill-column: 74
151 version-control: never
152 End: