2006-03-10 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1617e571
AM
12006-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
671659ef
DS
102006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
11
12 * dlltool.c: Update copyright year.
13 * doc/binutils.texi: Likewise.
14
14288fdc
DS
152006-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
0b2e31dc
NS
272006-03-06 Nathan Sidwell <nathan@codesourcery.com>
28
29 * readelf.c (get_machine_flags): Adjust.
30
12eae2d3
JJ
312006-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
f9d4ad2a
NC
362006-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
f7d9e5c3
CD
472006-02-27 Carlos O'Donell <carlos@codesourcery.com>
48
49 * po/Make-in: Add html target.
50
0b92ab21
NH
512006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
52
53 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
54
82de001f
JJ
552006-02-14 Jakub Jelinek <jakub@redhat.com>
56
57 * config.in: Rebuilt.
58
84d1d650
L
592006-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
db50c840
EB
652006-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
eb4d9372
L
742006-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
266abb8f
NS
792006-02-07 Nathan Sidwell <nathan@codesourcery.com>
80
81 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
82
d72d9b9e
L
832006-02-02 H.J. Lu <hongjiu.lu@intel.com>
84
85 * readelf.c (process_program_headers): Undo the last change.
86
de205c03
L
872006-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
c8782eee
NC
932006-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
bdcfeba5
NC
992006-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
67a4f2b7
AO
1052006-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
6e2c86ac
NC
1112006-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
d99b6465
AS
1202006-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
e2ba7bd7
AM
1342006-01-11 Alan Modra <amodra@bigpond.net.au>
135
62d732f5
AM
136 * objcopy.c (copy_object): Fix thinko.
137
e2ba7bd7
AM
138 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
139
64fd6348
NC
1402006-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
e88d958a 145For older changes see ChangeLog-2005
252b5132
RH
146\f
147Local Variables:
148mode: change-log
149left-margin: 8
150fill-column: 74
151version-control: never
152End:
This page took 0.322219 seconds and 4 git commands to generate.