dc4f09b8b849c4564390be89024cdff951dd4135
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2009-06-04 Alan Modra <amodra@bigpond.net.au>
2
3 * strings.c (main): Delay parsing of decimal digits.
4
5 2009-06-04 Alan Modra <amodra@bigpond.net.au>
6
7 * dep-in.sed: Don't use \n in replacement part of s command.
8 * Makefile.am (DEP1): LC_ALL for uniq.
9 Run "make dep-am".
10 * Makefile.in: Regenerate.
11
12 2009-06-03 Tristan Gingold <gingold@adacore.com>
13
14 * MAINTAINERS: Add myself as Mach-O maintainer.
15
16 2009-06-01 Alan Modra <amodra@bigpond.net.au>
17
18 PR 10199
19 * doc/binutils.texi (nm): Correct -S description.
20
21 2009-05-28 Nick Clifton <nickc@redhat.com>
22
23 * po/da.po: Updated Danish translation.
24
25 2009-05-28 Nick Clifton <nickc@redhat.com>
26
27 * readelf.c (display_debug_section): Do not display debug sections
28 with the NOBITS section type.
29
30 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
31
32 * aclocal.m4: Include ../config/plugins.m4.
33 * configure.in: Use AC_PLUGINS.
34 * configure: Regenerate.
35 * Makefile.in: Regenerate.
36 * doc/Makefile.in: Regenerate.
37
38 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
39
40 * ar.c (main): Call bfd_plugin_set_program_name.
41 * nm.c (main): Call bfd_plugin_set_program_name.
42
43 2009-05-27 Nathan Sidwell <nathan@codesourcery.com>
44
45 * sysdump.c (tab): Use puts rather than two printfs.
46
47 2009-05-26 Nick Clifton <nickc@redhat.com>
48
49 * po/id.po: Updated Indonesian translation.
50 * po/binutils.pot: Updated template file.
51
52 2009-05-26 Rafael Avila de Espindola <espindola@google.com>
53
54 * ar.c: Include plugin.h.
55 (main): Handle the --plugin option.
56 * nm.c: Include plugin.h.
57 (OPTION_PLUGIN): New.
58 (long_options): Add plugin.
59 (main): Handle OPTION_PLUGIN.
60 * NEWS: Mention the new feature.
61 * doc/binutils: Documement the new command line options.
62 * configure.in: Check for --enable-plugins.
63 * configure: Regenerate.
64
65 2009-05-26 Alan Modra <amodra@bigpond.net.au>
66
67 * dep-in.sed: Output one filename per line with all lines having
68 continuation backslash. Prefix first line with "A", following
69 lines with "B".
70 * Makefile.am (DEP): Don't use dep.sed here.
71 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
72 sort and uniq.
73 * Makefile.in: Regenerate.
74
75 2009-05-25 Tristan Gingold <gingold@adacore.com>
76
77 * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
78
79 * configure.com: Fix it: handle alloca and define TARGET in config.h.
80
81 2009-05-22 Alan Modra <amodra@bigpond.net.au>
82
83 * Makefile.am: Run "make dep-am".
84 * Makefile.in: Regenerate.
85
86 2009-05-12 Alan Modra <amodra@bigpond.net.au>
87
88 * objcopy.c (set_long_section_mode): Check input_bfd is coff
89 before accessing coff specific fields of bfd.
90
91 2009-05-09 Dave Korn <dave.korn.cygwin@gmail.com>
92
93 * MAINTAINERS: Add myself as PE/COFF co-maintainer.
94
95 2009-05-08 Kai Tietz <kai.tietz@onevision.com>
96
97 * winduni.c (iconv_onechar): Only define when HAVE_ICONV
98 is defined, but not when __CYGWIN__ or _WIN32 are defined.
99 See wind_iconv_cp for call logic of this local funtion.
100
101 2009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
102
103 PR 10109
104 * winduni.c: Replace test of HAVE_ICONV_H with a test of
105 HAVE_ICONV.
106 (iconv_onechar): Use ICONV_CONST instead of "const".
107 (wind_MultiByteToWideChar): Initialise local strings.
108
109 2009-04-30 Nick Clifton <nickc@redhat.com>
110
111 * readelf.c (dump_relocations): Display a relocation against an
112 ifunc symbol as if it were a function invocation.
113 (get_symbol_type): Handle STT_GNU_IFUNC.
114
115 2009-04-29 Anthony Green <green@moxielogic.com>
116
117 * NEWS: Tweak verilog support description.
118
119 2009-04-29 Alan Modra <amodra@bigpond.net.au>
120 Denis Scherbakov <denis_scherbakov@yahoo.com>
121
122 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
123 read, and merge with 32-bit case.
124
125 2009-04-27 Anthony Green <green@moxielogic.com>
126
127 * NEWS: Mention verilog support added to bfd.
128
129 2009-04-27 H.J. Lu <hongjiu.lu@intel.com>
130
131 * objcopy.c (copy_object): Copy pe_opthdr before changing PE
132 parameters.
133
134 2009-04-24 Cary Coutant <ccoutant@google.com>
135
136 * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
137 Add missing newlines to HP extensions.
138
139 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
140
141 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
142 * doc/binutils.texi: Likewise.
143
144 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
145
146 PR binutils/10074
147 * objcopy.c: Include coff/i386.h and coff/pe.h.
148 (pe_file_alignment): New.
149 (pe_heap_commit): Likewise.
150 (pe_heap_reserve): Likewise.
151 (pe_image_base): Likewise.
152 (pe_section_alignment): Likewise.
153 (pe_stack_commit): Likewise.
154 (pe_stack_reserve): Likewise.
155 (pe_subsystem): Likewise.
156 (pe_major_subsystem_version): Likewise.
157 (pe_minor_subsystem_version): Likewise.
158 (set_pe_subsystem): Likewise.
159 (convert_efi_target): Likewise.
160 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
161 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
162 OPTION_STACK and OPTION_SUBSYSTEM.
163 (copy_options): Likewise.
164 (copy_usage): Add --file-alignment, --heap, --image-base,
165 --section-alignment, --stack and --subsystem.
166 (copy_object): Set up PE parameters.
167 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
168 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
169 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
170 PEI target.
171
172 * NEWS: Mention --file-alignment, --heap, --image-base,
173 --section-alignment, --stack and --subsystem command line
174 options for objcopy.
175
176 * doc/binutils.texi: Document --file-alignment, --heap,
177 --image-base, --section-alignment, --stack and --subsystem
178 command line options for objcopy.
179
180 2009-04-15 Anthony Green <green@moxielogic.com>
181
182 * MAINTAINERS: Add myself as Moxie port maintainer.
183
184 2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
185
186 * objcopy.c (enum long_section_name_handling): New enum type.
187 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
188 (copy_options[]): Add entry for --long-section-names option.
189 (copy_usage): Document it.
190 (set_long_section_mode): New subroutine.
191 (copy_file): Call it.
192 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
193 * doc/binutils.texi: Update objcopy documentation with details
194 of new option.
195
196 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
197
198 * dlltool.c (set_dll_name_from_def): Accept new second arg that
199 indicates if we are building DLL or EXE, and use it to add a
200 default suffix to the output filename when none is already present.
201 (def_name): Indicate we are building an EXE when calling it.
202 (def_library): Indicate we are building a DLL when calling it.
203
204 2009-04-01 Jari Aalto <jari.aalto@cante.net>
205
206 PR 9972
207 * doc/binutils.texi (strings): Document the -V alias for the
208 --version option.
209 * strings.c (usage): Likewise.
210
211 2009-03-31 Nick Clifton <nickc@redhat.com>
212
213 PR 9992
214 * configure.in: Import Solaris specific largefile test from
215 bfd/configure.in.
216 * configure: Regenerate.
217
218 2009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
219
220 * MAINTAINERS: Add self.
221
222 2009-03-27 Nick Clifton <nickc@redhat.com>
223
224 * dwarf.c (display_debug_ranges): Add the base address to the
225 displayed values for 'Begin' and 'End'.
226
227 2009-03-25 Ryan Mansfield <rmansfield@qnx.com>
228
229 * readelf.c (process_file_header): Don't report a corrupt string
230 table index if it is zero.
231
232 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
233
234 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
235 (dwarf_regnames_count): Likewise.
236 (frame_need_space): Return int.
237 (display_debug_frames): Check invalid registers.
238
239 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
240
241 * readelf.c (debug_apply_relocations): Check relocations
242 against STT_SECTION symbol.
243
244 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
245
246 * readelf.c (debug_apply_relocations): Allow relocations
247 against function symbols.
248
249 2009-03-18 Alan Modra <amodra@bigpond.net.au>
250
251 * sysdep.h: Include alloca-conf.h instead of config.h and remove
252 existing #if's handling alloca.
253 * Makefile.am: Run "make dep-am".
254 * Makefile.in: Regenerate.
255
256 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
257
258 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
259 * configure.in: Likewise.
260 * configure: Regenerate.
261
262 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
263
264 PR binutils/9945
265 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
266
267 2009-03-11 Chris Demetriou <cgd@google.com>
268
269 * ar.c (deterministic): New global variable.
270 (main): Recognize new 'D' option, which enables 'deterministic mode'.
271 (usage): Document new 'D' option.
272 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
273 flags if deterministic mode was requested.
274 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
275
276 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
277
278 PR binutils/9933
279 * objcopy.c (filter_symbols): Properly handle common symbols
280 in relocatable file.
281
282 2009-03-06 Nick Clifton <nickc@redhat.com>
283
284 * po/es.po: Updated Spanish translation.
285
286 2009-03-05 Nick Clifton <nickc@redhat.com>
287
288 * objdump.c (disassemble_section): If the computed next offset is
289 not beyond the current offset then just continue to the end.
290
291 2009-03-04 Tristan Gingold <gingold@adacore.com>
292
293 * MAINTAINERS: Add myself as VMS maintainer.
294
295 2009-03-03 Nick Clifton <nickc@redhat.com>
296
297 * readelf.c: Update formatting.
298
299 2009-03-03 Alan Modra <amodra@bigpond.net.au>
300
301 * Makefile.am: Run "make dep-am".
302 * Makefile.in: Regenerate.
303
304 2009-03-03 Alan Modra <amodra@bigpond.net.au>
305
306 * objdump.c (disassemble_section): Mask address before sign extending.
307
308 2009-03-02 Sebastian Biallas <sb@biallas.net>
309
310 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
311 (parse_ieee_bb): Set the filename if it has not already been
312 discovered.
313
314 2009-03-02 Cary Coutant <ccoutant@google.com>
315
316 * readelf.c (adjust_relative_path): New function.
317 (struct archive_info): New type.
318 (setup_archive): New function.
319 (release_archive): New function.
320 (setup_nested_archive): New function.
321 (get_archive_member_name): New function.
322 (get_archive_member_name_at): New function.
323 (make_qualified_name): New function.
324 (process_archive): Factor out code for reading archive index and
325 long filename table to setup_archive. Add support for thin archives.
326
327 2009-03-02 Nick Clifton <nickc@redhat.com>
328
329 * po/sk.po: Updated Slovak translation.
330
331 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
332
333 * configure: Regenerate.
334
335 2009-02-23 Cary Coutant <ccoutant@google.com>
336
337 * objdump.c (load_specific_debug_section): New function, from
338 load_debug_section.
339 (load_debug_section): Use load_specific_debug_section.
340 (dump_dwarf_section): Likewise.
341
342 2009-02-23 Cary Coutant <ccoutant@google.com>
343
344 * readelf.c (parse_args): Select all sections explicitly for -w.
345
346 2009-02-09 Kai Tietz <kai.tietz@onevision.com>
347
348 * windres.c (set_endianess): Copy name without leading '-'.
349
350 2009-02-09 Tristan Gingold <gingold@adacore.com>
351
352 * NEWS: Mention feature match between objdump and readelf for dumping
353 dwarf info.
354
355 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
356 objdump.
357
358 * objdump.c (usage): Update documentation for -W/--dwarf.
359 (enum option_values): Add OPTION_DWARF.
360 (long_options): --dwarf can accept arguments.
361 (dump_dwarf_section): Also check enabled field.
362 (main): Option -W can accept arguments, code moved to
363 dwarf.c and call dwarf_select_sections_all instead.
364 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
365 (parse_args): Move code to...
366 * dwarf.c (dwarf_select_sections_by_letters,
367 dwarf_select_sections_by_names): : ...here (new functions).
368 (do_debug_lines_decoded): Remove and replaced by ...
369 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
370 (display_debug_lines): Adjust for previous change.
371 (dwarf_select_sections_all): New function.
372 (debug_displays): Add initializer for enabled field.
373 * dwarf.h (do_debug_lines_decoded): Remove.
374 Add prototypes for the new functions.
375 (struct dwarf_section_display): Add enabled field.
376
377 2009-02-06 Nick Clifton <nickc@redhat.com>
378
379 * po/vi.po: Updated Vietnamese translation.
380
381 2009-02-03 Sandip Matte <sandip@rmicorp.com>
382
383 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
384
385 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
386
387 * NEWS: Move --as-needed change to ...
388 * ../ld/NEWS: Here.
389
390 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
391
392 * configure.in: AC_SUBST pdfdir.
393 * Makefile.am: Add install-pdf, install-pdf-am,
394 and install-pdf-recursive targets.
395 * doc/Makefile.am: Define pdf__strip_dir. Add
396 install-pdf and install-pdf-am targets.
397 * po/Make-in: Add install-pdf target.
398 * configure: Regenerate.
399 * Makefile.in: Regenerate.
400 * doc/Makefile.in: Regenerate.
401
402 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
403
404 PR binutils/9784
405 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
406
407 * doc/binutils.texi: Document --prefix=PREFIX and
408 --prefix-strip=LEVEL.
409
410 * objdump.c: Include "filenames.h".
411 (prefix): New.
412 (prefix_strip): Likewise.
413 (prefix_length): Likewise.
414 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
415 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
416 (long_options): Likewise.
417 (show_line): Handle prefix and prefix_strip.
418 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
419
420 * readelf.c (PATH_MAX): Moved to ...
421 * sysdep.h: Here.
422
423 2009-01-31 Alan Modra <amodra@bigpond.net.au>
424
425 * NEWS: Mention --as-needed change.
426
427 2009-01-29 Alan Modra <amodra@bigpond.net.au>
428
429 PR 9798
430 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
431 (bfd_get_archive_filename): Constify param.
432 * bucomm.h (bfd_get_archive_filename): Update prototype.
433 * objcopy.c (RETURN_NONFATAL): Delete.
434 (copy_unknown_object): Don't call bfd_get_archive_filename for
435 bfd_nonfatal_message filename, instead just pass bfd.
436 (copy_object): Likewise.
437 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
438 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
439 (setup_bfd_headers): Fix error message.
440
441 2009-01-27 Nick Clifton <nickc@redhat.com>
442
443 PR 9774
444 * objdump.c (disassemble_section): When the target uses signed
445 addresses make sure that we compute signed values.
446
447 2009-01-27 Nick Clifton <nickc@redhat.com>
448
449 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
450 maintainers.
451
452 2009-01-26 Nick Clifton <nickc@redhat.com>
453
454 PR 9766
455 * dlltool.c (xlate): When strip text after the @ sign, look for
456 the last one not the first one.
457
458 2009-01-16 Alan Modra <amodra@bigpond.net.au>
459
460 * configure.in (commonbfdlib): Delete.
461 * configure: Regenerate.
462
463 2008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
464
465 Cleanup code related to --identify option.
466
467 * binutils/dlltool.c (file scope): Removed globals identify_ms,
468 identify_member_contains_symname_result,
469 identify_dll_name_list_head, and identify_dll_name_list_tail.
470 Renamed existing typedef dll_name_list_type to
471 dll_name_list_node_type.
472 Added new typedefs dll_name_list_type, symname_search_data_type,
473 and identify_data_type.
474 (identify_append_dll_name_to_list): Renamed to...
475 (dll_name_list_append): ...here. Changed signature to accept list
476 argument rather than use global.
477 (identify_count_dll_name_list): Renamed to...
478 (dll_name_list_count): ...here. Changed signature to accept list
479 argument rather than use global.
480 (identify_print_dll_name_list): Renamed to...
481 (dll_name_list_print): ...here. Changed signature to accept list
482 argument rather than use global.
483 (identify_free_dll_name_list): Renamed to...
484 (dll_name_list_free_contents): ...here.
485 (dll_name_list_free): New function.
486 (dll_name_list_create): New function.
487 (identify_process_section_p): Changed signature to accept
488 ms_style_implib argument rather than use global.
489 (identify_member_contains_symname): Expect incoming void * data to
490 be symname_search_data_type.
491 (identify_dll_for_implib): Use new functions dll_name_list_create
492 and dll_name_list_free. Use new types symname_search_data_type
493 and identify_data_type to communicate with search routines.
494 (identify_search_section): Expect incoming void * data to be
495 identify_data_type. Use its contents rather than global
496 variables.
497
498 2009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
499
500 Add --identify-strict option. Handle ms-style implibs:
501
502 * dlltool.c (file scope): Added new globals identify_ms and
503 identify_strict. New typedef dll_name_list_type, and globals
504 identify_dll_name_list_head and identify_dll_name_list_tail. Added
505 new global identify_member_contains_symname_result.
506 (identify_append_dll_name_to_list): New function.
507 (identify_count_dll_name_list): New function.
508 (identify_print_dll_name_list): New function.
509 (identify_free_dll_name_list): New function.
510 (identify_search_archive): Changed signature to take function
511 pointer to operation to apply to each member, and data to pass on
512 to that function.
513 (identify_search_member): Changed signature to accept user data
514 from caller.
515 (identify_member_contains_symname): New function.
516 (identify_dll_for_implib): Rewrite. Now determines whether implib
517 is ms- or binutils- style, before searching sections for
518 dllname. Allows multiple dllnames.
519 (identify_process_section_p): Search alternate section for dllname
520 when implib is ms-style.
521 (identify_search_section): Add additional conditions to excludes
522 candidate sections from consideration.
523 (usage): Added --identify-strict.
524 (long_options): Added --identify-strict.
525 (main): Handle --identify-strict option.
526 * doc/binutils.texi: Document --identify-strict option.
527 * NEWS: Document --identify and --identify-strict options.
528
529 2009-01-13 Alan Modra <amodra@bigpond.net.au>
530
531 PR 7034
532 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
533
534 2009-01-13 Alan Modra <amodra@bigpond.net.au>
535
536 * objdump.c (disassemble_section): Don't assume non-instruction
537 data if object symbol at given address is in different section.
538
539 2009-01-12 Kai Tietz <kai.tietz@onevision.com>
540
541 * dlltool.c (create_for_pep): New.
542 (flush_page): Use create_for_pep instead of using
543 macro DLLTOOL_MX86_64 clause.
544 (generate_idata_ofile): Likewise.
545 (make_one_lib_file): Likewise.
546 (make_head): Likewise.
547 (make_tail): Likewise.
548 (main): Initialize create_for_pep.
549
550 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
551
552 * dlltool.c (use_nul_prefixed_import_tables): New.
553 (make_head): Make prefix leading zero prefix element for
554 idata$4 and idata$5 dependent to new flag.
555 (usage): Add new option --use-nul-prefixed-import-tables.
556 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
557 (long_options): Add --use-nul-prefixed-import-tables.
558 (main): Likewise.
559 * doc/binutils.texi: Add new option documentation for
560 --use-nul-prefixed-import-tables.
561 * NEWS: Add new option.
562
563 2009-01-06 Kai Tietz <kai.tietz@onevision.com>
564
565 * windres.c (set_endianess): Get architecture name
566 for internal target names like "pe-arm-wince-little".
567 (find_arch_match): New helper.
568 * ChangeLog: Reset it.
569 * ChangeLog-2008: Moved old ChangeLog.
570
571 For older changes see ChangeLog-2008
572 \f
573 Local Variables:
574 mode: change-log
575 left-margin: 8
576 fill-column: 74
577 version-control: never
578 End:
This page took 0.042237 seconds and 3 git commands to generate.