* po/bfd.pot: Updated by the Translation project.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1e9cc1c2
NC
12009-09-11 Nick Clifton <nickc@redhat.com>
2
3 * po/binutils.pot: Updated by the Translation project.
4
8b31b6c4
NC
52009-09-11 Philippe De Muyter <phdm@macqel.be>
6
7 * obcopy.c (copy_object): New parameter `input_arch', architecture
8 of input file, if not specified in input file itself; all callers
9 updated; `binary_architecture' hack removed.
10 (copy_archive, copy_file): New parameter `input_arch', for
11 `copy_object' usage.
12 (copy_main): Accept `-B' (`--binary-architecture') option also
13 for any arch-less input ifile format, not only `binary'; remove
14 bfd_external_binary_architecture hack; instead, add `input_arch'
15 to calls to `copy_file'.
16 * windres.c, windmc.c : Obsolete and useless external references
17 to `bfd_external_binary_architecture' or `bfd_external_machine'
18 removed.
19 * doc/binutils.texi: Mention that -B parameter can be used for any
20 input file type which does not have its own architecture.
21
3f5e193b
NC
222009-09-10 Martin Thuresson <martin@mtme.org>
23
24 Update soruces to compile cleanly with -Wc++-compat:
25
26 * addr2line.c (slurp_symtab): Fix casts. Introduce variable
27 minisyms to avoid aliasing varning.
28 * ar.c: Add casts.
29 (normalize): Use name del instead of delete.
30 (display_target_list,display_info_table): Change loop counter
31 variable a to int.
32 * bucomm.c: Add casts.
33 * debug.c: Update function to use new names.
34 (struct debug_baseclass): Rename member from virtual to
35 is_virtual.
36 (struct debug_type_s, struct debug_field_s, struct
37 debug_baseclass_s, struct debug_method_s, struct
38 debug_method_variant_s, struct debug_type_s): Rename struct from
39 avoid name collision.
40 * debug.h: Use new struct names.
41 * dwarf.c: Add casts.
42 (free_debug_memory): Change loop counter variable a to int.
43 * ieee.c: Add casts.
44 (enum ieee_var_kind): Move to top level.
45 (ieee_class_baseclass): Rename parameter virtual to is_virtual.
46 (ieee_class_method_var): Rename variable virtual to is_virtual.
47 * nm.c: Add casts.
48 * objcopy.c: Add casts.
49 (copy_archive): Rename variable delete to del.
50 * objdump.c: Add casts.
51 (dump_dwarf_section): Change loop counter variable i to int.
52 * prdbg.c: Add casts.
53 (pr_class_baseclass,tg_class_baseclass): Rename parameters virtual
54 to is_virtual.
55 * readelf.c: Add casts.
56 (struct ia64_unw_table_entry,struct hppa_unw_table_entry): Move to
57 top level.
58 * size.c: Add casts.
59 * stabs.c (parse_stab_type, parse_stab_range_type,
60 (parse_stab_cpp_abbrev): Rename parameter from typename to
61 type_name.
62 (parse_stab_baseclasses): Rename variable virtual to is_virtual.
63 * strings.c: Add casts.
64 * wrstabs.c (stab_class_baseclass): Rename parameter virtual to
65 is_virtual.
66
cfcac11d
NC
672009-09-09 Nick Clifton <nickc@redhat.com>
68
69 PR 10478:
70 readelf.c (get_elf_section_flags): Add support for SHF_EXCLUDE and
71 SHF_ORDERED.
72 (process_section_headers): Warn about out of range sh_link
73 values. When displaying detailed section header information
74 annote the SHN_BEFORE and SHN_AFTER values.
75
4dc3c23d
AM
762009-09-08 Alan Modra <amodra@bigpond.net.au>
77
78 * dwarf.c (byte_get_little_endian): Handle size of 3.
79 (byte_get_big_endian): Likewise.
80 * readelf.c (byte_put_little_endian): Likewise.
81 (byte_put_big_endian): Likewise.
82 (is_24bit_abs_reloc): New function.
83 (is_none_reloc): Formatting.
84 (apply_relocations): Use is_24bit_abs_reloc. Handle pj and xtensa
85 reloc peculiarity.
86
58332dda
JK
872009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
88
89 * readelf.c (is_none_reloc <EM_XTENSA_OLD>, is_none_reloc <EM_XTENSA>):
90 New.
91
eb7cc021
JK
922009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
93
94 * dwarf.c (process_debug_info): Support section padding abbrev codes.
95
23f938f1
TG
962009-09-07 Tristan Gingold <gingold@adacore.com>
97
98 * po/binutils.pot: Regenerate.
99
4a29415d
JK
1002009-09-05 Jan Kratochvil <jan.kratochvil@redhat.com>
101
102 * Makefile.am (sysdump.o): Depend on sysroff.c.
103 * Makefile.in: Regenerate.
104
96d56e9f
NC
1052009-09-05 Martin Thuresson <martin@mtme.org>
106
107 * ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class,
108 ieee_read_reference): Rename variables named class to cxxclass.
109
8deaa05e
TG
1102009-09-04 Tristan Gingold <gingold@adacore.com>
111
112 * BRANCHES: Add binutils-2_20-branch.
113
81c23f82
TG
1142009-09-04 Tristan Gingold <gingold@adacore.com>
115
116 * NEWS: Add marker for 2.20.
117
10e636d2
DK
1182009-09-04 Timo Kreuzer <timo.kreuzer@web.de>
119
120 * dlltool.c (delayimp_name): Add new global variable
121 (usage, long_options, main): Add new option "-y" / "--output-delaylib"
122 (struct mac): Add fields how_dljtab_size, how_dljtab_roff1,
123 how_dljtab_roff2, how_dljtab, trampoline.
124 (i386_dljtab): Add binary stub for x86 delay import.
125 (i386_trampoline): Add text assembly stub for x86 delay import.
126 (mtable): Add delay import data for M386 and MX86 only.
127 (make_delay_head): New function.
128 (make_one_lib_file): New arg delay creates delay-load import stub.
129 (gen_lib_file): New arg delay likewise.
130 (HOW_JTAB, HOW_JTAB_SIZE, HOW_JTAB_ROFF): New arg delay likewise.
131 (HOW_JTAB_ROFF2, HOW_JTAB_ROFF3): New macros for delay import.
132 (make_tail): Convert hard TABS embedded in strings to "\t" escapes.
133 * NEWS: Mention new feature. Also fix whitespace.
134 * doc/binutils.texi: Updated dlltool documentation.
135
d3408916
TG
1362009-09-02 Tristan Gingold <gingold@adacore.com>
137
138 * configure.com: Do not copy makefile.vms-in to makefile.vms
139 * makefile.vms-in: Renamed to...
140 * makefile.vms: ... this usual name as it is not processed anymore.
141 Remove WRITE_DEBUG_OBJS (unused) and reorder object files for
142 objdump.exe.
143
7bb7d81f
RW
1442009-09-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
145
146 * Makefile.am (arparse.o, arlex.o, sysroff.o, defparse.o)
147 (deflex.o, nlmheaders.o, rcparse.o, mcparse.o): Supply correct
148 source file name for generated files which may be in $(srcdir).
149 * Makefile.in: Regenerate.
150
43123e98
L
1512009-09-01 H.J. Lu <hongjiu.lu@intel.com>
152
153 * version.c (print_version): Change to "Copyright 2009".
154
e06ae0d4
TG
1552009-09-01 Tristan Gingold <gingold@adacore.com>
156
157 * makefile.vms-in: Remove unused VERSION variable. Remove unused
158 dependencies.
159 * configure.com: Ported to Itanium VMS. Create build.com DCL script.
160
d3ce72d0
NC
1612009-08-29 Martin Thuresson <martin@mtme.org>
162
163 * nlmconv.c (main): Rename variable new to new_name.
164
791f3971
L
1652009-08-28 H.J. Lu <hongjiu.lu@intel.com>
166
167 * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace
168 CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
169 (syslex.o): Likewise.
170 (sysinfo.o): Likewise.
171 (bin2c$(EXEEXT_FOR_BUILD)): Likewise.
172 * Makefile.in: Regenerated.
173
b96fec5e
DK
1742009-08-27 Dave Korn <dave.korn.cygwin@gmail.com>
175
176 * doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
177 (--subsystem): ... from here.
178
765abe2b
CC
1792009-08-24 Cary Coutant <ccoutant@google.com>
180
181 * objdump.c (find_symbol_for_address): Avoid costly call to
182 bfd_octets_per_byte.
183
a15af8e2
RW
1842009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
185
186 * Makefile.am (am__skiplex, am__skipyacc): New.
187 * Makefile.in: Regenerate.
188
61186d57
RW
1892009-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
190
191 * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
192 * Makefile.in: Regenerate.
193
81ecdfbb
RW
1942009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
195
14ec8efd
RW
196 * Makefile.am (AM_CPPFLAGS): Renamed from ...
197 (INCLUDES): ... this.
198 (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
199 (installcheck-local): Renamed from ...
200 (installcheck): ... this.
201 * Makefile.in: Regenerate.
202
556274f9
RW
203 * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
204 foreign.
205 (MKDEP, CLEANFILES): Remove now-unneeded variables.
206 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
207 (mkdep section): Remove.
208 (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
209 (EXTRA_ar_SOURCES): New, list $(CFILES).
210 (syslex.o): Depend on syslex.c.
211 (sysinfo.o): Depend on sysinfo.c.
212 (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
213 Remove dependencies, now tracked by automake.
214 (srconv.o): Depend on sysroff.c.
215 (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
216 (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
217 (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
218 tracking rules; only list the dependency upon the primary source
219 file, but no included headers.
220 * Makefile.in: Regenerate.
221
af542c2e
RW
222 * Makefile.am (install-pdf, install-pdf-recursive, install-html)
223 (install-html-recursive): Remove.
224 * Makefile.in: Regenerate.
225 * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
226 (html__strip_dir, install-html, install-html-am): Remove.
227 * doc/Makefile.in: Regenerate.
228
81ecdfbb
RW
229 * Makefile.in: Regenerate.
230 * aclocal.m4: Likewise.
231 * config.in: Likewise.
232 * configure: Likewise.
233 * doc/Makefile.in: Likewise.
234
5fda8eca
NC
2352009-08-17 Nick Clifton <nickc@redhat.com>
236
237 * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
238 32-bit absolute reloc for the purposes of processing debug
239 sections.
240
7f6fed87
NC
2412009-08-10 Daniel Gutson <dgutson@codesourcery.com>
242
243 * readelf.c (get_arm_section_type_name): Added support for
244 new sections headers.
245
92fac5ec
L
2462009-08-03 H.J. Lu <hongjiu.lu@intel.com>
247
248 PR binutils/10364
249 * objcopy.c (strip_main): Check return from smart_rename.
250 (copy_main): Likewise.
251
d2fcac5c
NC
2522009-07-27 Nick Clifton <nickc@redhat.com>
253
254 PR 10413
255 * objdump.c (dump_section_header): Skip sections that we are
256 ignoring.
257
8a9036a4
L
2582009-07-25 H.J. Lu <hongjiu.lu@intel.com>
259
260 * readelf.c (guess_is_rela): Handle EM_L1OM.
261 (dump_relocations): Likewise.
262 (get_machine_name): Likewise.
263 (get_section_type_name): Likewise.
264 (get_elf_section_flags): Likewise.
265 (get_symbol_index_type): Likewise.
266 (is_32bit_abs_reloc): Likewise.
267 (is_32bit_pcrel_reloc): Likewise.
268 (is_64bit_abs_reloc): Likewise.
269 (is_64bit_pcrel_reloc): Likewise.
270 (is_none_reloc): Likewise.
271
3e7a7d11
NC
2722009-07-23 Ulrich Drepper <drepper@redhat.com>
273
274 * readelf.c (get_symbol_binding): For Linux targeted files return
275 UNIQUE for symbols with the STB_GNU_UNIQUE binding.
276 * doc/binutils.texi: Document the meaning of the 'u' symbol
277 binding in the output of nm and objdump --syms.
278
3dcb3fcb
L
2792009-07-20 H.J. Lu <hongjiu.lu@intel.com>
280
281 * NEWS: Mention --insn-width.
282
283 * objdump.c (insn_width): New.
284 (usage): Display --insn-width.
285 (option_values): Add OPTION_INSN_WIDTH.
286 (long_options): Add --insn-width.
287 (disassemble_bytes): Handle insn_width.
288 (main): Handle OPTION_INSN_WIDTH.
289
290 * doc/binutils.texi: Document --insn-width.
291
008f4c78
NC
2922009-07-17 Nick Clifton <nickc@redhat.com>
293
294 * dwarf.c (display_debug_lines): If do_debug_lines has not been
295 set then default to displaying raw .debug_line section contents.
296
01a8f077
JK
2972009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
298
299 Support unordered .debug_info references to .debug_ranges.
300 * dwarf.c (struct range_entry, range_entry_compar): New.
301 (display_debug_ranges): Remove variables last_offset, first, j,
302 seen_first_offset, use_debug_info and next. New variables
303 range_entries and range_entry_fill. Create the sorted copy
304 range_entries. Remove the FIXME error on detected unordered references.
305 * dwarf.h (debug_info <range_lists>): New comment.
306
1aa604e1
NC
3072009-07-14 Nick Clifton <nickc@redhat.com>
308
309 PR 10380
310 * README: Document use of LDFLAGS="--static".
311
8455dd2c
L
3122009-07-10 H.J. Lu <hongjiu.lu@intel.com>
313
314 * Makefile.am: Run "make dep-am".
315 * Makefile.in: Regenerated.
316
fa8f86ff
TT
3172009-07-10 Tom Tromey <tromey@redhat.com>
318
319 * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
320 * Makefile.in: Rebuild.
321 * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
322
c8450da8
TG
3232009-07-06 Tristan Gingold <gingold@adacore.com>
324
325 * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
326 sections.
327 * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
328 * dwarf.c (debug_displays): Adjust for removed field.
329
3244e8f5
JJ
3302009-07-03 Jakub Jelinek <jakub@redhat.com>
331
332 * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
333 and DW_OP_implicit_value.
334
a87a00ea
NC
3352009-07-01 Nick Clifton <nickc@redhat.com>
336
337 PR 6714
338 * rclex.c (handle_quotes): Do not complain about whitespace
339 separating quoted strings.
340 (rclex_string): Ignore whitespace when looking for a new opening
341 quote following a closing quote.
342
52a476ee
L
3432009-06-27 H.J. Lu <hongjiu.lu@intel.com>
344
345 PR binutils/10321
346 * bucomm.c (get_file_size): Return -1 on error.
347
348 * objcopy.c (copy_file): Report empty file.
349
cf13d699
NC
3502009-06-23 Nick Clifton <nickc@redhat.com>
351
352 * dwarf.c (display_debug_lines_raw): Include the name of the
353 section in warning message.
354 (struct debug_display): Enable reloc processing for .debug_line
355 and .debug_ranges sections.
356
357 * readelf.c: Add --relocated-dump command line option to dump the
358 relocated contents of a specified section.
359 (request_dump): New function.
360 (parse_args): Use it.
361 (dump_section_as_bytes): Add parameter to indicate whether the
362 contents should be relocated.
363 (target_specific_reloc_handling): Add code for a R_MN10300_16
364 reloc found after a R_MN10300_SYM_DIFF reloc.
365 (debug_apply_relocations): Rename to apply_relocations.
366 (get_section_contents): New function. Replaces common code found
367 in dump_section_as_strings and dump_section_as_bytes.
368 * doc/binutils.texi: Document new command line option.
369 * NEWS: Mention the new feature.
370
98fb390a
NC
3712009-06-22 Nick Clifton <nickc@redhat.com>
372
373 * readelf.c (target_specific_reloc_handling): New function:
374 Processes relocs in a target specific manner.
375 (debug_apply_relocations): Use the new function.
376 * dwarf.c (display_debug_loc): End the dump with a blank line.
377 (struct debug_display): Enable reloc processing for .debug_aranges
378 and .debug_loc sections.
379
d46fc8e8
NC
3802009-06-19 Nick Clifton <nickc@redhat.com>
381
382 * ar.c (usage): Do not use #ifdef inside _("...).
383 * nm.c (usage): Likewise.
384
0313a2b8
NC
3852009-06-18 Nick Clifton <nickc@redhat.com>
386
387 PR 10288
388 * objdump.c (disassemble_bytes): Set the
389 USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
390 if the user has invoked the -m switch.
391 * doc/binutils.texi: Document the additional behaviour of
392 objdump's -m switch for ARM targets.
393
361dff73
DK
3942009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
395
0313a2b8
NC
396 * configure.in: Merge cegcc and mingw32ce target name changes from
397 CeGCC project.
361dff73 398
0313a2b8 3992007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
400
401 * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
402 * configure: Regenerate.
403
1316c8b3
NC
4042009-06-15 Nick Clifton <nickc@redhat.com>
405
406 PR 10263
407 * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
408 the flags field of the disassemble_info structure if the -D switch
409 is in operation.
410
0e27a8f6
NC
4112009-06-12 Homer Xing <homer.xing@yahoo.com>
412
413 * NEWS: Mention new feature added to gprof.
414
f64fddf1
NC
4152009-06-12 John Reiser <jreiser@BitWagon.com>
416
417 * readelf.c (process_symbol_table): Set gnubuckets to NULL after
418 freeing it and before returning.
419
d3a44ec6
JJ
4202009-06-12 Jakub Jelinek <jakub@redhat.com>
421
422 * readelf.c (process_symbol_table): Don't return early if
423 .hash/.gnu.hash is empty/unusable and not -D.
424
b882b028
NC
4252009-06-09 Tom Bramer <tjb@postpro.net>
426
427 PR 10165
428 * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
429 to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
430
e36aef42
AM
4312009-06-04 Alan Modra <amodra@bigpond.net.au>
432
433 * strings.c (main): Delay parsing of decimal digits.
434
4b9d2a99
AM
4352009-06-04 Alan Modra <amodra@bigpond.net.au>
436
437 * dep-in.sed: Don't use \n in replacement part of s command.
438 * Makefile.am (DEP1): LC_ALL for uniq.
439 Run "make dep-am".
440 * Makefile.in: Regenerate.
441
b517c9b6
TG
4422009-06-03 Tristan Gingold <gingold@adacore.com>
443
444 * MAINTAINERS: Add myself as Mach-O maintainer.
445
1533edfb
AM
4462009-06-01 Alan Modra <amodra@bigpond.net.au>
447
448 PR 10199
449 * doc/binutils.texi (nm): Correct -S description.
450
b662cd9e
NC
4512009-05-28 Nick Clifton <nickc@redhat.com>
452
453 * po/da.po: Updated Danish translation.
454
5dff79d8
NC
4552009-05-28 Nick Clifton <nickc@redhat.com>
456
457 * readelf.c (display_debug_section): Do not display debug sections
458 with the NOBITS section type.
459
fc579192
NC
4602009-05-27 Rafael Avila de Espindola <espindola@google.com>
461
462 * aclocal.m4: Include ../config/plugins.m4.
463 * configure.in: Use AC_PLUGINS.
464 * configure: Regenerate.
465 * Makefile.in: Regenerate.
466 * doc/Makefile.in: Regenerate.
467
4682009-05-27 Rafael Avila de Espindola <espindola@google.com>
469
470 * ar.c (main): Call bfd_plugin_set_program_name.
471 * nm.c (main): Call bfd_plugin_set_program_name.
472
3614867c
NS
4732009-05-27 Nathan Sidwell <nathan@codesourcery.com>
474
475 * sysdump.c (tab): Use puts rather than two printfs.
476
f12e7348
NC
4772009-05-26 Nick Clifton <nickc@redhat.com>
478
479 * po/id.po: Updated Indonesian translation.
480 * po/binutils.pot: Updated template file.
481
ce3c775b
NC
4822009-05-26 Rafael Avila de Espindola <espindola@google.com>
483
484 * ar.c: Include plugin.h.
485 (main): Handle the --plugin option.
486 * nm.c: Include plugin.h.
487 (OPTION_PLUGIN): New.
488 (long_options): Add plugin.
489 (main): Handle OPTION_PLUGIN.
490 * NEWS: Mention the new feature.
491 * doc/binutils: Documement the new command line options.
492 * configure.in: Check for --enable-plugins.
493 * configure: Regenerate.
494
00f3247a
AM
4952009-05-26 Alan Modra <amodra@bigpond.net.au>
496
497 * dep-in.sed: Output one filename per line with all lines having
498 continuation backslash. Prefix first line with "A", following
499 lines with "B".
500 * Makefile.am (DEP): Don't use dep.sed here.
501 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
502 sort and uniq.
503 * Makefile.in: Regenerate.
504
c5ac1056
TG
5052009-05-25 Tristan Gingold <gingold@adacore.com>
506
507 * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
508
509 * configure.com: Fix it: handle alloca and define TARGET in config.h.
510
2b3decb5
AM
5112009-05-22 Alan Modra <amodra@bigpond.net.au>
512
513 * Makefile.am: Run "make dep-am".
514 * Makefile.in: Regenerate.
515
78e82dc3
AM
5162009-05-12 Alan Modra <amodra@bigpond.net.au>
517
518 * objcopy.c (set_long_section_mode): Check input_bfd is coff
519 before accessing coff specific fields of bfd.
520
57f6e0bc
DK
5212009-05-09 Dave Korn <dave.korn.cygwin@gmail.com>
522
523 * MAINTAINERS: Add myself as PE/COFF co-maintainer.
524
34e8a6f7
KT
5252009-05-08 Kai Tietz <kai.tietz@onevision.com>
526
527 * winduni.c (iconv_onechar): Only define when HAVE_ICONV
528 is defined, but not when __CYGWIN__ or _WIN32 are defined.
529 See wind_iconv_cp for call logic of this local funtion.
530
6f4c2146
NC
5312009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
532
533 PR 10109
534 * winduni.c: Replace test of HAVE_ICONV_H with a test of
535 HAVE_ICONV.
536 (iconv_onechar): Use ICONV_CONST instead of "const".
537 (wind_MultiByteToWideChar): Initialise local strings.
538
d8045f23
NC
5392009-04-30 Nick Clifton <nickc@redhat.com>
540
541 * readelf.c (dump_relocations): Display a relocation against an
542 ifunc symbol as if it were a function invocation.
543 (get_symbol_type): Handle STT_GNU_IFUNC.
544
43cd3ced
AG
5452009-04-29 Anthony Green <green@moxielogic.com>
546
547 * NEWS: Tweak verilog support description.
548
c6a0c689
AM
5492009-04-29 Alan Modra <amodra@bigpond.net.au>
550 Denis Scherbakov <denis_scherbakov@yahoo.com>
551
552 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
553 read, and merge with 32-bit case.
554
c067354b
NC
5552009-04-27 Anthony Green <green@moxielogic.com>
556
557 * NEWS: Mention verilog support added to bfd.
558
325c681d
L
5592009-04-27 H.J. Lu <hongjiu.lu@intel.com>
560
561 * objcopy.c (copy_object): Copy pe_opthdr before changing PE
562 parameters.
563
ed4a4bdf
CC
5642009-04-24 Cary Coutant <ccoutant@google.com>
565
566 * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
567 Add missing newlines to HP extensions.
568
d9118602
L
5692009-04-17 H.J. Lu <hongjiu.lu@intel.com>
570
571 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
572 * doc/binutils.texi: Likewise.
573
92dd4511
L
5742009-04-17 H.J. Lu <hongjiu.lu@intel.com>
575
576 PR binutils/10074
577 * objcopy.c: Include coff/i386.h and coff/pe.h.
578 (pe_file_alignment): New.
579 (pe_heap_commit): Likewise.
580 (pe_heap_reserve): Likewise.
581 (pe_image_base): Likewise.
582 (pe_section_alignment): Likewise.
583 (pe_stack_commit): Likewise.
584 (pe_stack_reserve): Likewise.
585 (pe_subsystem): Likewise.
586 (pe_major_subsystem_version): Likewise.
587 (pe_minor_subsystem_version): Likewise.
588 (set_pe_subsystem): Likewise.
589 (convert_efi_target): Likewise.
590 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
591 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
592 OPTION_STACK and OPTION_SUBSYSTEM.
593 (copy_options): Likewise.
594 (copy_usage): Add --file-alignment, --heap, --image-base,
595 --section-alignment, --stack and --subsystem.
596 (copy_object): Set up PE parameters.
597 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
598 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
599 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
600 PEI target.
601
602 * NEWS: Mention --file-alignment, --heap, --image-base,
603 --section-alignment, --stack and --subsystem command line
604 options for objcopy.
605
606 * doc/binutils.texi: Document --file-alignment, --heap,
607 --image-base, --section-alignment, --stack and --subsystem
608 command line options for objcopy.
609
20135e4c
NC
6102009-04-15 Anthony Green <green@moxielogic.com>
611
17eb60e9 612 * MAINTAINERS: Add myself as Moxie port maintainer.
20135e4c 613
0408dee6
DK
6142009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
615
616 * objcopy.c (enum long_section_name_handling): New enum type.
617 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
618 (copy_options[]): Add entry for --long-section-names option.
619 (copy_usage): Document it.
620 (set_long_section_mode): New subroutine.
621 (copy_file): Call it.
622 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
623 * doc/binutils.texi: Update objcopy documentation with details
624 of new option.
625
2fe50fe3
DK
6262009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
627
628 * dlltool.c (set_dll_name_from_def): Accept new second arg that
629 indicates if we are building DLL or EXE, and use it to add a
630 default suffix to the output filename when none is already present.
631 (def_name): Indicate we are building an EXE when calling it.
632 (def_library): Indicate we are building a DLL when calling it.
633
ffbe5983
NC
6342009-04-01 Jari Aalto <jari.aalto@cante.net>
635
636 PR 9972
637 * doc/binutils.texi (strings): Document the -V alias for the
638 --version option.
639 * strings.c (usage): Likewise.
640
e3525117
NC
6412009-03-31 Nick Clifton <nickc@redhat.com>
642
643 PR 9992
644 * configure.in: Import Solaris specific largefile test from
645 bfd/configure.in.
646 * configure: Regenerate.
647
93abc97a
RS
6482009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
649
650 * MAINTAINERS: Add self.
651
4a149252
NC
6522009-03-27 Nick Clifton <nickc@redhat.com>
653
654 * dwarf.c (display_debug_ranges): Add the base address to the
655 displayed values for 'Begin' and 'End'.
656
15ba6505
AM
6572009-03-25 Ryan Mansfield <rmansfield@qnx.com>
658
659 * readelf.c (process_file_header): Don't report a corrupt string
660 table index if it is zero.
661
665ce1f6
L
6622009-03-19 H.J. Lu <hongjiu.lu@intel.com>
663
664 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
665 (dwarf_regnames_count): Likewise.
666 (frame_need_space): Return int.
667 (display_debug_frames): Check invalid registers.
668
55f25fc3
L
6692009-03-19 H.J. Lu <hongjiu.lu@intel.com>
670
671 * readelf.c (debug_apply_relocations): Check relocations
672 against STT_SECTION symbol.
673
13e4f8ad
L
6742009-03-18 H.J. Lu <hongjiu.lu@intel.com>
675
676 * readelf.c (debug_apply_relocations): Allow relocations
677 against function symbols.
678
8d25cc3d
AM
6792009-03-18 Alan Modra <amodra@bigpond.net.au>
680
681 * sysdep.h: Include alloca-conf.h instead of config.h and remove
682 existing #if's handling alloca.
683 * Makefile.am: Run "make dep-am".
684 * Makefile.in: Regenerate.
685
e5231592
RS
6862009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
687
688 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
689 * configure.in: Likewise.
690 * configure: Regenerate.
691
3516e984
L
6922009-03-13 H.J. Lu <hongjiu.lu@intel.com>
693
694 PR binutils/9945
695 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
696
36e4dce6
CD
6972009-03-11 Chris Demetriou <cgd@google.com>
698
699 * ar.c (deterministic): New global variable.
700 (main): Recognize new 'D' option, which enables 'deterministic mode'.
701 (usage): Document new 'D' option.
702 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
703 flags if deterministic mode was requested.
704 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
705
0691f7af
L
7062009-03-09 H.J. Lu <hongjiu.lu@intel.com>
707
708 PR binutils/9933
709 * objcopy.c (filter_symbols): Properly handle common symbols
710 in relocatable file.
711
d11fd249
NC
7122009-03-06 Nick Clifton <nickc@redhat.com>
713
714 * po/es.po: Updated Spanish translation.
715
84d7b001
NC
7162009-03-05 Nick Clifton <nickc@redhat.com>
717
718 * objdump.c (disassemble_section): If the computed next offset is
719 not beyond the current offset then just continue to the end.
720
e7f990e2
TG
7212009-03-04 Tristan Gingold <gingold@adacore.com>
722
723 * MAINTAINERS: Add myself as VMS maintainer.
724
54b70fa3
NC
7252009-03-03 Nick Clifton <nickc@redhat.com>
726
727 * readelf.c: Update formatting.
728
a1f7ca36
AM
7292009-03-03 Alan Modra <amodra@bigpond.net.au>
730
731 * Makefile.am: Run "make dep-am".
732 * Makefile.in: Regenerate.
733
095ad3b8
AM
7342009-03-03 Alan Modra <amodra@bigpond.net.au>
735
736 * objdump.c (disassemble_section): Mask address before sign extending.
737
220df88b
NC
7382009-03-02 Sebastian Biallas <sb@biallas.net>
739
740 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
741 (parse_ieee_bb): Set the filename if it has not already been
742 discovered.
743
2cf0635d 7442009-03-02 Cary Coutant <ccoutant@google.com>
095ad3b8 745
2cf0635d
NC
746 * readelf.c (adjust_relative_path): New function.
747 (struct archive_info): New type.
748 (setup_archive): New function.
749 (release_archive): New function.
750 (setup_nested_archive): New function.
751 (get_archive_member_name): New function.
752 (get_archive_member_name_at): New function.
753 (make_qualified_name): New function.
754 (process_archive): Factor out code for reading archive index and
755 long filename table to setup_archive. Add support for thin archives.
756
c7c1befa
NC
7572009-03-02 Nick Clifton <nickc@redhat.com>
758
759 * po/sk.po: Updated Slovak translation.
760
58e24671
RW
7612009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
762
763 * configure: Regenerate.
764
7bcbeb0f
CC
7652009-02-23 Cary Coutant <ccoutant@google.com>
766
767 * objdump.c (load_specific_debug_section): New function, from
768 load_debug_section.
769 (load_debug_section): Use load_specific_debug_section.
770 (dump_dwarf_section): Likewise.
771
613ff48b
CC
7722009-02-23 Cary Coutant <ccoutant@google.com>
773
774 * readelf.c (parse_args): Select all sections explicitly for -w.
775
48b2f7b2
KT
7762009-02-09 Kai Tietz <kai.tietz@onevision.com>
777
778 * windres.c (set_endianess): Copy name without leading '-'.
779
4cb93e3b
TG
7802009-02-09 Tristan Gingold <gingold@adacore.com>
781
782 * NEWS: Mention feature match between objdump and readelf for dumping
783 dwarf info.
784
785 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
786 objdump.
787
788 * objdump.c (usage): Update documentation for -W/--dwarf.
789 (enum option_values): Add OPTION_DWARF.
790 (long_options): --dwarf can accept arguments.
791 (dump_dwarf_section): Also check enabled field.
792 (main): Option -W can accept arguments, code moved to
793 dwarf.c and call dwarf_select_sections_all instead.
794 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
795 (parse_args): Move code to...
796 * dwarf.c (dwarf_select_sections_by_letters,
797 dwarf_select_sections_by_names): : ...here (new functions).
798 (do_debug_lines_decoded): Remove and replaced by ...
799 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
800 (display_debug_lines): Adjust for previous change.
801 (dwarf_select_sections_all): New function.
802 (debug_displays): Add initializer for enabled field.
803 * dwarf.h (do_debug_lines_decoded): Remove.
804 Add prototypes for the new functions.
805 (struct dwarf_section_display): Add enabled field.
095ad3b8 806
dfb37fbf
NC
8072009-02-06 Nick Clifton <nickc@redhat.com>
808
809 * po/vi.po: Updated Vietnamese translation.
810
52b6b6b9
JM
8112009-02-03 Sandip Matte <sandip@rmicorp.com>
812
813 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
814
28024d9d
L
8152009-02-03 H.J. Lu <hongjiu.lu@intel.com>
816
817 * NEWS: Move --as-needed change to ...
818 * ../ld/NEWS: Here.
819
31dd3154
JM
8202009-02-03 Carlos O'Donell <carlos@codesourcery.com>
821
822 * configure.in: AC_SUBST pdfdir.
823 * Makefile.am: Add install-pdf, install-pdf-am,
824 and install-pdf-recursive targets.
825 * doc/Makefile.am: Define pdf__strip_dir. Add
826 install-pdf and install-pdf-am targets.
827 * po/Make-in: Add install-pdf target.
828 * configure: Regenerate.
829 * Makefile.in: Regenerate.
830 * doc/Makefile.in: Regenerate.
831
0dafdf3f
L
8322009-02-03 H.J. Lu <hongjiu.lu@intel.com>
833
834 PR binutils/9784
835 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
836
837 * doc/binutils.texi: Document --prefix=PREFIX and
838 --prefix-strip=LEVEL.
839
840 * objdump.c: Include "filenames.h".
841 (prefix): New.
842 (prefix_strip): Likewise.
843 (prefix_length): Likewise.
844 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
845 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
846 (long_options): Likewise.
847 (show_line): Handle prefix and prefix_strip.
848 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
849
850 * readelf.c (PATH_MAX): Moved to ...
851 * sysdep.h: Here.
852
010e5ae2
AM
8532009-01-31 Alan Modra <amodra@bigpond.net.au>
854
855 * NEWS: Mention --as-needed change.
856
8d8e0703
AM
8572009-01-29 Alan Modra <amodra@bigpond.net.au>
858
859 PR 9798
860 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
861 (bfd_get_archive_filename): Constify param.
862 * bucomm.h (bfd_get_archive_filename): Update prototype.
863 * objcopy.c (RETURN_NONFATAL): Delete.
864 (copy_unknown_object): Don't call bfd_get_archive_filename for
865 bfd_nonfatal_message filename, instead just pass bfd.
866 (copy_object): Likewise.
867 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
868 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
869 (setup_bfd_headers): Fix error message.
870
1b0adfe0
NC
8712009-01-27 Nick Clifton <nickc@redhat.com>
872
873 PR 9774
874 * objdump.c (disassemble_section): When the target uses signed
875 addresses make sure that we compute signed values.
876
9f04c329
NC
8772009-01-27 Nick Clifton <nickc@redhat.com>
878
879 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
880 maintainers.
881
2c2ce03f
NC
8822009-01-26 Nick Clifton <nickc@redhat.com>
883
884 PR 9766
885 * dlltool.c (xlate): When strip text after the @ sign, look for
886 the last one not the first one.
887
29670fb9
AM
8882009-01-16 Alan Modra <amodra@bigpond.net.au>
889
890 * configure.in (commonbfdlib): Delete.
891 * configure: Regenerate.
892
25893672
NC
8932008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
894
895 Cleanup code related to --identify option.
896
3f5e193b 897 * dlltool.c (file scope): Removed globals identify_ms,
25893672
NC
898 identify_member_contains_symname_result,
899 identify_dll_name_list_head, and identify_dll_name_list_tail.
900 Renamed existing typedef dll_name_list_type to
901 dll_name_list_node_type.
902 Added new typedefs dll_name_list_type, symname_search_data_type,
903 and identify_data_type.
904 (identify_append_dll_name_to_list): Renamed to...
905 (dll_name_list_append): ...here. Changed signature to accept list
906 argument rather than use global.
907 (identify_count_dll_name_list): Renamed to...
908 (dll_name_list_count): ...here. Changed signature to accept list
909 argument rather than use global.
910 (identify_print_dll_name_list): Renamed to...
911 (dll_name_list_print): ...here. Changed signature to accept list
912 argument rather than use global.
913 (identify_free_dll_name_list): Renamed to...
914 (dll_name_list_free_contents): ...here.
915 (dll_name_list_free): New function.
916 (dll_name_list_create): New function.
917 (identify_process_section_p): Changed signature to accept
918 ms_style_implib argument rather than use global.
919 (identify_member_contains_symname): Expect incoming void * data to
920 be symname_search_data_type.
921 (identify_dll_for_implib): Use new functions dll_name_list_create
922 and dll_name_list_free. Use new types symname_search_data_type
923 and identify_data_type to communicate with search routines.
924 (identify_search_section): Expect incoming void * data to be
925 identify_data_type. Use its contents rather than global
926 variables.
927
71c57c16
NC
9282009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
929
930 Add --identify-strict option. Handle ms-style implibs:
931
932 * dlltool.c (file scope): Added new globals identify_ms and
933 identify_strict. New typedef dll_name_list_type, and globals
934 identify_dll_name_list_head and identify_dll_name_list_tail. Added
935 new global identify_member_contains_symname_result.
936 (identify_append_dll_name_to_list): New function.
937 (identify_count_dll_name_list): New function.
938 (identify_print_dll_name_list): New function.
939 (identify_free_dll_name_list): New function.
940 (identify_search_archive): Changed signature to take function
941 pointer to operation to apply to each member, and data to pass on
942 to that function.
943 (identify_search_member): Changed signature to accept user data
944 from caller.
945 (identify_member_contains_symname): New function.
946 (identify_dll_for_implib): Rewrite. Now determines whether implib
947 is ms- or binutils- style, before searching sections for
095ad3b8 948 dllname. Allows multiple dllnames.
71c57c16
NC
949 (identify_process_section_p): Search alternate section for dllname
950 when implib is ms-style.
951 (identify_search_section): Add additional conditions to excludes
952 candidate sections from consideration.
953 (usage): Added --identify-strict.
954 (long_options): Added --identify-strict.
955 (main): Handle --identify-strict option.
956 * doc/binutils.texi: Document --identify-strict option.
957 * NEWS: Document --identify and --identify-strict options.
958
840b96a7
AM
9592009-01-13 Alan Modra <amodra@bigpond.net.au>
960
961 PR 7034
962 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
963
22f4bbf5
AM
9642009-01-13 Alan Modra <amodra@bigpond.net.au>
965
966 * objdump.c (disassemble_section): Don't assume non-instruction
967 data if object symbol at given address is in different section.
968
2ea2f3c6
KT
9692009-01-12 Kai Tietz <kai.tietz@onevision.com>
970
971 * dlltool.c (create_for_pep): New.
972 (flush_page): Use create_for_pep instead of using
973 macro DLLTOOL_MX86_64 clause.
974 (generate_idata_ofile): Likewise.
975 (make_one_lib_file): Likewise.
976 (make_head): Likewise.
977 (make_tail): Likewise.
978 (main): Initialize create_for_pep.
979
e77b97d4
KT
9802009-01-08 Kai Tietz <kai.tietz@onevision.com>
981
982 * dlltool.c (use_nul_prefixed_import_tables): New.
983 (make_head): Make prefix leading zero prefix element for
984 idata$4 and idata$5 dependent to new flag.
985 (usage): Add new option --use-nul-prefixed-import-tables.
986 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
987 (long_options): Add --use-nul-prefixed-import-tables.
988 (main): Likewise.
989 * doc/binutils.texi: Add new option documentation for
990 --use-nul-prefixed-import-tables.
991 * NEWS: Add new option.
992
1069ad51 9932009-01-06 Kai Tietz <kai.tietz@onevision.com>
84e94c90 994
1069ad51
KT
995 * windres.c (set_endianess): Get architecture name
996 for internal target names like "pe-arm-wince-little".
997 (find_arch_match): New helper.
998 * ChangeLog: Reset it.
999 * ChangeLog-2008: Moved old ChangeLog.
84e94c90 1000
1069ad51 1001For older changes see ChangeLog-2008
252b5132
RH
1002\f
1003Local Variables:
1004mode: change-log
1005left-margin: 8
1006fill-column: 74
1007version-control: never
1008End:
This page took 0.465758 seconds and 4 git commands to generate.