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