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