]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
merge from gcc
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
3e7a7d11
NC
12009-07-23 Ulrich Drepper <drepper@redhat.com>
2
3 * readelf.c (get_symbol_binding): For Linux targeted files return
4 UNIQUE for symbols with the STB_GNU_UNIQUE binding.
5 * doc/binutils.texi: Document the meaning of the 'u' symbol
6 binding in the output of nm and objdump --syms.
7
3dcb3fcb
L
82009-07-20 H.J. Lu <hongjiu.lu@intel.com>
9
10 * NEWS: Mention --insn-width.
11
12 * objdump.c (insn_width): New.
13 (usage): Display --insn-width.
14 (option_values): Add OPTION_INSN_WIDTH.
15 (long_options): Add --insn-width.
16 (disassemble_bytes): Handle insn_width.
17 (main): Handle OPTION_INSN_WIDTH.
18
19 * doc/binutils.texi: Document --insn-width.
20
008f4c78
NC
212009-07-17 Nick Clifton <nickc@redhat.com>
22
23 * dwarf.c (display_debug_lines): If do_debug_lines has not been
24 set then default to displaying raw .debug_line section contents.
25
01a8f077
JK
262009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 Support unordered .debug_info references to .debug_ranges.
29 * dwarf.c (struct range_entry, range_entry_compar): New.
30 (display_debug_ranges): Remove variables last_offset, first, j,
31 seen_first_offset, use_debug_info and next. New variables
32 range_entries and range_entry_fill. Create the sorted copy
33 range_entries. Remove the FIXME error on detected unordered references.
34 * dwarf.h (debug_info <range_lists>): New comment.
35
1aa604e1
NC
362009-07-14 Nick Clifton <nickc@redhat.com>
37
38 PR 10380
39 * README: Document use of LDFLAGS="--static".
40
8455dd2c
L
412009-07-10 H.J. Lu <hongjiu.lu@intel.com>
42
43 * Makefile.am: Run "make dep-am".
44 * Makefile.in: Regenerated.
45
fa8f86ff
TT
462009-07-10 Tom Tromey <tromey@redhat.com>
47
48 * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
49 * Makefile.in: Rebuild.
50 * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
51
c8450da8
TG
522009-07-06 Tristan Gingold <gingold@adacore.com>
53
54 * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
55 sections.
56 * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
57 * dwarf.c (debug_displays): Adjust for removed field.
58
3244e8f5
JJ
592009-07-03 Jakub Jelinek <jakub@redhat.com>
60
61 * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
62 and DW_OP_implicit_value.
63
a87a00ea
NC
642009-07-01 Nick Clifton <nickc@redhat.com>
65
66 PR 6714
67 * rclex.c (handle_quotes): Do not complain about whitespace
68 separating quoted strings.
69 (rclex_string): Ignore whitespace when looking for a new opening
70 quote following a closing quote.
71
52a476ee
L
722009-06-27 H.J. Lu <hongjiu.lu@intel.com>
73
74 PR binutils/10321
75 * bucomm.c (get_file_size): Return -1 on error.
76
77 * objcopy.c (copy_file): Report empty file.
78
cf13d699
NC
792009-06-23 Nick Clifton <nickc@redhat.com>
80
81 * dwarf.c (display_debug_lines_raw): Include the name of the
82 section in warning message.
83 (struct debug_display): Enable reloc processing for .debug_line
84 and .debug_ranges sections.
85
86 * readelf.c: Add --relocated-dump command line option to dump the
87 relocated contents of a specified section.
88 (request_dump): New function.
89 (parse_args): Use it.
90 (dump_section_as_bytes): Add parameter to indicate whether the
91 contents should be relocated.
92 (target_specific_reloc_handling): Add code for a R_MN10300_16
93 reloc found after a R_MN10300_SYM_DIFF reloc.
94 (debug_apply_relocations): Rename to apply_relocations.
95 (get_section_contents): New function. Replaces common code found
96 in dump_section_as_strings and dump_section_as_bytes.
97 * doc/binutils.texi: Document new command line option.
98 * NEWS: Mention the new feature.
99
98fb390a
NC
1002009-06-22 Nick Clifton <nickc@redhat.com>
101
102 * readelf.c (target_specific_reloc_handling): New function:
103 Processes relocs in a target specific manner.
104 (debug_apply_relocations): Use the new function.
105 * dwarf.c (display_debug_loc): End the dump with a blank line.
106 (struct debug_display): Enable reloc processing for .debug_aranges
107 and .debug_loc sections.
108
d46fc8e8
NC
1092009-06-19 Nick Clifton <nickc@redhat.com>
110
111 * ar.c (usage): Do not use #ifdef inside _("...).
112 * nm.c (usage): Likewise.
113
0313a2b8
NC
1142009-06-18 Nick Clifton <nickc@redhat.com>
115
116 PR 10288
117 * objdump.c (disassemble_bytes): Set the
118 USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
119 if the user has invoked the -m switch.
120 * doc/binutils.texi: Document the additional behaviour of
121 objdump's -m switch for ARM targets.
122
361dff73
DK
1232009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
124
0313a2b8
NC
125 * configure.in: Merge cegcc and mingw32ce target name changes from
126 CeGCC project.
361dff73 127
0313a2b8 1282007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
129
130 * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
131 * configure: Regenerate.
132
1316c8b3
NC
1332009-06-15 Nick Clifton <nickc@redhat.com>
134
135 PR 10263
136 * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
137 the flags field of the disassemble_info structure if the -D switch
138 is in operation.
139
0e27a8f6
NC
1402009-06-12 Homer Xing <homer.xing@yahoo.com>
141
142 * NEWS: Mention new feature added to gprof.
143
f64fddf1
NC
1442009-06-12 John Reiser <jreiser@BitWagon.com>
145
146 * readelf.c (process_symbol_table): Set gnubuckets to NULL after
147 freeing it and before returning.
148
d3a44ec6
JJ
1492009-06-12 Jakub Jelinek <jakub@redhat.com>
150
151 * readelf.c (process_symbol_table): Don't return early if
152 .hash/.gnu.hash is empty/unusable and not -D.
153
b882b028
NC
1542009-06-09 Tom Bramer <tjb@postpro.net>
155
156 PR 10165
157 * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
158 to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
159
e36aef42
AM
1602009-06-04 Alan Modra <amodra@bigpond.net.au>
161
162 * strings.c (main): Delay parsing of decimal digits.
163
4b9d2a99
AM
1642009-06-04 Alan Modra <amodra@bigpond.net.au>
165
166 * dep-in.sed: Don't use \n in replacement part of s command.
167 * Makefile.am (DEP1): LC_ALL for uniq.
168 Run "make dep-am".
169 * Makefile.in: Regenerate.
170
b517c9b6
TG
1712009-06-03 Tristan Gingold <gingold@adacore.com>
172
173 * MAINTAINERS: Add myself as Mach-O maintainer.
174
1533edfb
AM
1752009-06-01 Alan Modra <amodra@bigpond.net.au>
176
177 PR 10199
178 * doc/binutils.texi (nm): Correct -S description.
179
b662cd9e
NC
1802009-05-28 Nick Clifton <nickc@redhat.com>
181
182 * po/da.po: Updated Danish translation.
183
5dff79d8
NC
1842009-05-28 Nick Clifton <nickc@redhat.com>
185
186 * readelf.c (display_debug_section): Do not display debug sections
187 with the NOBITS section type.
188
fc579192
NC
1892009-05-27 Rafael Avila de Espindola <espindola@google.com>
190
191 * aclocal.m4: Include ../config/plugins.m4.
192 * configure.in: Use AC_PLUGINS.
193 * configure: Regenerate.
194 * Makefile.in: Regenerate.
195 * doc/Makefile.in: Regenerate.
196
1972009-05-27 Rafael Avila de Espindola <espindola@google.com>
198
199 * ar.c (main): Call bfd_plugin_set_program_name.
200 * nm.c (main): Call bfd_plugin_set_program_name.
201
3614867c
NS
2022009-05-27 Nathan Sidwell <nathan@codesourcery.com>
203
204 * sysdump.c (tab): Use puts rather than two printfs.
205
f12e7348
NC
2062009-05-26 Nick Clifton <nickc@redhat.com>
207
208 * po/id.po: Updated Indonesian translation.
209 * po/binutils.pot: Updated template file.
210
ce3c775b
NC
2112009-05-26 Rafael Avila de Espindola <espindola@google.com>
212
213 * ar.c: Include plugin.h.
214 (main): Handle the --plugin option.
215 * nm.c: Include plugin.h.
216 (OPTION_PLUGIN): New.
217 (long_options): Add plugin.
218 (main): Handle OPTION_PLUGIN.
219 * NEWS: Mention the new feature.
220 * doc/binutils: Documement the new command line options.
221 * configure.in: Check for --enable-plugins.
222 * configure: Regenerate.
223
00f3247a
AM
2242009-05-26 Alan Modra <amodra@bigpond.net.au>
225
226 * dep-in.sed: Output one filename per line with all lines having
227 continuation backslash. Prefix first line with "A", following
228 lines with "B".
229 * Makefile.am (DEP): Don't use dep.sed here.
230 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
231 sort and uniq.
232 * Makefile.in: Regenerate.
233
c5ac1056
TG
2342009-05-25 Tristan Gingold <gingold@adacore.com>
235
236 * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
237
238 * configure.com: Fix it: handle alloca and define TARGET in config.h.
239
2b3decb5
AM
2402009-05-22 Alan Modra <amodra@bigpond.net.au>
241
242 * Makefile.am: Run "make dep-am".
243 * Makefile.in: Regenerate.
244
78e82dc3
AM
2452009-05-12 Alan Modra <amodra@bigpond.net.au>
246
247 * objcopy.c (set_long_section_mode): Check input_bfd is coff
248 before accessing coff specific fields of bfd.
249
57f6e0bc
DK
2502009-05-09 Dave Korn <dave.korn.cygwin@gmail.com>
251
252 * MAINTAINERS: Add myself as PE/COFF co-maintainer.
253
34e8a6f7
KT
2542009-05-08 Kai Tietz <kai.tietz@onevision.com>
255
256 * winduni.c (iconv_onechar): Only define when HAVE_ICONV
257 is defined, but not when __CYGWIN__ or _WIN32 are defined.
258 See wind_iconv_cp for call logic of this local funtion.
259
6f4c2146
NC
2602009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
261
262 PR 10109
263 * winduni.c: Replace test of HAVE_ICONV_H with a test of
264 HAVE_ICONV.
265 (iconv_onechar): Use ICONV_CONST instead of "const".
266 (wind_MultiByteToWideChar): Initialise local strings.
267
d8045f23
NC
2682009-04-30 Nick Clifton <nickc@redhat.com>
269
270 * readelf.c (dump_relocations): Display a relocation against an
271 ifunc symbol as if it were a function invocation.
272 (get_symbol_type): Handle STT_GNU_IFUNC.
273
43cd3ced
AG
2742009-04-29 Anthony Green <green@moxielogic.com>
275
276 * NEWS: Tweak verilog support description.
277
c6a0c689
AM
2782009-04-29 Alan Modra <amodra@bigpond.net.au>
279 Denis Scherbakov <denis_scherbakov@yahoo.com>
280
281 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
282 read, and merge with 32-bit case.
283
c067354b
NC
2842009-04-27 Anthony Green <green@moxielogic.com>
285
286 * NEWS: Mention verilog support added to bfd.
287
325c681d
L
2882009-04-27 H.J. Lu <hongjiu.lu@intel.com>
289
290 * objcopy.c (copy_object): Copy pe_opthdr before changing PE
291 parameters.
292
ed4a4bdf
CC
2932009-04-24 Cary Coutant <ccoutant@google.com>
294
295 * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
296 Add missing newlines to HP extensions.
297
d9118602
L
2982009-04-17 H.J. Lu <hongjiu.lu@intel.com>
299
300 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
301 * doc/binutils.texi: Likewise.
302
92dd4511
L
3032009-04-17 H.J. Lu <hongjiu.lu@intel.com>
304
305 PR binutils/10074
306 * objcopy.c: Include coff/i386.h and coff/pe.h.
307 (pe_file_alignment): New.
308 (pe_heap_commit): Likewise.
309 (pe_heap_reserve): Likewise.
310 (pe_image_base): Likewise.
311 (pe_section_alignment): Likewise.
312 (pe_stack_commit): Likewise.
313 (pe_stack_reserve): Likewise.
314 (pe_subsystem): Likewise.
315 (pe_major_subsystem_version): Likewise.
316 (pe_minor_subsystem_version): Likewise.
317 (set_pe_subsystem): Likewise.
318 (convert_efi_target): Likewise.
319 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
320 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
321 OPTION_STACK and OPTION_SUBSYSTEM.
322 (copy_options): Likewise.
323 (copy_usage): Add --file-alignment, --heap, --image-base,
324 --section-alignment, --stack and --subsystem.
325 (copy_object): Set up PE parameters.
326 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
327 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
328 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
329 PEI target.
330
331 * NEWS: Mention --file-alignment, --heap, --image-base,
332 --section-alignment, --stack and --subsystem command line
333 options for objcopy.
334
335 * doc/binutils.texi: Document --file-alignment, --heap,
336 --image-base, --section-alignment, --stack and --subsystem
337 command line options for objcopy.
338
20135e4c
NC
3392009-04-15 Anthony Green <green@moxielogic.com>
340
17eb60e9 341 * MAINTAINERS: Add myself as Moxie port maintainer.
20135e4c 342
0408dee6
DK
3432009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
344
345 * objcopy.c (enum long_section_name_handling): New enum type.
346 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
347 (copy_options[]): Add entry for --long-section-names option.
348 (copy_usage): Document it.
349 (set_long_section_mode): New subroutine.
350 (copy_file): Call it.
351 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
352 * doc/binutils.texi: Update objcopy documentation with details
353 of new option.
354
2fe50fe3
DK
3552009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
356
357 * dlltool.c (set_dll_name_from_def): Accept new second arg that
358 indicates if we are building DLL or EXE, and use it to add a
359 default suffix to the output filename when none is already present.
360 (def_name): Indicate we are building an EXE when calling it.
361 (def_library): Indicate we are building a DLL when calling it.
362
ffbe5983
NC
3632009-04-01 Jari Aalto <jari.aalto@cante.net>
364
365 PR 9972
366 * doc/binutils.texi (strings): Document the -V alias for the
367 --version option.
368 * strings.c (usage): Likewise.
369
e3525117
NC
3702009-03-31 Nick Clifton <nickc@redhat.com>
371
372 PR 9992
373 * configure.in: Import Solaris specific largefile test from
374 bfd/configure.in.
375 * configure: Regenerate.
376
93abc97a
RS
3772009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
378
379 * MAINTAINERS: Add self.
380
4a149252
NC
3812009-03-27 Nick Clifton <nickc@redhat.com>
382
383 * dwarf.c (display_debug_ranges): Add the base address to the
384 displayed values for 'Begin' and 'End'.
385
15ba6505
AM
3862009-03-25 Ryan Mansfield <rmansfield@qnx.com>
387
388 * readelf.c (process_file_header): Don't report a corrupt string
389 table index if it is zero.
390
665ce1f6
L
3912009-03-19 H.J. Lu <hongjiu.lu@intel.com>
392
393 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
394 (dwarf_regnames_count): Likewise.
395 (frame_need_space): Return int.
396 (display_debug_frames): Check invalid registers.
397
55f25fc3
L
3982009-03-19 H.J. Lu <hongjiu.lu@intel.com>
399
400 * readelf.c (debug_apply_relocations): Check relocations
401 against STT_SECTION symbol.
402
13e4f8ad
L
4032009-03-18 H.J. Lu <hongjiu.lu@intel.com>
404
405 * readelf.c (debug_apply_relocations): Allow relocations
406 against function symbols.
407
8d25cc3d
AM
4082009-03-18 Alan Modra <amodra@bigpond.net.au>
409
410 * sysdep.h: Include alloca-conf.h instead of config.h and remove
411 existing #if's handling alloca.
412 * Makefile.am: Run "make dep-am".
413 * Makefile.in: Regenerate.
414
e5231592
RS
4152009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
416
417 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
418 * configure.in: Likewise.
419 * configure: Regenerate.
420
3516e984
L
4212009-03-13 H.J. Lu <hongjiu.lu@intel.com>
422
423 PR binutils/9945
424 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
425
36e4dce6
CD
4262009-03-11 Chris Demetriou <cgd@google.com>
427
428 * ar.c (deterministic): New global variable.
429 (main): Recognize new 'D' option, which enables 'deterministic mode'.
430 (usage): Document new 'D' option.
431 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
432 flags if deterministic mode was requested.
433 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
434
0691f7af
L
4352009-03-09 H.J. Lu <hongjiu.lu@intel.com>
436
437 PR binutils/9933
438 * objcopy.c (filter_symbols): Properly handle common symbols
439 in relocatable file.
440
d11fd249
NC
4412009-03-06 Nick Clifton <nickc@redhat.com>
442
443 * po/es.po: Updated Spanish translation.
444
84d7b001
NC
4452009-03-05 Nick Clifton <nickc@redhat.com>
446
447 * objdump.c (disassemble_section): If the computed next offset is
448 not beyond the current offset then just continue to the end.
449
e7f990e2
TG
4502009-03-04 Tristan Gingold <gingold@adacore.com>
451
452 * MAINTAINERS: Add myself as VMS maintainer.
453
54b70fa3
NC
4542009-03-03 Nick Clifton <nickc@redhat.com>
455
456 * readelf.c: Update formatting.
457
a1f7ca36
AM
4582009-03-03 Alan Modra <amodra@bigpond.net.au>
459
460 * Makefile.am: Run "make dep-am".
461 * Makefile.in: Regenerate.
462
095ad3b8
AM
4632009-03-03 Alan Modra <amodra@bigpond.net.au>
464
465 * objdump.c (disassemble_section): Mask address before sign extending.
466
220df88b
NC
4672009-03-02 Sebastian Biallas <sb@biallas.net>
468
469 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
470 (parse_ieee_bb): Set the filename if it has not already been
471 discovered.
472
2cf0635d 4732009-03-02 Cary Coutant <ccoutant@google.com>
095ad3b8 474
2cf0635d
NC
475 * readelf.c (adjust_relative_path): New function.
476 (struct archive_info): New type.
477 (setup_archive): New function.
478 (release_archive): New function.
479 (setup_nested_archive): New function.
480 (get_archive_member_name): New function.
481 (get_archive_member_name_at): New function.
482 (make_qualified_name): New function.
483 (process_archive): Factor out code for reading archive index and
484 long filename table to setup_archive. Add support for thin archives.
485
c7c1befa
NC
4862009-03-02 Nick Clifton <nickc@redhat.com>
487
488 * po/sk.po: Updated Slovak translation.
489
58e24671
RW
4902009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
491
492 * configure: Regenerate.
493
7bcbeb0f
CC
4942009-02-23 Cary Coutant <ccoutant@google.com>
495
496 * objdump.c (load_specific_debug_section): New function, from
497 load_debug_section.
498 (load_debug_section): Use load_specific_debug_section.
499 (dump_dwarf_section): Likewise.
500
613ff48b
CC
5012009-02-23 Cary Coutant <ccoutant@google.com>
502
503 * readelf.c (parse_args): Select all sections explicitly for -w.
504
48b2f7b2
KT
5052009-02-09 Kai Tietz <kai.tietz@onevision.com>
506
507 * windres.c (set_endianess): Copy name without leading '-'.
508
4cb93e3b
TG
5092009-02-09 Tristan Gingold <gingold@adacore.com>
510
511 * NEWS: Mention feature match between objdump and readelf for dumping
512 dwarf info.
513
514 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
515 objdump.
516
517 * objdump.c (usage): Update documentation for -W/--dwarf.
518 (enum option_values): Add OPTION_DWARF.
519 (long_options): --dwarf can accept arguments.
520 (dump_dwarf_section): Also check enabled field.
521 (main): Option -W can accept arguments, code moved to
522 dwarf.c and call dwarf_select_sections_all instead.
523 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
524 (parse_args): Move code to...
525 * dwarf.c (dwarf_select_sections_by_letters,
526 dwarf_select_sections_by_names): : ...here (new functions).
527 (do_debug_lines_decoded): Remove and replaced by ...
528 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
529 (display_debug_lines): Adjust for previous change.
530 (dwarf_select_sections_all): New function.
531 (debug_displays): Add initializer for enabled field.
532 * dwarf.h (do_debug_lines_decoded): Remove.
533 Add prototypes for the new functions.
534 (struct dwarf_section_display): Add enabled field.
095ad3b8 535
dfb37fbf
NC
5362009-02-06 Nick Clifton <nickc@redhat.com>
537
538 * po/vi.po: Updated Vietnamese translation.
539
52b6b6b9
JM
5402009-02-03 Sandip Matte <sandip@rmicorp.com>
541
542 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
543
28024d9d
L
5442009-02-03 H.J. Lu <hongjiu.lu@intel.com>
545
546 * NEWS: Move --as-needed change to ...
547 * ../ld/NEWS: Here.
548
31dd3154
JM
5492009-02-03 Carlos O'Donell <carlos@codesourcery.com>
550
551 * configure.in: AC_SUBST pdfdir.
552 * Makefile.am: Add install-pdf, install-pdf-am,
553 and install-pdf-recursive targets.
554 * doc/Makefile.am: Define pdf__strip_dir. Add
555 install-pdf and install-pdf-am targets.
556 * po/Make-in: Add install-pdf target.
557 * configure: Regenerate.
558 * Makefile.in: Regenerate.
559 * doc/Makefile.in: Regenerate.
560
0dafdf3f
L
5612009-02-03 H.J. Lu <hongjiu.lu@intel.com>
562
563 PR binutils/9784
564 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
565
566 * doc/binutils.texi: Document --prefix=PREFIX and
567 --prefix-strip=LEVEL.
568
569 * objdump.c: Include "filenames.h".
570 (prefix): New.
571 (prefix_strip): Likewise.
572 (prefix_length): Likewise.
573 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
574 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
575 (long_options): Likewise.
576 (show_line): Handle prefix and prefix_strip.
577 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
578
579 * readelf.c (PATH_MAX): Moved to ...
580 * sysdep.h: Here.
581
010e5ae2
AM
5822009-01-31 Alan Modra <amodra@bigpond.net.au>
583
584 * NEWS: Mention --as-needed change.
585
8d8e0703
AM
5862009-01-29 Alan Modra <amodra@bigpond.net.au>
587
588 PR 9798
589 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
590 (bfd_get_archive_filename): Constify param.
591 * bucomm.h (bfd_get_archive_filename): Update prototype.
592 * objcopy.c (RETURN_NONFATAL): Delete.
593 (copy_unknown_object): Don't call bfd_get_archive_filename for
594 bfd_nonfatal_message filename, instead just pass bfd.
595 (copy_object): Likewise.
596 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
597 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
598 (setup_bfd_headers): Fix error message.
599
1b0adfe0
NC
6002009-01-27 Nick Clifton <nickc@redhat.com>
601
602 PR 9774
603 * objdump.c (disassemble_section): When the target uses signed
604 addresses make sure that we compute signed values.
605
9f04c329
NC
6062009-01-27 Nick Clifton <nickc@redhat.com>
607
608 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
609 maintainers.
610
2c2ce03f
NC
6112009-01-26 Nick Clifton <nickc@redhat.com>
612
613 PR 9766
614 * dlltool.c (xlate): When strip text after the @ sign, look for
615 the last one not the first one.
616
29670fb9
AM
6172009-01-16 Alan Modra <amodra@bigpond.net.au>
618
619 * configure.in (commonbfdlib): Delete.
620 * configure: Regenerate.
621
25893672
NC
6222008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
623
624 Cleanup code related to --identify option.
625
626 * binutils/dlltool.c (file scope): Removed globals identify_ms,
627 identify_member_contains_symname_result,
628 identify_dll_name_list_head, and identify_dll_name_list_tail.
629 Renamed existing typedef dll_name_list_type to
630 dll_name_list_node_type.
631 Added new typedefs dll_name_list_type, symname_search_data_type,
632 and identify_data_type.
633 (identify_append_dll_name_to_list): Renamed to...
634 (dll_name_list_append): ...here. Changed signature to accept list
635 argument rather than use global.
636 (identify_count_dll_name_list): Renamed to...
637 (dll_name_list_count): ...here. Changed signature to accept list
638 argument rather than use global.
639 (identify_print_dll_name_list): Renamed to...
640 (dll_name_list_print): ...here. Changed signature to accept list
641 argument rather than use global.
642 (identify_free_dll_name_list): Renamed to...
643 (dll_name_list_free_contents): ...here.
644 (dll_name_list_free): New function.
645 (dll_name_list_create): New function.
646 (identify_process_section_p): Changed signature to accept
647 ms_style_implib argument rather than use global.
648 (identify_member_contains_symname): Expect incoming void * data to
649 be symname_search_data_type.
650 (identify_dll_for_implib): Use new functions dll_name_list_create
651 and dll_name_list_free. Use new types symname_search_data_type
652 and identify_data_type to communicate with search routines.
653 (identify_search_section): Expect incoming void * data to be
654 identify_data_type. Use its contents rather than global
655 variables.
656
71c57c16
NC
6572009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
658
659 Add --identify-strict option. Handle ms-style implibs:
660
661 * dlltool.c (file scope): Added new globals identify_ms and
662 identify_strict. New typedef dll_name_list_type, and globals
663 identify_dll_name_list_head and identify_dll_name_list_tail. Added
664 new global identify_member_contains_symname_result.
665 (identify_append_dll_name_to_list): New function.
666 (identify_count_dll_name_list): New function.
667 (identify_print_dll_name_list): New function.
668 (identify_free_dll_name_list): New function.
669 (identify_search_archive): Changed signature to take function
670 pointer to operation to apply to each member, and data to pass on
671 to that function.
672 (identify_search_member): Changed signature to accept user data
673 from caller.
674 (identify_member_contains_symname): New function.
675 (identify_dll_for_implib): Rewrite. Now determines whether implib
676 is ms- or binutils- style, before searching sections for
095ad3b8 677 dllname. Allows multiple dllnames.
71c57c16
NC
678 (identify_process_section_p): Search alternate section for dllname
679 when implib is ms-style.
680 (identify_search_section): Add additional conditions to excludes
681 candidate sections from consideration.
682 (usage): Added --identify-strict.
683 (long_options): Added --identify-strict.
684 (main): Handle --identify-strict option.
685 * doc/binutils.texi: Document --identify-strict option.
686 * NEWS: Document --identify and --identify-strict options.
687
840b96a7
AM
6882009-01-13 Alan Modra <amodra@bigpond.net.au>
689
690 PR 7034
691 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
692
22f4bbf5
AM
6932009-01-13 Alan Modra <amodra@bigpond.net.au>
694
695 * objdump.c (disassemble_section): Don't assume non-instruction
696 data if object symbol at given address is in different section.
697
2ea2f3c6
KT
6982009-01-12 Kai Tietz <kai.tietz@onevision.com>
699
700 * dlltool.c (create_for_pep): New.
701 (flush_page): Use create_for_pep instead of using
702 macro DLLTOOL_MX86_64 clause.
703 (generate_idata_ofile): Likewise.
704 (make_one_lib_file): Likewise.
705 (make_head): Likewise.
706 (make_tail): Likewise.
707 (main): Initialize create_for_pep.
708
e77b97d4
KT
7092009-01-08 Kai Tietz <kai.tietz@onevision.com>
710
711 * dlltool.c (use_nul_prefixed_import_tables): New.
712 (make_head): Make prefix leading zero prefix element for
713 idata$4 and idata$5 dependent to new flag.
714 (usage): Add new option --use-nul-prefixed-import-tables.
715 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
716 (long_options): Add --use-nul-prefixed-import-tables.
717 (main): Likewise.
718 * doc/binutils.texi: Add new option documentation for
719 --use-nul-prefixed-import-tables.
720 * NEWS: Add new option.
721
1069ad51 7222009-01-06 Kai Tietz <kai.tietz@onevision.com>
84e94c90 723
1069ad51
KT
724 * windres.c (set_endianess): Get architecture name
725 for internal target names like "pe-arm-wince-little".
726 (find_arch_match): New helper.
727 * ChangeLog: Reset it.
728 * ChangeLog-2008: Moved old ChangeLog.
84e94c90 729
1069ad51 730For older changes see ChangeLog-2008
252b5132
RH
731\f
732Local Variables:
733mode: change-log
734left-margin: 8
735fill-column: 74
736version-control: never
737End: