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