]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
* doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2009-08-27 Dave Korn <dave.korn.cygwin@gmail.com>
2
3 * doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
4 (--subsystem): ... from here.
5
6 2009-08-24 Cary Coutant <ccoutant@google.com>
7
8 * objdump.c (find_symbol_for_address): Avoid costly call to
9 bfd_octets_per_byte.
10
11 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12
13 * Makefile.am (am__skiplex, am__skipyacc): New.
14 * Makefile.in: Regenerate.
15
16 2009-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17
18 * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
19 * Makefile.in: Regenerate.
20
21 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22
23 * Makefile.am (AM_CPPFLAGS): Renamed from ...
24 (INCLUDES): ... this.
25 (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
26 (installcheck-local): Renamed from ...
27 (installcheck): ... this.
28 * Makefile.in: Regenerate.
29
30 * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
31 foreign.
32 (MKDEP, CLEANFILES): Remove now-unneeded variables.
33 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
34 (mkdep section): Remove.
35 (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
36 (EXTRA_ar_SOURCES): New, list $(CFILES).
37 (syslex.o): Depend on syslex.c.
38 (sysinfo.o): Depend on sysinfo.c.
39 (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
40 Remove dependencies, now tracked by automake.
41 (srconv.o): Depend on sysroff.c.
42 (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
43 (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
44 (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
45 tracking rules; only list the dependency upon the primary source
46 file, but no included headers.
47 * Makefile.in: Regenerate.
48
49 * Makefile.am (install-pdf, install-pdf-recursive, install-html)
50 (install-html-recursive): Remove.
51 * Makefile.in: Regenerate.
52 * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
53 (html__strip_dir, install-html, install-html-am): Remove.
54 * doc/Makefile.in: Regenerate.
55
56 * Makefile.in: Regenerate.
57 * aclocal.m4: Likewise.
58 * config.in: Likewise.
59 * configure: Likewise.
60 * doc/Makefile.in: Likewise.
61
62 2009-08-17 Nick Clifton <nickc@redhat.com>
63
64 * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
65 32-bit absolute reloc for the purposes of processing debug
66 sections.
67
68 2009-08-10 Daniel Gutson <dgutson@codesourcery.com>
69
70 * readelf.c (get_arm_section_type_name): Added support for
71 new sections headers.
72
73 2009-08-03 H.J. Lu <hongjiu.lu@intel.com>
74
75 PR binutils/10364
76 * objcopy.c (strip_main): Check return from smart_rename.
77 (copy_main): Likewise.
78
79 2009-07-27 Nick Clifton <nickc@redhat.com>
80
81 PR 10413
82 * objdump.c (dump_section_header): Skip sections that we are
83 ignoring.
84
85 2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
86
87 * readelf.c (guess_is_rela): Handle EM_L1OM.
88 (dump_relocations): Likewise.
89 (get_machine_name): Likewise.
90 (get_section_type_name): Likewise.
91 (get_elf_section_flags): Likewise.
92 (get_symbol_index_type): Likewise.
93 (is_32bit_abs_reloc): Likewise.
94 (is_32bit_pcrel_reloc): Likewise.
95 (is_64bit_abs_reloc): Likewise.
96 (is_64bit_pcrel_reloc): Likewise.
97 (is_none_reloc): Likewise.
98
99 2009-07-23 Ulrich Drepper <drepper@redhat.com>
100
101 * readelf.c (get_symbol_binding): For Linux targeted files return
102 UNIQUE for symbols with the STB_GNU_UNIQUE binding.
103 * doc/binutils.texi: Document the meaning of the 'u' symbol
104 binding in the output of nm and objdump --syms.
105
106 2009-07-20 H.J. Lu <hongjiu.lu@intel.com>
107
108 * NEWS: Mention --insn-width.
109
110 * objdump.c (insn_width): New.
111 (usage): Display --insn-width.
112 (option_values): Add OPTION_INSN_WIDTH.
113 (long_options): Add --insn-width.
114 (disassemble_bytes): Handle insn_width.
115 (main): Handle OPTION_INSN_WIDTH.
116
117 * doc/binutils.texi: Document --insn-width.
118
119 2009-07-17 Nick Clifton <nickc@redhat.com>
120
121 * dwarf.c (display_debug_lines): If do_debug_lines has not been
122 set then default to displaying raw .debug_line section contents.
123
124 2009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
125
126 Support unordered .debug_info references to .debug_ranges.
127 * dwarf.c (struct range_entry, range_entry_compar): New.
128 (display_debug_ranges): Remove variables last_offset, first, j,
129 seen_first_offset, use_debug_info and next. New variables
130 range_entries and range_entry_fill. Create the sorted copy
131 range_entries. Remove the FIXME error on detected unordered references.
132 * dwarf.h (debug_info <range_lists>): New comment.
133
134 2009-07-14 Nick Clifton <nickc@redhat.com>
135
136 PR 10380
137 * README: Document use of LDFLAGS="--static".
138
139 2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
140
141 * Makefile.am: Run "make dep-am".
142 * Makefile.in: Regenerated.
143
144 2009-07-10 Tom Tromey <tromey@redhat.com>
145
146 * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
147 * Makefile.in: Rebuild.
148 * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
149
150 2009-07-06 Tristan Gingold <gingold@adacore.com>
151
152 * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
153 sections.
154 * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
155 * dwarf.c (debug_displays): Adjust for removed field.
156
157 2009-07-03 Jakub Jelinek <jakub@redhat.com>
158
159 * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
160 and DW_OP_implicit_value.
161
162 2009-07-01 Nick Clifton <nickc@redhat.com>
163
164 PR 6714
165 * rclex.c (handle_quotes): Do not complain about whitespace
166 separating quoted strings.
167 (rclex_string): Ignore whitespace when looking for a new opening
168 quote following a closing quote.
169
170 2009-06-27 H.J. Lu <hongjiu.lu@intel.com>
171
172 PR binutils/10321
173 * bucomm.c (get_file_size): Return -1 on error.
174
175 * objcopy.c (copy_file): Report empty file.
176
177 2009-06-23 Nick Clifton <nickc@redhat.com>
178
179 * dwarf.c (display_debug_lines_raw): Include the name of the
180 section in warning message.
181 (struct debug_display): Enable reloc processing for .debug_line
182 and .debug_ranges sections.
183
184 * readelf.c: Add --relocated-dump command line option to dump the
185 relocated contents of a specified section.
186 (request_dump): New function.
187 (parse_args): Use it.
188 (dump_section_as_bytes): Add parameter to indicate whether the
189 contents should be relocated.
190 (target_specific_reloc_handling): Add code for a R_MN10300_16
191 reloc found after a R_MN10300_SYM_DIFF reloc.
192 (debug_apply_relocations): Rename to apply_relocations.
193 (get_section_contents): New function. Replaces common code found
194 in dump_section_as_strings and dump_section_as_bytes.
195 * doc/binutils.texi: Document new command line option.
196 * NEWS: Mention the new feature.
197
198 2009-06-22 Nick Clifton <nickc@redhat.com>
199
200 * readelf.c (target_specific_reloc_handling): New function:
201 Processes relocs in a target specific manner.
202 (debug_apply_relocations): Use the new function.
203 * dwarf.c (display_debug_loc): End the dump with a blank line.
204 (struct debug_display): Enable reloc processing for .debug_aranges
205 and .debug_loc sections.
206
207 2009-06-19 Nick Clifton <nickc@redhat.com>
208
209 * ar.c (usage): Do not use #ifdef inside _("...).
210 * nm.c (usage): Likewise.
211
212 2009-06-18 Nick Clifton <nickc@redhat.com>
213
214 PR 10288
215 * objdump.c (disassemble_bytes): Set the
216 USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
217 if the user has invoked the -m switch.
218 * doc/binutils.texi: Document the additional behaviour of
219 objdump's -m switch for ARM targets.
220
221 2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
222
223 * configure.in: Merge cegcc and mingw32ce target name changes from
224 CeGCC project.
225
226 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
227
228 * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
229 * configure: Regenerate.
230
231 2009-06-15 Nick Clifton <nickc@redhat.com>
232
233 PR 10263
234 * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
235 the flags field of the disassemble_info structure if the -D switch
236 is in operation.
237
238 2009-06-12 Homer Xing <homer.xing@yahoo.com>
239
240 * NEWS: Mention new feature added to gprof.
241
242 2009-06-12 John Reiser <jreiser@BitWagon.com>
243
244 * readelf.c (process_symbol_table): Set gnubuckets to NULL after
245 freeing it and before returning.
246
247 2009-06-12 Jakub Jelinek <jakub@redhat.com>
248
249 * readelf.c (process_symbol_table): Don't return early if
250 .hash/.gnu.hash is empty/unusable and not -D.
251
252 2009-06-09 Tom Bramer <tjb@postpro.net>
253
254 PR 10165
255 * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
256 to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
257
258 2009-06-04 Alan Modra <amodra@bigpond.net.au>
259
260 * strings.c (main): Delay parsing of decimal digits.
261
262 2009-06-04 Alan Modra <amodra@bigpond.net.au>
263
264 * dep-in.sed: Don't use \n in replacement part of s command.
265 * Makefile.am (DEP1): LC_ALL for uniq.
266 Run "make dep-am".
267 * Makefile.in: Regenerate.
268
269 2009-06-03 Tristan Gingold <gingold@adacore.com>
270
271 * MAINTAINERS: Add myself as Mach-O maintainer.
272
273 2009-06-01 Alan Modra <amodra@bigpond.net.au>
274
275 PR 10199
276 * doc/binutils.texi (nm): Correct -S description.
277
278 2009-05-28 Nick Clifton <nickc@redhat.com>
279
280 * po/da.po: Updated Danish translation.
281
282 2009-05-28 Nick Clifton <nickc@redhat.com>
283
284 * readelf.c (display_debug_section): Do not display debug sections
285 with the NOBITS section type.
286
287 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
288
289 * aclocal.m4: Include ../config/plugins.m4.
290 * configure.in: Use AC_PLUGINS.
291 * configure: Regenerate.
292 * Makefile.in: Regenerate.
293 * doc/Makefile.in: Regenerate.
294
295 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
296
297 * ar.c (main): Call bfd_plugin_set_program_name.
298 * nm.c (main): Call bfd_plugin_set_program_name.
299
300 2009-05-27 Nathan Sidwell <nathan@codesourcery.com>
301
302 * sysdump.c (tab): Use puts rather than two printfs.
303
304 2009-05-26 Nick Clifton <nickc@redhat.com>
305
306 * po/id.po: Updated Indonesian translation.
307 * po/binutils.pot: Updated template file.
308
309 2009-05-26 Rafael Avila de Espindola <espindola@google.com>
310
311 * ar.c: Include plugin.h.
312 (main): Handle the --plugin option.
313 * nm.c: Include plugin.h.
314 (OPTION_PLUGIN): New.
315 (long_options): Add plugin.
316 (main): Handle OPTION_PLUGIN.
317 * NEWS: Mention the new feature.
318 * doc/binutils: Documement the new command line options.
319 * configure.in: Check for --enable-plugins.
320 * configure: Regenerate.
321
322 2009-05-26 Alan Modra <amodra@bigpond.net.au>
323
324 * dep-in.sed: Output one filename per line with all lines having
325 continuation backslash. Prefix first line with "A", following
326 lines with "B".
327 * Makefile.am (DEP): Don't use dep.sed here.
328 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
329 sort and uniq.
330 * Makefile.in: Regenerate.
331
332 2009-05-25 Tristan Gingold <gingold@adacore.com>
333
334 * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
335
336 * configure.com: Fix it: handle alloca and define TARGET in config.h.
337
338 2009-05-22 Alan Modra <amodra@bigpond.net.au>
339
340 * Makefile.am: Run "make dep-am".
341 * Makefile.in: Regenerate.
342
343 2009-05-12 Alan Modra <amodra@bigpond.net.au>
344
345 * objcopy.c (set_long_section_mode): Check input_bfd is coff
346 before accessing coff specific fields of bfd.
347
348 2009-05-09 Dave Korn <dave.korn.cygwin@gmail.com>
349
350 * MAINTAINERS: Add myself as PE/COFF co-maintainer.
351
352 2009-05-08 Kai Tietz <kai.tietz@onevision.com>
353
354 * winduni.c (iconv_onechar): Only define when HAVE_ICONV
355 is defined, but not when __CYGWIN__ or _WIN32 are defined.
356 See wind_iconv_cp for call logic of this local funtion.
357
358 2009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
359
360 PR 10109
361 * winduni.c: Replace test of HAVE_ICONV_H with a test of
362 HAVE_ICONV.
363 (iconv_onechar): Use ICONV_CONST instead of "const".
364 (wind_MultiByteToWideChar): Initialise local strings.
365
366 2009-04-30 Nick Clifton <nickc@redhat.com>
367
368 * readelf.c (dump_relocations): Display a relocation against an
369 ifunc symbol as if it were a function invocation.
370 (get_symbol_type): Handle STT_GNU_IFUNC.
371
372 2009-04-29 Anthony Green <green@moxielogic.com>
373
374 * NEWS: Tweak verilog support description.
375
376 2009-04-29 Alan Modra <amodra@bigpond.net.au>
377 Denis Scherbakov <denis_scherbakov@yahoo.com>
378
379 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
380 read, and merge with 32-bit case.
381
382 2009-04-27 Anthony Green <green@moxielogic.com>
383
384 * NEWS: Mention verilog support added to bfd.
385
386 2009-04-27 H.J. Lu <hongjiu.lu@intel.com>
387
388 * objcopy.c (copy_object): Copy pe_opthdr before changing PE
389 parameters.
390
391 2009-04-24 Cary Coutant <ccoutant@google.com>
392
393 * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
394 Add missing newlines to HP extensions.
395
396 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
397
398 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
399 * doc/binutils.texi: Likewise.
400
401 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
402
403 PR binutils/10074
404 * objcopy.c: Include coff/i386.h and coff/pe.h.
405 (pe_file_alignment): New.
406 (pe_heap_commit): Likewise.
407 (pe_heap_reserve): Likewise.
408 (pe_image_base): Likewise.
409 (pe_section_alignment): Likewise.
410 (pe_stack_commit): Likewise.
411 (pe_stack_reserve): Likewise.
412 (pe_subsystem): Likewise.
413 (pe_major_subsystem_version): Likewise.
414 (pe_minor_subsystem_version): Likewise.
415 (set_pe_subsystem): Likewise.
416 (convert_efi_target): Likewise.
417 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
418 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
419 OPTION_STACK and OPTION_SUBSYSTEM.
420 (copy_options): Likewise.
421 (copy_usage): Add --file-alignment, --heap, --image-base,
422 --section-alignment, --stack and --subsystem.
423 (copy_object): Set up PE parameters.
424 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
425 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
426 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
427 PEI target.
428
429 * NEWS: Mention --file-alignment, --heap, --image-base,
430 --section-alignment, --stack and --subsystem command line
431 options for objcopy.
432
433 * doc/binutils.texi: Document --file-alignment, --heap,
434 --image-base, --section-alignment, --stack and --subsystem
435 command line options for objcopy.
436
437 2009-04-15 Anthony Green <green@moxielogic.com>
438
439 * MAINTAINERS: Add myself as Moxie port maintainer.
440
441 2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
442
443 * objcopy.c (enum long_section_name_handling): New enum type.
444 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
445 (copy_options[]): Add entry for --long-section-names option.
446 (copy_usage): Document it.
447 (set_long_section_mode): New subroutine.
448 (copy_file): Call it.
449 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
450 * doc/binutils.texi: Update objcopy documentation with details
451 of new option.
452
453 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
454
455 * dlltool.c (set_dll_name_from_def): Accept new second arg that
456 indicates if we are building DLL or EXE, and use it to add a
457 default suffix to the output filename when none is already present.
458 (def_name): Indicate we are building an EXE when calling it.
459 (def_library): Indicate we are building a DLL when calling it.
460
461 2009-04-01 Jari Aalto <jari.aalto@cante.net>
462
463 PR 9972
464 * doc/binutils.texi (strings): Document the -V alias for the
465 --version option.
466 * strings.c (usage): Likewise.
467
468 2009-03-31 Nick Clifton <nickc@redhat.com>
469
470 PR 9992
471 * configure.in: Import Solaris specific largefile test from
472 bfd/configure.in.
473 * configure: Regenerate.
474
475 2009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
476
477 * MAINTAINERS: Add self.
478
479 2009-03-27 Nick Clifton <nickc@redhat.com>
480
481 * dwarf.c (display_debug_ranges): Add the base address to the
482 displayed values for 'Begin' and 'End'.
483
484 2009-03-25 Ryan Mansfield <rmansfield@qnx.com>
485
486 * readelf.c (process_file_header): Don't report a corrupt string
487 table index if it is zero.
488
489 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
490
491 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
492 (dwarf_regnames_count): Likewise.
493 (frame_need_space): Return int.
494 (display_debug_frames): Check invalid registers.
495
496 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
497
498 * readelf.c (debug_apply_relocations): Check relocations
499 against STT_SECTION symbol.
500
501 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
502
503 * readelf.c (debug_apply_relocations): Allow relocations
504 against function symbols.
505
506 2009-03-18 Alan Modra <amodra@bigpond.net.au>
507
508 * sysdep.h: Include alloca-conf.h instead of config.h and remove
509 existing #if's handling alloca.
510 * Makefile.am: Run "make dep-am".
511 * Makefile.in: Regenerate.
512
513 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
514
515 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
516 * configure.in: Likewise.
517 * configure: Regenerate.
518
519 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
520
521 PR binutils/9945
522 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
523
524 2009-03-11 Chris Demetriou <cgd@google.com>
525
526 * ar.c (deterministic): New global variable.
527 (main): Recognize new 'D' option, which enables 'deterministic mode'.
528 (usage): Document new 'D' option.
529 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
530 flags if deterministic mode was requested.
531 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
532
533 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
534
535 PR binutils/9933
536 * objcopy.c (filter_symbols): Properly handle common symbols
537 in relocatable file.
538
539 2009-03-06 Nick Clifton <nickc@redhat.com>
540
541 * po/es.po: Updated Spanish translation.
542
543 2009-03-05 Nick Clifton <nickc@redhat.com>
544
545 * objdump.c (disassemble_section): If the computed next offset is
546 not beyond the current offset then just continue to the end.
547
548 2009-03-04 Tristan Gingold <gingold@adacore.com>
549
550 * MAINTAINERS: Add myself as VMS maintainer.
551
552 2009-03-03 Nick Clifton <nickc@redhat.com>
553
554 * readelf.c: Update formatting.
555
556 2009-03-03 Alan Modra <amodra@bigpond.net.au>
557
558 * Makefile.am: Run "make dep-am".
559 * Makefile.in: Regenerate.
560
561 2009-03-03 Alan Modra <amodra@bigpond.net.au>
562
563 * objdump.c (disassemble_section): Mask address before sign extending.
564
565 2009-03-02 Sebastian Biallas <sb@biallas.net>
566
567 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
568 (parse_ieee_bb): Set the filename if it has not already been
569 discovered.
570
571 2009-03-02 Cary Coutant <ccoutant@google.com>
572
573 * readelf.c (adjust_relative_path): New function.
574 (struct archive_info): New type.
575 (setup_archive): New function.
576 (release_archive): New function.
577 (setup_nested_archive): New function.
578 (get_archive_member_name): New function.
579 (get_archive_member_name_at): New function.
580 (make_qualified_name): New function.
581 (process_archive): Factor out code for reading archive index and
582 long filename table to setup_archive. Add support for thin archives.
583
584 2009-03-02 Nick Clifton <nickc@redhat.com>
585
586 * po/sk.po: Updated Slovak translation.
587
588 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
589
590 * configure: Regenerate.
591
592 2009-02-23 Cary Coutant <ccoutant@google.com>
593
594 * objdump.c (load_specific_debug_section): New function, from
595 load_debug_section.
596 (load_debug_section): Use load_specific_debug_section.
597 (dump_dwarf_section): Likewise.
598
599 2009-02-23 Cary Coutant <ccoutant@google.com>
600
601 * readelf.c (parse_args): Select all sections explicitly for -w.
602
603 2009-02-09 Kai Tietz <kai.tietz@onevision.com>
604
605 * windres.c (set_endianess): Copy name without leading '-'.
606
607 2009-02-09 Tristan Gingold <gingold@adacore.com>
608
609 * NEWS: Mention feature match between objdump and readelf for dumping
610 dwarf info.
611
612 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
613 objdump.
614
615 * objdump.c (usage): Update documentation for -W/--dwarf.
616 (enum option_values): Add OPTION_DWARF.
617 (long_options): --dwarf can accept arguments.
618 (dump_dwarf_section): Also check enabled field.
619 (main): Option -W can accept arguments, code moved to
620 dwarf.c and call dwarf_select_sections_all instead.
621 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
622 (parse_args): Move code to...
623 * dwarf.c (dwarf_select_sections_by_letters,
624 dwarf_select_sections_by_names): : ...here (new functions).
625 (do_debug_lines_decoded): Remove and replaced by ...
626 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
627 (display_debug_lines): Adjust for previous change.
628 (dwarf_select_sections_all): New function.
629 (debug_displays): Add initializer for enabled field.
630 * dwarf.h (do_debug_lines_decoded): Remove.
631 Add prototypes for the new functions.
632 (struct dwarf_section_display): Add enabled field.
633
634 2009-02-06 Nick Clifton <nickc@redhat.com>
635
636 * po/vi.po: Updated Vietnamese translation.
637
638 2009-02-03 Sandip Matte <sandip@rmicorp.com>
639
640 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
641
642 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
643
644 * NEWS: Move --as-needed change to ...
645 * ../ld/NEWS: Here.
646
647 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
648
649 * configure.in: AC_SUBST pdfdir.
650 * Makefile.am: Add install-pdf, install-pdf-am,
651 and install-pdf-recursive targets.
652 * doc/Makefile.am: Define pdf__strip_dir. Add
653 install-pdf and install-pdf-am targets.
654 * po/Make-in: Add install-pdf target.
655 * configure: Regenerate.
656 * Makefile.in: Regenerate.
657 * doc/Makefile.in: Regenerate.
658
659 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
660
661 PR binutils/9784
662 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
663
664 * doc/binutils.texi: Document --prefix=PREFIX and
665 --prefix-strip=LEVEL.
666
667 * objdump.c: Include "filenames.h".
668 (prefix): New.
669 (prefix_strip): Likewise.
670 (prefix_length): Likewise.
671 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
672 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
673 (long_options): Likewise.
674 (show_line): Handle prefix and prefix_strip.
675 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
676
677 * readelf.c (PATH_MAX): Moved to ...
678 * sysdep.h: Here.
679
680 2009-01-31 Alan Modra <amodra@bigpond.net.au>
681
682 * NEWS: Mention --as-needed change.
683
684 2009-01-29 Alan Modra <amodra@bigpond.net.au>
685
686 PR 9798
687 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
688 (bfd_get_archive_filename): Constify param.
689 * bucomm.h (bfd_get_archive_filename): Update prototype.
690 * objcopy.c (RETURN_NONFATAL): Delete.
691 (copy_unknown_object): Don't call bfd_get_archive_filename for
692 bfd_nonfatal_message filename, instead just pass bfd.
693 (copy_object): Likewise.
694 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
695 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
696 (setup_bfd_headers): Fix error message.
697
698 2009-01-27 Nick Clifton <nickc@redhat.com>
699
700 PR 9774
701 * objdump.c (disassemble_section): When the target uses signed
702 addresses make sure that we compute signed values.
703
704 2009-01-27 Nick Clifton <nickc@redhat.com>
705
706 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
707 maintainers.
708
709 2009-01-26 Nick Clifton <nickc@redhat.com>
710
711 PR 9766
712 * dlltool.c (xlate): When strip text after the @ sign, look for
713 the last one not the first one.
714
715 2009-01-16 Alan Modra <amodra@bigpond.net.au>
716
717 * configure.in (commonbfdlib): Delete.
718 * configure: Regenerate.
719
720 2008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
721
722 Cleanup code related to --identify option.
723
724 * binutils/dlltool.c (file scope): Removed globals identify_ms,
725 identify_member_contains_symname_result,
726 identify_dll_name_list_head, and identify_dll_name_list_tail.
727 Renamed existing typedef dll_name_list_type to
728 dll_name_list_node_type.
729 Added new typedefs dll_name_list_type, symname_search_data_type,
730 and identify_data_type.
731 (identify_append_dll_name_to_list): Renamed to...
732 (dll_name_list_append): ...here. Changed signature to accept list
733 argument rather than use global.
734 (identify_count_dll_name_list): Renamed to...
735 (dll_name_list_count): ...here. Changed signature to accept list
736 argument rather than use global.
737 (identify_print_dll_name_list): Renamed to...
738 (dll_name_list_print): ...here. Changed signature to accept list
739 argument rather than use global.
740 (identify_free_dll_name_list): Renamed to...
741 (dll_name_list_free_contents): ...here.
742 (dll_name_list_free): New function.
743 (dll_name_list_create): New function.
744 (identify_process_section_p): Changed signature to accept
745 ms_style_implib argument rather than use global.
746 (identify_member_contains_symname): Expect incoming void * data to
747 be symname_search_data_type.
748 (identify_dll_for_implib): Use new functions dll_name_list_create
749 and dll_name_list_free. Use new types symname_search_data_type
750 and identify_data_type to communicate with search routines.
751 (identify_search_section): Expect incoming void * data to be
752 identify_data_type. Use its contents rather than global
753 variables.
754
755 2009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
756
757 Add --identify-strict option. Handle ms-style implibs:
758
759 * dlltool.c (file scope): Added new globals identify_ms and
760 identify_strict. New typedef dll_name_list_type, and globals
761 identify_dll_name_list_head and identify_dll_name_list_tail. Added
762 new global identify_member_contains_symname_result.
763 (identify_append_dll_name_to_list): New function.
764 (identify_count_dll_name_list): New function.
765 (identify_print_dll_name_list): New function.
766 (identify_free_dll_name_list): New function.
767 (identify_search_archive): Changed signature to take function
768 pointer to operation to apply to each member, and data to pass on
769 to that function.
770 (identify_search_member): Changed signature to accept user data
771 from caller.
772 (identify_member_contains_symname): New function.
773 (identify_dll_for_implib): Rewrite. Now determines whether implib
774 is ms- or binutils- style, before searching sections for
775 dllname. Allows multiple dllnames.
776 (identify_process_section_p): Search alternate section for dllname
777 when implib is ms-style.
778 (identify_search_section): Add additional conditions to excludes
779 candidate sections from consideration.
780 (usage): Added --identify-strict.
781 (long_options): Added --identify-strict.
782 (main): Handle --identify-strict option.
783 * doc/binutils.texi: Document --identify-strict option.
784 * NEWS: Document --identify and --identify-strict options.
785
786 2009-01-13 Alan Modra <amodra@bigpond.net.au>
787
788 PR 7034
789 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
790
791 2009-01-13 Alan Modra <amodra@bigpond.net.au>
792
793 * objdump.c (disassemble_section): Don't assume non-instruction
794 data if object symbol at given address is in different section.
795
796 2009-01-12 Kai Tietz <kai.tietz@onevision.com>
797
798 * dlltool.c (create_for_pep): New.
799 (flush_page): Use create_for_pep instead of using
800 macro DLLTOOL_MX86_64 clause.
801 (generate_idata_ofile): Likewise.
802 (make_one_lib_file): Likewise.
803 (make_head): Likewise.
804 (make_tail): Likewise.
805 (main): Initialize create_for_pep.
806
807 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
808
809 * dlltool.c (use_nul_prefixed_import_tables): New.
810 (make_head): Make prefix leading zero prefix element for
811 idata$4 and idata$5 dependent to new flag.
812 (usage): Add new option --use-nul-prefixed-import-tables.
813 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
814 (long_options): Add --use-nul-prefixed-import-tables.
815 (main): Likewise.
816 * doc/binutils.texi: Add new option documentation for
817 --use-nul-prefixed-import-tables.
818 * NEWS: Add new option.
819
820 2009-01-06 Kai Tietz <kai.tietz@onevision.com>
821
822 * windres.c (set_endianess): Get architecture name
823 for internal target names like "pe-arm-wince-little".
824 (find_arch_match): New helper.
825 * ChangeLog: Reset it.
826 * ChangeLog-2008: Moved old ChangeLog.
827
828 For older changes see ChangeLog-2008
829 \f
830 Local Variables:
831 mode: change-log
832 left-margin: 8
833 fill-column: 74
834 version-control: never
835 End: