bfd/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
c694fd50
KH
12006-12-07 Kazu Hirata <kazu@codesourcery.com>
2
3 * readelf.c: Update uses of EF_M68K_*.
4
2087ad84
PB
52006-10-30 Paul Brook <paul@codesourcery.com>
6
7 * objdump.c (disassemble_section): Set info->symtab_pos.
8 (disassemble_data): Set info->symtab and info->symtab_size.
9
f8eae8b2
L
102006-10-29 H.J. Lu <hongjiu.lu@intel.com>
11
12 PR binutils/3384
13 * configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h.
14 * configure: Regenerated.
15 * config.in: Likewise.
16
17 * readelf.c: Include <limits.h> and <sys/param.h> for PATH_MAX.
18 (program_interpreter): Allocate PATH_MAX bytes instead of 64.
19 (process_program_headers): Don't assume that program interpreter
20 is shorter than 64 characters.
21
e9f53129
AM
222006-10-25 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
23 Yukishige Shibata <shibata@rd.scei.sony.co.jp>
24 Nobuhisa Fujinami <fnami@rd.scei.sony.co.jp>
25 Takeaki Fukuoka <fukuoka@rd.scei.sony.co.jp>
26 Alan Modra <amodra@bigpond.net.au>
27
28 * readelf.c: Add SPU support.
29 * Makefile.am: Run "make dep-am".
30 * Makefile.in: Regenerate.
31
f9c026a8
NC
322006-10-13 Robert Connolly <robert@linuxfromscratch.org>
33
34 PR binutils/2876
35 * configure.in: Check for the mkstemp and mkdtemp functions.
36 * configure: Regenerate.
37 * config.in (HAVE_MKDTEMP): New potential define.
38 (MAKE_MKSTEMP): Likewise.
39 * bucomm.c (make_tempname): Use mkstemp if it is available.
40 (make_tempdir): New function: Create a temporary directory using
41 mkdtemp, if it is available.
42 * bucomm.h (make_tempdir): New prototype.
43 * objcopy.c (copy_archive): Use make_tempdir if it is available.
44 (strip_main): Produce an warning message if a temporary file could
45 not be created.
46 (copy_main): Likewise.
47 * ar.c (write_archive): Likewise.
48
d4bfc77b
AS
492006-10-10 Andreas Schwab <schwab@suse.de>
50
51 * dwarf.c (display_debug_loc): Don't dereference loc_offsets when
52 there are no location lists.
53 (display_debug_ranges): Similar for range_lists.
54
3b578682
L
552006-10-04 H.J. Lu <hongjiu.lu@intel.com>
56
57 * readelf.c (debug_apply_rela_addends): Don't ignore relocation
58 against symbols without type.
59
ea9986ff
NC
602006-09-25 Pedro Alves <pedro_alves@portugalmail.pt>
61
62 * nlmconv.c (main) : Use LITMEMCPY.
63 * prdbg.c (tg_class_static_member) : Use LITSTRCPY.
64
030cbced
L
652006-09-26 H.J. Lu <hongjiu.lu@intel.com>
66
67 PR binutils/3257
68 * strings.c (main): Handle "-T format".
69
3c7ae2cf
NC
702006-09-26 Nick Clifton <nickc@redhat.com>
71
72 * MAINTAINERS: Add Mei Ligang as maintainer of the Score port.
73
e16323b7
TS
742006-09-26 Thiemo Seufer <ths@networkno.de>
75
76 * configure.in: Remove broken changequote lines.
77
99ad8390
NC
782006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
79
80 * configure.in: Add new target x86_64-pc-mingw64.
81 * configure: Regenerate.
82 * dlltool.c: Adjust include for this target.
83 (DLLTOOL_MX86_64): Added macro to handle target specific code.
84 (mname): Added default target static as "i386:x86-64".
85 (MX86): Added macro for target ident.
86 (mtable): Added target specific definitions.
87 (rvaafter): Add handling of MX86.
88 (rvabefore): Add handling of MX86.
89 (asmprefix): Add handling of MX86.
90
1c0d3aa6
NC
912006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
92
93 * readelf.c: Add support for Score binaries.
94 * Makefile.am: Update readelf's dependencies.
95 * Makefile.in: Regenerate.
96
0112cd26
NC
972006-09-16 Nick Clifton <nickc@redhat.com>
98 Pedro Alves <pedro_alves@portugalmail.pt>
99
100 * ar.c: Make use of new STRING_COMMA_LEN and CONST_STRNEQ
101 macros defined in bfd.h.
102 * dlltool.c: Likewise.
103 * emul_aix.c: Likewise.
104 * nlmconv.c: Likewise.
105 * objdump.c: Likewise.
106 * prdbg.c: Likewise.
107 * stabs.c: Likewise.
108 * readelf.c (const_strneq): New macro.
109 (process_section_headers, slurp_ia64_unwind_table,
110 slurp_hppa_unwind_table, display_debug_section, process_notes,
111 process_archive): Use the new macro.
112
748fc5e9
L
1132006-09-14 H.J. Lu <hongjiu.lu@intel.com>
114
7d3d6bd5 115 PR binutils/3181
748fc5e9
L
116 * objcopy.c (group_signature): Return proper group signature.
117
30288845
AM
1182006-09-14 Alan Modra <amodra@bigpond.net.au>
119
7d3d6bd5 120 PR 3181
30288845
AM
121 * objcopy.c (group_signature): New function, split out from..
122 (setup_section): ..here.
123 (is_strip_section): Return true for SHT_GROUP sections that are
124 going to lose their group signature symbol.
125
c39ada54
AM
1262006-09-14 Alan Modra <amodra@bigpond.net.au>
127
7d3d6bd5 128 PR 3181
c39ada54
AM
129 * objcopy.c (copy_object): Load symbols earlier.
130 (setup_section): Mark group signature symbols with BSF_KEEP.
131
ee873e00
NC
1322006-09-09 Nick Clifton <nickc@redhat.com>
133
134 PR binutils/3110
135 * objcopy.c (copy_archive): Add new parameter:
136 force_output_target. If not true, then perserve the file formats
137 of each copied archive element, otherwise force them to be one
138 specific file format.
139 (copy_file): Compute force_output_target parameter to pass to
140 copy_archive.
141
91bb255c
NC
1422006-09-05 Nick Clifton <nickc@redhat.com>
143
144 PR binutils/3166
145 * objcopy.c (is_strip_section): Do not treat group sections as
146 debugging sections.
147 * doc/binutils.texi (--only-keep-debug): Document that this switch
148 is only intended for use on fully linked files.
149
157c2599
NC
1502006-09-01 Nick Clifton <nickc@redhat.com>
151
152 PR binutils/3146
153 * readelf.c (dump_relocations): Check for a NULL value in rtype
154 before using it.
155
7148cc28
NC
1562006-08-21 Pedro Alves <pedro_alves@portugalmail.pt>
157
158 * configure.in: Split arm-pe and arm-wince-pe. Build dlltool
159 with -DDLLTOOL_ARM_WINCE for Windows CE case.
160 * configure: Regenerate.
161 * dlltool.c: Add support for arm-wince.
162
20de9fc8
NC
1632006-08-15 Nick Clifton <nickc@redhat.com>
164
165 PR binutils/3039
166 * wrstabs.c (stab_tag_type): Initialize 'size'.
167
258ea6c8
JR
1682006-08-10 J"orn Rennecke <joern.rennecke@st.com>
169
170 PR binutils/3017
171 * doc/Makefile.am: Use single quotes inside backquotes for
172 date command while generating config.texi.
173 * doc/Makefile.in: Regenerate.
174
209c9a13
NC
1752006-08-08 Nick Clifton <nickc@redhat.com>
176
177 PR binutils/2768
178 * dwarf.c (display_debug_aranges): When the address size is
179 greater than 4 display addresses and lengths as 16 hex digits,
180 otherwise use 8 hex digits.
181
d68c385b
NC
1822006-08-06 Nick Clifton <nickc@redhat.com>
183
184 PR binutils/3001
185 * addr2line.c (process_file): Change function from void to
186 returning an int. Return 0 upon success, 1 otherwise.
187 (main): Use return value from process_file as the exit value.
188 * ar.c (ranlib_only): Change function from void to returning an
189 int. Return 0 upon success, 1 otherwise.
190 (ranlib_touch): Likewise.
191 (main): Use return value from ranlib functions as exit value.
192 * objcopy.c (add_specific_symbol): Set status to 1 if get_file_size
193 fails.
194 (copy_file): Likewise.
195 (strip_main): Likewise.
196 (copy_main): Likewise.
197 * objdump.c (display_file): Set exit_status to 1 if get_file_size
198 fails.
199 * size.c (display_file): Set return_code to 1 if get_file_size
200 fails.
201
172553c7
TS
2022006-08-02 Thiemo Seufer <ths@mips.com>
203 Nigel Stephens <nigel@mips.com>
204
205 * readelf.c (dump_relocations): Handle MIPS-specific
206 SHN_MIPS_SCOMMON and SHN_MIPS_SUNDEFINED.
207 (get_symbol_index_type): Similarly.
208
b45619c0
NC
2092006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
210
211 * doc/binutils.texinfo: Fix spelling mistakes.
212
fdc90cb4
JJ
2132006-07-10 Jakub Jelinek <jakub@redhat.com>
214
215 * readelf.c (get_dynamic_type): Handle DT_GNU_HASH.
216 (get_section_type_name): Handle SHT_GNU_HASH.
217 (dynamic_info_DT_GNU_HASH): New variable.
218 (process_dynamic_section): Handle DT_GNU_HASH.
219 (process_symbol_table): Print also DT_GNU_HASH histogram.
220
3bf31ec9
NC
2212006-07-06 Mohammed Adnène Trojette <adn@diwi.org>
222
223 PR binutils/2879
d95ef3ab
NC
224 * doc/binutils.texi (Strings): Document -T shorthand for --target
225 switch.
3bf31ec9
NC
226 * strings.c: Update comment to include -T option.
227
d95ef3ab
NC
228 PR binutils/2875
229 * doc/binutils.texi (readelf): Fix spelling typo.
230
53b8873b
NC
2312006-06-30 Nick Clifton <nickc@redhat.com>
232
233 * dwarf.c (display_debug_frames): Catch a corrupt length field
234 generating an end of block address that is beyond the end of the
235 section.
236 When encountering a corrupt CIE pointer do not reset the start
237 pointer as more data still has to be read.
238 Do not warn about user defined call frame instructions.
239
0f56a26a
DD
2402006-06-29 DJ Delorie <dj@redhat.com>
241
242 * readelf.c (process_section_headers): Add H8/300 support.
243
d58c2e3a
RS
2442006-06-23 Richard Sandiford <richard@codesourcery.com>
245
246 * objcopy.c (localize_hidden): New variable.
247 (OPTION_LOCALIZE_HIDDEN): New command_line_switch value.
248 (copy_options): Add --localize-hidden.
249 (copy_usage): Mention --localize-hidden.
250 (is_hidden_symbol): New function.
251 (filter_symbols): Handle localize_hidden.
252 (copy_object): Call filter_symbols if localize_hidden.
253 (copy_main): Handle OPTION_LOCALIZE_HIDDEN.
254 * doc/binutils.texi (--localize-hidden): Document new option.
255
22a84b55
DJ
2562006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
257
258 * Makefile.am (ar_DEPENDENCIES, ranlib_DEPENDENCIES)
259 (dlltool_DEPENDENCIES, windres_DEPENDENCIES): Remove @LEXLIB@.
260 * Makefile.in: Regenerate.
261
8b42747f
AM
2622006-06-23 Alan Modra <amodra@bigpond.net.au>
263
264 * Makefile.am (*_DEPENDENCIES): Add missing dependencies.
265 * Makefile.in: Regenerate.
266
6648b7cf
JM
2672006-06-07 Joseph S. Myers <joseph@codesourcery.com>
268
269 * po/Make-in (pdf, ps): New dummy targets.
270
4cfe2c59
DJ
2712006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
272
273 * po/Make-in (top_builddir): Define.
274
8c61c153
AM
2752006-06-05 Alan Modra <amodra@bigpond.net.au>
276
277 * config.in: Regenerate.
278
e10fad12
JM
2792006-06-02 Joseph S. Myers <joseph@codesourcery.com>
280
281 * doc/Makefile.am (TEXI2DVI): Define.
282 * doc/Makefile.in: Regenerate.
283
20e95c23
DJ
2842006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
285
286 * Makefile.am: Replace INTLLIBS with LIBINTL everywhere. Add
287 DEPENDENCIES variables for every program.
288 (INTLLIBS): Remove.
289 (INCLUDES): Use @INCINTL@.
290 * acinclude.m4: Include new gettext macros.
291 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
292 Remove local code for po/Makefile.
293 * Makefile.in, configure, doc/Makefile.in: Regenerated.
294
eebf07fb
NC
2952006-05-30 Nick Clifton <nickc@redhat.com>
296
297 * po/es.po: Updated Spanish translation.
298
d481ba81
JR
2992006-05-25 J"orn Rennecke <joern.rennecke@st.com>
300
301 * MAINTAINERS: Update my email address.
302
9dd728f1
NC
3032006-05-24 Nick Clifton <nickc@redhat.com>
304
305 * po/fr.po: Updated French translation.
306
59bc7ed3
NC
3072006-05-23 Nick Clifton <nickc@redhat.com>
308
9dd728f1 309 * po/vi.po: Updated Vietnamese translation.
59bc7ed3 310
a4721251
DJ
3112006-05-22 Daniel Jacobowitz <dan@codesourcery.com>
312
313 * po/ru.po: Updated translation.
314
f33e8c5b
AS
3152006-05-19 Andreas Schwab <schwab@suse.de>
316
317 * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
318 (ar.1): Likewise.
319 (dlltool.1): Likewise.
320 (nlmconv.1): Likewise.
321 (nm.1): Likewise.
322 (objcopy.1): Likewise.
323 (objdump.1): Likewise.
324 (ranlib.1): Likewise.
325 (readelf.1): Likewise.
326 (size.1): Likewise.
327 (strings.1): Likewise.
328 (strip.1): Likewise.
329 (windres.1): Likewise.
330 (cxxfilt.man): Likewise.
1f3645e1 331 * doc/Makefile.in: Regenerated.
f33e8c5b 332
b93ce811
CD
3332006-05-17 Carlos O'Donell <carlos@codesourcery.com>
334
335 * doc/binutils.texi: Use "Binutils Index" for index name.
336
b758e50f
L
3372006-05-15 H.J. Lu <hongjiu.lu@intel.com>
338
339 * dwarf.c (display_debug_frames): Don't return on ZERO
340 terminator.
341
38fc1cb1
DJ
3422006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
343
344 * doc/Makefile.am (AM_MAKEINFOFLAGS): New.
345 (TEXI2POD): Use AM_MAKEINFOFLAGS.
346 (config.texi): Don't set top_srcdir.
347 * doc/binutils.texi: Don't use top_srcdir.
348 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
349
14c28b74
JB
3502006-04-26 Julian Brown <julian@codesourcery.com>
351
352 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
353
ec3fcc56
AM
3542006-04-19 Alan Modra <amodra@bigpond.net.au>
355
356 * Makefile.am: Run "make dep-am".
357 * Makefile.in: Regenerate.
358
241a6c40
AM
3592006-04-19 Alan Modra <amodra@bigpond.net.au>
360
361 * configure: Regenerate.
362
0b49d371
NC
3632006-04-18 Nick Clifton <nickc@redhat.com>
364
365 PR 2257
366 * readelf.c (SECTION_NAME): Cope with a missing string table.
367 (process_file_header): Cope with a corrupt e_shstrndx field.
368 (process_section_headers): Correctly handle an e_shstrndx value of
369 SHF_UNDEF.
370
4332c151
NC
3712006-04-12 Nick Clifton <nickc@redhat.com>
372
373 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
374
b893fd29
BE
3752006-04-10 Ben Elliston <bje@gnu.org>
376
377 * MAINTAINERS (CGEN Maintainers): Remove myself.
378
108a6f8e
CD
3792006-04-06 Carlos O'Donell <carlos@codesourcery.com>
380
381 * po/Make-in: Add install-html target.
382 * Makefile.am: Add install-html and install-html-recursive targets.
383 * Makefile.in: Regenerate.
384 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
385 * configure: Regenerate.
386 * doc/Makefile.am: Add install-html and install-html-am targets.
387 * doc/Makefile.in: Regenerate.
388
c5f8c388
EB
3892006-04-05 Eric Botcazou <ebotcazou@adacore.com>
390
391 * addr2line.c (long_options): Add new option 'section'.
392 (usage): Document new -j/--section option.
393 (find_offset_in_section): New function.
394 (translate_addresses): Add 'section' parameter.
395 If it is non-null, call find_offset_in_section on it.
396 (process_file): Add 'section_name' parameter.
397 If it is non-null, look for the section in the BFD object.
398 Pass the section to translate_addresses.
399 (main): Handle new -j option.
400 Pass the section name to process_file.
401 * doc/binutils.texi (addr2line): Document new -j/--section option.
402
db336ea9
BE
4032006-03-29 Ben Elliston <bje@au.ibm.com>
404
405 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
406
6c8388f7
NS
4072006-03-20 Nathan Sidwell <nathan@codesourcery.com>
408
409 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
410 binutils-csl-2_17-branch instead.
411
f2495b14
PB
4122006-03-20 Paul Brook <paul@codesourcery.com>
413
414 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
415
66eb6687
AM
4162006-03-16 Alan Modra <amodra@bigpond.net.au>
417
418 PR 2434
419 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
420 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
421
91610c0c
BE
4222006-03-13 Ben Elliston <bje@au.ibm.com>
423
424 * bucomm.c (display_target_list): Make local variable `a' to be of
425 type enum bfd_architecture. Thus no need to cast enums to int.
426 (display_info_table): Likewise.
427
3a4a14e9
PB
4282006-03-10 Paul Brook <paul@codesourcery.com>
429
430 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
431
1617e571
AM
4322006-03-10 Alan Modra <amodra@bigpond.net.au>
433
434 * dwarf.c (process_extended_line_op): Remove pointer_size param.
435 Use length instead to determine address size.
436 (get_pointer_size_and_offset_of_comp_unit): Delete.
437 (display_debug_lines): Adjust for above.
438 (display_debug_aranges): Don't stop on finding two zeros.
439 (display_debug_frames): For warning, print offset not pointer.
440
671659ef
DS
4412006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
442
443 * dlltool.c: Update copyright year.
444 * doc/binutils.texi: Likewise.
445
14288fdc
DS
4462006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
447
448 * dlltool.c (add_stdcall_underscore): New flag.
449 (xlate): Also add underscore to stdcall symbol if
450 add_stdcall_underscore set.
451 (usage): Document --add-stdcall-underscore option.
452 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
453 (long_options): Use it for --add-stdcall-underscore option.
454 (main): Handle it.
455 * doc/binutils.texi: Document --add-stdcall-underscore option
456 and differentiate from --add-underscore.
457
0b2e31dc
NS
4582006-03-06 Nathan Sidwell <nathan@codesourcery.com>
459
460 * readelf.c (get_machine_flags): Adjust.
461
12eae2d3
JJ
4622006-03-03 Jakub Jelinek <jakub@redhat.com>
463
464 * dwarf.c (frame_display_row, display_debug_frames): Handle
465 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
466
f9d4ad2a
NC
4672006-02-28 Nick Clifton <nickc@redhat.com>
468
469 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
470 (copy_object): If bfd_alt_mach_code fails emit a more helpful
471 message and if the target architecture is ELF use the alternative
472 as replacement value for the e_machine number.
473 (copy_main): Use strtoul to parse the number provided with the
474 --alt-mach-code switch.
475 * doc/binutils.texi (--alt-mach-code): Document that this switch
476 can now set the absolute e_machine value.
477
f7d9e5c3
CD
4782006-02-27 Carlos O'Donell <carlos@codesourcery.com>
479
480 * po/Make-in: Add html target.
481
0b92ab21
NH
4822006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
483
484 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
485
82de001f
JJ
4862006-02-14 Jakub Jelinek <jakub@redhat.com>
487
488 * config.in: Rebuilt.
489
84d1d650
L
4902006-02-10 H.J. Lu <hongjiu.lu@intel.com>
491
492 PR binutils/2258
493 * readelf.c (process_program_headers): Use
494 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
495
db50c840
EB
4962006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
497
498 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
499 * configure: Regenerate.
500 * objdump.c (fprintf): Remove declaration.
501 * bucomm.h (fprintf): Declare if not already declared.
502 (snprintf): Likewise.
503 (vsnprintf): Likewise.
504
eb4d9372
L
5052006-02-08 H.J. Lu <hongjiu.lu@intel.com>
506
507 * readelf.c (process_program_headers): Match PT_TLS segment
508 only with SHT_TLS sections.
509
266abb8f
NS
5102006-02-07 Nathan Sidwell <nathan@codesourcery.com>
511
512 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
513
d72d9b9e
L
5142006-02-02 H.J. Lu <hongjiu.lu@intel.com>
515
516 * readelf.c (process_program_headers): Undo the last change.
517
de205c03
L
5182006-02-02 H.J. Lu <hongjiu.lu@intel.com>
519
520 * readelf.c (process_program_headers): Undo the change made on
521 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
522 sections.
523
c8782eee
NC
5242006-01-30 Nick Clifton <nickc@redhat.com>
525
526 * objcopy.c (copy_object): Catch the case where an attempt is made
527 to add a section that already exists and produce a more helpful
528 warning message.
529
bdcfeba5
NC
5302006-01-26 Nick Clifton <nickc@redhat.com>
531
532 * po/vi.po: New Vietnamese translation.
533 * configure.in (ALL_LINGUAS): Add vi.
534 * configure: Regenerate.
535
67a4f2b7
AO
5362006-01-18 Alexandre Oliva <aoliva@redhat.com>
537
538 Introduce TLS descriptors for i386 and x86_64.
539 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
540 DT_TLSDESC_PLT.
541
6e2c86ac
NC
5422006-01-18 Nick Clifton <nickc@redhat.com>
543
544 PR binutils/1391
545 * objcopy.c (copy_object): For PE format targets set the VMA of a
546 newly created gnu_debuglink section to a non-zero, aligned,
547 contiguous value.
548 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
549 * Makefile.in: Regenerate.
550
d99b6465
AS
5512006-01-17 Andreas Schwab <schwab@suse.de>
552
553 PR binutils/1486
554 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
555 * configure: Regenerate.
556 * objdump.c (struct objdump_disasm_info): Don't check for
557 DISASSEMBLER_NEEDS_RELOCS.
558 (objdump_print_addr): Likewise.
559 (disassemble_bytes): Check disassembler_needs_relocs from
560 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
561 at compile-time.
562 (disassemble_section): Likewise.
563 (disassemble_data): Initialize it.
564
e2ba7bd7
AM
5652006-01-11 Alan Modra <amodra@bigpond.net.au>
566
62d732f5
AM
567 * objcopy.c (copy_object): Fix thinko.
568
e2ba7bd7
AM
569 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
570
64fd6348
NC
5712006-01-09 Mike Frysinger <vapier@gentoo.org>:
572
573 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
574 (get_machine_name): Likewise.
575
e88d958a 576For older changes see ChangeLog-2005
252b5132
RH
577\f
578Local Variables:
579mode: change-log
580left-margin: 8
581fill-column: 74
582version-control: never
583End:
This page took 0.347157 seconds and 4 git commands to generate.