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