daily update
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
14c28b74
JB
12006-04-26 Julian Brown <julian@codesourcery.com>
2
3 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
4
ec3fcc56
AM
52006-04-19 Alan Modra <amodra@bigpond.net.au>
6
7 * Makefile.am: Run "make dep-am".
8 * Makefile.in: Regenerate.
9
241a6c40
AM
102006-04-19 Alan Modra <amodra@bigpond.net.au>
11
12 * configure: Regenerate.
13
0b49d371
NC
142006-04-18 Nick Clifton <nickc@redhat.com>
15
16 PR 2257
17 * readelf.c (SECTION_NAME): Cope with a missing string table.
18 (process_file_header): Cope with a corrupt e_shstrndx field.
19 (process_section_headers): Correctly handle an e_shstrndx value of
20 SHF_UNDEF.
21
4332c151
NC
222006-04-12 Nick Clifton <nickc@redhat.com>
23
24 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
25
b893fd29
BE
262006-04-10 Ben Elliston <bje@gnu.org>
27
28 * MAINTAINERS (CGEN Maintainers): Remove myself.
29
108a6f8e
CD
302006-04-06 Carlos O'Donell <carlos@codesourcery.com>
31
32 * po/Make-in: Add install-html target.
33 * Makefile.am: Add install-html and install-html-recursive targets.
34 * Makefile.in: Regenerate.
35 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
36 * configure: Regenerate.
37 * doc/Makefile.am: Add install-html and install-html-am targets.
38 * doc/Makefile.in: Regenerate.
39
c5f8c388
EB
402006-04-05 Eric Botcazou <ebotcazou@adacore.com>
41
42 * addr2line.c (long_options): Add new option 'section'.
43 (usage): Document new -j/--section option.
44 (find_offset_in_section): New function.
45 (translate_addresses): Add 'section' parameter.
46 If it is non-null, call find_offset_in_section on it.
47 (process_file): Add 'section_name' parameter.
48 If it is non-null, look for the section in the BFD object.
49 Pass the section to translate_addresses.
50 (main): Handle new -j option.
51 Pass the section name to process_file.
52 * doc/binutils.texi (addr2line): Document new -j/--section option.
53
db336ea9
BE
542006-03-29 Ben Elliston <bje@au.ibm.com>
55
56 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
57
6c8388f7
NS
582006-03-20 Nathan Sidwell <nathan@codesourcery.com>
59
60 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
61 binutils-csl-2_17-branch instead.
62
f2495b14
PB
632006-03-20 Paul Brook <paul@codesourcery.com>
64
65 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
66
66eb6687
AM
672006-03-16 Alan Modra <amodra@bigpond.net.au>
68
69 PR 2434
70 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
71 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
72
91610c0c
BE
732006-03-13 Ben Elliston <bje@au.ibm.com>
74
75 * bucomm.c (display_target_list): Make local variable `a' to be of
76 type enum bfd_architecture. Thus no need to cast enums to int.
77 (display_info_table): Likewise.
78
3a4a14e9
PB
792006-03-10 Paul Brook <paul@codesourcery.com>
80
81 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
82
1617e571
AM
832006-03-10 Alan Modra <amodra@bigpond.net.au>
84
85 * dwarf.c (process_extended_line_op): Remove pointer_size param.
86 Use length instead to determine address size.
87 (get_pointer_size_and_offset_of_comp_unit): Delete.
88 (display_debug_lines): Adjust for above.
89 (display_debug_aranges): Don't stop on finding two zeros.
90 (display_debug_frames): For warning, print offset not pointer.
91
671659ef
DS
922006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
93
94 * dlltool.c: Update copyright year.
95 * doc/binutils.texi: Likewise.
96
14288fdc
DS
972006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
98
99 * dlltool.c (add_stdcall_underscore): New flag.
100 (xlate): Also add underscore to stdcall symbol if
101 add_stdcall_underscore set.
102 (usage): Document --add-stdcall-underscore option.
103 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
104 (long_options): Use it for --add-stdcall-underscore option.
105 (main): Handle it.
106 * doc/binutils.texi: Document --add-stdcall-underscore option
107 and differentiate from --add-underscore.
108
0b2e31dc
NS
1092006-03-06 Nathan Sidwell <nathan@codesourcery.com>
110
111 * readelf.c (get_machine_flags): Adjust.
112
12eae2d3
JJ
1132006-03-03 Jakub Jelinek <jakub@redhat.com>
114
115 * dwarf.c (frame_display_row, display_debug_frames): Handle
116 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
117
f9d4ad2a
NC
1182006-02-28 Nick Clifton <nickc@redhat.com>
119
120 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
121 (copy_object): If bfd_alt_mach_code fails emit a more helpful
122 message and if the target architecture is ELF use the alternative
123 as replacement value for the e_machine number.
124 (copy_main): Use strtoul to parse the number provided with the
125 --alt-mach-code switch.
126 * doc/binutils.texi (--alt-mach-code): Document that this switch
127 can now set the absolute e_machine value.
128
f7d9e5c3
CD
1292006-02-27 Carlos O'Donell <carlos@codesourcery.com>
130
131 * po/Make-in: Add html target.
132
0b92ab21
NH
1332006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
134
135 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
136
82de001f
JJ
1372006-02-14 Jakub Jelinek <jakub@redhat.com>
138
139 * config.in: Rebuilt.
140
84d1d650
L
1412006-02-10 H.J. Lu <hongjiu.lu@intel.com>
142
143 PR binutils/2258
144 * readelf.c (process_program_headers): Use
145 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
146
db50c840
EB
1472006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
148
149 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
150 * configure: Regenerate.
151 * objdump.c (fprintf): Remove declaration.
152 * bucomm.h (fprintf): Declare if not already declared.
153 (snprintf): Likewise.
154 (vsnprintf): Likewise.
155
eb4d9372
L
1562006-02-08 H.J. Lu <hongjiu.lu@intel.com>
157
158 * readelf.c (process_program_headers): Match PT_TLS segment
159 only with SHT_TLS sections.
160
266abb8f
NS
1612006-02-07 Nathan Sidwell <nathan@codesourcery.com>
162
163 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
164
d72d9b9e
L
1652006-02-02 H.J. Lu <hongjiu.lu@intel.com>
166
167 * readelf.c (process_program_headers): Undo the last change.
168
de205c03
L
1692006-02-02 H.J. Lu <hongjiu.lu@intel.com>
170
171 * readelf.c (process_program_headers): Undo the change made on
172 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
173 sections.
174
c8782eee
NC
1752006-01-30 Nick Clifton <nickc@redhat.com>
176
177 * objcopy.c (copy_object): Catch the case where an attempt is made
178 to add a section that already exists and produce a more helpful
179 warning message.
180
bdcfeba5
NC
1812006-01-26 Nick Clifton <nickc@redhat.com>
182
183 * po/vi.po: New Vietnamese translation.
184 * configure.in (ALL_LINGUAS): Add vi.
185 * configure: Regenerate.
186
67a4f2b7
AO
1872006-01-18 Alexandre Oliva <aoliva@redhat.com>
188
189 Introduce TLS descriptors for i386 and x86_64.
190 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
191 DT_TLSDESC_PLT.
192
6e2c86ac
NC
1932006-01-18 Nick Clifton <nickc@redhat.com>
194
195 PR binutils/1391
196 * objcopy.c (copy_object): For PE format targets set the VMA of a
197 newly created gnu_debuglink section to a non-zero, aligned,
198 contiguous value.
199 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
200 * Makefile.in: Regenerate.
201
d99b6465
AS
2022006-01-17 Andreas Schwab <schwab@suse.de>
203
204 PR binutils/1486
205 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
206 * configure: Regenerate.
207 * objdump.c (struct objdump_disasm_info): Don't check for
208 DISASSEMBLER_NEEDS_RELOCS.
209 (objdump_print_addr): Likewise.
210 (disassemble_bytes): Check disassembler_needs_relocs from
211 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
212 at compile-time.
213 (disassemble_section): Likewise.
214 (disassemble_data): Initialize it.
215
e2ba7bd7
AM
2162006-01-11 Alan Modra <amodra@bigpond.net.au>
217
62d732f5
AM
218 * objcopy.c (copy_object): Fix thinko.
219
e2ba7bd7
AM
220 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
221
64fd6348
NC
2222006-01-09 Mike Frysinger <vapier@gentoo.org>:
223
224 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
225 (get_machine_name): Likewise.
226
e88d958a 227For older changes see ChangeLog-2005
252b5132
RH
228\f
229Local Variables:
230mode: change-log
231left-margin: 8
232fill-column: 74
233version-control: never
234End:
This page took 0.385686 seconds and 4 git commands to generate.