bfd/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2007-06-30 H.J. Lu <hongjiu.lu@intel.com>
2
3 * aclocal.m4: Regenerated.
4 * doc/Makefile.in: Likewise.
5 * Makefile.in: Likewise.
6
7 2007-06-29 Joseph Myers <joseph@codesourcery.com>
8
9 * readelf.c (display_power_gnu_attribute, process_power_specific):
10 New.
11 (process_arch_specific): Call process_power_specific.
12
13 2007-06-29 Joseph Myers <joseph@codesourcery.com>
14
15 * readelf.c (display_mips_gnu_attribute): New.
16 (process_mips_specific): Call process_attributes.
17
18 2007-06-29 Joseph Myers <joseph@codesourcery.com>
19
20 * readelf.c (display_gnu_attribute): New.
21 (process_arm_specific): Rearrange as process_attributes.
22 (process_arm_specific): Replace by wrapper of process_attributes.
23
24 2007-06-28 Roland McGrath <roland@frob.com>
25
26 * objcopy.c (setup_section): Don't reset ELF section type to
27 SHT_NOBITS when it is SHT_NOTE.
28 * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
29
30 2007-06-27 Alan Modra <amodra@bigpond.net.au>
31
32 * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
33 * arsup.c: Likewise.
34 * binemul.c: Likewise.
35 * objcopy.c: Likewise.
36 * dlltool.c: Likewise.
37
38 2007-06-26 Shantonu Sen <ssen@apple.com>
39
40 PR binutils/4693
41 * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
42 dependency on $(LIBICONV) to ...
43 (windres_LDADD, windmc_LDADD) ... here.
44 * Makefile.in: Regenerate.
45
46 2007-06-21 Alan Modra <amodra@bigpond.net.au>
47
48 * embedspu.sh (relas): Correct sh_info parsing.
49
50 2007-06-19 Danny Smith <dannysmith@users.sourceforge.net>
51
52 * objdump.c: Include sys/stat.h.
53
54 2007-06-19 Kai Tietz <kai.tietz@onevision.com>
55
56 * Makefile.am: Add windmc tool.
57 * Makefile.in: Regenerate.
58 * configure.in: Add windmc tool.
59 * configure: Regenerate.
60 * mclex.c: New.
61 * mcparse.y: New.
62 * windmc.c: New.
63 * windmc.h: New.
64 * doc/Makefile.am: Add windmc tool.
65 * doc/Makefile.in: Regenerate.
66 * doc/binutils.texi: Add windmc documentation.
67 * NEWS: Mention new tool.
68
69 2007-06-18 Andi Kleen <ak@suse.de>
70
71 * objdump.c: Include sys/mman.h
72 (print_file_list): Remove f, add map, mapsize, linemap, maxline,
73 last_line, first fields.
74 (slurp_file): Add.
75 (index_file): Add.
76 (print_file_open): Call slurp_file and index_file. Initialize new
77 fields.
78 (skip_to_line): Rename to print_line and write only single line.
79 (dump_line): Add.
80 (show_line): Change to new algorithm.
81
82 2007-06-18 Thomas Weidenmueller <w3seek@reactos.org>
83
84 * resres.c (probe_binary): Fix test for badly formatted headers.
85
86 2007-06-18 Kai Tietz <Kai.Tietz@onevision.com>
87
88 * rclex.c: (cpp_line): Add code_page pragma support.
89 * windres.c: (usage, long_options, main): Add new option
90 --codepage or -c.
91 * winduni.c: (wind_default_codepage, wind_current_codepage): New.
92 (unicode_from_ascii, ascii_from_unicode): Use
93 wind_current_codepage as codepage parameter.
94 (unicode_print): Print 4 characters for hexadecimal values in
95 unicode strings.
96 * winduni.h: (wind_default_codepage, wind_current_codepage):
97 Export.
98 * doc/binutils.texi: Document new option.
99 * NEWS: Mention new features of windres.
100
101 2007-06-18 Brian D. Watt <bwatt@us.ibm.com>
102
103 * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
104
105 2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
106
107 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
108
109 * acinclude.m4: Removed.
110
111 * Makefile.in: Regenerated.
112 * aclocal.m4: Likewise.
113 * configure: Likewise.
114
115 2007-06-11 Nathan Sidwell <nathan@codesourcery.com>
116
117 * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
118
119 2007-06-06 Kai Tietz <Kai.Tietz@onevision.com>
120
121 PR binutils/4356 binutils/591
122 * resrc.c (filename_need_quotes): New function.
123 (look_for_default): If filename_need_quotes is true then quote the
124 filename in the command line being created.
125 (read_rc_file): Likewise.
126
127 2007-06-06 Ben Elliston <bje@au.ibm.com>
128
129 * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
130
131 2007-06-05 Kai Tietz <Kai.Tietz@onevision.com>
132
133 * Makefile.am: Add LIBICONV to windres.
134 * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
135 * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
136 * config.in: Add ICONV defines.
137 * aclocal.m4: Regenerate.
138 * confugure: Regenerate.
139 * winduni.c: (local_iconv_map codepages, wind_language_t,
140 languages, unicode_is_valid_codepage, wind_find_language_by_id,
141 wind_find_language_by_codepage, wind_find_codepage_info,
142 unicode_from_codepage, codepage_from_unicode, iconv_onechar,
143 wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
144 New.
145 (ascii_from_unicode): Use codepage_from_unicode.
146 (ascii_from_unicode): Use unicode_from_codepage.
147 Use for cygwin windows API for unicode transformation.
148 * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
149 macros.
150 (wind_language_t, local_iconv_map): New types.
151 (wind_find_language_by_id, wind_find_language_by_codepage,
152 unicode_is_valid_codepage, wind_find_codepage_info,
153 unicode_from_codepage, codepage_from_unicode): New
154 prototypes.
155
156 2007-06-05 Alan Modra <amodra@bigpond.net.au>
157
158 * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
159
160 2007-05-30 Alan Modra <amodra@bigpond.net.au>
161
162 * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
163 avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
164 (setup_section): Don't modify flags, and don't avoid calling
165 bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
166 * readelf.c (process_program_headers): Ignore .dynamic of type
167 SHT_NOBITS.
168
169 2007-05-29 Alan Modra <amodra@bigpond.net.au>
170
171 * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
172 pic or pie and image needs relocs.
173
174 2007-05-24 Steve Ellcey <sje@cup.hp.com>
175
176 * Makefile.in: Regenerate.
177 * configure: Regenerate.
178 * aclocal.m4: Regenerate.
179 * doc/Makefile.in: Regenerate.
180
181 2007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
182
183 * rcparse.y: Join strings for elements having no side-effects in
184 "rc"-grammar.
185
186 2007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
187
188 * rclex.c: New file replacing rclex.l.
189 * rclex.l: Removed.
190 * windint.h: New file holding common structure and type
191 definitions.
192 * Makefile.am: Added new header windint.h and exchanged rclex.l by
193 rclex.c.
194 * Makefile.in: Regenerate.
195 * rcparse.y: Renamed some structures.
196 Use in internal representation always bfd_vma instead of long or
197 int.
198 Removed from %union unused stringtable.
199 Added to %union suni structure for unicode strings.
200 Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
201 DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
202 TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
203 Added support for these new rc file tokens.
204 * resbin.c: Rewrote using bfd and binary structures, and support
205 new resource types.
206 * rescoff.c: Likewise.
207 * resres.c: Likewise.
208 * resrc.c: Likewise. Dumps as RC are now recompilable.
209 * windres.c: As above. Using bfd for res and provide target
210 specific endianess support.
211 * windres.h: Use windint.h as include. Additionally removed K&R
212 syntax.
213 * winduni.c: New printing and unichar support routines.
214 * winduni.h: Prototypes for new unichar helpers.
215 * windint.h: New file.
216
217 2007-05-22 Paul Brook <paul@codesourcery.com>
218
219 * objdump.c (find_symbol_for_address): Merge section and target
220 specific filtering code.
221
222 2007-05-22 Nick Clifton <nickc@redhat.com>
223
224 * doc/binutils.texi: Use @copying around the copyright notice.
225
226 2007-05-21 Richard Sandiford <richard@codesourcery.com>
227
228 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
229 for executables and shared libraries.
230
231 2007-05-18 Nathan Sidwell <nathan@codesourcery.com>
232
233 * objcopy.c (strip_main): Detect identical input and output file
234 names.
235 (copy_main): Refactor tempname detection and use.
236
237 2007-05-17 Nick Clifton <nickc@redhat.com>
238
239 * objdump.c (load_debug_section): Select bias for DWARF debug
240 addresses based on the flavour of the bfd.
241
242 2007-05-11 Alan Modra <amodra@bigpond.net.au>
243
244 PR 4479
245 * objcopy.c (copy_object): Don't copy ELF program headers for
246 --only-keep-debug.
247
248 2007-05-11 Alan Modra <amodra@bigpond.net.au>
249
250 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
251 over one found on the users path.
252 (main): Generate .reloc for each R_SPU_PPU* reloc.
253
254 2007-04-28 Alan Modra <amodra@bigpond.net.au>
255
256 * prdbg.c (tg_variable): Adjust for changed demangler.
257 (tg_start_function): Likewise.
258
259 2007-04-27 Alan Modra <amodra@bigpond.net.au>
260
261 * bucumm.h: Split off host dependencies to..
262 * sysdep.h: ..here.
263 Many files: Include sysdep.h. Remove duplicate headers and reorder.
264 * Makefile.am: Run "make dep-am".
265 * Makefile.in: Regenerate.
266
267 2007-04-24 Nick Clifton <nickc@redhat.com>
268
269 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
270
271 2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
272 Phil Edwards <phil@codesourcery.com>
273
274 * objcopy.c (filter_symbols): Explicitly stripping a symbol
275 used in relocations is an error.
276 Retype 'keep' to bfd_boolean.
277
278 2007-04-24 Alan Modra <amodra@bigpond.net.au>
279
280 * Makefile.in: Regenerate.
281 * doc/Makefile.in: Regenerate.
282
283 2007-04-20 Nathan Froyd <froydnj@codesourcery.com>
284 Phil Edwards <phil@codesourcery.com>
285 Thomas de Lellis <tdel@windriver.com>
286
287 * objcopy.c (reverse_bytes): New variable.
288 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
289 (copy_options, copy_usage): Add "reverse-bytes" entry.
290 (copy_section): Reverse bytes within output sections.
291 * doc/binutils.texi: Document new objcopy option.
292
293 2007-04-20 Nick Clifton <nickc@redhat.com>
294
295 * rclex.l: Allow underscores at the start of identifiers.
296
297 2007-04-19 Alan Modra <amodra@bigpond.net.au>
298
299 * budemang.c: Delete.
300 * budemang.h: Delete.
301 * addr2line.c (translate_addresses): Call bfd_demangle rather than
302 demangle.
303 * nm.c (print_symname): Likewise.
304 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
305 (dump_bfd): Likewise.
306 * prdbg.c (struct pr_handle <demangler>): Add int param.
307 (tg_variable, tg_start_function): Adjust demangler calls.
308 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
309 * Makefile.in: Regenerate.
310 * po/POTFILES.in: Regenerate.
311
312 2007-04-14 Steve Ellcey <sje@cup.hp.com>
313
314 * Makefile.am: Add ACLOCAL_AMFLAGS.
315 * configure.in: Change macro call order.
316 * Makefile.in: Regenerate.
317 * configure: Regenerate.
318
319 2007-04-13 Nathan Sidwell <nathan@codesourcery.com>
320
321 * Makefile.am (TOOL_PROGS): Add objcopy.
322 * Makefile.in: Rebuilt.
323
324 2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
325
326 PR binutils/4348
327 * objcopy.c (copy_object): Don't stop when there are no
328 sections to be copied.
329
330 2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
331
332 * NEWS: Mention disjoint histograms support in
333 gprof.
334
335 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
336
337 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
338 DW_TAG_inlined_subroutine.
339
340 2007-04-06 Matt Thomas <matt@netbsd.org>
341
342 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
343
344 2007-04-05 Alan Modra <amodra@bigpond.net.au>
345
346 PR binutils/4292
347 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
348 value_format_32bit.
349
350 2007-04-02 Nick Clifton <nickc@redhat.com>
351
352 PR binutils/4292
353 * nm.c (value_format): Replace with value_format_32bit and
354 value_format_64bit.
355 (set_radix): Update setting of value_format.
356 (set_print_width): New function. Compute the address size of a
357 given bfd and set the print_width global appropriately.
358 (display_archive): Use set_print_width.
359 (display_file): Likewise,
360 (print_object_filename_sysv): Update use of print_width.
361 (print_archive_member_sysv): Likewise.
362 (print_symbol_filename_posix): Likewise.
363 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
364
365 2007-03-28 Richard Sandiford <richard@codesourcery.com>
366 Phil Edwards <phil@codesourcery.com>
367
368 * doc/binutils.texi: Put the contents after the title page rather
369 than at the end of the document.
370
371 2007-03-28 Nick Clifton <nickc@redhat.com>
372
373 * readelf.c (slurp_rela_relocs): Add newline to end of error
374 messages.
375 (slurp_rel_relocs, request_dump, request_dump_byname,
376 process_program_headers, process_dynamic_section,
377 process_symbol_table, process_mips_specific, main): Likewise.
378
379 2007-03-28 Alan Modra <amodra@bigpond.net.au>
380
381 * MAINTAINERS: Update mailing list addresses. Add myself
382 as PPC maintainer.
383
384 2007-03-27 Alan Modra <amodra@bigpond.net.au>
385
386 * embedspu.sh: Correct toe_addr quoting.
387
388 2007-03-27 Alan Modra <amodra@bigpond.net.au>
389
390 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
391 .toe section and .toe address checks. Use .reloc for _EAR*
392 symbols defined in non-BSS sections. Build table for _SPUEAR_
393 symbols.
394
395 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
396
397 PR gas/3811
398 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
399
400 2007-03-22 Joseph Myers <joseph@codesourcery.com>
401
402 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
403 version.
404
405 2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
406
407 * dlltool.c (make_one_lib_file): Use pc-relative relocation
408 instead of an absolute relocation for x86_64-pc-mingw32 target.
409
410 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
411
412 * Makefile.am (REPORT_BUGS_TO): Removed.
413 (INCLUDES): Remove -DREPORT_BUGS_TO.
414 * Makefile.in: Regenerated.
415
416 * bucomm.c: Don't include bfdver.h.
417 * objdump.c: Likewise.
418 * version.c: Likewise.
419
420 * bucomm.h: Include bfdver.h.
421
422 * configure.in (--with-bugurl): Removed.
423 * configure: Regenerated.
424
425 * doc/Makefile.am (binutils_TEXINFOS): Removed.
426 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
427 (TEXI2DVI): Likewise.
428 (config.texi): Removed.
429 (MOSTLYCLEANFILES): Remove config.texi.
430 * doc/Makefile.in: Regenerated.
431
432 * doc/binutils.texi: Include bfdver.texi instead of
433 config.texi.
434
435 2007-03-13 Nick Clifton <nickc@redhat.com>
436
437 * readelf.c (dump_section): Also test for SHT_REL sections when
438 producing the warning about unapplied relocs.
439
440 2007-03-07 Joseph Myers <joseph@codesourcery.com>
441
442 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
443 bug-reporting URL.
444 * doc/Makefile.am (config.texi): Define BUGURL.
445 * doc/binutils.texi: Use BUGURL. Remove text about large files
446 and uuencoding.
447 * Makefile.in, configure, doc/Makefile.in: Regenerate.
448
449 2007-03-01 Phil Edwards <phil@codesourcery.com>
450 Richard Sandiford <richard@codesourcery.com>
451
452 * NEWS: Mention addition of --extract-symbol.
453 * doc/binutils.texi: Document it.
454 * objcopy.c (extract_symbol): New variable.
455 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
456 (copy_options): Add an entry for --extract-symbol.
457 (copy_usage): Mention --extract-symbol.
458 (copy_object): Set the start address to zero for --extract-symbol.
459 Do not copy private BFD data in that case.
460 (setup_section): Set the size, LMA and VMA to zero for
461 --extract-symbol. Do not copy private BFD data in that case.
462 (copy_section): Do not copy section contents if --extract-symbol
463 is passed.
464 (copy_main): Set extract_symbol to TRUE if --extract-symbol
465 is passed.
466
467 2007-03-01 Paul Brook <paul@codesourcery.com>
468
469 * MAINTAINERS: Update my entry.
470
471 2007-03-01 Joseph Myers <joseph@codesourcery.com>
472
473 * version.c: Update copyright date.
474
475 2007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
476
477 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
478 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
479 * Makefile.in, doc/Makefile.in: Regenerate.
480
481 2007-03-01 Alan Modra <amodra@bigpond.net.au>
482
483 * embedspu.sh: Set type and size of global program handle symbol.
484
485 2007-02-28 Alan Modra <amodra@bigpond.net.au>
486
487 * Makefile.am (PROGS): Delete.
488 (RENAMED_PROGS): Define. Extracted from..
489 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
490 (install-exec-local): Adjust.
491 * Makefile.in: Regenerate.
492
493 2007-02-28 Alan Modra <amodra@bigpond.net.au>
494
495 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
496 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
497 (EXTRA_PROGRAMS): Remove bin2c.
498 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
499 (bin2c_SOURCES): Delete.
500 (DISTCLEANFILES): Remove sysinfo.
501 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
502 bin2c$(EXEEXT_FOR_BUILD).
503 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
504 Move embedspu to..
505 (BUILD_INSTALL_MISC): ..here.
506 * Makefile.in: Regenerate.
507 * configure: Regenerate.
508
509 2007-02-27 Alan Modra <amodra@bigpond.net.au>
510
511 * bin2c.c: New file.
512 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
513 (CFILES): Add bin2c.c.
514 (bin2c_SOURCES): Define.
515 (bin2c.o): Dependencies from "make dep-am".
516 * configure.in (BUILD_MISC): Add bin2c.
517 * version.c: Update year.
518 * po/POTFILES.in: Regenerate.
519 * Makefile.in: Regenerate.
520 * configure: Regenerate.
521
522 2007-02-17 Mark Mitchell <mark@codesourcery.com>
523 Nathan Sidwell <nathan@codesourcery.com>
524 Vladimir Prus <vladimir@codesourcery.com
525 Joseph Myers <joseph@codesourcery.com>
526
527 * configure.in (--with-bugurl): New option.
528 * configure: Regenerate.
529 * Makefile.am (REPORT_BUGS_TO): Define.
530 (INCLUDES): Define REPORT_BUGS_TO.
531 Regenerate dependencies.
532 * Makefile.in: Regenerate.
533 * doc/Makefile.in: Regenerate.
534 * bucomm.h: Remove include of bin-bugs.h.
535 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
536 * ar.c (usage): Pass s to list_supported_targets. Don't print
537 empty REPORT_BUGS_TO.
538 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
539 * cxxfilt.c (usage): Print bug url when giving help.
540 * dlltool.c (usage): Likewise.
541 * dllwrap.c (usage): Likewise.
542 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
543 * nm.c (usage): Likewise.
544 * objcopy.c (copy_usage, strip_usage): Likewise.
545 * objdump.c (usage): Likewise.
546 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
547 callers.
548 * size.c (usage): Don't print empty REPORT_BUGS_TO.
549 * srconv.c (show_usage): Likewise.
550 * strings.c (usage): Likewise.
551 * sysdymp.c (show_usage): Likewise.
552 * windres.c (usage): Likewise.
553
554 2007-02-13 Alan Modra <amodra@bigpond.net.au>
555
556 * embedspu.sh: Add -W to readelf invocation.
557
558 2007-02-06 Dave Brolley <brolley@redhat.com>
559
560 * MAINTAINERS: Add myself as the maintainer of the MeP port.
561
562 2007-02-06 Nick Clifton <nickc@redhat.com>
563
564 PR gas/3800
565 * readelf.c: Include elf/h8.h twice. The first time in order to
566 get the reloc numbers, the second time in order to get the reloc
567 decoder function.
568 (dump_section): Tell the user if the section being displayed has
569 unprocessed relocs associated with it.
570 (get_reloc_size): New function - returns the size of a reloc.
571 (debug_apply_rela_addends): Use get_reloc_size().
572 * dwarf.c (read_and_display_attr_value): Extend number of
573 languages known for the DW_AT_language attribute.
574 (process_debug_info): Display the attribute offset before decoding
575 the attribute, in case there are problems.
576
577 2007-02-05 Dave Brolley <brolley@redhat.com>
578
579 * readelf.c (dump_relocations): Don't check for
580 (rtype == NULL && type == R_RELC).
581
582 2007-02-05 Dave Brolley <brolley@redhat.com>
583
584 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
585 * Makefile.in: Regenerated.
586 * Contribute the following changes:
587 2003-10-29 Dave Brolley <brolley@redhat.com>
588
589 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
590 * configure: Regenerated.
591
592 2001-04-03 Ben Elliston <bje@redhat.com>
593
594 * readelf.c: Include "elf/mep.h".
595 (guess_is_rela): Handle EM_CYGNUS_MEP.
596 (get_machine_name): Ditto.
597 (dump_relocations): Ditto.
598
599 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
600
601 * MAINTAINERS: Add a space between H.J. and Lu.
602
603 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
604
605 * doc/binutils.texi (objdump): Document the new addr64 option
606 for i386 disassembler.
607
608 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
609
610 PR binutils/3945
611 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
612 target.
613 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
614 * configure: Regenerated.
615
616 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
617
618 2007-02-02 Nick Clifton <nickc@redhat.com>
619
620 * doc/binutils.texi (objdump): Document support for disassembling
621 the 440 PowerPC architecture.
622
623 2007-01-31 Nathan Sidwell <nathan@codesourcery.com>
624
625 * dwarf.c (process_debug_info): Protect against bogus length and
626 abbrev offsets.
627
628 2007-01-25 Kazu Hirata <kazu@codesourcery.com>
629
630 * ar.c (print_contents, extract_file): Cast the return value
631 of fwrite to size_t.
632
633 2007-01-12 Alan Modra <amodra@bigpond.net.au>
634
635 * ar.c (open_inarch): Check fwrite return. Use size_t.
636 (extract_file): Likewise. Remove test for "negative" file size.
637 * readelf.c (process_program_headers): Check fscanf return.
638
639 2007-01-11 H.J. Lu <hongjiu.lu@intel.com>
640
641 * bucomm.c (template_in_dir): Fix typo.
642
643 2007-01-11 Alan Modra <amodra@bigpond.net.au>
644
645 * embedspu.sh: New file.
646 * Makefile.am (embedspu): Add rule.
647 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
648 * Makefile.in: Regenerate.
649 * configure: Regenerate.
650
651 2007-01-11 Alan Modra <amodra@bigpond.net.au>
652
653 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
654 * bucomm.c (template_in_dir): New function, split out from..
655 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
656 (make_tempdir): Use template_in_dir. Handle directory creation
657 when !HAVE_MKDTEMP.
658 * objcopy.c (MKDIR): Don't define.
659 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
660 error message.
661
662 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
663
664 * readelf.c (get_machine_flags): Treat Fido as an architecture
665 by itself.
666
667 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
668
669 * configure.in: Renamed target x86_64-*-mingw64 to
670 x86_64-*-mingw*.
671 * configure: Regenerated.
672
673 2007-01-05 Alan Modra <amodra@bigpond.net.au>
674
675 * readelf.c (dump_section): Don't print 32-bit values, which
676 were done incorrectly for little-endian. Instead print bytes.
677
678 For older changes see ChangeLog-2006
679 \f
680 Local Variables:
681 mode: change-log
682 left-margin: 8
683 fill-column: 74
684 version-control: never
685 End:
This page took 0.045317 seconds and 4 git commands to generate.