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