]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
2005-01-31 Andrew Cagney <cagney@gnu.org>
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2005-01-31 Andrew Cagney <cagney@gnu.org>
2
3 * configure: Regenerate to track ../gettext.m4.
4
5 2005-01-31 Nick Clifton <nickc@redhat.com>
6
7 * version.c (print_version): Bump the copyright date to 2005.
8
9 2005-01-25 Alan Modra <amodra@bigpond.net.au>
10
11 * nm.c (display_rel_file): Read dynamic syms before calling
12 bfd_get_synthetic_symtab.
13
14 2005-01-21 Ben Elliston <bje@au.ibm.com>
15
16 * dlltool.c (dump_iat): Remove unused function.
17 (gen_exp_file): Remove #if 0'd code.
18 (make_one_lib_file): Likewise.
19 * srconv.c: Remove #if 0'd code throughout.
20 * size.c (lprint_number): Remove.
21 (print_berkeley_format): Remove #if 0'd code.
22 * ar.c (do_quick_append): Remove declaration and definiton.
23 (main): Remove #if 0'd code.
24 * filemode.c (filemodestring): Remove #if 0'd function.
25 * sysdump.c (unit_info_list): Remove function.
26 (object_body_list): Likewise.
27 (program_structure): Likewise.
28 (debug_list): Likewise.
29 (module): Remove #if 0'd code.
30
31 2005-01-20 Mark Mitchell <mark@codesourcery.com>
32
33 * BRANCHES: Add binutils-2_15-branch.
34
35 * MAINTAINERS: Document branch policy.
36 * BRANCHES: New file.
37
38 2005-01-19 Fred Fish <fnf@specifixinc.com>
39
40 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
41 * doc/binutils.texi (objdump): Document the "no-aliases"
42 disassembly option.
43
44 2005-01-17 Eugene Kotlyarov <ekot@narod.ru>
45
46 PR binutils/647
47 * rcparse.y (RCDATA): Allow a filename to be supplied as the
48 parameter. Parse it with define_rcdata_file().
49 * resrc.c (define_rcdata_file): New function.
50 * windres.h: Provide a prototype for the new function.
51
52 * resrc.c (define_user_file): Fix typo by replacing "font file"
53 with "file".
54
55 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
56
57 * MAINTAINERS: Update my email address.
58
59 2005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
60
61 * dlltool.c (set_dll_name_from_def): New function. Strip name
62 to basename, with warning.
63 (def_name): Use it.
64 (def_library): Likwise.
65 (main): Strip arg of --dllname to basename, with warning.
66 Only use basename of exp_name when inferring dll_name.
67
68 2005-01-11 Nick Clifton <nickc@redhat.com>
69
70 PR binutils/637
71 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
72 footnote in order to prevent the sed script in the Makefile from
73 converting it into c++filt.
74
75 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
76
77 BZ 635
78 readelf.c (saved_base_address): Removed.
79 (decode_64bit_range): Likewise.
80 (decode_range): Likewise.
81 (display_64bit_debug_ranges): Likewise.
82 (debug_info): Add range_lists, num_range_lists and
83 max_range_lists.
84 (read_and_display_attr_value): Handle do_debug_ranges.
85 (process_debug_info): Likewise.
86 (display_debug_ranges): Rewrite.
87 (process_object): Free range_lists.
88
89 2005-01-10 Andreas Schwab <schwab@suse.de>
90
91 * configure.in: Don't define SKIP_ZEROES.
92 * configure: Regenerate.
93 * objdump.c (disassemble_data): Set skip_zeroes and
94 skip_zeroes_at_end in disasm_info to defaults.
95 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
96 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
97 always define.
98 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
99 objdump_disasm_info.
100
101 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
102
103 * readelf.c (display_debug_loc): Display base address
104 specifiers. Always output <End of list>.
105
106 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
107
108 * readelf.c (have_frame_base): New.
109 (need_base_address): Likewise.
110 (saved_base_address): Likewise.
111 (decode_location_expression): Return 1 if DW_AT_frame_base is
112 needed.
113 (debug_info): Add base_address and a have_frame_base pointer.
114 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
115 saved_base_address. Record base address. Set have_frame_base.
116 Record if a location list has DW_AT_frame_base. Display if a
117 location expression has no DW_AT_frame_base but needs one. Set
118 saved_base_address only if needed.
119 (process_debug_info): Clear have_frame_base, saved_base_address
120 and set need_base_address.
121 (display_debug_loc): Display if a location expression has no
122 DW_AT_frame_base but needs one. Display if start >= end. Don't
123 adjust for section address. Properly handle base address.
124 (process_object): Free the have_frame_base pointer in
125 debug_info.
126
127 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
128
129 * readelf.c (display_debug_loc): Display offsets for hole and
130 overlap.
131 (display_debug_str): Add a newline at the end.
132
133 2005-01-04 Armin Diehl <diehl@nordrhein.de>
134
135 PR binutils/630
136 * nlmconv.c (main): Only store the basename of the output filename
137 in the module table.
138
139 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
140
141 BZ 615
142 * readelf.c (process_debug_info): New.
143 (debug_info): Add num_loc_offsets, loc_offsets and
144 last_loc_offset_p.
145 (get_debug_info): Use process_debug_info.
146 (display_debug_loc): Properly handle location list. Warn if bad
147 location lists are encoutnered.
148 (read_and_process_attr_value): New.
149 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
150 (display_debug_info): Use process_debug_info.
151 (process_object): Also free loc_offsets in debug_information.
152
153 2004-12-31 Alan Modra <amodra@bigpond.net.au>
154
155 * objdump.c (remove_useless_symbols): Discard section symbols.
156
157 2004-12-27 H.J. Lu <hongjiu.lu@intel.com>
158
159 * readelf.c (read_leb128): Support 64bit host.
160
161 2004-12-23 Nick Clifton <nickc@redhat.com>
162
163 PR binutils/616
164 * readelf.c (debug_info): Add 'cu_offset' field.
165 (get+pointer_size_of_comp_unit): Rename to
166 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
167 the offset of the comp_unit if requested.
168 (get_debug_info): Record comp_unit offsets as well.
169 (display_debug_lines): Call get_pointer_size_of_comp_unit.
170 (decode_location_expression): Add an extra parameter - the offset
171 of the current comp-unit. Use this when decoding the DW_OP_call2
172 and DW_OP_call4 operators.
173 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
174 comp_unit offset on the decode_location_expression.
175 (read_and_display_attr_value): Pass the comp_unit offset on the
176 decode_location_expression.
177 (display_debug_frames): Pass 0 as the comp_unit offset to
178 decode_location_expression.
179
180 2004-12-22 Nick Clifton <nickc@redhat.com>
181
182 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
183 New variables associated with obtaining the pointer size for a
184 comp_unit.
185 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
186 of the section requesting the pointer size. Use this name in
187 error messages. If there are not enough comp_units available
188 produce a warning message, but return the last known pointer size
189 so that section dumping can continue.
190 (get_debug_info): Reset the new variables.
191 (display_debug_lines): Add extra parameter to invocation of
192 get_pointer_size_of_comp_unit and remove error message when it
193 returns 0.
194 (display_debug_loc): Likewise.
195
196 2004-12-15 Jan Beulich <jbeulich@novell.com>
197
198 * doc/binutils.texi: Document --strip-unneeded-symbol and
199 --strip-unneeded-symbols.
200 * objcopy.c (strip_unneeded_list): New.
201 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
202 and OPTION_STRIP_UNNEEDED_SYMBOLS.
203 (copy_options): Add --strip-unneeded-symbol and
204 --strip-unneeded-symbols.
205 (copy_usage): Likewise.
206 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
207 and the symbol is not needed.
208 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
209 OPTION_STRIP_UNNEEDED_SYMBOLS.
210
211 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
212
213 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
214
215 2004-12-08 Ben Elliston <bje@au.ibm.com>
216
217 * arlex.l: Fix formatting.
218
219 2004-12-08 Ben Elliston <bje@au.ibm.com>
220
221 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
222 config.texi whose value is the current month and year.
223 * doc/Makefile.in: Rebuild.
224 * doc/binutils.texi: Set the document subtitle to be the value of
225 the Texinfo UPDATED variable (obtained from config.texi).
226
227 2004-12-07 Ben Elliston <bje@au.ibm.com>
228
229 PR binutils/249
230 * doc/binutils.texi (def file format): New node.
231 (dlltool): Use the tool name as the @chapter name, like all the
232 other binutils. Use @file{.def} throughout for consistency.
233
234 2004-12-06 Ben Elliston <bje@au.ibm.com>
235
236 * dlltool.c: Comment fix.
237
238 2004-12-06 Ben Elliston <bje@au.ibm.com>
239
240 * doc/binutils.texi: Update copyright years.
241
242 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
243
244 * MAINTAINERS: Remove mention of config.if.
245
246 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
247
248 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
249 * Makefile.in: Regenerate.
250
251 2004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
252
253 PR binutils/536
254 * stabs.c (stab_demangle_template): Call stab_demangle_count
255 rather than stab_demangle_get_count to get the length of a pointer
256 target.
257
258 2004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
259
260 * defparse.y: Remove unnecessary commas from token list.
261
262 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
263
264 * doc/binutils.texi (nm): Update description of weak symbols.
265
266 2004-11-03 Nick Clifton <nickc@redhat.com>
267
268 * readelf.c (do_debug_ranges): New variable.
269 (usage): Document new switch: -wR or --debug-dump=Ranges.
270 (parse_args): Handle new switch. Replace switch statement for the
271 long options with a more compact table structure.
272 (process_section_headers): Allow the dumping of .debug_ranges
273 sections if so requested.
274 (debug_displays): Likewise.
275 (load_debug_range): New function: Grabs the contents of a
276 .debug_ranges section.
277 (free_debug_range): New function: Releases the grabbed
278 .debug_ranges section.
279 (decode_64bit_range): New function: Displays a 64-bit range in a
280 .debug_ranges section.
281 (decode_range): New function: Displays a 32-bit range in a
282 .debug_ranges section.
283 (read_and_display_attr_value): Record the value of DW_AT_low_pc
284 attributes. Use decode_ranges() to display a DW_AT_ranges
285 attribute.
286 (display_debug_info): Use load_debug_range() and
287 free_debug_range().
288 (display_64bit_debug_ranges): New function. Displays the contents
289 of a 64-bit format .debug_ranges section.
290 (display_debug_ranges): New function: Displays the contents of a
291 32-bit .debug_ranges section.
292
293 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
294 global scope.
295 (process_object): Initialise the dump_sects array from the
296 cmdline_dump_sects array before processing each object file.
297
298 (streq, strneq): New macros. Use them to replace occurrences of
299 strcmp() and strncmp().
300
301 (debug_information): New structure array to replace
302 debug_line_pointer_sizes array.
303 (num_debug_info_entries): New variable to replace
304 num_debug_line_pointers.
305 (get_pointer_size_of_comp_unit): New function: Returns the pointer
306 size of a given compilation unit.
307 (get_debug_info): New function to replace
308 get_debug_line_pointer_sizes.
309 (display_debug_lines): Use the new functions.
310 (display_debug_loc): Likewise.
311
312 (disassemble_section): Change return type to int.
313 (display_debug_lines): Move local variables to their
314 innermost scope.
315 (display_debug_section): Likewise. Also record the return value
316 of functions called and pass this back to the parent. Also only
317 warn about undumped sections when the user explicitly requested
318 their dumping.
319
320 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
321 types as well.
322
323 * NEWS: Mention the support for decoding .debug_ranges sections.
324 * doc/binutils.texi: Document the new command line switch to
325 readelf.
326
327 2004-11-03 Randolph Chung <tausq@debian.org>
328
329 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
330 unw_aux_info and unw_table_entry.
331 (find_symbol_for_address): Pass symtab and strtab info explicitly.
332 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
333 prefix.
334 (slurp_ia64_unwind_table): Likewise.
335 (ia64_process_unwind): Rename from old process_unwind.
336 (hppa_unw_aux_info): New.
337 (dump_hppa_unwind): New.
338 (slurp_hppa_unwind_table): New.
339 (hppa_process_unwind): New.
340 (process_unwind): Factor out common unwinding checks; dispatch to
341 unwind handler based on machine type.
342
343 2004-11-02 Nick Clifton <nickc@redhat.com>
344
345 * readelf.c (display_debug_lines): Fix typo in error message.
346
347 2004-10-26 Mark Mitchell <mark@codesourcery.com>
348
349 * readelf.c (get_note_type): Handle notes not in core files.
350 (process_note_sections): New function.
351 (process_corefile_contents): Rename to ...
352 (process_notes): ... this.
353 (process_object): Call process_notes, not
354 process_corefile_contents.
355 * doc/binutils.texi: Update readelf -n documentation.
356
357 2004-10-26 Jakub Jelinek <jakub@redhat.com>
358
359 * ar.c (extract_file): Set atime to mtime for ar xo.
360
361 2004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
362
363 * stabs.c (stab_demangle_v3_arglist): New static function, broken
364 out of stab_demangle_v3_argtypes.
365 (stab_demangle_v3_argtypes): Call it.
366 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
367 If we find an unrecognized component, print out its number.
368
369 2004-10-25 David Mosberger <davidm@hpl.hp.com>
370
371 * readelf.c (slurp_ia64_unwind_table): Support relocations against
372 non-section symbols by adding in the symbol value.
373
374 2004-10-25 Nick Clifton <nickc@redhat.com>
375
376 PR 465
377 * readelf.c (dynamic_strings_length): New global variable.
378 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
379 strings in the dynamic string table.
380 (process_section_headers): Initialise dynamic_strings_length.
381 (process_dynamic_section): Likewise.
382 (process_object): Reset dynamic_string_length when the buffer is freed.
383 (dynamic_sections_mips_val): Use the new macros.
384 (process_dynamic_section): Likewise.
385 (process_version_sections): Likewise.
386 (process_symbol_table): Likewise.
387 (process_syminfo): Likewise.
388 (process_mips_specific): Likewise.
389 (dump_relocations): Add a new parameter 'strtablen' and use this
390 to verify that string offset in a given reloc is valid. Print a
391 suitable error message otherwise.
392 (process_relocs): Pass the new argument to dump_relocations.
393
394 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
395
396 * dlltool.c: Include <assert.h>.
397 (PREFIX_ALIAS_BASE): Define.
398 (struct export): Add member import_name;
399 (def_exports): Set import_name.
400 (make_one_lib_file): Remove prefix alias code, use import_name
401 in .idata$6.
402 (gen_lib_file): Create and delete aliases.
403
404 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
405
406 * readelf.c (process_section_groups): Free symtab after use.
407
408 2004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
409 Nick Clifton <nickc@redhat.com>
410
411 * strings.c (usage): Place radix values for -t option into the
412 correct order.
413
414 * objcopy.c (add_redefine_syms_file): Change error messages to use
415 <filename>:<linenumber>: format for easier parsing by automatic
416 tools.
417
418 * srconv.c (show_usage): Fix spelling typo.
419
420 * windres.c (format_from_filename): Suggest the use of -J instead
421 of -I if the file type cannot be determined.
422
423 2004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
424
425 * strings.c: Include <sys/stat.h>.
426
427 2004-10-18 Alan Modra <amodra@bigpond.net.au>
428
429 * budemang.c (demangle): Fix thinko.
430
431 * budemang.c (demangle): Handle "@plt" suffix.
432
433 2004-10-14 Nick Clifton <nickc@redhat.com>
434
435 * nm.c (usage): Fix description of --special-syms switch.
436
437 2004-10-13 Jakub Jelinek <jakub@redhat.com>
438
439 * strings.c (statbuf): New typedef.
440 (file_stat): Define.
441 (strings_object_file): Avoid using get_file_size, instead do the
442 checks here, using file_stat.
443 * configure.in (HAVE_STAT64): New test.
444 * configure: Rebuilt.
445 * config.in: Rebuilt.
446
447 2004-10-12 Paul Brook <paul@codesourcery.com>
448
449 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
450
451 2004-10-11 Alan Modra <amodra@bigpond.net.au>
452
453 * objdump.c (dump_symbols): Fix thinko last change. Improve error
454 messages.
455
456 2004-10-08 Nick Clifton <nickc@redhat.com>
457
458 * nm.c: Add a new switch --special-syms which, if enabled, will
459 include the ARM Mapping symbols in nm's output.
460 (usage): Mention the switch.
461 (filter_symbols): Handle the switch.
462 * objdump.c: Add a similar switch.
463 (usage): Mention the switch.
464 (dump_symbols): Handle the switch.
465 * doc/binutils.texi: Document the new switches.
466 * NEWS: Mention the new switches.
467
468 2004-10-08 Daniel Jacobowitz <dan@debian.org>
469
470 * readelf.c (get_x86_64_section_type_name): New function.
471 (get_section_type_name): Use it.
472
473 2004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
474
475 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
476 patches.
477 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
478
479 2004-10-07 Alexandre Oliva <aoliva@redhat.com>
480
481 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
482 types.
483
484 2004-10-01 Paul Brook <paul@codesourcery.com>
485
486 * readelf.c (get_arm_section_type_name): New function.
487 (get_section_type_name): Use it.
488
489 2004-09-28 Nick Clifton <nickc@redhat.com>
490
491 * nm.c: Reorder functions to eliminate most of the static function
492 prototypes.
493
494 2004-09-22 Alan Modra <amodra@bigpond.net.au>
495
496 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
497 segments.
498
499 2004-09-17 Alan Modra <amodra@bigpond.net.au>
500
501 * Makefile.am: Run "make dep-am".
502 * Makefile.in: Regenerate.
503 * config.in: Regenerate.
504 * configure: Regenerate.
505 * doc/Makefile.in: Regenerate.
506 * po/binutils.pot: Regenerate.
507
508 2004-09-12 Alan Modra <amodra@bigpond.net.au>
509
510 * readelf.c (decode_location_expression): Sign extend value for
511 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
512
513 2004-09-09 Nick Clifton <nickc@redhat.com>
514
515 PR 363
516 * ar.c (replace_members): Do not use get_file_size as
517 ar_emul_append correctly handles missing files.
518
519 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
520
521 * configure: Regenerated with autconfig 2.13.
522
523 2004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
524
525 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
526 documentation.
527
528 2004-09-06 Michael Wardle <mbw@endbracket.net>
529
530 * doc/binutils.texi (objdump): Document that the -x switch includes
531 the effect of the -p switch.
532
533 2004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
534
535 * dlltool.c (make_one_lib_file): Test if internal_name was
536 specified by user before using it.
537
538 2004-09-02 Carlo Wood <carlo@alinoe.com>
539
540 PR binutils/351
541 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
542 exp->internal_name if it is present.
543
544 2004-09-02 Alexandre Oliva <aoliva@redhat.com>
545
546 * MAINTAINERS: Add self as co-maintainer of FR-V.
547 * readelf.c (get_machine_flags): Print FR-V cpu types.
548
549 2004-08-28 Alan Modra <amodra@bigpond.net.au>
550
551 * nm.c (show_synthetic): New var.
552 (long_options): Add "synthetic".
553 (usage): Here too.
554 (display_rel_file): Handle show_synthetic.
555
556 2004-08-28 Alan Modra <amodra@bigpond.net.au>
557
558 * objdump.c (dump_bfd): Pass both symbol tables to
559 bfd_get_synthetic_symtab.
560
561 2004-08-17 Jakub Jelinek <jakub@redhat.com>
562
563 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
564 of dynsyms to bfd_get_synthetic_symtab.
565
566 2004-08-16 Alan Modra <amodra@bigpond.net.au>
567
568 * readelf.c (debug_apply_rela_addends): New function, extracted from..
569 (display_debug_info): ..here.
570 (display_debug_frames): Call debug_apply_rela_addends. Don't do
571 DW_EH_PE_pcrel adjustment for ET_REL.
572
573 2004-08-06 Andreas Schwab <schwab@suse.de>
574
575 * readelf.c (dump_relocations): Fix typo when calculating
576 sec_index.
577
578 2004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
579
580 * dllwrap.c (deduce_name): Fix typos introduced when program_name
581 was renamed to prog_name.
582
583 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
584
585 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
586 EF_SH2A_NOFPU.
587
588 2004-07-28 Alexandre Oliva <aoliva@redhat.com>
589
590 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
591 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
592 EF_SH4A_NOFPU.
593 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
594 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
595
596 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
597
598 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
599 to access comdat.
600 * objdump.c (dump_section_header): Likewise.
601
602 2004-07-15 Aravinda PR <aravindapr@rediffmail.com>
603
604 * nlmconv.c (main): Pass map_file argument to link_inputs.
605 (link_inputs): Use map_file argument if it is defined.
606
607 2004-07-13 Nick Clifton <nickc@redhat.com>
608
609 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
610 conflicts with exported global defined in bucomm.h.
611 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
612 shadowing the global defined in bucomm.h.
613
614 2004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
615
616 * dlltool.c (ext_prefix_alias): New global variable.
617 (make_one_lib_file): Add aliases with prefixes for external
618 and import definitions.
619 (usage): Document -p option.
620 (long_options): Add --ext-prefix-alias option.
621 (main): Handle -p.
622 * doc/binutils.texi: Document new switch.
623 * NEWS: Mention new switch.
624
625 2004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
626
627 * binutils/dlltool.c (asm_prefix): Add parameter: name.
628 No underscore for symbols beginning with ?.
629 (ASM_PREFIX): Add parameter: NAME.
630 (gen_exp_file): Use new parameter.
631 (make_label): Likewise.
632 (make_imp_label): Likewise.
633 (make_one_lib_file): Likewise.
634
635 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
636
637 * MAINTAINERS: Added myself to the list.
638 * readelf.c: Include "elf/crx.h".
639 (guess_is_rela): Handle EM_CRX.
640 (get_machine_name): Likewise.
641 (dump_relocations): Likewise.
642
643 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
644
645 * doc/binutils.texi (nm): Clarify weak symbol description.
646
647 2004-06-24 Ben Elliston <bje@au.ibm.com>
648
649 * readelf.c (get_segment_type): Display "GNU_STACK", not just
650 "STACK", when a PT_GNU_STACK segment is encountered.
651
652 2004-06-24 Alan Modra <amodra@bigpond.net.au>
653
654 * objcopy.c (copy_section): Don't set _cooked_size.
655
656 2004-06-22 Alan Modra <amodra@bigpond.net.au>
657
658 * readelf.c (Elf32_Word): Delete.
659 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
660 (get_64bit_dynamic_section): Likewise.
661
662 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
663 (get_64bit_dynamic_section): Likewise.
664
665 * readelf.c (dynamic_nent): New variable.
666 (get_32bit_dynamic_section): Set it.
667 (get_64bit_dynamic_section): Here too.
668 (process_dynamic_section): Use it instead of dynamic_size.
669 (process_syminfo): Likewise.
670
671 * readelf.c (get_32bit_dynamic_section): Correct number of entries
672 translated from external to internal form.
673 (get_64bit_dynamic_section): Likewise.
674
675 2004-06-18 Jie Zhang <zhangjie@magima.com.cn>
676
677 * readelf.c (process_program_headers): When locating the dynamic
678 section use the section table if it is present.
679 (dynamic_segment): Renamed to dynamic_section.
680 Replace references to dynamic segment with references to dynamic
681 section, except where appropriate.
682 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
683 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
684 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
685 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
686 Remove tag counting code as it is no longer needed.
687 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
688 Remove tag counting code as it is no longer needed.
689 (process_dynamic_segment): Rename to process_dynamic_section.
690
691 2004-06-15 Alan Modra <amodra@bigpond.net.au>
692
693 * objcopy.c (copy_section): Use bfd_get_section_size instead of
694 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
695 (compare_section_lma): Likewise.
696 * addr2line.c (find_address_in_section): Likewise.
697 * coffgrok.c (do_sections_p1): Likewise.
698 * dlltool.c (scan_drectve_symbols): Likewise.
699 * nlmconv.c (main): Likewise.
700 (copy_sections): Likewise.
701 (powerpc_mangle_relocs): Likewise.
702 * objdump.c (disassemble_section): Likewise.
703 * prdbg.c (find_address_in_section): Likewise.
704 * size.c (berkeley_sum): Likewise.
705 * srconv.c (wr_ob): Likewise.
706 * strings.c (strings_a_section): Likewise.
707
708 2004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
709
710 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
711
712 2004-05-17 David Heine <dlheine@tensilica.com>
713
714 * objcopy.c (setup_bfd_headers): New function.
715 (copy_object): Call setup_bfd_headers.
716
717 2004-05-13 Paul Brook <paul@codesourcery.com>
718
719 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
720 entries.
721
722 2004-05-13 Nick Clifton <nickc@redhat.com>
723
724 * po/fr.po: Updated French translation.
725
726 2004-05-11 Jakub Jelinek <jakub@redhat.com>
727
728 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
729
730 2004-05-07 H.J. Lu <hongjiu.lu@intel.com>
731
732 * readelf.c (section_groups): New.
733 (group_count): New.
734 (section_headers_groups): New.
735 (process_section_groups): Populate group_count, section_groups
736 and section_headers_groups.
737 (process_unwind): Support section group.
738 (process_object): Always call process_section_groups. Free
739 section_groups and section_headers_groups.
740
741 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
742
743 * readelf.c (process_section_headers): Use %3lu on sh_info.
744
745 2004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
746
747 * ranlib.sh: Quote $1 argument in case it contains spaces.
748
749 2004-04-27 John Paul Wallington <jpw@gnu.org>
750
751 * objcopy.c (copy_usage, strip_usage): Fix spelling.
752
753 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
754
755 * readelf.c (do_section_groups): New.
756 (options): Add --section-groups/-g.
757 (usage): Mention --section-groups/-g.
758 (parse_args): Support --section-groups/-g.
759 (get_group_flags): New.
760 (process_section_groups): New.
761 (process_object): Call process_section_groups.
762
763 2004-04-24 Alan Modra <amodra@bigpond.net.au>
764
765 * objdump.c (disassemble_section): Don't disassemble sections
766 without SEC_HAS_CONTENTS.
767
768 2004-04-22 Jakub Jelinek <jakub@redhat.com>
769
770 * objdump.c (synthsyms, synthcount): New variables.
771 (disassemble_data): Use dynsyms for stripped binaries or libraries.
772 Add synthetized symbols.
773 (dump_bfd): For disassemble, initialize dynsyms always and
774 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
775 before returning.
776
777 2004-04-14 Alan Modra <amodra@bigpond.net.au>
778
779 * strings.c (print_strings): Cast file_off to unsigned long in
780 printf arg list.
781
782 2004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
783
784 PR 86
785 * arsup.c (ar_save): Use smart_rename.
786
787 2004-04-01 Dean Luick <luick@cray.com>
788
789 * readelf.c (display_debug_pubnames): Align offset and data
790 columns.
791 (read_and_display_attr_value): Add missing break;
792 (debug_displays): Enable the display of the .debug_pubtypes
793 section.
794
795 2004-03-30 Stan Shebs <shebs@apple.com>
796
797 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
798 support files, no longer used.
799
800 2004-03-23 Paul Brook <paul@codesourcery.com>
801
802 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
803
804 2004-03-21 Richard Henderson <rth@redhat.com>
805
806 * readelf.c (display_debug_frames): Don't crash for mismatched
807 DW_CFA_restore_state.
808
809 2004-03-19 Alan Modra <amodra@bigpond.net.au>
810
811 * Makefile.am: Run "make dep-am".
812 * Makefile.in: Regenerate.
813 * aclocal.m4: Regenerate.
814 * config.in: Regenerate.
815 * configure: Regenerate.
816 * po/binutils.pot: Regenerate.
817
818 2004-03-15 Nathan Sidwell <nathan@codesourcery.com>
819
820 * objdump.c (struct SFILE): Replace current pointer with pos
821 offset, rename size to alloc.
822 (objdump_sprintf): Avoid unnecessary copies in the common case
823 (disassemble_bytes): Keep sfile live throughout the
824 function. Adjust usage appropriately.
825
826 2004-03-10 Ben Elliston <bje@gnu.org>
827
828 * MAINTAINERS: Update my mail address.
829
830 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
831
832 * deflex.l: Handle "PRIVATE" string.
833 * defparse.y (%token): Add PRIVATE.
834 (%type): Add opt_PRIVATE.
835 (expline): Pass opt_PRIVATE to def_exports.
836 (opt_PRIVATE): Handle PRIVATE token.
837 * dlltool.h (def_exports): Add 7th param for private flag to
838 declaration.
839 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
840 (struct export): Add 'private' field.
841 (def_exports): Set 'private' field of struct exports.
842 (scan_drectve_symbols): Adjust calls to def_exports.
843 (scan_filtered_symbols): Likewise.
844 (dump_def_info): Print 'private' field.
845 (gen_def_file): Likewise.
846 (gen_lib_file): Skip generation of lib object if private.
847 Delete tmp object files in same order as they were generated.
848 Don't delete non-existent private object files.
849
850 2004-02-27 Andreas Schwab <schwab@suse.de>
851
852 * ar.c (main): Support POSIX-compatible argument parsing.
853
854 2004-02-23 Daniel Lucq <daniel@lucq.org>
855
856 * readelf.c (process_mips_specific): Print conflictsno as an
857 unsigned long.
858
859 2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
860
861 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
862
863 2004-02-19 Jakub Jelinek <jakub@redhat.com>
864
865 * objcopy.c (copy_section): Avoid warnings.
866
867 2004-02-14 Andrew Cagney <cagney@redhat.com>
868
869 * ar.c (remove_output): Use bfd_cache_close.
870 * arsup.c (ar_end): Ditto.
871
872 2004-01-21 Roland McGrath <roland@redhat.com>
873
874 * readelf.c (get_note_type): Match NT_AUXV.
875
876 2004-01-20 Nick Clifton <nickc@redhat.com>
877
878 * version.c (print_version): Update copyright year to 2004.
879
880 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
881
882 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
883 throughout.
884 * aclocal.m4: Regenerate.
885 * configure: Regenerate.
886
887 2004-01-12 Jakub Jelinek <jakub@redhat.com>
888
889 * objcopy.c: Include elf-bfd.h.
890 (is_strip_section): Don't strip debugging sections if
891 STRIP_NONDEBUG.
892 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
893 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
894
895 * objcopy.c (copy_section): Free relpp if relcount == 0.
896
897 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
898
899 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
900 (stab_demangle_argtypes): Likewise.
901 (stab_demangle_v3_argtypes): New static function.
902 (stab_demangle_v3_arg): New static function.
903
904 2004-01-12 Nick Clifton <nickc@redhat.com>
905
906 * objcopy.c (copy_object): Make the function boolean, returning
907 FALSE upon failure.
908 (copy_archive): Handle the return value from copy_object.
909 (copy_file): Likewise.
910
911 2004-01-07 Nick Clifton <nickc@redhat.com>
912
913 * readelf.c (find_section): New function. Locates a named
914 section.
915 (get_debug_line_pointer_sizes): New function: Initialises the
916 debug_line_pointer_sizes array.
917 (display_debug_lines): Call get_debug_line_pointer_sizes.
918 (display_debug_loc): Likewise.
919 (load_debug_loc): Use find_section.
920 (load_debug_str): Likewise.
921 (display_debug_info): Likewise.
922 (prescan_debug_info): Delete.
923 (debug_displays): Remove prescan field.
924 (process_section_contents): Do not perform prescans.
925
926 2004-01-03 Alan Modra <amodra@bigpond.net.au>
927
928 * objcopy.c (filter_bytes): Delete. Move code to..
929 (copy_section): ..here. Simplify size adjustment. Divide
930 section lma by interleave.
931
932 2004-01-02 Nick Clifton <nickc@redhat.com>
933
934 * po/ru.po: New file: Russian translation.
935 * configure.in (ALL_LINGUAS): Add ru
936 * configure: Regenerate.
937
938 For older changes see ChangeLog-0203
939 \f
940 Local Variables:
941 mode: change-log
942 left-margin: 8
943 fill-column: 74
944 version-control: never
945 End: