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