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