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