Minor fixes in sim, gold, gdb for Autoconf 2.64, Automake 1.11.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
5fda8eca
NC
12009-08-17 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
4 32-bit absolute reloc for the purposes of processing debug
5 sections.
6
7f6fed87
NC
72009-08-10 Daniel Gutson <dgutson@codesourcery.com>
8
9 * readelf.c (get_arm_section_type_name): Added support for
10 new sections headers.
11
92fac5ec
L
122009-08-03 H.J. Lu <hongjiu.lu@intel.com>
13
14 PR binutils/10364
15 * objcopy.c (strip_main): Check return from smart_rename.
16 (copy_main): Likewise.
17
d2fcac5c
NC
182009-07-27 Nick Clifton <nickc@redhat.com>
19
20 PR 10413
21 * objdump.c (dump_section_header): Skip sections that we are
22 ignoring.
23
8a9036a4
L
242009-07-25 H.J. Lu <hongjiu.lu@intel.com>
25
26 * readelf.c (guess_is_rela): Handle EM_L1OM.
27 (dump_relocations): Likewise.
28 (get_machine_name): Likewise.
29 (get_section_type_name): Likewise.
30 (get_elf_section_flags): Likewise.
31 (get_symbol_index_type): Likewise.
32 (is_32bit_abs_reloc): Likewise.
33 (is_32bit_pcrel_reloc): Likewise.
34 (is_64bit_abs_reloc): Likewise.
35 (is_64bit_pcrel_reloc): Likewise.
36 (is_none_reloc): Likewise.
37
3e7a7d11
NC
382009-07-23 Ulrich Drepper <drepper@redhat.com>
39
40 * readelf.c (get_symbol_binding): For Linux targeted files return
41 UNIQUE for symbols with the STB_GNU_UNIQUE binding.
42 * doc/binutils.texi: Document the meaning of the 'u' symbol
43 binding in the output of nm and objdump --syms.
44
3dcb3fcb
L
452009-07-20 H.J. Lu <hongjiu.lu@intel.com>
46
47 * NEWS: Mention --insn-width.
48
49 * objdump.c (insn_width): New.
50 (usage): Display --insn-width.
51 (option_values): Add OPTION_INSN_WIDTH.
52 (long_options): Add --insn-width.
53 (disassemble_bytes): Handle insn_width.
54 (main): Handle OPTION_INSN_WIDTH.
55
56 * doc/binutils.texi: Document --insn-width.
57
008f4c78
NC
582009-07-17 Nick Clifton <nickc@redhat.com>
59
60 * dwarf.c (display_debug_lines): If do_debug_lines has not been
61 set then default to displaying raw .debug_line section contents.
62
01a8f077
JK
632009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
64
65 Support unordered .debug_info references to .debug_ranges.
66 * dwarf.c (struct range_entry, range_entry_compar): New.
67 (display_debug_ranges): Remove variables last_offset, first, j,
68 seen_first_offset, use_debug_info and next. New variables
69 range_entries and range_entry_fill. Create the sorted copy
70 range_entries. Remove the FIXME error on detected unordered references.
71 * dwarf.h (debug_info <range_lists>): New comment.
72
1aa604e1
NC
732009-07-14 Nick Clifton <nickc@redhat.com>
74
75 PR 10380
76 * README: Document use of LDFLAGS="--static".
77
8455dd2c
L
782009-07-10 H.J. Lu <hongjiu.lu@intel.com>
79
80 * Makefile.am: Run "make dep-am".
81 * Makefile.in: Regenerated.
82
fa8f86ff
TT
832009-07-10 Tom Tromey <tromey@redhat.com>
84
85 * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
86 * Makefile.in: Rebuild.
87 * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
88
c8450da8
TG
892009-07-06 Tristan Gingold <gingold@adacore.com>
90
91 * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
92 sections.
93 * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
94 * dwarf.c (debug_displays): Adjust for removed field.
95
3244e8f5
JJ
962009-07-03 Jakub Jelinek <jakub@redhat.com>
97
98 * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
99 and DW_OP_implicit_value.
100
a87a00ea
NC
1012009-07-01 Nick Clifton <nickc@redhat.com>
102
103 PR 6714
104 * rclex.c (handle_quotes): Do not complain about whitespace
105 separating quoted strings.
106 (rclex_string): Ignore whitespace when looking for a new opening
107 quote following a closing quote.
108
52a476ee
L
1092009-06-27 H.J. Lu <hongjiu.lu@intel.com>
110
111 PR binutils/10321
112 * bucomm.c (get_file_size): Return -1 on error.
113
114 * objcopy.c (copy_file): Report empty file.
115
cf13d699
NC
1162009-06-23 Nick Clifton <nickc@redhat.com>
117
118 * dwarf.c (display_debug_lines_raw): Include the name of the
119 section in warning message.
120 (struct debug_display): Enable reloc processing for .debug_line
121 and .debug_ranges sections.
122
123 * readelf.c: Add --relocated-dump command line option to dump the
124 relocated contents of a specified section.
125 (request_dump): New function.
126 (parse_args): Use it.
127 (dump_section_as_bytes): Add parameter to indicate whether the
128 contents should be relocated.
129 (target_specific_reloc_handling): Add code for a R_MN10300_16
130 reloc found after a R_MN10300_SYM_DIFF reloc.
131 (debug_apply_relocations): Rename to apply_relocations.
132 (get_section_contents): New function. Replaces common code found
133 in dump_section_as_strings and dump_section_as_bytes.
134 * doc/binutils.texi: Document new command line option.
135 * NEWS: Mention the new feature.
136
98fb390a
NC
1372009-06-22 Nick Clifton <nickc@redhat.com>
138
139 * readelf.c (target_specific_reloc_handling): New function:
140 Processes relocs in a target specific manner.
141 (debug_apply_relocations): Use the new function.
142 * dwarf.c (display_debug_loc): End the dump with a blank line.
143 (struct debug_display): Enable reloc processing for .debug_aranges
144 and .debug_loc sections.
145
d46fc8e8
NC
1462009-06-19 Nick Clifton <nickc@redhat.com>
147
148 * ar.c (usage): Do not use #ifdef inside _("...).
149 * nm.c (usage): Likewise.
150
0313a2b8
NC
1512009-06-18 Nick Clifton <nickc@redhat.com>
152
153 PR 10288
154 * objdump.c (disassemble_bytes): Set the
155 USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
156 if the user has invoked the -m switch.
157 * doc/binutils.texi: Document the additional behaviour of
158 objdump's -m switch for ARM targets.
159
361dff73
DK
1602009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
161
0313a2b8
NC
162 * configure.in: Merge cegcc and mingw32ce target name changes from
163 CeGCC project.
361dff73 164
0313a2b8 1652007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
166
167 * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
168 * configure: Regenerate.
169
1316c8b3
NC
1702009-06-15 Nick Clifton <nickc@redhat.com>
171
172 PR 10263
173 * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
174 the flags field of the disassemble_info structure if the -D switch
175 is in operation.
176
0e27a8f6
NC
1772009-06-12 Homer Xing <homer.xing@yahoo.com>
178
179 * NEWS: Mention new feature added to gprof.
180
f64fddf1
NC
1812009-06-12 John Reiser <jreiser@BitWagon.com>
182
183 * readelf.c (process_symbol_table): Set gnubuckets to NULL after
184 freeing it and before returning.
185
d3a44ec6
JJ
1862009-06-12 Jakub Jelinek <jakub@redhat.com>
187
188 * readelf.c (process_symbol_table): Don't return early if
189 .hash/.gnu.hash is empty/unusable and not -D.
190
b882b028
NC
1912009-06-09 Tom Bramer <tjb@postpro.net>
192
193 PR 10165
194 * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
195 to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
196
e36aef42
AM
1972009-06-04 Alan Modra <amodra@bigpond.net.au>
198
199 * strings.c (main): Delay parsing of decimal digits.
200
4b9d2a99
AM
2012009-06-04 Alan Modra <amodra@bigpond.net.au>
202
203 * dep-in.sed: Don't use \n in replacement part of s command.
204 * Makefile.am (DEP1): LC_ALL for uniq.
205 Run "make dep-am".
206 * Makefile.in: Regenerate.
207
b517c9b6
TG
2082009-06-03 Tristan Gingold <gingold@adacore.com>
209
210 * MAINTAINERS: Add myself as Mach-O maintainer.
211
1533edfb
AM
2122009-06-01 Alan Modra <amodra@bigpond.net.au>
213
214 PR 10199
215 * doc/binutils.texi (nm): Correct -S description.
216
b662cd9e
NC
2172009-05-28 Nick Clifton <nickc@redhat.com>
218
219 * po/da.po: Updated Danish translation.
220
5dff79d8
NC
2212009-05-28 Nick Clifton <nickc@redhat.com>
222
223 * readelf.c (display_debug_section): Do not display debug sections
224 with the NOBITS section type.
225
fc579192
NC
2262009-05-27 Rafael Avila de Espindola <espindola@google.com>
227
228 * aclocal.m4: Include ../config/plugins.m4.
229 * configure.in: Use AC_PLUGINS.
230 * configure: Regenerate.
231 * Makefile.in: Regenerate.
232 * doc/Makefile.in: Regenerate.
233
2342009-05-27 Rafael Avila de Espindola <espindola@google.com>
235
236 * ar.c (main): Call bfd_plugin_set_program_name.
237 * nm.c (main): Call bfd_plugin_set_program_name.
238
3614867c
NS
2392009-05-27 Nathan Sidwell <nathan@codesourcery.com>
240
241 * sysdump.c (tab): Use puts rather than two printfs.
242
f12e7348
NC
2432009-05-26 Nick Clifton <nickc@redhat.com>
244
245 * po/id.po: Updated Indonesian translation.
246 * po/binutils.pot: Updated template file.
247
ce3c775b
NC
2482009-05-26 Rafael Avila de Espindola <espindola@google.com>
249
250 * ar.c: Include plugin.h.
251 (main): Handle the --plugin option.
252 * nm.c: Include plugin.h.
253 (OPTION_PLUGIN): New.
254 (long_options): Add plugin.
255 (main): Handle OPTION_PLUGIN.
256 * NEWS: Mention the new feature.
257 * doc/binutils: Documement the new command line options.
258 * configure.in: Check for --enable-plugins.
259 * configure: Regenerate.
260
00f3247a
AM
2612009-05-26 Alan Modra <amodra@bigpond.net.au>
262
263 * dep-in.sed: Output one filename per line with all lines having
264 continuation backslash. Prefix first line with "A", following
265 lines with "B".
266 * Makefile.am (DEP): Don't use dep.sed here.
267 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
268 sort and uniq.
269 * Makefile.in: Regenerate.
270
c5ac1056
TG
2712009-05-25 Tristan Gingold <gingold@adacore.com>
272
273 * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
274
275 * configure.com: Fix it: handle alloca and define TARGET in config.h.
276
2b3decb5
AM
2772009-05-22 Alan Modra <amodra@bigpond.net.au>
278
279 * Makefile.am: Run "make dep-am".
280 * Makefile.in: Regenerate.
281
78e82dc3
AM
2822009-05-12 Alan Modra <amodra@bigpond.net.au>
283
284 * objcopy.c (set_long_section_mode): Check input_bfd is coff
285 before accessing coff specific fields of bfd.
286
57f6e0bc
DK
2872009-05-09 Dave Korn <dave.korn.cygwin@gmail.com>
288
289 * MAINTAINERS: Add myself as PE/COFF co-maintainer.
290
34e8a6f7
KT
2912009-05-08 Kai Tietz <kai.tietz@onevision.com>
292
293 * winduni.c (iconv_onechar): Only define when HAVE_ICONV
294 is defined, but not when __CYGWIN__ or _WIN32 are defined.
295 See wind_iconv_cp for call logic of this local funtion.
296
6f4c2146
NC
2972009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
298
299 PR 10109
300 * winduni.c: Replace test of HAVE_ICONV_H with a test of
301 HAVE_ICONV.
302 (iconv_onechar): Use ICONV_CONST instead of "const".
303 (wind_MultiByteToWideChar): Initialise local strings.
304
d8045f23
NC
3052009-04-30 Nick Clifton <nickc@redhat.com>
306
307 * readelf.c (dump_relocations): Display a relocation against an
308 ifunc symbol as if it were a function invocation.
309 (get_symbol_type): Handle STT_GNU_IFUNC.
310
43cd3ced
AG
3112009-04-29 Anthony Green <green@moxielogic.com>
312
313 * NEWS: Tweak verilog support description.
314
c6a0c689
AM
3152009-04-29 Alan Modra <amodra@bigpond.net.au>
316 Denis Scherbakov <denis_scherbakov@yahoo.com>
317
318 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
319 read, and merge with 32-bit case.
320
c067354b
NC
3212009-04-27 Anthony Green <green@moxielogic.com>
322
323 * NEWS: Mention verilog support added to bfd.
324
325c681d
L
3252009-04-27 H.J. Lu <hongjiu.lu@intel.com>
326
327 * objcopy.c (copy_object): Copy pe_opthdr before changing PE
328 parameters.
329
ed4a4bdf
CC
3302009-04-24 Cary Coutant <ccoutant@google.com>
331
332 * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
333 Add missing newlines to HP extensions.
334
d9118602
L
3352009-04-17 H.J. Lu <hongjiu.lu@intel.com>
336
337 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
338 * doc/binutils.texi: Likewise.
339
92dd4511
L
3402009-04-17 H.J. Lu <hongjiu.lu@intel.com>
341
342 PR binutils/10074
343 * objcopy.c: Include coff/i386.h and coff/pe.h.
344 (pe_file_alignment): New.
345 (pe_heap_commit): Likewise.
346 (pe_heap_reserve): Likewise.
347 (pe_image_base): Likewise.
348 (pe_section_alignment): Likewise.
349 (pe_stack_commit): Likewise.
350 (pe_stack_reserve): Likewise.
351 (pe_subsystem): Likewise.
352 (pe_major_subsystem_version): Likewise.
353 (pe_minor_subsystem_version): Likewise.
354 (set_pe_subsystem): Likewise.
355 (convert_efi_target): Likewise.
356 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
357 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
358 OPTION_STACK and OPTION_SUBSYSTEM.
359 (copy_options): Likewise.
360 (copy_usage): Add --file-alignment, --heap, --image-base,
361 --section-alignment, --stack and --subsystem.
362 (copy_object): Set up PE parameters.
363 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
364 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
365 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
366 PEI target.
367
368 * NEWS: Mention --file-alignment, --heap, --image-base,
369 --section-alignment, --stack and --subsystem command line
370 options for objcopy.
371
372 * doc/binutils.texi: Document --file-alignment, --heap,
373 --image-base, --section-alignment, --stack and --subsystem
374 command line options for objcopy.
375
20135e4c
NC
3762009-04-15 Anthony Green <green@moxielogic.com>
377
17eb60e9 378 * MAINTAINERS: Add myself as Moxie port maintainer.
20135e4c 379
0408dee6
DK
3802009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
381
382 * objcopy.c (enum long_section_name_handling): New enum type.
383 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
384 (copy_options[]): Add entry for --long-section-names option.
385 (copy_usage): Document it.
386 (set_long_section_mode): New subroutine.
387 (copy_file): Call it.
388 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
389 * doc/binutils.texi: Update objcopy documentation with details
390 of new option.
391
2fe50fe3
DK
3922009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
393
394 * dlltool.c (set_dll_name_from_def): Accept new second arg that
395 indicates if we are building DLL or EXE, and use it to add a
396 default suffix to the output filename when none is already present.
397 (def_name): Indicate we are building an EXE when calling it.
398 (def_library): Indicate we are building a DLL when calling it.
399
ffbe5983
NC
4002009-04-01 Jari Aalto <jari.aalto@cante.net>
401
402 PR 9972
403 * doc/binutils.texi (strings): Document the -V alias for the
404 --version option.
405 * strings.c (usage): Likewise.
406
e3525117
NC
4072009-03-31 Nick Clifton <nickc@redhat.com>
408
409 PR 9992
410 * configure.in: Import Solaris specific largefile test from
411 bfd/configure.in.
412 * configure: Regenerate.
413
93abc97a
RS
4142009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
415
416 * MAINTAINERS: Add self.
417
4a149252
NC
4182009-03-27 Nick Clifton <nickc@redhat.com>
419
420 * dwarf.c (display_debug_ranges): Add the base address to the
421 displayed values for 'Begin' and 'End'.
422
15ba6505
AM
4232009-03-25 Ryan Mansfield <rmansfield@qnx.com>
424
425 * readelf.c (process_file_header): Don't report a corrupt string
426 table index if it is zero.
427
665ce1f6
L
4282009-03-19 H.J. Lu <hongjiu.lu@intel.com>
429
430 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
431 (dwarf_regnames_count): Likewise.
432 (frame_need_space): Return int.
433 (display_debug_frames): Check invalid registers.
434
55f25fc3
L
4352009-03-19 H.J. Lu <hongjiu.lu@intel.com>
436
437 * readelf.c (debug_apply_relocations): Check relocations
438 against STT_SECTION symbol.
439
13e4f8ad
L
4402009-03-18 H.J. Lu <hongjiu.lu@intel.com>
441
442 * readelf.c (debug_apply_relocations): Allow relocations
443 against function symbols.
444
8d25cc3d
AM
4452009-03-18 Alan Modra <amodra@bigpond.net.au>
446
447 * sysdep.h: Include alloca-conf.h instead of config.h and remove
448 existing #if's handling alloca.
449 * Makefile.am: Run "make dep-am".
450 * Makefile.in: Regenerate.
451
e5231592
RS
4522009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
453
454 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
455 * configure.in: Likewise.
456 * configure: Regenerate.
457
3516e984
L
4582009-03-13 H.J. Lu <hongjiu.lu@intel.com>
459
460 PR binutils/9945
461 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
462
36e4dce6
CD
4632009-03-11 Chris Demetriou <cgd@google.com>
464
465 * ar.c (deterministic): New global variable.
466 (main): Recognize new 'D' option, which enables 'deterministic mode'.
467 (usage): Document new 'D' option.
468 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
469 flags if deterministic mode was requested.
470 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
471
0691f7af
L
4722009-03-09 H.J. Lu <hongjiu.lu@intel.com>
473
474 PR binutils/9933
475 * objcopy.c (filter_symbols): Properly handle common symbols
476 in relocatable file.
477
d11fd249
NC
4782009-03-06 Nick Clifton <nickc@redhat.com>
479
480 * po/es.po: Updated Spanish translation.
481
84d7b001
NC
4822009-03-05 Nick Clifton <nickc@redhat.com>
483
484 * objdump.c (disassemble_section): If the computed next offset is
485 not beyond the current offset then just continue to the end.
486
e7f990e2
TG
4872009-03-04 Tristan Gingold <gingold@adacore.com>
488
489 * MAINTAINERS: Add myself as VMS maintainer.
490
54b70fa3
NC
4912009-03-03 Nick Clifton <nickc@redhat.com>
492
493 * readelf.c: Update formatting.
494
a1f7ca36
AM
4952009-03-03 Alan Modra <amodra@bigpond.net.au>
496
497 * Makefile.am: Run "make dep-am".
498 * Makefile.in: Regenerate.
499
095ad3b8
AM
5002009-03-03 Alan Modra <amodra@bigpond.net.au>
501
502 * objdump.c (disassemble_section): Mask address before sign extending.
503
220df88b
NC
5042009-03-02 Sebastian Biallas <sb@biallas.net>
505
506 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
507 (parse_ieee_bb): Set the filename if it has not already been
508 discovered.
509
2cf0635d 5102009-03-02 Cary Coutant <ccoutant@google.com>
095ad3b8 511
2cf0635d
NC
512 * readelf.c (adjust_relative_path): New function.
513 (struct archive_info): New type.
514 (setup_archive): New function.
515 (release_archive): New function.
516 (setup_nested_archive): New function.
517 (get_archive_member_name): New function.
518 (get_archive_member_name_at): New function.
519 (make_qualified_name): New function.
520 (process_archive): Factor out code for reading archive index and
521 long filename table to setup_archive. Add support for thin archives.
522
c7c1befa
NC
5232009-03-02 Nick Clifton <nickc@redhat.com>
524
525 * po/sk.po: Updated Slovak translation.
526
58e24671
RW
5272009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
528
529 * configure: Regenerate.
530
7bcbeb0f
CC
5312009-02-23 Cary Coutant <ccoutant@google.com>
532
533 * objdump.c (load_specific_debug_section): New function, from
534 load_debug_section.
535 (load_debug_section): Use load_specific_debug_section.
536 (dump_dwarf_section): Likewise.
537
613ff48b
CC
5382009-02-23 Cary Coutant <ccoutant@google.com>
539
540 * readelf.c (parse_args): Select all sections explicitly for -w.
541
48b2f7b2
KT
5422009-02-09 Kai Tietz <kai.tietz@onevision.com>
543
544 * windres.c (set_endianess): Copy name without leading '-'.
545
4cb93e3b
TG
5462009-02-09 Tristan Gingold <gingold@adacore.com>
547
548 * NEWS: Mention feature match between objdump and readelf for dumping
549 dwarf info.
550
551 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
552 objdump.
553
554 * objdump.c (usage): Update documentation for -W/--dwarf.
555 (enum option_values): Add OPTION_DWARF.
556 (long_options): --dwarf can accept arguments.
557 (dump_dwarf_section): Also check enabled field.
558 (main): Option -W can accept arguments, code moved to
559 dwarf.c and call dwarf_select_sections_all instead.
560 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
561 (parse_args): Move code to...
562 * dwarf.c (dwarf_select_sections_by_letters,
563 dwarf_select_sections_by_names): : ...here (new functions).
564 (do_debug_lines_decoded): Remove and replaced by ...
565 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
566 (display_debug_lines): Adjust for previous change.
567 (dwarf_select_sections_all): New function.
568 (debug_displays): Add initializer for enabled field.
569 * dwarf.h (do_debug_lines_decoded): Remove.
570 Add prototypes for the new functions.
571 (struct dwarf_section_display): Add enabled field.
095ad3b8 572
dfb37fbf
NC
5732009-02-06 Nick Clifton <nickc@redhat.com>
574
575 * po/vi.po: Updated Vietnamese translation.
576
52b6b6b9
JM
5772009-02-03 Sandip Matte <sandip@rmicorp.com>
578
579 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
580
28024d9d
L
5812009-02-03 H.J. Lu <hongjiu.lu@intel.com>
582
583 * NEWS: Move --as-needed change to ...
584 * ../ld/NEWS: Here.
585
31dd3154
JM
5862009-02-03 Carlos O'Donell <carlos@codesourcery.com>
587
588 * configure.in: AC_SUBST pdfdir.
589 * Makefile.am: Add install-pdf, install-pdf-am,
590 and install-pdf-recursive targets.
591 * doc/Makefile.am: Define pdf__strip_dir. Add
592 install-pdf and install-pdf-am targets.
593 * po/Make-in: Add install-pdf target.
594 * configure: Regenerate.
595 * Makefile.in: Regenerate.
596 * doc/Makefile.in: Regenerate.
597
0dafdf3f
L
5982009-02-03 H.J. Lu <hongjiu.lu@intel.com>
599
600 PR binutils/9784
601 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
602
603 * doc/binutils.texi: Document --prefix=PREFIX and
604 --prefix-strip=LEVEL.
605
606 * objdump.c: Include "filenames.h".
607 (prefix): New.
608 (prefix_strip): Likewise.
609 (prefix_length): Likewise.
610 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
611 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
612 (long_options): Likewise.
613 (show_line): Handle prefix and prefix_strip.
614 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
615
616 * readelf.c (PATH_MAX): Moved to ...
617 * sysdep.h: Here.
618
010e5ae2
AM
6192009-01-31 Alan Modra <amodra@bigpond.net.au>
620
621 * NEWS: Mention --as-needed change.
622
8d8e0703
AM
6232009-01-29 Alan Modra <amodra@bigpond.net.au>
624
625 PR 9798
626 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
627 (bfd_get_archive_filename): Constify param.
628 * bucomm.h (bfd_get_archive_filename): Update prototype.
629 * objcopy.c (RETURN_NONFATAL): Delete.
630 (copy_unknown_object): Don't call bfd_get_archive_filename for
631 bfd_nonfatal_message filename, instead just pass bfd.
632 (copy_object): Likewise.
633 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
634 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
635 (setup_bfd_headers): Fix error message.
636
1b0adfe0
NC
6372009-01-27 Nick Clifton <nickc@redhat.com>
638
639 PR 9774
640 * objdump.c (disassemble_section): When the target uses signed
641 addresses make sure that we compute signed values.
642
9f04c329
NC
6432009-01-27 Nick Clifton <nickc@redhat.com>
644
645 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
646 maintainers.
647
2c2ce03f
NC
6482009-01-26 Nick Clifton <nickc@redhat.com>
649
650 PR 9766
651 * dlltool.c (xlate): When strip text after the @ sign, look for
652 the last one not the first one.
653
29670fb9
AM
6542009-01-16 Alan Modra <amodra@bigpond.net.au>
655
656 * configure.in (commonbfdlib): Delete.
657 * configure: Regenerate.
658
25893672
NC
6592008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
660
661 Cleanup code related to --identify option.
662
663 * binutils/dlltool.c (file scope): Removed globals identify_ms,
664 identify_member_contains_symname_result,
665 identify_dll_name_list_head, and identify_dll_name_list_tail.
666 Renamed existing typedef dll_name_list_type to
667 dll_name_list_node_type.
668 Added new typedefs dll_name_list_type, symname_search_data_type,
669 and identify_data_type.
670 (identify_append_dll_name_to_list): Renamed to...
671 (dll_name_list_append): ...here. Changed signature to accept list
672 argument rather than use global.
673 (identify_count_dll_name_list): Renamed to...
674 (dll_name_list_count): ...here. Changed signature to accept list
675 argument rather than use global.
676 (identify_print_dll_name_list): Renamed to...
677 (dll_name_list_print): ...here. Changed signature to accept list
678 argument rather than use global.
679 (identify_free_dll_name_list): Renamed to...
680 (dll_name_list_free_contents): ...here.
681 (dll_name_list_free): New function.
682 (dll_name_list_create): New function.
683 (identify_process_section_p): Changed signature to accept
684 ms_style_implib argument rather than use global.
685 (identify_member_contains_symname): Expect incoming void * data to
686 be symname_search_data_type.
687 (identify_dll_for_implib): Use new functions dll_name_list_create
688 and dll_name_list_free. Use new types symname_search_data_type
689 and identify_data_type to communicate with search routines.
690 (identify_search_section): Expect incoming void * data to be
691 identify_data_type. Use its contents rather than global
692 variables.
693
71c57c16
NC
6942009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
695
696 Add --identify-strict option. Handle ms-style implibs:
697
698 * dlltool.c (file scope): Added new globals identify_ms and
699 identify_strict. New typedef dll_name_list_type, and globals
700 identify_dll_name_list_head and identify_dll_name_list_tail. Added
701 new global identify_member_contains_symname_result.
702 (identify_append_dll_name_to_list): New function.
703 (identify_count_dll_name_list): New function.
704 (identify_print_dll_name_list): New function.
705 (identify_free_dll_name_list): New function.
706 (identify_search_archive): Changed signature to take function
707 pointer to operation to apply to each member, and data to pass on
708 to that function.
709 (identify_search_member): Changed signature to accept user data
710 from caller.
711 (identify_member_contains_symname): New function.
712 (identify_dll_for_implib): Rewrite. Now determines whether implib
713 is ms- or binutils- style, before searching sections for
095ad3b8 714 dllname. Allows multiple dllnames.
71c57c16
NC
715 (identify_process_section_p): Search alternate section for dllname
716 when implib is ms-style.
717 (identify_search_section): Add additional conditions to excludes
718 candidate sections from consideration.
719 (usage): Added --identify-strict.
720 (long_options): Added --identify-strict.
721 (main): Handle --identify-strict option.
722 * doc/binutils.texi: Document --identify-strict option.
723 * NEWS: Document --identify and --identify-strict options.
724
840b96a7
AM
7252009-01-13 Alan Modra <amodra@bigpond.net.au>
726
727 PR 7034
728 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
729
22f4bbf5
AM
7302009-01-13 Alan Modra <amodra@bigpond.net.au>
731
732 * objdump.c (disassemble_section): Don't assume non-instruction
733 data if object symbol at given address is in different section.
734
2ea2f3c6
KT
7352009-01-12 Kai Tietz <kai.tietz@onevision.com>
736
737 * dlltool.c (create_for_pep): New.
738 (flush_page): Use create_for_pep instead of using
739 macro DLLTOOL_MX86_64 clause.
740 (generate_idata_ofile): Likewise.
741 (make_one_lib_file): Likewise.
742 (make_head): Likewise.
743 (make_tail): Likewise.
744 (main): Initialize create_for_pep.
745
e77b97d4
KT
7462009-01-08 Kai Tietz <kai.tietz@onevision.com>
747
748 * dlltool.c (use_nul_prefixed_import_tables): New.
749 (make_head): Make prefix leading zero prefix element for
750 idata$4 and idata$5 dependent to new flag.
751 (usage): Add new option --use-nul-prefixed-import-tables.
752 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
753 (long_options): Add --use-nul-prefixed-import-tables.
754 (main): Likewise.
755 * doc/binutils.texi: Add new option documentation for
756 --use-nul-prefixed-import-tables.
757 * NEWS: Add new option.
758
1069ad51 7592009-01-06 Kai Tietz <kai.tietz@onevision.com>
84e94c90 760
1069ad51
KT
761 * windres.c (set_endianess): Get architecture name
762 for internal target names like "pe-arm-wince-little".
763 (find_arch_match): New helper.
764 * ChangeLog: Reset it.
765 * ChangeLog-2008: Moved old ChangeLog.
84e94c90 766
1069ad51 767For older changes see ChangeLog-2008
252b5132
RH
768\f
769Local Variables:
770mode: change-log
771left-margin: 8
772fill-column: 74
773version-control: never
774End:
This page took 0.432115 seconds and 4 git commands to generate.