bfd/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
81c23f82
TG
12009-09-04 Tristan Gingold <gingold@adacore.com>
2
3 * NEWS: Add marker for 2.20.
4
10e636d2
DK
52009-09-04 Timo Kreuzer <timo.kreuzer@web.de>
6
7 * dlltool.c (delayimp_name): Add new global variable
8 (usage, long_options, main): Add new option "-y" / "--output-delaylib"
9 (struct mac): Add fields how_dljtab_size, how_dljtab_roff1,
10 how_dljtab_roff2, how_dljtab, trampoline.
11 (i386_dljtab): Add binary stub for x86 delay import.
12 (i386_trampoline): Add text assembly stub for x86 delay import.
13 (mtable): Add delay import data for M386 and MX86 only.
14 (make_delay_head): New function.
15 (make_one_lib_file): New arg delay creates delay-load import stub.
16 (gen_lib_file): New arg delay likewise.
17 (HOW_JTAB, HOW_JTAB_SIZE, HOW_JTAB_ROFF): New arg delay likewise.
18 (HOW_JTAB_ROFF2, HOW_JTAB_ROFF3): New macros for delay import.
19 (make_tail): Convert hard TABS embedded in strings to "\t" escapes.
20 * NEWS: Mention new feature. Also fix whitespace.
21 * doc/binutils.texi: Updated dlltool documentation.
22
d3408916
TG
232009-09-02 Tristan Gingold <gingold@adacore.com>
24
25 * configure.com: Do not copy makefile.vms-in to makefile.vms
26 * makefile.vms-in: Renamed to...
27 * makefile.vms: ... this usual name as it is not processed anymore.
28 Remove WRITE_DEBUG_OBJS (unused) and reorder object files for
29 objdump.exe.
30
7bb7d81f
RW
312009-09-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
32
33 * Makefile.am (arparse.o, arlex.o, sysroff.o, defparse.o)
34 (deflex.o, nlmheaders.o, rcparse.o, mcparse.o): Supply correct
35 source file name for generated files which may be in $(srcdir).
36 * Makefile.in: Regenerate.
37
43123e98
L
382009-09-01 H.J. Lu <hongjiu.lu@intel.com>
39
40 * version.c (print_version): Change to "Copyright 2009".
41
e06ae0d4
TG
422009-09-01 Tristan Gingold <gingold@adacore.com>
43
44 * makefile.vms-in: Remove unused VERSION variable. Remove unused
45 dependencies.
46 * configure.com: Ported to Itanium VMS. Create build.com DCL script.
47
d3ce72d0
NC
482009-08-29 Martin Thuresson <martin@mtme.org>
49
50 * nlmconv.c (main): Rename variable new to new_name.
51
791f3971
L
522009-08-28 H.J. Lu <hongjiu.lu@intel.com>
53
54 * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace
55 CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
56 (syslex.o): Likewise.
57 (sysinfo.o): Likewise.
58 (bin2c$(EXEEXT_FOR_BUILD)): Likewise.
59 * Makefile.in: Regenerated.
60
b96fec5e
DK
612009-08-27 Dave Korn <dave.korn.cygwin@gmail.com>
62
63 * doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
64 (--subsystem): ... from here.
65
765abe2b
CC
662009-08-24 Cary Coutant <ccoutant@google.com>
67
68 * objdump.c (find_symbol_for_address): Avoid costly call to
69 bfd_octets_per_byte.
70
a15af8e2
RW
712009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
72
73 * Makefile.am (am__skiplex, am__skipyacc): New.
74 * Makefile.in: Regenerate.
75
61186d57
RW
762009-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
77
78 * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
79 * Makefile.in: Regenerate.
80
81ecdfbb
RW
812009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
82
14ec8efd
RW
83 * Makefile.am (AM_CPPFLAGS): Renamed from ...
84 (INCLUDES): ... this.
85 (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
86 (installcheck-local): Renamed from ...
87 (installcheck): ... this.
88 * Makefile.in: Regenerate.
89
556274f9
RW
90 * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
91 foreign.
92 (MKDEP, CLEANFILES): Remove now-unneeded variables.
93 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
94 (mkdep section): Remove.
95 (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
96 (EXTRA_ar_SOURCES): New, list $(CFILES).
97 (syslex.o): Depend on syslex.c.
98 (sysinfo.o): Depend on sysinfo.c.
99 (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
100 Remove dependencies, now tracked by automake.
101 (srconv.o): Depend on sysroff.c.
102 (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
103 (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
104 (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
105 tracking rules; only list the dependency upon the primary source
106 file, but no included headers.
107 * Makefile.in: Regenerate.
108
af542c2e
RW
109 * Makefile.am (install-pdf, install-pdf-recursive, install-html)
110 (install-html-recursive): Remove.
111 * Makefile.in: Regenerate.
112 * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
113 (html__strip_dir, install-html, install-html-am): Remove.
114 * doc/Makefile.in: Regenerate.
115
81ecdfbb
RW
116 * Makefile.in: Regenerate.
117 * aclocal.m4: Likewise.
118 * config.in: Likewise.
119 * configure: Likewise.
120 * doc/Makefile.in: Likewise.
121
5fda8eca
NC
1222009-08-17 Nick Clifton <nickc@redhat.com>
123
124 * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
125 32-bit absolute reloc for the purposes of processing debug
126 sections.
127
7f6fed87
NC
1282009-08-10 Daniel Gutson <dgutson@codesourcery.com>
129
130 * readelf.c (get_arm_section_type_name): Added support for
131 new sections headers.
132
92fac5ec
L
1332009-08-03 H.J. Lu <hongjiu.lu@intel.com>
134
135 PR binutils/10364
136 * objcopy.c (strip_main): Check return from smart_rename.
137 (copy_main): Likewise.
138
d2fcac5c
NC
1392009-07-27 Nick Clifton <nickc@redhat.com>
140
141 PR 10413
142 * objdump.c (dump_section_header): Skip sections that we are
143 ignoring.
144
8a9036a4
L
1452009-07-25 H.J. Lu <hongjiu.lu@intel.com>
146
147 * readelf.c (guess_is_rela): Handle EM_L1OM.
148 (dump_relocations): Likewise.
149 (get_machine_name): Likewise.
150 (get_section_type_name): Likewise.
151 (get_elf_section_flags): Likewise.
152 (get_symbol_index_type): Likewise.
153 (is_32bit_abs_reloc): Likewise.
154 (is_32bit_pcrel_reloc): Likewise.
155 (is_64bit_abs_reloc): Likewise.
156 (is_64bit_pcrel_reloc): Likewise.
157 (is_none_reloc): Likewise.
158
3e7a7d11
NC
1592009-07-23 Ulrich Drepper <drepper@redhat.com>
160
161 * readelf.c (get_symbol_binding): For Linux targeted files return
162 UNIQUE for symbols with the STB_GNU_UNIQUE binding.
163 * doc/binutils.texi: Document the meaning of the 'u' symbol
164 binding in the output of nm and objdump --syms.
165
3dcb3fcb
L
1662009-07-20 H.J. Lu <hongjiu.lu@intel.com>
167
168 * NEWS: Mention --insn-width.
169
170 * objdump.c (insn_width): New.
171 (usage): Display --insn-width.
172 (option_values): Add OPTION_INSN_WIDTH.
173 (long_options): Add --insn-width.
174 (disassemble_bytes): Handle insn_width.
175 (main): Handle OPTION_INSN_WIDTH.
176
177 * doc/binutils.texi: Document --insn-width.
178
008f4c78
NC
1792009-07-17 Nick Clifton <nickc@redhat.com>
180
181 * dwarf.c (display_debug_lines): If do_debug_lines has not been
182 set then default to displaying raw .debug_line section contents.
183
01a8f077
JK
1842009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
185
186 Support unordered .debug_info references to .debug_ranges.
187 * dwarf.c (struct range_entry, range_entry_compar): New.
188 (display_debug_ranges): Remove variables last_offset, first, j,
189 seen_first_offset, use_debug_info and next. New variables
190 range_entries and range_entry_fill. Create the sorted copy
191 range_entries. Remove the FIXME error on detected unordered references.
192 * dwarf.h (debug_info <range_lists>): New comment.
193
1aa604e1
NC
1942009-07-14 Nick Clifton <nickc@redhat.com>
195
196 PR 10380
197 * README: Document use of LDFLAGS="--static".
198
8455dd2c
L
1992009-07-10 H.J. Lu <hongjiu.lu@intel.com>
200
201 * Makefile.am: Run "make dep-am".
202 * Makefile.in: Regenerated.
203
fa8f86ff
TT
2042009-07-10 Tom Tromey <tromey@redhat.com>
205
206 * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
207 * Makefile.in: Rebuild.
208 * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
209
c8450da8
TG
2102009-07-06 Tristan Gingold <gingold@adacore.com>
211
212 * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
213 sections.
214 * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
215 * dwarf.c (debug_displays): Adjust for removed field.
216
3244e8f5
JJ
2172009-07-03 Jakub Jelinek <jakub@redhat.com>
218
219 * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
220 and DW_OP_implicit_value.
221
a87a00ea
NC
2222009-07-01 Nick Clifton <nickc@redhat.com>
223
224 PR 6714
225 * rclex.c (handle_quotes): Do not complain about whitespace
226 separating quoted strings.
227 (rclex_string): Ignore whitespace when looking for a new opening
228 quote following a closing quote.
229
52a476ee
L
2302009-06-27 H.J. Lu <hongjiu.lu@intel.com>
231
232 PR binutils/10321
233 * bucomm.c (get_file_size): Return -1 on error.
234
235 * objcopy.c (copy_file): Report empty file.
236
cf13d699
NC
2372009-06-23 Nick Clifton <nickc@redhat.com>
238
239 * dwarf.c (display_debug_lines_raw): Include the name of the
240 section in warning message.
241 (struct debug_display): Enable reloc processing for .debug_line
242 and .debug_ranges sections.
243
244 * readelf.c: Add --relocated-dump command line option to dump the
245 relocated contents of a specified section.
246 (request_dump): New function.
247 (parse_args): Use it.
248 (dump_section_as_bytes): Add parameter to indicate whether the
249 contents should be relocated.
250 (target_specific_reloc_handling): Add code for a R_MN10300_16
251 reloc found after a R_MN10300_SYM_DIFF reloc.
252 (debug_apply_relocations): Rename to apply_relocations.
253 (get_section_contents): New function. Replaces common code found
254 in dump_section_as_strings and dump_section_as_bytes.
255 * doc/binutils.texi: Document new command line option.
256 * NEWS: Mention the new feature.
257
98fb390a
NC
2582009-06-22 Nick Clifton <nickc@redhat.com>
259
260 * readelf.c (target_specific_reloc_handling): New function:
261 Processes relocs in a target specific manner.
262 (debug_apply_relocations): Use the new function.
263 * dwarf.c (display_debug_loc): End the dump with a blank line.
264 (struct debug_display): Enable reloc processing for .debug_aranges
265 and .debug_loc sections.
266
d46fc8e8
NC
2672009-06-19 Nick Clifton <nickc@redhat.com>
268
269 * ar.c (usage): Do not use #ifdef inside _("...).
270 * nm.c (usage): Likewise.
271
0313a2b8
NC
2722009-06-18 Nick Clifton <nickc@redhat.com>
273
274 PR 10288
275 * objdump.c (disassemble_bytes): Set the
276 USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
277 if the user has invoked the -m switch.
278 * doc/binutils.texi: Document the additional behaviour of
279 objdump's -m switch for ARM targets.
280
361dff73
DK
2812009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
282
0313a2b8
NC
283 * configure.in: Merge cegcc and mingw32ce target name changes from
284 CeGCC project.
361dff73 285
0313a2b8 2862007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
287
288 * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
289 * configure: Regenerate.
290
1316c8b3
NC
2912009-06-15 Nick Clifton <nickc@redhat.com>
292
293 PR 10263
294 * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
295 the flags field of the disassemble_info structure if the -D switch
296 is in operation.
297
0e27a8f6
NC
2982009-06-12 Homer Xing <homer.xing@yahoo.com>
299
300 * NEWS: Mention new feature added to gprof.
301
f64fddf1
NC
3022009-06-12 John Reiser <jreiser@BitWagon.com>
303
304 * readelf.c (process_symbol_table): Set gnubuckets to NULL after
305 freeing it and before returning.
306
d3a44ec6
JJ
3072009-06-12 Jakub Jelinek <jakub@redhat.com>
308
309 * readelf.c (process_symbol_table): Don't return early if
310 .hash/.gnu.hash is empty/unusable and not -D.
311
b882b028
NC
3122009-06-09 Tom Bramer <tjb@postpro.net>
313
314 PR 10165
315 * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
316 to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
317
e36aef42
AM
3182009-06-04 Alan Modra <amodra@bigpond.net.au>
319
320 * strings.c (main): Delay parsing of decimal digits.
321
4b9d2a99
AM
3222009-06-04 Alan Modra <amodra@bigpond.net.au>
323
324 * dep-in.sed: Don't use \n in replacement part of s command.
325 * Makefile.am (DEP1): LC_ALL for uniq.
326 Run "make dep-am".
327 * Makefile.in: Regenerate.
328
b517c9b6
TG
3292009-06-03 Tristan Gingold <gingold@adacore.com>
330
331 * MAINTAINERS: Add myself as Mach-O maintainer.
332
1533edfb
AM
3332009-06-01 Alan Modra <amodra@bigpond.net.au>
334
335 PR 10199
336 * doc/binutils.texi (nm): Correct -S description.
337
b662cd9e
NC
3382009-05-28 Nick Clifton <nickc@redhat.com>
339
340 * po/da.po: Updated Danish translation.
341
5dff79d8
NC
3422009-05-28 Nick Clifton <nickc@redhat.com>
343
344 * readelf.c (display_debug_section): Do not display debug sections
345 with the NOBITS section type.
346
fc579192
NC
3472009-05-27 Rafael Avila de Espindola <espindola@google.com>
348
349 * aclocal.m4: Include ../config/plugins.m4.
350 * configure.in: Use AC_PLUGINS.
351 * configure: Regenerate.
352 * Makefile.in: Regenerate.
353 * doc/Makefile.in: Regenerate.
354
3552009-05-27 Rafael Avila de Espindola <espindola@google.com>
356
357 * ar.c (main): Call bfd_plugin_set_program_name.
358 * nm.c (main): Call bfd_plugin_set_program_name.
359
3614867c
NS
3602009-05-27 Nathan Sidwell <nathan@codesourcery.com>
361
362 * sysdump.c (tab): Use puts rather than two printfs.
363
f12e7348
NC
3642009-05-26 Nick Clifton <nickc@redhat.com>
365
366 * po/id.po: Updated Indonesian translation.
367 * po/binutils.pot: Updated template file.
368
ce3c775b
NC
3692009-05-26 Rafael Avila de Espindola <espindola@google.com>
370
371 * ar.c: Include plugin.h.
372 (main): Handle the --plugin option.
373 * nm.c: Include plugin.h.
374 (OPTION_PLUGIN): New.
375 (long_options): Add plugin.
376 (main): Handle OPTION_PLUGIN.
377 * NEWS: Mention the new feature.
378 * doc/binutils: Documement the new command line options.
379 * configure.in: Check for --enable-plugins.
380 * configure: Regenerate.
381
00f3247a
AM
3822009-05-26 Alan Modra <amodra@bigpond.net.au>
383
384 * dep-in.sed: Output one filename per line with all lines having
385 continuation backslash. Prefix first line with "A", following
386 lines with "B".
387 * Makefile.am (DEP): Don't use dep.sed here.
388 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
389 sort and uniq.
390 * Makefile.in: Regenerate.
391
c5ac1056
TG
3922009-05-25 Tristan Gingold <gingold@adacore.com>
393
394 * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
395
396 * configure.com: Fix it: handle alloca and define TARGET in config.h.
397
2b3decb5
AM
3982009-05-22 Alan Modra <amodra@bigpond.net.au>
399
400 * Makefile.am: Run "make dep-am".
401 * Makefile.in: Regenerate.
402
78e82dc3
AM
4032009-05-12 Alan Modra <amodra@bigpond.net.au>
404
405 * objcopy.c (set_long_section_mode): Check input_bfd is coff
406 before accessing coff specific fields of bfd.
407
57f6e0bc
DK
4082009-05-09 Dave Korn <dave.korn.cygwin@gmail.com>
409
410 * MAINTAINERS: Add myself as PE/COFF co-maintainer.
411
34e8a6f7
KT
4122009-05-08 Kai Tietz <kai.tietz@onevision.com>
413
414 * winduni.c (iconv_onechar): Only define when HAVE_ICONV
415 is defined, but not when __CYGWIN__ or _WIN32 are defined.
416 See wind_iconv_cp for call logic of this local funtion.
417
6f4c2146
NC
4182009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
419
420 PR 10109
421 * winduni.c: Replace test of HAVE_ICONV_H with a test of
422 HAVE_ICONV.
423 (iconv_onechar): Use ICONV_CONST instead of "const".
424 (wind_MultiByteToWideChar): Initialise local strings.
425
d8045f23
NC
4262009-04-30 Nick Clifton <nickc@redhat.com>
427
428 * readelf.c (dump_relocations): Display a relocation against an
429 ifunc symbol as if it were a function invocation.
430 (get_symbol_type): Handle STT_GNU_IFUNC.
431
43cd3ced
AG
4322009-04-29 Anthony Green <green@moxielogic.com>
433
434 * NEWS: Tweak verilog support description.
435
c6a0c689
AM
4362009-04-29 Alan Modra <amodra@bigpond.net.au>
437 Denis Scherbakov <denis_scherbakov@yahoo.com>
438
439 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
440 read, and merge with 32-bit case.
441
c067354b
NC
4422009-04-27 Anthony Green <green@moxielogic.com>
443
444 * NEWS: Mention verilog support added to bfd.
445
325c681d
L
4462009-04-27 H.J. Lu <hongjiu.lu@intel.com>
447
448 * objcopy.c (copy_object): Copy pe_opthdr before changing PE
449 parameters.
450
ed4a4bdf
CC
4512009-04-24 Cary Coutant <ccoutant@google.com>
452
453 * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
454 Add missing newlines to HP extensions.
455
d9118602
L
4562009-04-17 H.J. Lu <hongjiu.lu@intel.com>
457
458 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
459 * doc/binutils.texi: Likewise.
460
92dd4511
L
4612009-04-17 H.J. Lu <hongjiu.lu@intel.com>
462
463 PR binutils/10074
464 * objcopy.c: Include coff/i386.h and coff/pe.h.
465 (pe_file_alignment): New.
466 (pe_heap_commit): Likewise.
467 (pe_heap_reserve): Likewise.
468 (pe_image_base): Likewise.
469 (pe_section_alignment): Likewise.
470 (pe_stack_commit): Likewise.
471 (pe_stack_reserve): Likewise.
472 (pe_subsystem): Likewise.
473 (pe_major_subsystem_version): Likewise.
474 (pe_minor_subsystem_version): Likewise.
475 (set_pe_subsystem): Likewise.
476 (convert_efi_target): Likewise.
477 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
478 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
479 OPTION_STACK and OPTION_SUBSYSTEM.
480 (copy_options): Likewise.
481 (copy_usage): Add --file-alignment, --heap, --image-base,
482 --section-alignment, --stack and --subsystem.
483 (copy_object): Set up PE parameters.
484 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
485 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
486 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
487 PEI target.
488
489 * NEWS: Mention --file-alignment, --heap, --image-base,
490 --section-alignment, --stack and --subsystem command line
491 options for objcopy.
492
493 * doc/binutils.texi: Document --file-alignment, --heap,
494 --image-base, --section-alignment, --stack and --subsystem
495 command line options for objcopy.
496
20135e4c
NC
4972009-04-15 Anthony Green <green@moxielogic.com>
498
17eb60e9 499 * MAINTAINERS: Add myself as Moxie port maintainer.
20135e4c 500
0408dee6
DK
5012009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
502
503 * objcopy.c (enum long_section_name_handling): New enum type.
504 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
505 (copy_options[]): Add entry for --long-section-names option.
506 (copy_usage): Document it.
507 (set_long_section_mode): New subroutine.
508 (copy_file): Call it.
509 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
510 * doc/binutils.texi: Update objcopy documentation with details
511 of new option.
512
2fe50fe3
DK
5132009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
514
515 * dlltool.c (set_dll_name_from_def): Accept new second arg that
516 indicates if we are building DLL or EXE, and use it to add a
517 default suffix to the output filename when none is already present.
518 (def_name): Indicate we are building an EXE when calling it.
519 (def_library): Indicate we are building a DLL when calling it.
520
ffbe5983
NC
5212009-04-01 Jari Aalto <jari.aalto@cante.net>
522
523 PR 9972
524 * doc/binutils.texi (strings): Document the -V alias for the
525 --version option.
526 * strings.c (usage): Likewise.
527
e3525117
NC
5282009-03-31 Nick Clifton <nickc@redhat.com>
529
530 PR 9992
531 * configure.in: Import Solaris specific largefile test from
532 bfd/configure.in.
533 * configure: Regenerate.
534
93abc97a
RS
5352009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
536
537 * MAINTAINERS: Add self.
538
4a149252
NC
5392009-03-27 Nick Clifton <nickc@redhat.com>
540
541 * dwarf.c (display_debug_ranges): Add the base address to the
542 displayed values for 'Begin' and 'End'.
543
15ba6505
AM
5442009-03-25 Ryan Mansfield <rmansfield@qnx.com>
545
546 * readelf.c (process_file_header): Don't report a corrupt string
547 table index if it is zero.
548
665ce1f6
L
5492009-03-19 H.J. Lu <hongjiu.lu@intel.com>
550
551 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
552 (dwarf_regnames_count): Likewise.
553 (frame_need_space): Return int.
554 (display_debug_frames): Check invalid registers.
555
55f25fc3
L
5562009-03-19 H.J. Lu <hongjiu.lu@intel.com>
557
558 * readelf.c (debug_apply_relocations): Check relocations
559 against STT_SECTION symbol.
560
13e4f8ad
L
5612009-03-18 H.J. Lu <hongjiu.lu@intel.com>
562
563 * readelf.c (debug_apply_relocations): Allow relocations
564 against function symbols.
565
8d25cc3d
AM
5662009-03-18 Alan Modra <amodra@bigpond.net.au>
567
568 * sysdep.h: Include alloca-conf.h instead of config.h and remove
569 existing #if's handling alloca.
570 * Makefile.am: Run "make dep-am".
571 * Makefile.in: Regenerate.
572
e5231592
RS
5732009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
574
575 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
576 * configure.in: Likewise.
577 * configure: Regenerate.
578
3516e984
L
5792009-03-13 H.J. Lu <hongjiu.lu@intel.com>
580
581 PR binutils/9945
582 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
583
36e4dce6
CD
5842009-03-11 Chris Demetriou <cgd@google.com>
585
586 * ar.c (deterministic): New global variable.
587 (main): Recognize new 'D' option, which enables 'deterministic mode'.
588 (usage): Document new 'D' option.
589 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
590 flags if deterministic mode was requested.
591 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
592
0691f7af
L
5932009-03-09 H.J. Lu <hongjiu.lu@intel.com>
594
595 PR binutils/9933
596 * objcopy.c (filter_symbols): Properly handle common symbols
597 in relocatable file.
598
d11fd249
NC
5992009-03-06 Nick Clifton <nickc@redhat.com>
600
601 * po/es.po: Updated Spanish translation.
602
84d7b001
NC
6032009-03-05 Nick Clifton <nickc@redhat.com>
604
605 * objdump.c (disassemble_section): If the computed next offset is
606 not beyond the current offset then just continue to the end.
607
e7f990e2
TG
6082009-03-04 Tristan Gingold <gingold@adacore.com>
609
610 * MAINTAINERS: Add myself as VMS maintainer.
611
54b70fa3
NC
6122009-03-03 Nick Clifton <nickc@redhat.com>
613
614 * readelf.c: Update formatting.
615
a1f7ca36
AM
6162009-03-03 Alan Modra <amodra@bigpond.net.au>
617
618 * Makefile.am: Run "make dep-am".
619 * Makefile.in: Regenerate.
620
095ad3b8
AM
6212009-03-03 Alan Modra <amodra@bigpond.net.au>
622
623 * objdump.c (disassemble_section): Mask address before sign extending.
624
220df88b
NC
6252009-03-02 Sebastian Biallas <sb@biallas.net>
626
627 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
628 (parse_ieee_bb): Set the filename if it has not already been
629 discovered.
630
2cf0635d 6312009-03-02 Cary Coutant <ccoutant@google.com>
095ad3b8 632
2cf0635d
NC
633 * readelf.c (adjust_relative_path): New function.
634 (struct archive_info): New type.
635 (setup_archive): New function.
636 (release_archive): New function.
637 (setup_nested_archive): New function.
638 (get_archive_member_name): New function.
639 (get_archive_member_name_at): New function.
640 (make_qualified_name): New function.
641 (process_archive): Factor out code for reading archive index and
642 long filename table to setup_archive. Add support for thin archives.
643
c7c1befa
NC
6442009-03-02 Nick Clifton <nickc@redhat.com>
645
646 * po/sk.po: Updated Slovak translation.
647
58e24671
RW
6482009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
649
650 * configure: Regenerate.
651
7bcbeb0f
CC
6522009-02-23 Cary Coutant <ccoutant@google.com>
653
654 * objdump.c (load_specific_debug_section): New function, from
655 load_debug_section.
656 (load_debug_section): Use load_specific_debug_section.
657 (dump_dwarf_section): Likewise.
658
613ff48b
CC
6592009-02-23 Cary Coutant <ccoutant@google.com>
660
661 * readelf.c (parse_args): Select all sections explicitly for -w.
662
48b2f7b2
KT
6632009-02-09 Kai Tietz <kai.tietz@onevision.com>
664
665 * windres.c (set_endianess): Copy name without leading '-'.
666
4cb93e3b
TG
6672009-02-09 Tristan Gingold <gingold@adacore.com>
668
669 * NEWS: Mention feature match between objdump and readelf for dumping
670 dwarf info.
671
672 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
673 objdump.
674
675 * objdump.c (usage): Update documentation for -W/--dwarf.
676 (enum option_values): Add OPTION_DWARF.
677 (long_options): --dwarf can accept arguments.
678 (dump_dwarf_section): Also check enabled field.
679 (main): Option -W can accept arguments, code moved to
680 dwarf.c and call dwarf_select_sections_all instead.
681 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
682 (parse_args): Move code to...
683 * dwarf.c (dwarf_select_sections_by_letters,
684 dwarf_select_sections_by_names): : ...here (new functions).
685 (do_debug_lines_decoded): Remove and replaced by ...
686 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
687 (display_debug_lines): Adjust for previous change.
688 (dwarf_select_sections_all): New function.
689 (debug_displays): Add initializer for enabled field.
690 * dwarf.h (do_debug_lines_decoded): Remove.
691 Add prototypes for the new functions.
692 (struct dwarf_section_display): Add enabled field.
095ad3b8 693
dfb37fbf
NC
6942009-02-06 Nick Clifton <nickc@redhat.com>
695
696 * po/vi.po: Updated Vietnamese translation.
697
52b6b6b9
JM
6982009-02-03 Sandip Matte <sandip@rmicorp.com>
699
700 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
701
28024d9d
L
7022009-02-03 H.J. Lu <hongjiu.lu@intel.com>
703
704 * NEWS: Move --as-needed change to ...
705 * ../ld/NEWS: Here.
706
31dd3154
JM
7072009-02-03 Carlos O'Donell <carlos@codesourcery.com>
708
709 * configure.in: AC_SUBST pdfdir.
710 * Makefile.am: Add install-pdf, install-pdf-am,
711 and install-pdf-recursive targets.
712 * doc/Makefile.am: Define pdf__strip_dir. Add
713 install-pdf and install-pdf-am targets.
714 * po/Make-in: Add install-pdf target.
715 * configure: Regenerate.
716 * Makefile.in: Regenerate.
717 * doc/Makefile.in: Regenerate.
718
0dafdf3f
L
7192009-02-03 H.J. Lu <hongjiu.lu@intel.com>
720
721 PR binutils/9784
722 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
723
724 * doc/binutils.texi: Document --prefix=PREFIX and
725 --prefix-strip=LEVEL.
726
727 * objdump.c: Include "filenames.h".
728 (prefix): New.
729 (prefix_strip): Likewise.
730 (prefix_length): Likewise.
731 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
732 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
733 (long_options): Likewise.
734 (show_line): Handle prefix and prefix_strip.
735 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
736
737 * readelf.c (PATH_MAX): Moved to ...
738 * sysdep.h: Here.
739
010e5ae2
AM
7402009-01-31 Alan Modra <amodra@bigpond.net.au>
741
742 * NEWS: Mention --as-needed change.
743
8d8e0703
AM
7442009-01-29 Alan Modra <amodra@bigpond.net.au>
745
746 PR 9798
747 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
748 (bfd_get_archive_filename): Constify param.
749 * bucomm.h (bfd_get_archive_filename): Update prototype.
750 * objcopy.c (RETURN_NONFATAL): Delete.
751 (copy_unknown_object): Don't call bfd_get_archive_filename for
752 bfd_nonfatal_message filename, instead just pass bfd.
753 (copy_object): Likewise.
754 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
755 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
756 (setup_bfd_headers): Fix error message.
757
1b0adfe0
NC
7582009-01-27 Nick Clifton <nickc@redhat.com>
759
760 PR 9774
761 * objdump.c (disassemble_section): When the target uses signed
762 addresses make sure that we compute signed values.
763
9f04c329
NC
7642009-01-27 Nick Clifton <nickc@redhat.com>
765
766 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
767 maintainers.
768
2c2ce03f
NC
7692009-01-26 Nick Clifton <nickc@redhat.com>
770
771 PR 9766
772 * dlltool.c (xlate): When strip text after the @ sign, look for
773 the last one not the first one.
774
29670fb9
AM
7752009-01-16 Alan Modra <amodra@bigpond.net.au>
776
777 * configure.in (commonbfdlib): Delete.
778 * configure: Regenerate.
779
25893672
NC
7802008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
781
782 Cleanup code related to --identify option.
783
784 * binutils/dlltool.c (file scope): Removed globals identify_ms,
785 identify_member_contains_symname_result,
786 identify_dll_name_list_head, and identify_dll_name_list_tail.
787 Renamed existing typedef dll_name_list_type to
788 dll_name_list_node_type.
789 Added new typedefs dll_name_list_type, symname_search_data_type,
790 and identify_data_type.
791 (identify_append_dll_name_to_list): Renamed to...
792 (dll_name_list_append): ...here. Changed signature to accept list
793 argument rather than use global.
794 (identify_count_dll_name_list): Renamed to...
795 (dll_name_list_count): ...here. Changed signature to accept list
796 argument rather than use global.
797 (identify_print_dll_name_list): Renamed to...
798 (dll_name_list_print): ...here. Changed signature to accept list
799 argument rather than use global.
800 (identify_free_dll_name_list): Renamed to...
801 (dll_name_list_free_contents): ...here.
802 (dll_name_list_free): New function.
803 (dll_name_list_create): New function.
804 (identify_process_section_p): Changed signature to accept
805 ms_style_implib argument rather than use global.
806 (identify_member_contains_symname): Expect incoming void * data to
807 be symname_search_data_type.
808 (identify_dll_for_implib): Use new functions dll_name_list_create
809 and dll_name_list_free. Use new types symname_search_data_type
810 and identify_data_type to communicate with search routines.
811 (identify_search_section): Expect incoming void * data to be
812 identify_data_type. Use its contents rather than global
813 variables.
814
71c57c16
NC
8152009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
816
817 Add --identify-strict option. Handle ms-style implibs:
818
819 * dlltool.c (file scope): Added new globals identify_ms and
820 identify_strict. New typedef dll_name_list_type, and globals
821 identify_dll_name_list_head and identify_dll_name_list_tail. Added
822 new global identify_member_contains_symname_result.
823 (identify_append_dll_name_to_list): New function.
824 (identify_count_dll_name_list): New function.
825 (identify_print_dll_name_list): New function.
826 (identify_free_dll_name_list): New function.
827 (identify_search_archive): Changed signature to take function
828 pointer to operation to apply to each member, and data to pass on
829 to that function.
830 (identify_search_member): Changed signature to accept user data
831 from caller.
832 (identify_member_contains_symname): New function.
833 (identify_dll_for_implib): Rewrite. Now determines whether implib
834 is ms- or binutils- style, before searching sections for
095ad3b8 835 dllname. Allows multiple dllnames.
71c57c16
NC
836 (identify_process_section_p): Search alternate section for dllname
837 when implib is ms-style.
838 (identify_search_section): Add additional conditions to excludes
839 candidate sections from consideration.
840 (usage): Added --identify-strict.
841 (long_options): Added --identify-strict.
842 (main): Handle --identify-strict option.
843 * doc/binutils.texi: Document --identify-strict option.
844 * NEWS: Document --identify and --identify-strict options.
845
840b96a7
AM
8462009-01-13 Alan Modra <amodra@bigpond.net.au>
847
848 PR 7034
849 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
850
22f4bbf5
AM
8512009-01-13 Alan Modra <amodra@bigpond.net.au>
852
853 * objdump.c (disassemble_section): Don't assume non-instruction
854 data if object symbol at given address is in different section.
855
2ea2f3c6
KT
8562009-01-12 Kai Tietz <kai.tietz@onevision.com>
857
858 * dlltool.c (create_for_pep): New.
859 (flush_page): Use create_for_pep instead of using
860 macro DLLTOOL_MX86_64 clause.
861 (generate_idata_ofile): Likewise.
862 (make_one_lib_file): Likewise.
863 (make_head): Likewise.
864 (make_tail): Likewise.
865 (main): Initialize create_for_pep.
866
e77b97d4
KT
8672009-01-08 Kai Tietz <kai.tietz@onevision.com>
868
869 * dlltool.c (use_nul_prefixed_import_tables): New.
870 (make_head): Make prefix leading zero prefix element for
871 idata$4 and idata$5 dependent to new flag.
872 (usage): Add new option --use-nul-prefixed-import-tables.
873 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
874 (long_options): Add --use-nul-prefixed-import-tables.
875 (main): Likewise.
876 * doc/binutils.texi: Add new option documentation for
877 --use-nul-prefixed-import-tables.
878 * NEWS: Add new option.
879
1069ad51 8802009-01-06 Kai Tietz <kai.tietz@onevision.com>
84e94c90 881
1069ad51
KT
882 * windres.c (set_endianess): Get architecture name
883 for internal target names like "pe-arm-wince-little".
884 (find_arch_match): New helper.
885 * ChangeLog: Reset it.
886 * ChangeLog-2008: Moved old ChangeLog.
84e94c90 887
1069ad51 888For older changes see ChangeLog-2008
252b5132
RH
889\f
890Local Variables:
891mode: change-log
892left-margin: 8
893fill-column: 74
894version-control: never
895End:
This page took 0.538884 seconds and 4 git commands to generate.