* readelf.c (print_dynamic_symbol): Format entries as for
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2009-09-25 Alan Modra <amodra@bigpond.net.au>
2
3 * readelf.c (print_dynamic_symbol): Format entries as for
4 normal symbol table.
5 (process_symbol_table): Use -7s format string for visibility.
6
7 2009-09-22 Richard Sandiford <rdsandiford@googlemail.com>
8
9 * objdump.c (disassemble_section): Use bfd_get_arch_size
10 instead of assuming that the address size is 32 bits.
11
12 2009-09-21 Alan Modra <amodra@bigpond.net.au>
13
14 * readelf.c (get_ppc_dynamic_type): Add TLSOPT.
15 (get_ppc64_dynamic_type): Likewise.
16
17 2009-09-18 Nick Clifton <nickc@redhat.com>
18
19 * po/es.po: Updated Spanish translation.
20 * po/vi.po: Updated Vietnamese translation.
21
22 2009-09-11 Paul Pluzhnikov <ppluzhnikov@google.com>
23
24 * readelf.c (process_version_sections, process_symbol_table):
25 Use symbolic constants.
26
27 2009-09-11 Nick Clifton <nickc@redhat.com>
28
29 * po/binutils.pot: Updated by the Translation project.
30
31 2009-09-11 Philippe De Muyter <phdm@macqel.be>
32
33 * obcopy.c (copy_object): New parameter `input_arch', architecture
34 of input file, if not specified in input file itself; all callers
35 updated; `binary_architecture' hack removed.
36 (copy_archive, copy_file): New parameter `input_arch', for
37 `copy_object' usage.
38 (copy_main): Accept `-B' (`--binary-architecture') option also
39 for any arch-less input ifile format, not only `binary'; remove
40 bfd_external_binary_architecture hack; instead, add `input_arch'
41 to calls to `copy_file'.
42 * windres.c, windmc.c : Obsolete and useless external references
43 to `bfd_external_binary_architecture' or `bfd_external_machine'
44 removed.
45 * doc/binutils.texi: Mention that -B parameter can be used for any
46 input file type which does not have its own architecture.
47
48 2009-09-10 Martin Thuresson <martin@mtme.org>
49
50 Update soruces to compile cleanly with -Wc++-compat:
51
52 * addr2line.c (slurp_symtab): Fix casts. Introduce variable
53 minisyms to avoid aliasing varning.
54 * ar.c: Add casts.
55 (normalize): Use name del instead of delete.
56 (display_target_list,display_info_table): Change loop counter
57 variable a to int.
58 * bucomm.c: Add casts.
59 * debug.c: Update function to use new names.
60 (struct debug_baseclass): Rename member from virtual to
61 is_virtual.
62 (struct debug_type_s, struct debug_field_s, struct
63 debug_baseclass_s, struct debug_method_s, struct
64 debug_method_variant_s, struct debug_type_s): Rename struct from
65 avoid name collision.
66 * debug.h: Use new struct names.
67 * dwarf.c: Add casts.
68 (free_debug_memory): Change loop counter variable a to int.
69 * ieee.c: Add casts.
70 (enum ieee_var_kind): Move to top level.
71 (ieee_class_baseclass): Rename parameter virtual to is_virtual.
72 (ieee_class_method_var): Rename variable virtual to is_virtual.
73 * nm.c: Add casts.
74 * objcopy.c: Add casts.
75 (copy_archive): Rename variable delete to del.
76 * objdump.c: Add casts.
77 (dump_dwarf_section): Change loop counter variable i to int.
78 * prdbg.c: Add casts.
79 (pr_class_baseclass,tg_class_baseclass): Rename parameters virtual
80 to is_virtual.
81 * readelf.c: Add casts.
82 (struct ia64_unw_table_entry,struct hppa_unw_table_entry): Move to
83 top level.
84 * size.c: Add casts.
85 * stabs.c (parse_stab_type, parse_stab_range_type,
86 (parse_stab_cpp_abbrev): Rename parameter from typename to
87 type_name.
88 (parse_stab_baseclasses): Rename variable virtual to is_virtual.
89 * strings.c: Add casts.
90 * wrstabs.c (stab_class_baseclass): Rename parameter virtual to
91 is_virtual.
92
93 2009-09-09 Nick Clifton <nickc@redhat.com>
94
95 PR 10478:
96 readelf.c (get_elf_section_flags): Add support for SHF_EXCLUDE and
97 SHF_ORDERED.
98 (process_section_headers): Warn about out of range sh_link
99 values. When displaying detailed section header information
100 annote the SHN_BEFORE and SHN_AFTER values.
101
102 2009-09-08 Alan Modra <amodra@bigpond.net.au>
103
104 * dwarf.c (byte_get_little_endian): Handle size of 3.
105 (byte_get_big_endian): Likewise.
106 * readelf.c (byte_put_little_endian): Likewise.
107 (byte_put_big_endian): Likewise.
108 (is_24bit_abs_reloc): New function.
109 (is_none_reloc): Formatting.
110 (apply_relocations): Use is_24bit_abs_reloc. Handle pj and xtensa
111 reloc peculiarity.
112
113 2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
114
115 * readelf.c (is_none_reloc <EM_XTENSA_OLD>, is_none_reloc <EM_XTENSA>):
116 New.
117
118 2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
119
120 * dwarf.c (process_debug_info): Support section padding abbrev codes.
121
122 2009-09-07 Tristan Gingold <gingold@adacore.com>
123
124 * po/binutils.pot: Regenerate.
125
126 2009-09-05 Jan Kratochvil <jan.kratochvil@redhat.com>
127
128 * Makefile.am (sysdump.o): Depend on sysroff.c.
129 * Makefile.in: Regenerate.
130
131 2009-09-05 Martin Thuresson <martin@mtme.org>
132
133 * ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class,
134 ieee_read_reference): Rename variables named class to cxxclass.
135
136 2009-09-04 Tristan Gingold <gingold@adacore.com>
137
138 * BRANCHES: Add binutils-2_20-branch.
139
140 2009-09-04 Tristan Gingold <gingold@adacore.com>
141
142 * NEWS: Add marker for 2.20.
143
144 2009-09-04 Timo Kreuzer <timo.kreuzer@web.de>
145
146 * dlltool.c (delayimp_name): Add new global variable
147 (usage, long_options, main): Add new option "-y" / "--output-delaylib"
148 (struct mac): Add fields how_dljtab_size, how_dljtab_roff1,
149 how_dljtab_roff2, how_dljtab, trampoline.
150 (i386_dljtab): Add binary stub for x86 delay import.
151 (i386_trampoline): Add text assembly stub for x86 delay import.
152 (mtable): Add delay import data for M386 and MX86 only.
153 (make_delay_head): New function.
154 (make_one_lib_file): New arg delay creates delay-load import stub.
155 (gen_lib_file): New arg delay likewise.
156 (HOW_JTAB, HOW_JTAB_SIZE, HOW_JTAB_ROFF): New arg delay likewise.
157 (HOW_JTAB_ROFF2, HOW_JTAB_ROFF3): New macros for delay import.
158 (make_tail): Convert hard TABS embedded in strings to "\t" escapes.
159 * NEWS: Mention new feature. Also fix whitespace.
160 * doc/binutils.texi: Updated dlltool documentation.
161
162 2009-09-02 Tristan Gingold <gingold@adacore.com>
163
164 * configure.com: Do not copy makefile.vms-in to makefile.vms
165 * makefile.vms-in: Renamed to...
166 * makefile.vms: ... this usual name as it is not processed anymore.
167 Remove WRITE_DEBUG_OBJS (unused) and reorder object files for
168 objdump.exe.
169
170 2009-09-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
171
172 * Makefile.am (arparse.o, arlex.o, sysroff.o, defparse.o)
173 (deflex.o, nlmheaders.o, rcparse.o, mcparse.o): Supply correct
174 source file name for generated files which may be in $(srcdir).
175 * Makefile.in: Regenerate.
176
177 2009-09-01 H.J. Lu <hongjiu.lu@intel.com>
178
179 * version.c (print_version): Change to "Copyright 2009".
180
181 2009-09-01 Tristan Gingold <gingold@adacore.com>
182
183 * makefile.vms-in: Remove unused VERSION variable. Remove unused
184 dependencies.
185 * configure.com: Ported to Itanium VMS. Create build.com DCL script.
186
187 2009-08-29 Martin Thuresson <martin@mtme.org>
188
189 * nlmconv.c (main): Rename variable new to new_name.
190
191 2009-08-28 H.J. Lu <hongjiu.lu@intel.com>
192
193 * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace
194 CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
195 (syslex.o): Likewise.
196 (sysinfo.o): Likewise.
197 (bin2c$(EXEEXT_FOR_BUILD)): Likewise.
198 * Makefile.in: Regenerated.
199
200 2009-08-27 Dave Korn <dave.korn.cygwin@gmail.com>
201
202 * doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
203 (--subsystem): ... from here.
204
205 2009-08-24 Cary Coutant <ccoutant@google.com>
206
207 * objdump.c (find_symbol_for_address): Avoid costly call to
208 bfd_octets_per_byte.
209
210 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
211
212 * Makefile.am (am__skiplex, am__skipyacc): New.
213 * Makefile.in: Regenerate.
214
215 2009-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
216
217 * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
218 * Makefile.in: Regenerate.
219
220 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
221
222 * Makefile.am (AM_CPPFLAGS): Renamed from ...
223 (INCLUDES): ... this.
224 (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
225 (installcheck-local): Renamed from ...
226 (installcheck): ... this.
227 * Makefile.in: Regenerate.
228
229 * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
230 foreign.
231 (MKDEP, CLEANFILES): Remove now-unneeded variables.
232 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
233 (mkdep section): Remove.
234 (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
235 (EXTRA_ar_SOURCES): New, list $(CFILES).
236 (syslex.o): Depend on syslex.c.
237 (sysinfo.o): Depend on sysinfo.c.
238 (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
239 Remove dependencies, now tracked by automake.
240 (srconv.o): Depend on sysroff.c.
241 (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
242 (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
243 (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
244 tracking rules; only list the dependency upon the primary source
245 file, but no included headers.
246 * Makefile.in: Regenerate.
247
248 * Makefile.am (install-pdf, install-pdf-recursive, install-html)
249 (install-html-recursive): Remove.
250 * Makefile.in: Regenerate.
251 * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
252 (html__strip_dir, install-html, install-html-am): Remove.
253 * doc/Makefile.in: Regenerate.
254
255 * Makefile.in: Regenerate.
256 * aclocal.m4: Likewise.
257 * config.in: Likewise.
258 * configure: Likewise.
259 * doc/Makefile.in: Likewise.
260
261 2009-08-17 Nick Clifton <nickc@redhat.com>
262
263 * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
264 32-bit absolute reloc for the purposes of processing debug
265 sections.
266
267 2009-08-10 Daniel Gutson <dgutson@codesourcery.com>
268
269 * readelf.c (get_arm_section_type_name): Added support for
270 new sections headers.
271
272 2009-08-03 H.J. Lu <hongjiu.lu@intel.com>
273
274 PR binutils/10364
275 * objcopy.c (strip_main): Check return from smart_rename.
276 (copy_main): Likewise.
277
278 2009-07-27 Nick Clifton <nickc@redhat.com>
279
280 PR 10413
281 * objdump.c (dump_section_header): Skip sections that we are
282 ignoring.
283
284 2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
285
286 * readelf.c (guess_is_rela): Handle EM_L1OM.
287 (dump_relocations): Likewise.
288 (get_machine_name): Likewise.
289 (get_section_type_name): Likewise.
290 (get_elf_section_flags): Likewise.
291 (get_symbol_index_type): Likewise.
292 (is_32bit_abs_reloc): Likewise.
293 (is_32bit_pcrel_reloc): Likewise.
294 (is_64bit_abs_reloc): Likewise.
295 (is_64bit_pcrel_reloc): Likewise.
296 (is_none_reloc): Likewise.
297
298 2009-07-23 Ulrich Drepper <drepper@redhat.com>
299
300 * readelf.c (get_symbol_binding): For Linux targeted files return
301 UNIQUE for symbols with the STB_GNU_UNIQUE binding.
302 * doc/binutils.texi: Document the meaning of the 'u' symbol
303 binding in the output of nm and objdump --syms.
304
305 2009-07-20 H.J. Lu <hongjiu.lu@intel.com>
306
307 * NEWS: Mention --insn-width.
308
309 * objdump.c (insn_width): New.
310 (usage): Display --insn-width.
311 (option_values): Add OPTION_INSN_WIDTH.
312 (long_options): Add --insn-width.
313 (disassemble_bytes): Handle insn_width.
314 (main): Handle OPTION_INSN_WIDTH.
315
316 * doc/binutils.texi: Document --insn-width.
317
318 2009-07-17 Nick Clifton <nickc@redhat.com>
319
320 * dwarf.c (display_debug_lines): If do_debug_lines has not been
321 set then default to displaying raw .debug_line section contents.
322
323 2009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
324
325 Support unordered .debug_info references to .debug_ranges.
326 * dwarf.c (struct range_entry, range_entry_compar): New.
327 (display_debug_ranges): Remove variables last_offset, first, j,
328 seen_first_offset, use_debug_info and next. New variables
329 range_entries and range_entry_fill. Create the sorted copy
330 range_entries. Remove the FIXME error on detected unordered references.
331 * dwarf.h (debug_info <range_lists>): New comment.
332
333 2009-07-14 Nick Clifton <nickc@redhat.com>
334
335 PR 10380
336 * README: Document use of LDFLAGS="--static".
337
338 2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
339
340 * Makefile.am: Run "make dep-am".
341 * Makefile.in: Regenerated.
342
343 2009-07-10 Tom Tromey <tromey@redhat.com>
344
345 * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
346 * Makefile.in: Rebuild.
347 * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
348
349 2009-07-06 Tristan Gingold <gingold@adacore.com>
350
351 * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
352 sections.
353 * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
354 * dwarf.c (debug_displays): Adjust for removed field.
355
356 2009-07-03 Jakub Jelinek <jakub@redhat.com>
357
358 * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
359 and DW_OP_implicit_value.
360
361 2009-07-01 Nick Clifton <nickc@redhat.com>
362
363 PR 6714
364 * rclex.c (handle_quotes): Do not complain about whitespace
365 separating quoted strings.
366 (rclex_string): Ignore whitespace when looking for a new opening
367 quote following a closing quote.
368
369 2009-06-27 H.J. Lu <hongjiu.lu@intel.com>
370
371 PR binutils/10321
372 * bucomm.c (get_file_size): Return -1 on error.
373
374 * objcopy.c (copy_file): Report empty file.
375
376 2009-06-23 Nick Clifton <nickc@redhat.com>
377
378 * dwarf.c (display_debug_lines_raw): Include the name of the
379 section in warning message.
380 (struct debug_display): Enable reloc processing for .debug_line
381 and .debug_ranges sections.
382
383 * readelf.c: Add --relocated-dump command line option to dump the
384 relocated contents of a specified section.
385 (request_dump): New function.
386 (parse_args): Use it.
387 (dump_section_as_bytes): Add parameter to indicate whether the
388 contents should be relocated.
389 (target_specific_reloc_handling): Add code for a R_MN10300_16
390 reloc found after a R_MN10300_SYM_DIFF reloc.
391 (debug_apply_relocations): Rename to apply_relocations.
392 (get_section_contents): New function. Replaces common code found
393 in dump_section_as_strings and dump_section_as_bytes.
394 * doc/binutils.texi: Document new command line option.
395 * NEWS: Mention the new feature.
396
397 2009-06-22 Nick Clifton <nickc@redhat.com>
398
399 * readelf.c (target_specific_reloc_handling): New function:
400 Processes relocs in a target specific manner.
401 (debug_apply_relocations): Use the new function.
402 * dwarf.c (display_debug_loc): End the dump with a blank line.
403 (struct debug_display): Enable reloc processing for .debug_aranges
404 and .debug_loc sections.
405
406 2009-06-19 Nick Clifton <nickc@redhat.com>
407
408 * ar.c (usage): Do not use #ifdef inside _("...).
409 * nm.c (usage): Likewise.
410
411 2009-06-18 Nick Clifton <nickc@redhat.com>
412
413 PR 10288
414 * objdump.c (disassemble_bytes): Set the
415 USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
416 if the user has invoked the -m switch.
417 * doc/binutils.texi: Document the additional behaviour of
418 objdump's -m switch for ARM targets.
419
420 2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
421
422 * configure.in: Merge cegcc and mingw32ce target name changes from
423 CeGCC project.
424
425 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
426
427 * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
428 * configure: Regenerate.
429
430 2009-06-15 Nick Clifton <nickc@redhat.com>
431
432 PR 10263
433 * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
434 the flags field of the disassemble_info structure if the -D switch
435 is in operation.
436
437 2009-06-12 Homer Xing <homer.xing@yahoo.com>
438
439 * NEWS: Mention new feature added to gprof.
440
441 2009-06-12 John Reiser <jreiser@BitWagon.com>
442
443 * readelf.c (process_symbol_table): Set gnubuckets to NULL after
444 freeing it and before returning.
445
446 2009-06-12 Jakub Jelinek <jakub@redhat.com>
447
448 * readelf.c (process_symbol_table): Don't return early if
449 .hash/.gnu.hash is empty/unusable and not -D.
450
451 2009-06-09 Tom Bramer <tjb@postpro.net>
452
453 PR 10165
454 * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
455 to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
456
457 2009-06-04 Alan Modra <amodra@bigpond.net.au>
458
459 * strings.c (main): Delay parsing of decimal digits.
460
461 2009-06-04 Alan Modra <amodra@bigpond.net.au>
462
463 * dep-in.sed: Don't use \n in replacement part of s command.
464 * Makefile.am (DEP1): LC_ALL for uniq.
465 Run "make dep-am".
466 * Makefile.in: Regenerate.
467
468 2009-06-03 Tristan Gingold <gingold@adacore.com>
469
470 * MAINTAINERS: Add myself as Mach-O maintainer.
471
472 2009-06-01 Alan Modra <amodra@bigpond.net.au>
473
474 PR 10199
475 * doc/binutils.texi (nm): Correct -S description.
476
477 2009-05-28 Nick Clifton <nickc@redhat.com>
478
479 * po/da.po: Updated Danish translation.
480
481 2009-05-28 Nick Clifton <nickc@redhat.com>
482
483 * readelf.c (display_debug_section): Do not display debug sections
484 with the NOBITS section type.
485
486 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
487
488 * aclocal.m4: Include ../config/plugins.m4.
489 * configure.in: Use AC_PLUGINS.
490 * configure: Regenerate.
491 * Makefile.in: Regenerate.
492 * doc/Makefile.in: Regenerate.
493
494 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
495
496 * ar.c (main): Call bfd_plugin_set_program_name.
497 * nm.c (main): Call bfd_plugin_set_program_name.
498
499 2009-05-27 Nathan Sidwell <nathan@codesourcery.com>
500
501 * sysdump.c (tab): Use puts rather than two printfs.
502
503 2009-05-26 Nick Clifton <nickc@redhat.com>
504
505 * po/id.po: Updated Indonesian translation.
506 * po/binutils.pot: Updated template file.
507
508 2009-05-26 Rafael Avila de Espindola <espindola@google.com>
509
510 * ar.c: Include plugin.h.
511 (main): Handle the --plugin option.
512 * nm.c: Include plugin.h.
513 (OPTION_PLUGIN): New.
514 (long_options): Add plugin.
515 (main): Handle OPTION_PLUGIN.
516 * NEWS: Mention the new feature.
517 * doc/binutils: Documement the new command line options.
518 * configure.in: Check for --enable-plugins.
519 * configure: Regenerate.
520
521 2009-05-26 Alan Modra <amodra@bigpond.net.au>
522
523 * dep-in.sed: Output one filename per line with all lines having
524 continuation backslash. Prefix first line with "A", following
525 lines with "B".
526 * Makefile.am (DEP): Don't use dep.sed here.
527 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
528 sort and uniq.
529 * Makefile.in: Regenerate.
530
531 2009-05-25 Tristan Gingold <gingold@adacore.com>
532
533 * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
534
535 * configure.com: Fix it: handle alloca and define TARGET in config.h.
536
537 2009-05-22 Alan Modra <amodra@bigpond.net.au>
538
539 * Makefile.am: Run "make dep-am".
540 * Makefile.in: Regenerate.
541
542 2009-05-12 Alan Modra <amodra@bigpond.net.au>
543
544 * objcopy.c (set_long_section_mode): Check input_bfd is coff
545 before accessing coff specific fields of bfd.
546
547 2009-05-09 Dave Korn <dave.korn.cygwin@gmail.com>
548
549 * MAINTAINERS: Add myself as PE/COFF co-maintainer.
550
551 2009-05-08 Kai Tietz <kai.tietz@onevision.com>
552
553 * winduni.c (iconv_onechar): Only define when HAVE_ICONV
554 is defined, but not when __CYGWIN__ or _WIN32 are defined.
555 See wind_iconv_cp for call logic of this local funtion.
556
557 2009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
558
559 PR 10109
560 * winduni.c: Replace test of HAVE_ICONV_H with a test of
561 HAVE_ICONV.
562 (iconv_onechar): Use ICONV_CONST instead of "const".
563 (wind_MultiByteToWideChar): Initialise local strings.
564
565 2009-04-30 Nick Clifton <nickc@redhat.com>
566
567 * readelf.c (dump_relocations): Display a relocation against an
568 ifunc symbol as if it were a function invocation.
569 (get_symbol_type): Handle STT_GNU_IFUNC.
570
571 2009-04-29 Anthony Green <green@moxielogic.com>
572
573 * NEWS: Tweak verilog support description.
574
575 2009-04-29 Alan Modra <amodra@bigpond.net.au>
576 Denis Scherbakov <denis_scherbakov@yahoo.com>
577
578 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
579 read, and merge with 32-bit case.
580
581 2009-04-27 Anthony Green <green@moxielogic.com>
582
583 * NEWS: Mention verilog support added to bfd.
584
585 2009-04-27 H.J. Lu <hongjiu.lu@intel.com>
586
587 * objcopy.c (copy_object): Copy pe_opthdr before changing PE
588 parameters.
589
590 2009-04-24 Cary Coutant <ccoutant@google.com>
591
592 * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
593 Add missing newlines to HP extensions.
594
595 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
596
597 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
598 * doc/binutils.texi: Likewise.
599
600 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
601
602 PR binutils/10074
603 * objcopy.c: Include coff/i386.h and coff/pe.h.
604 (pe_file_alignment): New.
605 (pe_heap_commit): Likewise.
606 (pe_heap_reserve): Likewise.
607 (pe_image_base): Likewise.
608 (pe_section_alignment): Likewise.
609 (pe_stack_commit): Likewise.
610 (pe_stack_reserve): Likewise.
611 (pe_subsystem): Likewise.
612 (pe_major_subsystem_version): Likewise.
613 (pe_minor_subsystem_version): Likewise.
614 (set_pe_subsystem): Likewise.
615 (convert_efi_target): Likewise.
616 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
617 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
618 OPTION_STACK and OPTION_SUBSYSTEM.
619 (copy_options): Likewise.
620 (copy_usage): Add --file-alignment, --heap, --image-base,
621 --section-alignment, --stack and --subsystem.
622 (copy_object): Set up PE parameters.
623 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
624 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
625 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
626 PEI target.
627
628 * NEWS: Mention --file-alignment, --heap, --image-base,
629 --section-alignment, --stack and --subsystem command line
630 options for objcopy.
631
632 * doc/binutils.texi: Document --file-alignment, --heap,
633 --image-base, --section-alignment, --stack and --subsystem
634 command line options for objcopy.
635
636 2009-04-15 Anthony Green <green@moxielogic.com>
637
638 * MAINTAINERS: Add myself as Moxie port maintainer.
639
640 2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
641
642 * objcopy.c (enum long_section_name_handling): New enum type.
643 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
644 (copy_options[]): Add entry for --long-section-names option.
645 (copy_usage): Document it.
646 (set_long_section_mode): New subroutine.
647 (copy_file): Call it.
648 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
649 * doc/binutils.texi: Update objcopy documentation with details
650 of new option.
651
652 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
653
654 * dlltool.c (set_dll_name_from_def): Accept new second arg that
655 indicates if we are building DLL or EXE, and use it to add a
656 default suffix to the output filename when none is already present.
657 (def_name): Indicate we are building an EXE when calling it.
658 (def_library): Indicate we are building a DLL when calling it.
659
660 2009-04-01 Jari Aalto <jari.aalto@cante.net>
661
662 PR 9972
663 * doc/binutils.texi (strings): Document the -V alias for the
664 --version option.
665 * strings.c (usage): Likewise.
666
667 2009-03-31 Nick Clifton <nickc@redhat.com>
668
669 PR 9992
670 * configure.in: Import Solaris specific largefile test from
671 bfd/configure.in.
672 * configure: Regenerate.
673
674 2009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
675
676 * MAINTAINERS: Add self.
677
678 2009-03-27 Nick Clifton <nickc@redhat.com>
679
680 * dwarf.c (display_debug_ranges): Add the base address to the
681 displayed values for 'Begin' and 'End'.
682
683 2009-03-25 Ryan Mansfield <rmansfield@qnx.com>
684
685 * readelf.c (process_file_header): Don't report a corrupt string
686 table index if it is zero.
687
688 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
689
690 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
691 (dwarf_regnames_count): Likewise.
692 (frame_need_space): Return int.
693 (display_debug_frames): Check invalid registers.
694
695 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
696
697 * readelf.c (debug_apply_relocations): Check relocations
698 against STT_SECTION symbol.
699
700 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
701
702 * readelf.c (debug_apply_relocations): Allow relocations
703 against function symbols.
704
705 2009-03-18 Alan Modra <amodra@bigpond.net.au>
706
707 * sysdep.h: Include alloca-conf.h instead of config.h and remove
708 existing #if's handling alloca.
709 * Makefile.am: Run "make dep-am".
710 * Makefile.in: Regenerate.
711
712 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
713
714 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
715 * configure.in: Likewise.
716 * configure: Regenerate.
717
718 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
719
720 PR binutils/9945
721 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
722
723 2009-03-11 Chris Demetriou <cgd@google.com>
724
725 * ar.c (deterministic): New global variable.
726 (main): Recognize new 'D' option, which enables 'deterministic mode'.
727 (usage): Document new 'D' option.
728 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
729 flags if deterministic mode was requested.
730 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
731
732 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
733
734 PR binutils/9933
735 * objcopy.c (filter_symbols): Properly handle common symbols
736 in relocatable file.
737
738 2009-03-06 Nick Clifton <nickc@redhat.com>
739
740 * po/es.po: Updated Spanish translation.
741
742 2009-03-05 Nick Clifton <nickc@redhat.com>
743
744 * objdump.c (disassemble_section): If the computed next offset is
745 not beyond the current offset then just continue to the end.
746
747 2009-03-04 Tristan Gingold <gingold@adacore.com>
748
749 * MAINTAINERS: Add myself as VMS maintainer.
750
751 2009-03-03 Nick Clifton <nickc@redhat.com>
752
753 * readelf.c: Update formatting.
754
755 2009-03-03 Alan Modra <amodra@bigpond.net.au>
756
757 * Makefile.am: Run "make dep-am".
758 * Makefile.in: Regenerate.
759
760 2009-03-03 Alan Modra <amodra@bigpond.net.au>
761
762 * objdump.c (disassemble_section): Mask address before sign extending.
763
764 2009-03-02 Sebastian Biallas <sb@biallas.net>
765
766 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
767 (parse_ieee_bb): Set the filename if it has not already been
768 discovered.
769
770 2009-03-02 Cary Coutant <ccoutant@google.com>
771
772 * readelf.c (adjust_relative_path): New function.
773 (struct archive_info): New type.
774 (setup_archive): New function.
775 (release_archive): New function.
776 (setup_nested_archive): New function.
777 (get_archive_member_name): New function.
778 (get_archive_member_name_at): New function.
779 (make_qualified_name): New function.
780 (process_archive): Factor out code for reading archive index and
781 long filename table to setup_archive. Add support for thin archives.
782
783 2009-03-02 Nick Clifton <nickc@redhat.com>
784
785 * po/sk.po: Updated Slovak translation.
786
787 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
788
789 * configure: Regenerate.
790
791 2009-02-23 Cary Coutant <ccoutant@google.com>
792
793 * objdump.c (load_specific_debug_section): New function, from
794 load_debug_section.
795 (load_debug_section): Use load_specific_debug_section.
796 (dump_dwarf_section): Likewise.
797
798 2009-02-23 Cary Coutant <ccoutant@google.com>
799
800 * readelf.c (parse_args): Select all sections explicitly for -w.
801
802 2009-02-09 Kai Tietz <kai.tietz@onevision.com>
803
804 * windres.c (set_endianess): Copy name without leading '-'.
805
806 2009-02-09 Tristan Gingold <gingold@adacore.com>
807
808 * NEWS: Mention feature match between objdump and readelf for dumping
809 dwarf info.
810
811 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
812 objdump.
813
814 * objdump.c (usage): Update documentation for -W/--dwarf.
815 (enum option_values): Add OPTION_DWARF.
816 (long_options): --dwarf can accept arguments.
817 (dump_dwarf_section): Also check enabled field.
818 (main): Option -W can accept arguments, code moved to
819 dwarf.c and call dwarf_select_sections_all instead.
820 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
821 (parse_args): Move code to...
822 * dwarf.c (dwarf_select_sections_by_letters,
823 dwarf_select_sections_by_names): : ...here (new functions).
824 (do_debug_lines_decoded): Remove and replaced by ...
825 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
826 (display_debug_lines): Adjust for previous change.
827 (dwarf_select_sections_all): New function.
828 (debug_displays): Add initializer for enabled field.
829 * dwarf.h (do_debug_lines_decoded): Remove.
830 Add prototypes for the new functions.
831 (struct dwarf_section_display): Add enabled field.
832
833 2009-02-06 Nick Clifton <nickc@redhat.com>
834
835 * po/vi.po: Updated Vietnamese translation.
836
837 2009-02-03 Sandip Matte <sandip@rmicorp.com>
838
839 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
840
841 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
842
843 * NEWS: Move --as-needed change to ...
844 * ../ld/NEWS: Here.
845
846 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
847
848 * configure.in: AC_SUBST pdfdir.
849 * Makefile.am: Add install-pdf, install-pdf-am,
850 and install-pdf-recursive targets.
851 * doc/Makefile.am: Define pdf__strip_dir. Add
852 install-pdf and install-pdf-am targets.
853 * po/Make-in: Add install-pdf target.
854 * configure: Regenerate.
855 * Makefile.in: Regenerate.
856 * doc/Makefile.in: Regenerate.
857
858 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
859
860 PR binutils/9784
861 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
862
863 * doc/binutils.texi: Document --prefix=PREFIX and
864 --prefix-strip=LEVEL.
865
866 * objdump.c: Include "filenames.h".
867 (prefix): New.
868 (prefix_strip): Likewise.
869 (prefix_length): Likewise.
870 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
871 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
872 (long_options): Likewise.
873 (show_line): Handle prefix and prefix_strip.
874 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
875
876 * readelf.c (PATH_MAX): Moved to ...
877 * sysdep.h: Here.
878
879 2009-01-31 Alan Modra <amodra@bigpond.net.au>
880
881 * NEWS: Mention --as-needed change.
882
883 2009-01-29 Alan Modra <amodra@bigpond.net.au>
884
885 PR 9798
886 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
887 (bfd_get_archive_filename): Constify param.
888 * bucomm.h (bfd_get_archive_filename): Update prototype.
889 * objcopy.c (RETURN_NONFATAL): Delete.
890 (copy_unknown_object): Don't call bfd_get_archive_filename for
891 bfd_nonfatal_message filename, instead just pass bfd.
892 (copy_object): Likewise.
893 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
894 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
895 (setup_bfd_headers): Fix error message.
896
897 2009-01-27 Nick Clifton <nickc@redhat.com>
898
899 PR 9774
900 * objdump.c (disassemble_section): When the target uses signed
901 addresses make sure that we compute signed values.
902
903 2009-01-27 Nick Clifton <nickc@redhat.com>
904
905 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
906 maintainers.
907
908 2009-01-26 Nick Clifton <nickc@redhat.com>
909
910 PR 9766
911 * dlltool.c (xlate): When strip text after the @ sign, look for
912 the last one not the first one.
913
914 2009-01-16 Alan Modra <amodra@bigpond.net.au>
915
916 * configure.in (commonbfdlib): Delete.
917 * configure: Regenerate.
918
919 2008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
920
921 Cleanup code related to --identify option.
922
923 * dlltool.c (file scope): Removed globals identify_ms,
924 identify_member_contains_symname_result,
925 identify_dll_name_list_head, and identify_dll_name_list_tail.
926 Renamed existing typedef dll_name_list_type to
927 dll_name_list_node_type.
928 Added new typedefs dll_name_list_type, symname_search_data_type,
929 and identify_data_type.
930 (identify_append_dll_name_to_list): Renamed to...
931 (dll_name_list_append): ...here. Changed signature to accept list
932 argument rather than use global.
933 (identify_count_dll_name_list): Renamed to...
934 (dll_name_list_count): ...here. Changed signature to accept list
935 argument rather than use global.
936 (identify_print_dll_name_list): Renamed to...
937 (dll_name_list_print): ...here. Changed signature to accept list
938 argument rather than use global.
939 (identify_free_dll_name_list): Renamed to...
940 (dll_name_list_free_contents): ...here.
941 (dll_name_list_free): New function.
942 (dll_name_list_create): New function.
943 (identify_process_section_p): Changed signature to accept
944 ms_style_implib argument rather than use global.
945 (identify_member_contains_symname): Expect incoming void * data to
946 be symname_search_data_type.
947 (identify_dll_for_implib): Use new functions dll_name_list_create
948 and dll_name_list_free. Use new types symname_search_data_type
949 and identify_data_type to communicate with search routines.
950 (identify_search_section): Expect incoming void * data to be
951 identify_data_type. Use its contents rather than global
952 variables.
953
954 2009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
955
956 Add --identify-strict option. Handle ms-style implibs:
957
958 * dlltool.c (file scope): Added new globals identify_ms and
959 identify_strict. New typedef dll_name_list_type, and globals
960 identify_dll_name_list_head and identify_dll_name_list_tail. Added
961 new global identify_member_contains_symname_result.
962 (identify_append_dll_name_to_list): New function.
963 (identify_count_dll_name_list): New function.
964 (identify_print_dll_name_list): New function.
965 (identify_free_dll_name_list): New function.
966 (identify_search_archive): Changed signature to take function
967 pointer to operation to apply to each member, and data to pass on
968 to that function.
969 (identify_search_member): Changed signature to accept user data
970 from caller.
971 (identify_member_contains_symname): New function.
972 (identify_dll_for_implib): Rewrite. Now determines whether implib
973 is ms- or binutils- style, before searching sections for
974 dllname. Allows multiple dllnames.
975 (identify_process_section_p): Search alternate section for dllname
976 when implib is ms-style.
977 (identify_search_section): Add additional conditions to excludes
978 candidate sections from consideration.
979 (usage): Added --identify-strict.
980 (long_options): Added --identify-strict.
981 (main): Handle --identify-strict option.
982 * doc/binutils.texi: Document --identify-strict option.
983 * NEWS: Document --identify and --identify-strict options.
984
985 2009-01-13 Alan Modra <amodra@bigpond.net.au>
986
987 PR 7034
988 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
989
990 2009-01-13 Alan Modra <amodra@bigpond.net.au>
991
992 * objdump.c (disassemble_section): Don't assume non-instruction
993 data if object symbol at given address is in different section.
994
995 2009-01-12 Kai Tietz <kai.tietz@onevision.com>
996
997 * dlltool.c (create_for_pep): New.
998 (flush_page): Use create_for_pep instead of using
999 macro DLLTOOL_MX86_64 clause.
1000 (generate_idata_ofile): Likewise.
1001 (make_one_lib_file): Likewise.
1002 (make_head): Likewise.
1003 (make_tail): Likewise.
1004 (main): Initialize create_for_pep.
1005
1006 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
1007
1008 * dlltool.c (use_nul_prefixed_import_tables): New.
1009 (make_head): Make prefix leading zero prefix element for
1010 idata$4 and idata$5 dependent to new flag.
1011 (usage): Add new option --use-nul-prefixed-import-tables.
1012 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
1013 (long_options): Add --use-nul-prefixed-import-tables.
1014 (main): Likewise.
1015 * doc/binutils.texi: Add new option documentation for
1016 --use-nul-prefixed-import-tables.
1017 * NEWS: Add new option.
1018
1019 2009-01-06 Kai Tietz <kai.tietz@onevision.com>
1020
1021 * windres.c (set_endianess): Get architecture name
1022 for internal target names like "pe-arm-wince-little".
1023 (find_arch_match): New helper.
1024 * ChangeLog: Reset it.
1025 * ChangeLog-2008: Moved old ChangeLog.
1026
1027 For older changes see ChangeLog-2008
1028 \f
1029 Local Variables:
1030 mode: change-log
1031 left-margin: 8
1032 fill-column: 74
1033 version-control: never
1034 End:
This page took 0.063582 seconds and 4 git commands to generate.