* Makefile.tpl (all-target): Correct @if conditional for target modules.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
3bdcfdf4
KH
12007-01-08 Kazu Hirata <kazu@codesourcery.com>
2
3 * readelf.c (get_machine_flags): Treat Fido as an architecture
4 by itself.
5
42037fe5
NC
62007-01-08 Kai Tietz <kai.tietz@onevision.com>
7
8 * configure.in: Renamed target x86_64-*-mingw64 to
9 x86_64-*-mingw*.
10 * configure: Regenerated.
11
20414cab
AM
122007-01-05 Alan Modra <amodra@bigpond.net.au>
13
14 * readelf.c (dump_section): Don't print 32-bit values, which
15 were done incorrectly for little-endian. Instead print bytes.
16
9840d27e
KH
172006-12-25 Kazu Hirata <kazu@codesourcery.com>
18
19 * readelf.c (get_machine_flags): Handle EF_M68K_CPU32_FIDO_A.
20
5f9bc296
JR
212006-12-11 J"orn Rennecke <joern.rennecke@arc.com>
22
23 MAINTAINERS (SH): Remove my entry.
24
d5fbea21
DJ
252006-12-11 Daniel Jacobowitz <dan@codesourcery.com>
26
27 * configure.in: Define GENINSRC_NEVER.
28 * doc/Makefile.am (MAINTAINERCLEANFILES): Add info file.
29 (DISTCLEANFILES): Pretend to add info file.
30 * po/Make-in (.po.gmo): Put gmo files in objdir.
31 * configure, Makefile.in, doc/Makefile.in: Regenerated.
32
c694fd50
KH
332006-12-07 Kazu Hirata <kazu@codesourcery.com>
34
35 * readelf.c: Update uses of EF_M68K_*.
36
2087ad84
PB
372006-10-30 Paul Brook <paul@codesourcery.com>
38
39 * objdump.c (disassemble_section): Set info->symtab_pos.
40 (disassemble_data): Set info->symtab and info->symtab_size.
41
f8eae8b2
L
422006-10-29 H.J. Lu <hongjiu.lu@intel.com>
43
44 PR binutils/3384
45 * configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h.
46 * configure: Regenerated.
47 * config.in: Likewise.
48
49 * readelf.c: Include <limits.h> and <sys/param.h> for PATH_MAX.
50 (program_interpreter): Allocate PATH_MAX bytes instead of 64.
51 (process_program_headers): Don't assume that program interpreter
52 is shorter than 64 characters.
53
e9f53129
AM
542006-10-25 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
55 Yukishige Shibata <shibata@rd.scei.sony.co.jp>
56 Nobuhisa Fujinami <fnami@rd.scei.sony.co.jp>
57 Takeaki Fukuoka <fukuoka@rd.scei.sony.co.jp>
58 Alan Modra <amodra@bigpond.net.au>
59
60 * readelf.c: Add SPU support.
61 * Makefile.am: Run "make dep-am".
62 * Makefile.in: Regenerate.
63
f9c026a8
NC
642006-10-13 Robert Connolly <robert@linuxfromscratch.org>
65
66 PR binutils/2876
67 * configure.in: Check for the mkstemp and mkdtemp functions.
68 * configure: Regenerate.
69 * config.in (HAVE_MKDTEMP): New potential define.
70 (MAKE_MKSTEMP): Likewise.
71 * bucomm.c (make_tempname): Use mkstemp if it is available.
72 (make_tempdir): New function: Create a temporary directory using
73 mkdtemp, if it is available.
74 * bucomm.h (make_tempdir): New prototype.
75 * objcopy.c (copy_archive): Use make_tempdir if it is available.
76 (strip_main): Produce an warning message if a temporary file could
77 not be created.
78 (copy_main): Likewise.
79 * ar.c (write_archive): Likewise.
80
d4bfc77b
AS
812006-10-10 Andreas Schwab <schwab@suse.de>
82
83 * dwarf.c (display_debug_loc): Don't dereference loc_offsets when
84 there are no location lists.
85 (display_debug_ranges): Similar for range_lists.
86
3b578682
L
872006-10-04 H.J. Lu <hongjiu.lu@intel.com>
88
89 * readelf.c (debug_apply_rela_addends): Don't ignore relocation
90 against symbols without type.
91
ea9986ff
NC
922006-09-25 Pedro Alves <pedro_alves@portugalmail.pt>
93
94 * nlmconv.c (main) : Use LITMEMCPY.
95 * prdbg.c (tg_class_static_member) : Use LITSTRCPY.
96
030cbced
L
972006-09-26 H.J. Lu <hongjiu.lu@intel.com>
98
99 PR binutils/3257
100 * strings.c (main): Handle "-T format".
101
3c7ae2cf
NC
1022006-09-26 Nick Clifton <nickc@redhat.com>
103
104 * MAINTAINERS: Add Mei Ligang as maintainer of the Score port.
105
e16323b7
TS
1062006-09-26 Thiemo Seufer <ths@networkno.de>
107
108 * configure.in: Remove broken changequote lines.
109
99ad8390
NC
1102006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
111
112 * configure.in: Add new target x86_64-pc-mingw64.
113 * configure: Regenerate.
114 * dlltool.c: Adjust include for this target.
115 (DLLTOOL_MX86_64): Added macro to handle target specific code.
116 (mname): Added default target static as "i386:x86-64".
117 (MX86): Added macro for target ident.
118 (mtable): Added target specific definitions.
119 (rvaafter): Add handling of MX86.
120 (rvabefore): Add handling of MX86.
121 (asmprefix): Add handling of MX86.
122
1c0d3aa6
NC
1232006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
124
125 * readelf.c: Add support for Score binaries.
126 * Makefile.am: Update readelf's dependencies.
127 * Makefile.in: Regenerate.
128
0112cd26
NC
1292006-09-16 Nick Clifton <nickc@redhat.com>
130 Pedro Alves <pedro_alves@portugalmail.pt>
131
132 * ar.c: Make use of new STRING_COMMA_LEN and CONST_STRNEQ
133 macros defined in bfd.h.
134 * dlltool.c: Likewise.
135 * emul_aix.c: Likewise.
136 * nlmconv.c: Likewise.
137 * objdump.c: Likewise.
138 * prdbg.c: Likewise.
139 * stabs.c: Likewise.
140 * readelf.c (const_strneq): New macro.
141 (process_section_headers, slurp_ia64_unwind_table,
142 slurp_hppa_unwind_table, display_debug_section, process_notes,
143 process_archive): Use the new macro.
144
748fc5e9
L
1452006-09-14 H.J. Lu <hongjiu.lu@intel.com>
146
7d3d6bd5 147 PR binutils/3181
748fc5e9
L
148 * objcopy.c (group_signature): Return proper group signature.
149
30288845
AM
1502006-09-14 Alan Modra <amodra@bigpond.net.au>
151
7d3d6bd5 152 PR 3181
30288845
AM
153 * objcopy.c (group_signature): New function, split out from..
154 (setup_section): ..here.
155 (is_strip_section): Return true for SHT_GROUP sections that are
156 going to lose their group signature symbol.
157
c39ada54
AM
1582006-09-14 Alan Modra <amodra@bigpond.net.au>
159
7d3d6bd5 160 PR 3181
c39ada54
AM
161 * objcopy.c (copy_object): Load symbols earlier.
162 (setup_section): Mark group signature symbols with BSF_KEEP.
163
ee873e00
NC
1642006-09-09 Nick Clifton <nickc@redhat.com>
165
166 PR binutils/3110
167 * objcopy.c (copy_archive): Add new parameter:
168 force_output_target. If not true, then perserve the file formats
169 of each copied archive element, otherwise force them to be one
170 specific file format.
171 (copy_file): Compute force_output_target parameter to pass to
172 copy_archive.
173
91bb255c
NC
1742006-09-05 Nick Clifton <nickc@redhat.com>
175
176 PR binutils/3166
177 * objcopy.c (is_strip_section): Do not treat group sections as
178 debugging sections.
179 * doc/binutils.texi (--only-keep-debug): Document that this switch
180 is only intended for use on fully linked files.
181
157c2599
NC
1822006-09-01 Nick Clifton <nickc@redhat.com>
183
184 PR binutils/3146
185 * readelf.c (dump_relocations): Check for a NULL value in rtype
186 before using it.
187
7148cc28
NC
1882006-08-21 Pedro Alves <pedro_alves@portugalmail.pt>
189
190 * configure.in: Split arm-pe and arm-wince-pe. Build dlltool
191 with -DDLLTOOL_ARM_WINCE for Windows CE case.
192 * configure: Regenerate.
193 * dlltool.c: Add support for arm-wince.
194
20de9fc8
NC
1952006-08-15 Nick Clifton <nickc@redhat.com>
196
197 PR binutils/3039
198 * wrstabs.c (stab_tag_type): Initialize 'size'.
199
258ea6c8
JR
2002006-08-10 J"orn Rennecke <joern.rennecke@st.com>
201
202 PR binutils/3017
203 * doc/Makefile.am: Use single quotes inside backquotes for
204 date command while generating config.texi.
205 * doc/Makefile.in: Regenerate.
206
209c9a13
NC
2072006-08-08 Nick Clifton <nickc@redhat.com>
208
209 PR binutils/2768
210 * dwarf.c (display_debug_aranges): When the address size is
211 greater than 4 display addresses and lengths as 16 hex digits,
212 otherwise use 8 hex digits.
213
d68c385b
NC
2142006-08-06 Nick Clifton <nickc@redhat.com>
215
216 PR binutils/3001
217 * addr2line.c (process_file): Change function from void to
218 returning an int. Return 0 upon success, 1 otherwise.
219 (main): Use return value from process_file as the exit value.
220 * ar.c (ranlib_only): Change function from void to returning an
221 int. Return 0 upon success, 1 otherwise.
222 (ranlib_touch): Likewise.
223 (main): Use return value from ranlib functions as exit value.
224 * objcopy.c (add_specific_symbol): Set status to 1 if get_file_size
225 fails.
226 (copy_file): Likewise.
227 (strip_main): Likewise.
228 (copy_main): Likewise.
229 * objdump.c (display_file): Set exit_status to 1 if get_file_size
230 fails.
231 * size.c (display_file): Set return_code to 1 if get_file_size
232 fails.
233
172553c7
TS
2342006-08-02 Thiemo Seufer <ths@mips.com>
235 Nigel Stephens <nigel@mips.com>
236
237 * readelf.c (dump_relocations): Handle MIPS-specific
238 SHN_MIPS_SCOMMON and SHN_MIPS_SUNDEFINED.
239 (get_symbol_index_type): Similarly.
240
b45619c0
NC
2412006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
242
243 * doc/binutils.texinfo: Fix spelling mistakes.
244
fdc90cb4
JJ
2452006-07-10 Jakub Jelinek <jakub@redhat.com>
246
247 * readelf.c (get_dynamic_type): Handle DT_GNU_HASH.
248 (get_section_type_name): Handle SHT_GNU_HASH.
249 (dynamic_info_DT_GNU_HASH): New variable.
250 (process_dynamic_section): Handle DT_GNU_HASH.
251 (process_symbol_table): Print also DT_GNU_HASH histogram.
252
3bf31ec9
NC
2532006-07-06 Mohammed Adnène Trojette <adn@diwi.org>
254
255 PR binutils/2879
d95ef3ab
NC
256 * doc/binutils.texi (Strings): Document -T shorthand for --target
257 switch.
3bf31ec9
NC
258 * strings.c: Update comment to include -T option.
259
d95ef3ab
NC
260 PR binutils/2875
261 * doc/binutils.texi (readelf): Fix spelling typo.
262
53b8873b
NC
2632006-06-30 Nick Clifton <nickc@redhat.com>
264
265 * dwarf.c (display_debug_frames): Catch a corrupt length field
266 generating an end of block address that is beyond the end of the
267 section.
268 When encountering a corrupt CIE pointer do not reset the start
269 pointer as more data still has to be read.
270 Do not warn about user defined call frame instructions.
271
0f56a26a
DD
2722006-06-29 DJ Delorie <dj@redhat.com>
273
274 * readelf.c (process_section_headers): Add H8/300 support.
275
d58c2e3a
RS
2762006-06-23 Richard Sandiford <richard@codesourcery.com>
277
278 * objcopy.c (localize_hidden): New variable.
279 (OPTION_LOCALIZE_HIDDEN): New command_line_switch value.
280 (copy_options): Add --localize-hidden.
281 (copy_usage): Mention --localize-hidden.
282 (is_hidden_symbol): New function.
283 (filter_symbols): Handle localize_hidden.
284 (copy_object): Call filter_symbols if localize_hidden.
285 (copy_main): Handle OPTION_LOCALIZE_HIDDEN.
286 * doc/binutils.texi (--localize-hidden): Document new option.
287
22a84b55
DJ
2882006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
289
290 * Makefile.am (ar_DEPENDENCIES, ranlib_DEPENDENCIES)
291 (dlltool_DEPENDENCIES, windres_DEPENDENCIES): Remove @LEXLIB@.
292 * Makefile.in: Regenerate.
293
8b42747f
AM
2942006-06-23 Alan Modra <amodra@bigpond.net.au>
295
296 * Makefile.am (*_DEPENDENCIES): Add missing dependencies.
297 * Makefile.in: Regenerate.
298
6648b7cf
JM
2992006-06-07 Joseph S. Myers <joseph@codesourcery.com>
300
301 * po/Make-in (pdf, ps): New dummy targets.
302
4cfe2c59
DJ
3032006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
304
305 * po/Make-in (top_builddir): Define.
306
8c61c153
AM
3072006-06-05 Alan Modra <amodra@bigpond.net.au>
308
309 * config.in: Regenerate.
310
e10fad12
JM
3112006-06-02 Joseph S. Myers <joseph@codesourcery.com>
312
313 * doc/Makefile.am (TEXI2DVI): Define.
314 * doc/Makefile.in: Regenerate.
315
20e95c23
DJ
3162006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
317
318 * Makefile.am: Replace INTLLIBS with LIBINTL everywhere. Add
319 DEPENDENCIES variables for every program.
320 (INTLLIBS): Remove.
321 (INCLUDES): Use @INCINTL@.
322 * acinclude.m4: Include new gettext macros.
323 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
324 Remove local code for po/Makefile.
325 * Makefile.in, configure, doc/Makefile.in: Regenerated.
326
eebf07fb
NC
3272006-05-30 Nick Clifton <nickc@redhat.com>
328
329 * po/es.po: Updated Spanish translation.
330
d481ba81
JR
3312006-05-25 J"orn Rennecke <joern.rennecke@st.com>
332
333 * MAINTAINERS: Update my email address.
334
9dd728f1
NC
3352006-05-24 Nick Clifton <nickc@redhat.com>
336
337 * po/fr.po: Updated French translation.
338
59bc7ed3
NC
3392006-05-23 Nick Clifton <nickc@redhat.com>
340
9dd728f1 341 * po/vi.po: Updated Vietnamese translation.
59bc7ed3 342
a4721251
DJ
3432006-05-22 Daniel Jacobowitz <dan@codesourcery.com>
344
345 * po/ru.po: Updated translation.
346
f33e8c5b
AS
3472006-05-19 Andreas Schwab <schwab@suse.de>
348
349 * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
350 (ar.1): Likewise.
351 (dlltool.1): Likewise.
352 (nlmconv.1): Likewise.
353 (nm.1): Likewise.
354 (objcopy.1): Likewise.
355 (objdump.1): Likewise.
356 (ranlib.1): Likewise.
357 (readelf.1): Likewise.
358 (size.1): Likewise.
359 (strings.1): Likewise.
360 (strip.1): Likewise.
361 (windres.1): Likewise.
362 (cxxfilt.man): Likewise.
1f3645e1 363 * doc/Makefile.in: Regenerated.
f33e8c5b 364
b93ce811
CD
3652006-05-17 Carlos O'Donell <carlos@codesourcery.com>
366
367 * doc/binutils.texi: Use "Binutils Index" for index name.
368
b758e50f
L
3692006-05-15 H.J. Lu <hongjiu.lu@intel.com>
370
371 * dwarf.c (display_debug_frames): Don't return on ZERO
372 terminator.
373
38fc1cb1
DJ
3742006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
375
376 * doc/Makefile.am (AM_MAKEINFOFLAGS): New.
377 (TEXI2POD): Use AM_MAKEINFOFLAGS.
378 (config.texi): Don't set top_srcdir.
379 * doc/binutils.texi: Don't use top_srcdir.
380 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
381
14c28b74
JB
3822006-04-26 Julian Brown <julian@codesourcery.com>
383
384 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
385
ec3fcc56
AM
3862006-04-19 Alan Modra <amodra@bigpond.net.au>
387
388 * Makefile.am: Run "make dep-am".
389 * Makefile.in: Regenerate.
390
241a6c40
AM
3912006-04-19 Alan Modra <amodra@bigpond.net.au>
392
393 * configure: Regenerate.
394
0b49d371
NC
3952006-04-18 Nick Clifton <nickc@redhat.com>
396
397 PR 2257
398 * readelf.c (SECTION_NAME): Cope with a missing string table.
399 (process_file_header): Cope with a corrupt e_shstrndx field.
400 (process_section_headers): Correctly handle an e_shstrndx value of
401 SHF_UNDEF.
402
4332c151
NC
4032006-04-12 Nick Clifton <nickc@redhat.com>
404
405 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
406
b893fd29
BE
4072006-04-10 Ben Elliston <bje@gnu.org>
408
409 * MAINTAINERS (CGEN Maintainers): Remove myself.
410
108a6f8e
CD
4112006-04-06 Carlos O'Donell <carlos@codesourcery.com>
412
413 * po/Make-in: Add install-html target.
414 * Makefile.am: Add install-html and install-html-recursive targets.
415 * Makefile.in: Regenerate.
416 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
417 * configure: Regenerate.
418 * doc/Makefile.am: Add install-html and install-html-am targets.
419 * doc/Makefile.in: Regenerate.
420
c5f8c388
EB
4212006-04-05 Eric Botcazou <ebotcazou@adacore.com>
422
423 * addr2line.c (long_options): Add new option 'section'.
424 (usage): Document new -j/--section option.
425 (find_offset_in_section): New function.
426 (translate_addresses): Add 'section' parameter.
427 If it is non-null, call find_offset_in_section on it.
428 (process_file): Add 'section_name' parameter.
429 If it is non-null, look for the section in the BFD object.
430 Pass the section to translate_addresses.
431 (main): Handle new -j option.
432 Pass the section name to process_file.
433 * doc/binutils.texi (addr2line): Document new -j/--section option.
434
db336ea9
BE
4352006-03-29 Ben Elliston <bje@au.ibm.com>
436
437 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
438
6c8388f7
NS
4392006-03-20 Nathan Sidwell <nathan@codesourcery.com>
440
441 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
442 binutils-csl-2_17-branch instead.
443
f2495b14
PB
4442006-03-20 Paul Brook <paul@codesourcery.com>
445
446 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
447
66eb6687
AM
4482006-03-16 Alan Modra <amodra@bigpond.net.au>
449
450 PR 2434
451 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
452 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
453
91610c0c
BE
4542006-03-13 Ben Elliston <bje@au.ibm.com>
455
456 * bucomm.c (display_target_list): Make local variable `a' to be of
457 type enum bfd_architecture. Thus no need to cast enums to int.
458 (display_info_table): Likewise.
459
3a4a14e9
PB
4602006-03-10 Paul Brook <paul@codesourcery.com>
461
462 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
463
1617e571
AM
4642006-03-10 Alan Modra <amodra@bigpond.net.au>
465
466 * dwarf.c (process_extended_line_op): Remove pointer_size param.
467 Use length instead to determine address size.
468 (get_pointer_size_and_offset_of_comp_unit): Delete.
469 (display_debug_lines): Adjust for above.
470 (display_debug_aranges): Don't stop on finding two zeros.
471 (display_debug_frames): For warning, print offset not pointer.
472
671659ef
DS
4732006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
474
475 * dlltool.c: Update copyright year.
476 * doc/binutils.texi: Likewise.
477
14288fdc
DS
4782006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
479
480 * dlltool.c (add_stdcall_underscore): New flag.
481 (xlate): Also add underscore to stdcall symbol if
482 add_stdcall_underscore set.
483 (usage): Document --add-stdcall-underscore option.
484 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
485 (long_options): Use it for --add-stdcall-underscore option.
486 (main): Handle it.
487 * doc/binutils.texi: Document --add-stdcall-underscore option
488 and differentiate from --add-underscore.
489
0b2e31dc
NS
4902006-03-06 Nathan Sidwell <nathan@codesourcery.com>
491
492 * readelf.c (get_machine_flags): Adjust.
493
12eae2d3
JJ
4942006-03-03 Jakub Jelinek <jakub@redhat.com>
495
496 * dwarf.c (frame_display_row, display_debug_frames): Handle
497 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
498
f9d4ad2a
NC
4992006-02-28 Nick Clifton <nickc@redhat.com>
500
501 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
502 (copy_object): If bfd_alt_mach_code fails emit a more helpful
503 message and if the target architecture is ELF use the alternative
504 as replacement value for the e_machine number.
505 (copy_main): Use strtoul to parse the number provided with the
506 --alt-mach-code switch.
507 * doc/binutils.texi (--alt-mach-code): Document that this switch
508 can now set the absolute e_machine value.
509
f7d9e5c3
CD
5102006-02-27 Carlos O'Donell <carlos@codesourcery.com>
511
512 * po/Make-in: Add html target.
513
0b92ab21
NH
5142006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
515
516 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
517
82de001f
JJ
5182006-02-14 Jakub Jelinek <jakub@redhat.com>
519
520 * config.in: Rebuilt.
521
84d1d650
L
5222006-02-10 H.J. Lu <hongjiu.lu@intel.com>
523
524 PR binutils/2258
525 * readelf.c (process_program_headers): Use
526 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
527
db50c840
EB
5282006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
529
530 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
531 * configure: Regenerate.
532 * objdump.c (fprintf): Remove declaration.
533 * bucomm.h (fprintf): Declare if not already declared.
534 (snprintf): Likewise.
535 (vsnprintf): Likewise.
536
eb4d9372
L
5372006-02-08 H.J. Lu <hongjiu.lu@intel.com>
538
539 * readelf.c (process_program_headers): Match PT_TLS segment
540 only with SHT_TLS sections.
541
266abb8f
NS
5422006-02-07 Nathan Sidwell <nathan@codesourcery.com>
543
544 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
545
d72d9b9e
L
5462006-02-02 H.J. Lu <hongjiu.lu@intel.com>
547
548 * readelf.c (process_program_headers): Undo the last change.
549
de205c03
L
5502006-02-02 H.J. Lu <hongjiu.lu@intel.com>
551
552 * readelf.c (process_program_headers): Undo the change made on
553 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
554 sections.
555
c8782eee
NC
5562006-01-30 Nick Clifton <nickc@redhat.com>
557
558 * objcopy.c (copy_object): Catch the case where an attempt is made
559 to add a section that already exists and produce a more helpful
560 warning message.
561
bdcfeba5
NC
5622006-01-26 Nick Clifton <nickc@redhat.com>
563
564 * po/vi.po: New Vietnamese translation.
565 * configure.in (ALL_LINGUAS): Add vi.
566 * configure: Regenerate.
567
67a4f2b7
AO
5682006-01-18 Alexandre Oliva <aoliva@redhat.com>
569
570 Introduce TLS descriptors for i386 and x86_64.
571 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
572 DT_TLSDESC_PLT.
573
6e2c86ac
NC
5742006-01-18 Nick Clifton <nickc@redhat.com>
575
576 PR binutils/1391
577 * objcopy.c (copy_object): For PE format targets set the VMA of a
578 newly created gnu_debuglink section to a non-zero, aligned,
579 contiguous value.
580 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
581 * Makefile.in: Regenerate.
582
d99b6465
AS
5832006-01-17 Andreas Schwab <schwab@suse.de>
584
585 PR binutils/1486
586 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
587 * configure: Regenerate.
588 * objdump.c (struct objdump_disasm_info): Don't check for
589 DISASSEMBLER_NEEDS_RELOCS.
590 (objdump_print_addr): Likewise.
591 (disassemble_bytes): Check disassembler_needs_relocs from
592 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
593 at compile-time.
594 (disassemble_section): Likewise.
595 (disassemble_data): Initialize it.
596
e2ba7bd7
AM
5972006-01-11 Alan Modra <amodra@bigpond.net.au>
598
62d732f5
AM
599 * objcopy.c (copy_object): Fix thinko.
600
e2ba7bd7
AM
601 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
602
64fd6348
NC
6032006-01-09 Mike Frysinger <vapier@gentoo.org>:
604
605 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
606 (get_machine_name): Likewise.
607
e88d958a 608For older changes see ChangeLog-2005
252b5132
RH
609\f
610Local Variables:
611mode: change-log
612left-margin: 8
613fill-column: 74
614version-control: never
615End:
This page took 0.367389 seconds and 4 git commands to generate.