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