PR ld/2754
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
6648b7cf
JM
12006-06-07 Joseph S. Myers <joseph@codesourcery.com>
2
3 * po/Make-in (pdf, ps): New dummy targets.
4
4cfe2c59
DJ
52006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6
7 * po/Make-in (top_builddir): Define.
8
8c61c153
AM
92006-06-05 Alan Modra <amodra@bigpond.net.au>
10
11 * config.in: Regenerate.
12
e10fad12
JM
132006-06-02 Joseph S. Myers <joseph@codesourcery.com>
14
15 * doc/Makefile.am (TEXI2DVI): Define.
16 * doc/Makefile.in: Regenerate.
17
20e95c23
DJ
182006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
19
20 * Makefile.am: Replace INTLLIBS with LIBINTL everywhere. Add
21 DEPENDENCIES variables for every program.
22 (INTLLIBS): Remove.
23 (INCLUDES): Use @INCINTL@.
24 * acinclude.m4: Include new gettext macros.
25 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
26 Remove local code for po/Makefile.
27 * Makefile.in, configure, doc/Makefile.in: Regenerated.
28
eebf07fb
NC
292006-05-30 Nick Clifton <nickc@redhat.com>
30
31 * po/es.po: Updated Spanish translation.
32
d481ba81
JR
332006-05-25 J"orn Rennecke <joern.rennecke@st.com>
34
35 * MAINTAINERS: Update my email address.
36
9dd728f1
NC
372006-05-24 Nick Clifton <nickc@redhat.com>
38
39 * po/fr.po: Updated French translation.
40
59bc7ed3
NC
412006-05-23 Nick Clifton <nickc@redhat.com>
42
9dd728f1 43 * po/vi.po: Updated Vietnamese translation.
59bc7ed3 44
a4721251
DJ
452006-05-22 Daniel Jacobowitz <dan@codesourcery.com>
46
47 * po/ru.po: Updated translation.
48
f33e8c5b
AS
492006-05-19 Andreas Schwab <schwab@suse.de>
50
51 * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
52 (ar.1): Likewise.
53 (dlltool.1): Likewise.
54 (nlmconv.1): Likewise.
55 (nm.1): Likewise.
56 (objcopy.1): Likewise.
57 (objdump.1): Likewise.
58 (ranlib.1): Likewise.
59 (readelf.1): Likewise.
60 (size.1): Likewise.
61 (strings.1): Likewise.
62 (strip.1): Likewise.
63 (windres.1): Likewise.
64 (cxxfilt.man): Likewise.
1f3645e1 65 * doc/Makefile.in: Regenerated.
f33e8c5b 66
b93ce811
CD
672006-05-17 Carlos O'Donell <carlos@codesourcery.com>
68
69 * doc/binutils.texi: Use "Binutils Index" for index name.
70
b758e50f
L
712006-05-15 H.J. Lu <hongjiu.lu@intel.com>
72
73 * dwarf.c (display_debug_frames): Don't return on ZERO
74 terminator.
75
38fc1cb1
DJ
762006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
77
78 * doc/Makefile.am (AM_MAKEINFOFLAGS): New.
79 (TEXI2POD): Use AM_MAKEINFOFLAGS.
80 (config.texi): Don't set top_srcdir.
81 * doc/binutils.texi: Don't use top_srcdir.
82 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
83
14c28b74
JB
842006-04-26 Julian Brown <julian@codesourcery.com>
85
86 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
87
ec3fcc56
AM
882006-04-19 Alan Modra <amodra@bigpond.net.au>
89
90 * Makefile.am: Run "make dep-am".
91 * Makefile.in: Regenerate.
92
241a6c40
AM
932006-04-19 Alan Modra <amodra@bigpond.net.au>
94
95 * configure: Regenerate.
96
0b49d371
NC
972006-04-18 Nick Clifton <nickc@redhat.com>
98
99 PR 2257
100 * readelf.c (SECTION_NAME): Cope with a missing string table.
101 (process_file_header): Cope with a corrupt e_shstrndx field.
102 (process_section_headers): Correctly handle an e_shstrndx value of
103 SHF_UNDEF.
104
4332c151
NC
1052006-04-12 Nick Clifton <nickc@redhat.com>
106
107 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
108
b893fd29
BE
1092006-04-10 Ben Elliston <bje@gnu.org>
110
111 * MAINTAINERS (CGEN Maintainers): Remove myself.
112
108a6f8e
CD
1132006-04-06 Carlos O'Donell <carlos@codesourcery.com>
114
115 * po/Make-in: Add install-html target.
116 * Makefile.am: Add install-html and install-html-recursive targets.
117 * Makefile.in: Regenerate.
118 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
119 * configure: Regenerate.
120 * doc/Makefile.am: Add install-html and install-html-am targets.
121 * doc/Makefile.in: Regenerate.
122
c5f8c388
EB
1232006-04-05 Eric Botcazou <ebotcazou@adacore.com>
124
125 * addr2line.c (long_options): Add new option 'section'.
126 (usage): Document new -j/--section option.
127 (find_offset_in_section): New function.
128 (translate_addresses): Add 'section' parameter.
129 If it is non-null, call find_offset_in_section on it.
130 (process_file): Add 'section_name' parameter.
131 If it is non-null, look for the section in the BFD object.
132 Pass the section to translate_addresses.
133 (main): Handle new -j option.
134 Pass the section name to process_file.
135 * doc/binutils.texi (addr2line): Document new -j/--section option.
136
db336ea9
BE
1372006-03-29 Ben Elliston <bje@au.ibm.com>
138
139 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
140
6c8388f7
NS
1412006-03-20 Nathan Sidwell <nathan@codesourcery.com>
142
143 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
144 binutils-csl-2_17-branch instead.
145
f2495b14
PB
1462006-03-20 Paul Brook <paul@codesourcery.com>
147
148 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
149
66eb6687
AM
1502006-03-16 Alan Modra <amodra@bigpond.net.au>
151
152 PR 2434
153 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
154 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
155
91610c0c
BE
1562006-03-13 Ben Elliston <bje@au.ibm.com>
157
158 * bucomm.c (display_target_list): Make local variable `a' to be of
159 type enum bfd_architecture. Thus no need to cast enums to int.
160 (display_info_table): Likewise.
161
3a4a14e9
PB
1622006-03-10 Paul Brook <paul@codesourcery.com>
163
164 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
165
1617e571
AM
1662006-03-10 Alan Modra <amodra@bigpond.net.au>
167
168 * dwarf.c (process_extended_line_op): Remove pointer_size param.
169 Use length instead to determine address size.
170 (get_pointer_size_and_offset_of_comp_unit): Delete.
171 (display_debug_lines): Adjust for above.
172 (display_debug_aranges): Don't stop on finding two zeros.
173 (display_debug_frames): For warning, print offset not pointer.
174
671659ef
DS
1752006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
176
177 * dlltool.c: Update copyright year.
178 * doc/binutils.texi: Likewise.
179
14288fdc
DS
1802006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
181
182 * dlltool.c (add_stdcall_underscore): New flag.
183 (xlate): Also add underscore to stdcall symbol if
184 add_stdcall_underscore set.
185 (usage): Document --add-stdcall-underscore option.
186 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
187 (long_options): Use it for --add-stdcall-underscore option.
188 (main): Handle it.
189 * doc/binutils.texi: Document --add-stdcall-underscore option
190 and differentiate from --add-underscore.
191
0b2e31dc
NS
1922006-03-06 Nathan Sidwell <nathan@codesourcery.com>
193
194 * readelf.c (get_machine_flags): Adjust.
195
12eae2d3
JJ
1962006-03-03 Jakub Jelinek <jakub@redhat.com>
197
198 * dwarf.c (frame_display_row, display_debug_frames): Handle
199 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
200
f9d4ad2a
NC
2012006-02-28 Nick Clifton <nickc@redhat.com>
202
203 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
204 (copy_object): If bfd_alt_mach_code fails emit a more helpful
205 message and if the target architecture is ELF use the alternative
206 as replacement value for the e_machine number.
207 (copy_main): Use strtoul to parse the number provided with the
208 --alt-mach-code switch.
209 * doc/binutils.texi (--alt-mach-code): Document that this switch
210 can now set the absolute e_machine value.
211
f7d9e5c3
CD
2122006-02-27 Carlos O'Donell <carlos@codesourcery.com>
213
214 * po/Make-in: Add html target.
215
0b92ab21
NH
2162006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
217
218 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
219
82de001f
JJ
2202006-02-14 Jakub Jelinek <jakub@redhat.com>
221
222 * config.in: Rebuilt.
223
84d1d650
L
2242006-02-10 H.J. Lu <hongjiu.lu@intel.com>
225
226 PR binutils/2258
227 * readelf.c (process_program_headers): Use
228 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
229
db50c840
EB
2302006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
231
232 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
233 * configure: Regenerate.
234 * objdump.c (fprintf): Remove declaration.
235 * bucomm.h (fprintf): Declare if not already declared.
236 (snprintf): Likewise.
237 (vsnprintf): Likewise.
238
eb4d9372
L
2392006-02-08 H.J. Lu <hongjiu.lu@intel.com>
240
241 * readelf.c (process_program_headers): Match PT_TLS segment
242 only with SHT_TLS sections.
243
266abb8f
NS
2442006-02-07 Nathan Sidwell <nathan@codesourcery.com>
245
246 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
247
d72d9b9e
L
2482006-02-02 H.J. Lu <hongjiu.lu@intel.com>
249
250 * readelf.c (process_program_headers): Undo the last change.
251
de205c03
L
2522006-02-02 H.J. Lu <hongjiu.lu@intel.com>
253
254 * readelf.c (process_program_headers): Undo the change made on
255 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
256 sections.
257
c8782eee
NC
2582006-01-30 Nick Clifton <nickc@redhat.com>
259
260 * objcopy.c (copy_object): Catch the case where an attempt is made
261 to add a section that already exists and produce a more helpful
262 warning message.
263
bdcfeba5
NC
2642006-01-26 Nick Clifton <nickc@redhat.com>
265
266 * po/vi.po: New Vietnamese translation.
267 * configure.in (ALL_LINGUAS): Add vi.
268 * configure: Regenerate.
269
67a4f2b7
AO
2702006-01-18 Alexandre Oliva <aoliva@redhat.com>
271
272 Introduce TLS descriptors for i386 and x86_64.
273 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
274 DT_TLSDESC_PLT.
275
6e2c86ac
NC
2762006-01-18 Nick Clifton <nickc@redhat.com>
277
278 PR binutils/1391
279 * objcopy.c (copy_object): For PE format targets set the VMA of a
280 newly created gnu_debuglink section to a non-zero, aligned,
281 contiguous value.
282 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
283 * Makefile.in: Regenerate.
284
d99b6465
AS
2852006-01-17 Andreas Schwab <schwab@suse.de>
286
287 PR binutils/1486
288 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
289 * configure: Regenerate.
290 * objdump.c (struct objdump_disasm_info): Don't check for
291 DISASSEMBLER_NEEDS_RELOCS.
292 (objdump_print_addr): Likewise.
293 (disassemble_bytes): Check disassembler_needs_relocs from
294 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
295 at compile-time.
296 (disassemble_section): Likewise.
297 (disassemble_data): Initialize it.
298
e2ba7bd7
AM
2992006-01-11 Alan Modra <amodra@bigpond.net.au>
300
62d732f5
AM
301 * objcopy.c (copy_object): Fix thinko.
302
e2ba7bd7
AM
303 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
304
64fd6348
NC
3052006-01-09 Mike Frysinger <vapier@gentoo.org>:
306
307 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
308 (get_machine_name): Likewise.
309
e88d958a 310For older changes see ChangeLog-2005
252b5132
RH
311\f
312Local Variables:
313mode: change-log
314left-margin: 8
315fill-column: 74
316version-control: never
317End:
This page took 0.318862 seconds and 4 git commands to generate.