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