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