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