*** empty log message ***
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
91610c0c
BE
12006-03-13 Ben Elliston <bje@au.ibm.com>
2
3 * bucomm.c (display_target_list): Make local variable `a' to be of
4 type enum bfd_architecture. Thus no need to cast enums to int.
5 (display_info_table): Likewise.
6
3a4a14e9
PB
72006-03-10 Paul Brook <paul@codesourcery.com>
8
9 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
10
1617e571
AM
112006-03-10 Alan Modra <amodra@bigpond.net.au>
12
13 * dwarf.c (process_extended_line_op): Remove pointer_size param.
14 Use length instead to determine address size.
15 (get_pointer_size_and_offset_of_comp_unit): Delete.
16 (display_debug_lines): Adjust for above.
17 (display_debug_aranges): Don't stop on finding two zeros.
18 (display_debug_frames): For warning, print offset not pointer.
19
671659ef
DS
202006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
21
22 * dlltool.c: Update copyright year.
23 * doc/binutils.texi: Likewise.
24
14288fdc
DS
252006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
26
27 * dlltool.c (add_stdcall_underscore): New flag.
28 (xlate): Also add underscore to stdcall symbol if
29 add_stdcall_underscore set.
30 (usage): Document --add-stdcall-underscore option.
31 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
32 (long_options): Use it for --add-stdcall-underscore option.
33 (main): Handle it.
34 * doc/binutils.texi: Document --add-stdcall-underscore option
35 and differentiate from --add-underscore.
36
0b2e31dc
NS
372006-03-06 Nathan Sidwell <nathan@codesourcery.com>
38
39 * readelf.c (get_machine_flags): Adjust.
40
12eae2d3
JJ
412006-03-03 Jakub Jelinek <jakub@redhat.com>
42
43 * dwarf.c (frame_display_row, display_debug_frames): Handle
44 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
45
f9d4ad2a
NC
462006-02-28 Nick Clifton <nickc@redhat.com>
47
48 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
49 (copy_object): If bfd_alt_mach_code fails emit a more helpful
50 message and if the target architecture is ELF use the alternative
51 as replacement value for the e_machine number.
52 (copy_main): Use strtoul to parse the number provided with the
53 --alt-mach-code switch.
54 * doc/binutils.texi (--alt-mach-code): Document that this switch
55 can now set the absolute e_machine value.
56
f7d9e5c3
CD
572006-02-27 Carlos O'Donell <carlos@codesourcery.com>
58
59 * po/Make-in: Add html target.
60
0b92ab21
NH
612006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
62
63 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
64
82de001f
JJ
652006-02-14 Jakub Jelinek <jakub@redhat.com>
66
67 * config.in: Rebuilt.
68
84d1d650
L
692006-02-10 H.J. Lu <hongjiu.lu@intel.com>
70
71 PR binutils/2258
72 * readelf.c (process_program_headers): Use
73 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
74
db50c840
EB
752006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
76
77 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
78 * configure: Regenerate.
79 * objdump.c (fprintf): Remove declaration.
80 * bucomm.h (fprintf): Declare if not already declared.
81 (snprintf): Likewise.
82 (vsnprintf): Likewise.
83
eb4d9372
L
842006-02-08 H.J. Lu <hongjiu.lu@intel.com>
85
86 * readelf.c (process_program_headers): Match PT_TLS segment
87 only with SHT_TLS sections.
88
266abb8f
NS
892006-02-07 Nathan Sidwell <nathan@codesourcery.com>
90
91 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
92
d72d9b9e
L
932006-02-02 H.J. Lu <hongjiu.lu@intel.com>
94
95 * readelf.c (process_program_headers): Undo the last change.
96
de205c03
L
972006-02-02 H.J. Lu <hongjiu.lu@intel.com>
98
99 * readelf.c (process_program_headers): Undo the change made on
100 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
101 sections.
102
c8782eee
NC
1032006-01-30 Nick Clifton <nickc@redhat.com>
104
105 * objcopy.c (copy_object): Catch the case where an attempt is made
106 to add a section that already exists and produce a more helpful
107 warning message.
108
bdcfeba5
NC
1092006-01-26 Nick Clifton <nickc@redhat.com>
110
111 * po/vi.po: New Vietnamese translation.
112 * configure.in (ALL_LINGUAS): Add vi.
113 * configure: Regenerate.
114
67a4f2b7
AO
1152006-01-18 Alexandre Oliva <aoliva@redhat.com>
116
117 Introduce TLS descriptors for i386 and x86_64.
118 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
119 DT_TLSDESC_PLT.
120
6e2c86ac
NC
1212006-01-18 Nick Clifton <nickc@redhat.com>
122
123 PR binutils/1391
124 * objcopy.c (copy_object): For PE format targets set the VMA of a
125 newly created gnu_debuglink section to a non-zero, aligned,
126 contiguous value.
127 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
128 * Makefile.in: Regenerate.
129
d99b6465
AS
1302006-01-17 Andreas Schwab <schwab@suse.de>
131
132 PR binutils/1486
133 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
134 * configure: Regenerate.
135 * objdump.c (struct objdump_disasm_info): Don't check for
136 DISASSEMBLER_NEEDS_RELOCS.
137 (objdump_print_addr): Likewise.
138 (disassemble_bytes): Check disassembler_needs_relocs from
139 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
140 at compile-time.
141 (disassemble_section): Likewise.
142 (disassemble_data): Initialize it.
143
e2ba7bd7
AM
1442006-01-11 Alan Modra <amodra@bigpond.net.au>
145
62d732f5
AM
146 * objcopy.c (copy_object): Fix thinko.
147
e2ba7bd7
AM
148 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
149
64fd6348
NC
1502006-01-09 Mike Frysinger <vapier@gentoo.org>:
151
152 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
153 (get_machine_name): Likewise.
154
e88d958a 155For older changes see ChangeLog-2005
252b5132
RH
156\f
157Local Variables:
158mode: change-log
159left-margin: 8
160fill-column: 74
161version-control: never
162End:
This page took 0.321423 seconds and 4 git commands to generate.