* defparse.y: Remove unnecessary commas from token list.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
74aba8aa
DS
12004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
2
3 * defparse.y: Remove unnecessary commas from token list.
4
977cdf5a
NC
52004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
6
7 * doc/binutils.texi (nm): Update description of weak symbols.
8
18bd398b
NC
92004-11-03 Nick Clifton <nickc@redhat.com>
10
11 * readelf.c (do_debug_ranges): New variable.
12 (usage): Document new switch: -wR or --debug-dump=Ranges.
13 (parse_args): Handle new switch. Replace switch statement for the
14 long options with a more compact table structure.
15 (process_section_headers): Allow the dumping of .debug_ranges
16 sections if so requested.
17 (debug_displays): Likewise.
18 (load_debug_range): New function: Grabs the contents of a
19 .debug_ranges section.
20 (free_debug_range): New function: Releases the grabbed
21 .debug_ranges section.
22 (decode_64bit_range): New function: Displays a 64-bit range in a
23 .debug_ranges section.
24 (decode_range): New function: Displays a 32-bit range in a
25 .debug_ranges section.
26 (read_and_display_attr_value): Record the value of DW_AT_low_pc
27 attributes. Use decode_ranges() to display a DW_AT_ranges
28 attribute.
29 (display_debug_info): Use load_debug_range() and
30 free_debug_range().
31 (display_64bit_debug_ranges): New function. Displays the contents
32 of a 64-bit format .debug_ranges section.
33 (display_debug_ranges): New function: Displays the contents of a
34 32-bit .debug_ranges section.
35
36 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
37 global scope.
38 (process_object): Initialise the dump_sects array from the
39 cmdline_dump_sects array before processing each object file.
40
41 (streq, strneq): New macros. Use them to replace occurrences of
42 strcmp() and strncmp().
43
44 (debug_information): New structure array to replace
45 debug_line_pointer_sizes array.
46 (num_debug_info_entries): New variable to replace
47 num_debug_line_pointers.
48 (get_pointer_size_of_comp_unit): New function: Returns the pointer
49 size of a given compilation unit.
50 (get_debug_info): New function to replace
51 get_debug_line_pointer_sizes.
52 (display_debug_lines): Use the new functions.
53 (display_debug_loc): Likewise.
54
55 (disassemble_section): Change return type to int.
56 (display_debug_lines): Move local variables to their
57 innermost scope.
58 (display_debug_section): Likewise. Also record the return value
59 of functions called and pass this back to the parent. Also only
60 warn about undumped sections when the user explicitly requested
61 their dumping.
62
63 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
64 types as well.
65
66 * NEWS: Mention the support for decoding .debug_ranges sections.
67 * doc/binutils.texi: Document the new command line switch to
68 readelf.
69
57346661
AM
702004-11-03 Randolph Chung <tausq@debian.org>
71
72 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
73 unw_aux_info and unw_table_entry.
74 (find_symbol_for_address): Pass symtab and strtab info explicitly.
75 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
76 prefix.
77 (slurp_ia64_unwind_table): Likewise.
78 (ia64_process_unwind): Rename from old process_unwind.
79 (hppa_unw_aux_info): New.
80 (dump_hppa_unwind): New.
81 (slurp_hppa_unwind_table): New.
82 (hppa_process_unwind): New.
83 (process_unwind): Factor out common unwinding checks; dispatch to
84 unwind handler based on machine type.
85
935d0bca
NC
862004-11-02 Nick Clifton <nickc@redhat.com>
87
88 * readelf.c (display_debug_lines): Fix typo in error message.
89
1ec5cd37
NC
902004-10-26 Mark Mitchell <mark@codesourcery.com>
91
92 * readelf.c (get_note_type): Handle notes not in core files.
93 (process_note_sections): New function.
94 (process_corefile_contents): Rename to ...
95 (process_notes): ... this.
96 (process_object): Call process_notes, not
97 process_corefile_contents.
98 * doc/binutils.texi: Update readelf -n documentation.
99
b3f21e4a
JJ
1002004-10-26 Jakub Jelinek <jakub@redhat.com>
101
102 * ar.c (extract_file): Set atime to mtime for ar xo.
103
2b4c4cc4
ILT
1042004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
105
106 * stabs.c (stab_demangle_v3_arglist): New static function, broken
107 out of stab_demangle_v3_argtypes.
108 (stab_demangle_v3_argtypes): Call it.
109 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
110 If we find an unrecognized component, print out its number.
111
1ffa9a18
L
1122004-10-25 David Mosberger <davidm@hpl.hp.com>
113
114 * readelf.c (slurp_ia64_unwind_table): Support relocations against
115 non-section symbols by adding in the symbol value.
116
d79b3d50
NC
1172004-10-25 Nick Clifton <nickc@redhat.com>
118
119 PR 465
120 * readelf.c (dynamic_strings_length): New global variable.
121 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
122 strings in the dynamic string table.
123 (process_section_headers): Initialise dynamic_strings_length.
124 (process_dynamic_section): Likewise.
125 (process_object): Reset dynamic_string_length when the buffer is freed.
126 (dynamic_sections_mips_val): Use the new macros.
127 (process_dynamic_section): Likewise.
128 (process_version_sections): Likewise.
129 (process_symbol_table): Likewise.
130 (process_syminfo): Likewise.
131 (process_mips_specific): Likewise.
132 (dump_relocations): Add a new parameter 'strtablen' and use this
133 to verify that string offset in a given reloc is valid. Print a
134 suitable error message otherwise.
135 (process_relocs): Pass the new argument to dump_relocations.
136
0fd555c4
NC
1372004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
138
139 * dlltool.c: Include <assert.h>.
140 (PREFIX_ALIAS_BASE): Define.
141 (struct export): Add member import_name;
142 (def_exports): Set import_name.
143 (make_one_lib_file): Remove prefix alias code, use import_name
144 in .idata$6.
145 (gen_lib_file): Create and delete aliases.
146
5ab0c1a1
L
1472004-10-19 H.J. Lu <hongjiu.lu@intel.com>
148
149 * readelf.c (process_section_groups): Free symtab after use.
150
d412a550
NC
1512004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
152 Nick Clifton <nickc@redhat.com>
153
154 * strings.c (usage): Place radix values for -t option into the
155 correct order.
156
157 * objcopy.c (add_redefine_syms_file): Change error messages to use
158 <filename>:<linenumber>: format for easier parsing by automatic
159 tools.
160
161 * srconv.c (show_usage): Fix spelling typo.
162
163 * windres.c (format_from_filename): Suggest the use of -J instead
164 of -I if the file type cannot be determined.
165
fb608b92
NC
1662004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
167
168 * strings.c: Include <sys/stat.h>.
169
2bb2d727
AM
1702004-10-18 Alan Modra <amodra@bigpond.net.au>
171
7f67d4c9
AM
172 * budemang.c (demangle): Fix thinko.
173
2bb2d727
AM
174 * budemang.c (demangle): Handle "@plt" suffix.
175
61bbd35b
NC
1762004-10-14 Nick Clifton <nickc@redhat.com>
177
178 * nm.c (usage): Fix description of --special-syms switch.
179
fb5b5478
JJ
1802004-10-13 Jakub Jelinek <jakub@redhat.com>
181
182 * strings.c (statbuf): New typedef.
183 (file_stat): Define.
184 (strings_object_file): Avoid using get_file_size, instead do the
185 checks here, using file_stat.
186 * configure.in (HAVE_STAT64): New test.
187 * configure: Rebuilt.
188 * config.in: Rebuilt.
189
8cb51566
PB
1902004-10-12 Paul Brook <paul@codesourcery.com>
191
192 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
193
83ef0798
AM
1942004-10-11 Alan Modra <amodra@bigpond.net.au>
195
196 * objdump.c (dump_symbols): Fix thinko last change. Improve error
197 messages.
198
3c9458e9
NC
1992004-10-08 Nick Clifton <nickc@redhat.com>
200
201 * nm.c: Add a new switch --special-syms which, if enabled, will
202 include the ARM Mapping symbols in nm's output.
203 (usage): Mention the switch.
204 (filter_symbols): Handle the switch.
205 * objdump.c: Add a similar switch.
206 (usage): Mention the switch.
207 (dump_symbols): Handle the switch.
208 * doc/binutils.texi: Document the new switches.
209 * NEWS: Mention the new switches.
210
d2b2c203
DJ
2112004-10-08 Daniel Jacobowitz <dan@debian.org>
212
213 * readelf.c (get_x86_64_section_type_name): New function.
214 (get_section_type_name): Use it.
215
d67a454c
NC
2162004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
217
218 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
219 patches.
220 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
221
1c877e87
AO
2222004-10-07 Alexandre Oliva <aoliva@redhat.com>
223
224 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
225 types.
226
40a18ebd
NC
2272004-10-01 Paul Brook <paul@codesourcery.com>
228
229 * readelf.c (get_arm_section_type_name): New function.
230 (get_section_type_name): Use it.
231
382c1116
NC
2322004-09-28 Nick Clifton <nickc@redhat.com>
233
eb1ab0cf 234 * nm.c: Reorder functions to eliminate most of the static function
382c1116
NC
235 prototypes.
236
cbaa0dc5
AM
2372004-09-22 Alan Modra <amodra@bigpond.net.au>
238
239 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
240 segments.
241
3443c1ae
AM
2422004-09-17 Alan Modra <amodra@bigpond.net.au>
243
244 * Makefile.am: Run "make dep-am".
245 * Makefile.in: Regenerate.
246 * config.in: Regenerate.
247 * configure: Regenerate.
248 * doc/Makefile.in: Regenerate.
249 * po/binutils.pot: Regenerate.
250
74013231
AM
2512004-09-12 Alan Modra <amodra@bigpond.net.au>
252
253 * readelf.c (decode_location_expression): Sign extend value for
254 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
255
360589e8
NC
2562004-09-09 Nick Clifton <nickc@redhat.com>
257
258 PR 363
259 * ar.c (replace_members): Do not use get_file_size as
260 ar_emul_append correctly handles missing files.
261
d15b04bd
L
2622004-09-07 H.J. Lu <hongjiu.lu@intel.com>
263
264 * configure: Regenerated with autconfig 2.13.
265
d597aff7
DS
2662004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
267
74013231
AM
268 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
269 documentation.
d597aff7 270
04c34128
NC
2712004-09-06 Michael Wardle <mbw@endbracket.net>
272
3023b782 273 * doc/binutils.texi (objdump): Document that the -x switch includes
04c34128
NC
274 the effect of the -p switch.
275
d597aff7 2762004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
5df31fad 277
6cef8f72
DS
278 * dlltool.c (make_one_lib_file): Test if internal_name was
279 specified by user before using it.
5df31fad 280
74013231 2812004-09-02 Carlo Wood <carlo@alinoe.com>
5885be89
NC
282
283 PR binutils/351
284 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
285 exp->internal_name if it is present.
286
ec2dfb42
AO
2872004-09-02 Alexandre Oliva <aoliva@redhat.com>
288
289 * MAINTAINERS: Add self as co-maintainer of FR-V.
290 * readelf.c (get_machine_flags): Print FR-V cpu types.
291
0873df2a
AM
2922004-08-28 Alan Modra <amodra@bigpond.net.au>
293
294 * nm.c (show_synthetic): New var.
295 (long_options): Add "synthetic".
296 (usage): Here too.
297 (display_rel_file): Handle show_synthetic.
298
c9727e01
AM
2992004-08-28 Alan Modra <amodra@bigpond.net.au>
300
301 * objdump.c (dump_bfd): Pass both symbol tables to
302 bfd_get_synthetic_symtab.
303
90e3cdf2
JJ
3042004-08-17 Jakub Jelinek <jakub@redhat.com>
305
306 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
307 of dynsyms to bfd_get_synthetic_symtab.
308
d84de024
AM
3092004-08-16 Alan Modra <amodra@bigpond.net.au>
310
311 * readelf.c (debug_apply_rela_addends): New function, extracted from..
312 (display_debug_info): ..here.
313 (display_debug_frames): Call debug_apply_rela_addends. Don't do
314 DW_EH_PE_pcrel adjustment for ET_REL.
315
efcb5b0e
AS
3162004-08-06 Andreas Schwab <schwab@suse.de>
317
318 * readelf.c (dump_relocations): Fix typo when calculating
319 sec_index.
320
d3cde3af
NC
3212004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
322
323 * dllwrap.c (deduce_name): Fix typos introduced when program_name
324 was renamed to prog_name.
325
1d70c7fb
AO
3262004-07-29 Alexandre Oliva <aoliva@redhat.com>
327
328 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
329 EF_SH2A_NOFPU.
330
ccde1100
AO
3312004-07-28 Alexandre Oliva <aoliva@redhat.com>
332
333 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
334 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
335 EF_SH4A_NOFPU.
336 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
337 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
338
082b7297
L
3392004-07-21 H.J. Lu <hongjiu.lu@intel.com>
340
341 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
342 to access comdat.
343 * objdump.c (dump_section_header): Likewise.
344
44a6d974
NC
3452004-07-15 Aravinda PR <aravindapr@rediffmail.com>
346
347 * nlmconv.c (main): Pass map_file argument to link_inputs.
348 (link_inputs): Use map_file argument if it is defined.
349
61513dc1
NC
3502004-07-13 Nick Clifton <nickc@redhat.com>
351
352 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
353 conflicts with exported global defined in bucomm.h.
354 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
355 shadowing the global defined in bucomm.h.
356
607dea97
NC
3572004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
358
359 * dlltool.c (ext_prefix_alias): New global variable.
360 (make_one_lib_file): Add aliases with prefixes for external
361 and import definitions.
362 (usage): Document -p option.
363 (long_options): Add --ext-prefix-alias option.
364 (main): Handle -p.
365 * doc/binutils.texi: Document new switch.
366 * NEWS: Mention new switch.
367
2758961a
NC
3682004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
369
370 * binutils/dlltool.c (asm_prefix): Add parameter: name.
371 No underscore for symbols beginning with ?.
372 (ASM_PREFIX): Add parameter: NAME.
373 (gen_exp_file): Use new parameter.
374 (make_label): Likewise.
375 (make_imp_label): Likewise.
376 (make_one_lib_file): Likewise.
377
1fe1f39c
NC
3782004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
379
380 * MAINTAINERS: Added myself to the list.
381 * readelf.c: Include "elf/crx.h".
382 (guess_is_rela): Handle EM_CRX.
383 (get_machine_name): Likewise.
384 (dump_relocations): Likewise.
385
c87db184
CF
3862004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
387
388 * doc/binutils.texi (nm): Clarify weak symbol description.
389
fb7b006e
BE
3902004-06-24 Ben Elliston <bje@au.ibm.com>
391
392 * readelf.c (get_segment_type): Display "GNU_STACK", not just
393 "STACK", when a PT_GNU_STACK segment is encountered.
394
eea6121a
AM
3952004-06-24 Alan Modra <amodra@bigpond.net.au>
396
397 * objcopy.c (copy_section): Don't set _cooked_size.
398
fb514b26
AM
3992004-06-22 Alan Modra <amodra@bigpond.net.au>
400
ba2685cc
AM
401 * readelf.c (Elf32_Word): Delete.
402 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
403 (get_64bit_dynamic_section): Likewise.
404
405 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
406 (get_64bit_dynamic_section): Likewise.
407
86dba8ee
AM
408 * readelf.c (dynamic_nent): New variable.
409 (get_32bit_dynamic_section): Set it.
410 (get_64bit_dynamic_section): Here too.
411 (process_dynamic_section): Use it instead of dynamic_size.
412 (process_syminfo): Likewise.
413
fb514b26
AM
414 * readelf.c (get_32bit_dynamic_section): Correct number of entries
415 translated from external to internal form.
416 (get_64bit_dynamic_section): Likewise.
417
b2d38a17
NC
4182004-06-18 Jie Zhang <zhangjie@magima.com.cn>
419
420 * readelf.c (process_program_headers): When locating the dynamic
421 section use the section table if it is present.
422 (dynamic_segment): Renamed to dynamic_section.
423 Replace references to dynamic segment with references to dynamic
424 section, except where appropriate.
425 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
426 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
427 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
428 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
429 Remove tag counting code as it is no longer needed.
430 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
431 Remove tag counting code as it is no longer needed.
432 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 433
135dfb4a
AM
4342004-06-15 Alan Modra <amodra@bigpond.net.au>
435
436 * objcopy.c (copy_section): Use bfd_get_section_size instead of
437 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
438 (compare_section_lma): Likewise.
439 * addr2line.c (find_address_in_section): Likewise.
440 * coffgrok.c (do_sections_p1): Likewise.
441 * dlltool.c (scan_drectve_symbols): Likewise.
442 * nlmconv.c (main): Likewise.
443 (copy_sections): Likewise.
444 (powerpc_mangle_relocs): Likewise.
445 * objdump.c (disassemble_section): Likewise.
446 * prdbg.c (find_address_in_section): Likewise.
447 * size.c (berkeley_sum): Likewise.
448 * srconv.c (wr_ob): Likewise.
449 * strings.c (strings_a_section): Likewise.
450
90e01f86
ILT
4512004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
452
453 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
454
80fccad2
BW
4552004-05-17 David Heine <dlheine@tensilica.com>
456
eea6121a 457 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
458 (copy_object): Call setup_bfd_headers.
459
0da76f83
NC
4602004-05-13 Paul Brook <paul@codesourcery.com>
461
462 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
463 entries.
464
9598fbe5
NC
4652004-05-13 Nick Clifton <nickc@redhat.com>
466
467 * po/fr.po: Updated French translation.
468
8c37241b
JJ
4692004-05-11 Jakub Jelinek <jakub@redhat.com>
470
471 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
472
e4b17d5c
L
4732004-05-07 H.J. Lu <hongjiu.lu@intel.com>
474
475 * readelf.c (section_groups): New.
476 (group_count): New.
477 (section_headers_groups): New.
478 (process_section_groups): Populate group_count, section_groups
479 and section_headers_groups.
480 (process_unwind): Support section group.
481 (process_object): Always call process_section_groups. Free
482 section_groups and section_headers_groups.
483
f2da459f
L
4842004-04-30 H.J. Lu <hongjiu.lu@intel.com>
485
486 * readelf.c (process_section_headers): Use %3lu on sh_info.
487
f8935895
NC
4882004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
489
490 * ranlib.sh: Quote $1 argument in case it contains spaces.
491
4922004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
493
494 * objcopy.c (copy_usage, strip_usage): Fix spelling.
495
f5842774
L
4962004-04-26 H.J. Lu <hongjiu.lu@intel.com>
497
498 * readelf.c (do_section_groups): New.
499 (options): Add --section-groups/-g.
500 (usage): Mention --section-groups/-g.
501 (parse_args): Support --section-groups/-g.
502 (get_group_flags): New.
503 (process_section_groups): New.
504 (process_object): Call process_section_groups.
505
46212538
AM
5062004-04-24 Alan Modra <amodra@bigpond.net.au>
507
508 * objdump.c (disassemble_section): Don't disassemble sections
509 without SEC_HAS_CONTENTS.
510
4c45e5c9
JJ
5112004-04-22 Jakub Jelinek <jakub@redhat.com>
512
513 * objdump.c (synthsyms, synthcount): New variables.
514 (disassemble_data): Use dynsyms for stripped binaries or libraries.
515 Add synthetized symbols.
516 (dump_bfd): For disassemble, initialize dynsyms always and
517 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
518 before returning.
519
e9f87780
AM
5202004-04-14 Alan Modra <amodra@bigpond.net.au>
521
522 * strings.c (print_strings): Cast file_off to unsigned long in
523 printf arg list.
524
1ba93119
AM
5252004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
526
527 PR 86
528 * arsup.c (ar_save): Use smart_rename.
529
935a41f5
NC
5302004-04-01 Dean Luick <luick@cray.com>
531
532 * readelf.c (display_debug_pubnames): Align offset and data
533 columns.
534 (read_and_display_attr_value): Add missing break;
535 (debug_displays): Enable the display of the .debug_pubtypes
536 section.
537
92e25cf8
SS
5382004-03-30 Stan Shebs <shebs@apple.com>
539
540 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
541 support files, no longer used.
542
d507cf36
PB
5432004-03-23 Paul Brook <paul@codesourcery.com>
544
545 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
546
8c9a9879
RH
5472004-03-21 Richard Henderson <rth@redhat.com>
548
549 * readelf.c (display_debug_frames): Don't crash for mismatched
550 DW_CFA_restore_state.
551
6ece5c52
AM
5522004-03-19 Alan Modra <amodra@bigpond.net.au>
553
554 * Makefile.am: Run "make dep-am".
555 * Makefile.in: Regenerate.
556 * aclocal.m4: Regenerate.
557 * config.in: Regenerate.
558 * configure: Regenerate.
559 * po/binutils.pot: Regenerate.
560
6f104306
NS
5612004-03-15 Nathan Sidwell <nathan@codesourcery.com>
562
563 * objdump.c (struct SFILE): Replace current pointer with pos
564 offset, rename size to alloc.
565 (objdump_sprintf): Avoid unnecessary copies in the common case
566 (disassemble_bytes): Keep sfile live throughout the
567 function. Adjust usage appropriately.
568
523f6a27
BE
5692004-03-10 Ben Elliston <bje@gnu.org>
570
571 * MAINTAINERS: Update my mail address.
572
7aa52b1f
NC
5732004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
574
575 * deflex.l: Handle "PRIVATE" string.
576 * defparse.y (%token): Add PRIVATE.
577 (%type): Add opt_PRIVATE.
578 (expline): Pass opt_PRIVATE to def_exports.
579 (opt_PRIVATE): Handle PRIVATE token.
580 * dlltool.h (def_exports): Add 7th param for private flag to
581 declaration.
582 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
583 (struct export): Add 'private' field.
584 (def_exports): Set 'private' field of struct exports.
585 (scan_drectve_symbols): Adjust calls to def_exports.
586 (scan_filtered_symbols): Likewise.
587 (dump_def_info): Print 'private' field.
588 (gen_def_file): Likewise.
589 (gen_lib_file): Skip generation of lib object if private.
590 Delete tmp object files in same order as they were generated.
591 Don't delete non-existent private object files.
592
af865222
AS
5932004-02-27 Andreas Schwab <schwab@suse.de>
594
595 * ar.c (main): Support POSIX-compatible argument parsing.
596
c7e7ca54
NC
5972004-02-23 Daniel Lucq <daniel@lucq.org>
598
599 * readelf.c (process_mips_specific): Print conflictsno as an
600 unsigned long.
601
eff21b8e
CF
6022004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
603
604 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
605
2f01ffbf
JJ
6062004-02-19 Jakub Jelinek <jakub@redhat.com>
607
608 * objcopy.c (copy_section): Avoid warnings.
609
c92c35e7
AC
6102004-02-14 Andrew Cagney <cagney@redhat.com>
611
612 * ar.c (remove_output): Use bfd_cache_close.
613 * arsup.c (ar_end): Ditto.
614
9d241085
RM
6152004-01-21 Roland McGrath <roland@redhat.com>
616
617 * readelf.c (get_note_type): Match NT_AUXV.
618
d99e9f4d
NC
6192004-01-20 Nick Clifton <nickc@redhat.com>
620
621 * version.c (print_version): Update copyright year to 2004.
622
f8b73030
MR
6232004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
624
625 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
626 throughout.
627 * aclocal.m4: Regenerate.
628 * configure: Regenerate.
629
f0312d39
JJ
6302004-01-12 Jakub Jelinek <jakub@redhat.com>
631
632 * objcopy.c: Include elf-bfd.h.
633 (is_strip_section): Don't strip debugging sections if
634 STRIP_NONDEBUG.
635 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
636 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
637
638 * objcopy.c (copy_section): Free relpp if relcount == 0.
639
041821e6
ILT
6402004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
641
642 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
643 (stab_demangle_argtypes): Likewise.
644 (stab_demangle_v3_argtypes): New static function.
645 (stab_demangle_v3_arg): New static function.
646
950d48e7
NC
6472004-01-12 Nick Clifton <nickc@redhat.com>
648
649 * objcopy.c (copy_object): Make the function boolean, returning
650 FALSE upon failure.
eea6121a
AM
651 (copy_archive): Handle the return value from copy_object.
652 (copy_file): Likewise.
950d48e7 653
d9296b18
NC
6542004-01-07 Nick Clifton <nickc@redhat.com>
655
656 * readelf.c (find_section): New function. Locates a named
657 section.
658 (get_debug_line_pointer_sizes): New function: Initialises the
659 debug_line_pointer_sizes array.
eea6121a
AM
660 (display_debug_lines): Call get_debug_line_pointer_sizes.
661 (display_debug_loc): Likewise.
662 (load_debug_loc): Use find_section.
663 (load_debug_str): Likewise.
664 (display_debug_info): Likewise.
665 (prescan_debug_info): Delete.
666 (debug_displays): Remove prescan field.
667 (process_section_contents): Do not perform prescans.
d9296b18 668
5e675b72
AM
6692004-01-03 Alan Modra <amodra@bigpond.net.au>
670
671 * objcopy.c (filter_bytes): Delete. Move code to..
672 (copy_section): ..here. Simplify size adjustment. Divide
673 section lma by interleave.
674
f0660b73
NC
6752004-01-02 Nick Clifton <nickc@redhat.com>
676
677 * po/ru.po: New file: Russian translation.
678 * configure.in (ALL_LINGUAS): Add ru
679 * configure: Regenerate.
eb18fd22 680
c9e214e5 681For older changes see ChangeLog-0203
252b5132
RH
682\f
683Local Variables:
684mode: change-log
685left-margin: 8
686fill-column: 74
687version-control: never
688End:
This page took 0.295402 seconds and 4 git commands to generate.