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