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