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