Step through the sorted array of basic blocks.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
ea8409f7
AM
12005-03-15 Alan Modra <amodra@bigpond.net.au>
2
729ae8d2
AM
3 * po/es.po: Commit new Spanish translation.
4
ea8409f7
AM
5 * po/fr.po: Commit new French translation.
6
248642ab
AM
72005-03-14 Alan Modra <amodra@bigpond.net.au>
8
9 * po/tr.po: Commit new Turkish translation.
10
e8d46048
NC
112005-03-11 Nick Clifton <nickc@redhat.com>
12
13 * po/fr.po: Updated French translation.
14
953130a5
NC
152005-03-10 Nick Clifton <nickc@redhat.com>
16
17 * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
953130a5 18 * configure: Regenerate.
af99dc6d
NC
19 * po/ro.po: New file.
20
21 * po/ru.po: Updated file.
953130a5 22
06647dfd
AM
232005-03-05 Alan Modra <amodra@bigpond.net.au>
24
25 * po/binutils.pot: Regenerate.
26
bb14f524
JB
272005-03-02 Jan Beulich <jbeulich@novell.com>
28
29 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
30 * objcopy.c (copy_file): Likewise.
31 (strip_main): Likewise.
32
ce04548a
NC
332005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
34 Nick Clifton <nickc@redhat.com>
35
36 * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
37 (struct objdump_disasm_info): Add 'reloc' field.
38 (disassemble_bytes): Fix check for when an insn has a reloc
39 associated with it. Improve comment explaining why the use of
40 octets is wrong. Set the 'reloc' field in objdump_disasm_info
41 structure.
42 (objdump_print_addr): Use new 'reloc' field to lookup the correct
43 address for the symbol associated with the current instruction's
44 relocation.
45 (disassemble_info): Initialise 'reloc' field.
46
e9e44622
JJ
472005-02-28 Jakub Jelinek <jakub@redhat.com>
48
49 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
50 get_segment_type, get_section_type_name, get_elf_class,
51 get_data_encoding, get_group_flags, dynamic_section_mips_val,
52 get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
53 get_AT_name, process_mips_specific, process_gnu_liblist,
54 get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
55 sprintf where needed.
56 (get_dynamic_type): Likewise. Increase buff to 64 bytes.
57 (get_elf_section_flags): Increase buff to 33 bytes. Avoid
58 using strcat.
59 (get_dynamic_flags): Renamed to...
60 (print_dynamic_flags): ... this. Print the flags to stdout instead
61 of returning them as string.
62 (process_dynamic_section): Adjust caller.
63
35515c66
L
642005-02-25 H.J. Lu <hongjiu.lu@intel.com>
65
66 * readelf.c (display_debug_ranges): Print out offset for end of
67 list.
68
9210d879
AM
692005-02-23 Alan Modra <amodra@bigpond.net.au>
70
71 * dlltool.c: Warning fixes.
72 * objdump.c: Likewise.
73
dc3c06c2
AM
742005-02-22 Alan Modra <amodra@bigpond.net.au>
75
76 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
77 (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
78 dependencies. Run "make dep-am".
79 * nlmconv.c: Warning fixes.
80 * readelf.c: Likewise.
81 * srconv.c: Likewise.
82 * sysdump.c: Likewise.
83 * sysinfo.y: Likewise.
84 * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead
85 of strcpy.
86 * Makefile.in: Regenerate.
87
ebe372c1
L
882005-02-21 H.J. Lu <hongjiu.lu@intel.com>
89
90 * objcopy.c (parse_flags): Replace SEC_SHARED with
91 SEC_COFF_SHARED.
92
93 * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
94 SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
95 SEC_COFF_SHARED for COFF only.
96
72f47744
AM
972005-02-21 Alan Modra <amodra@bigpond.net.au>
98
99 * Makefile.am: Run "make dep-am"
100 * Makefile.in: Regenerate.
101 * doc/Makefile.in: Regenerate.
102
66543521
AM
1032005-02-21 Alan Modra <amodra@bigpond.net.au>
104
105 * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET.
106 (byte_get_little_endian): Don't handle size of -8.
107 (byte_get_signed, byte_get_big_endian): Likewise.
108 (print_dec_vma, print_hex_vma): New functions.
109 (print_vma): Use them. Return chars output.
110 (get_dynamic_data): Return a bfd_vma array. Add ent_size parm.
111 (process_symbol_table): Handle alpha and s390 .hash.
112
904c75ac
L
1132005-02-18 H.J. Lu <hongjiu.lu@intel.com>
114
115 * readelf.c (display_debug_loc): Print out offset for end of
116 list.
117
ac40b919
JM
1182005-02-18 Joseph S. Myers <joseph@codesourcery.com>
119
120 * Makefile.am (TOOL_PROGS): Add objdump.
121 * Makefile.in: Regenerate.
122
0af6db78
AM
1232005-02-17 Alan Modra <amodra@bigpond.net.au>
124
125 * deflex.l (YY_NO_UNPUT): Define.
126 * rclex.l (YY_NO_UNPUT): Define.
127 * rcparse.y (null_unichar): New static var.
128 (res_null_text): Use it rather than attempting to init from wchar_t.
129 * windres.c: Include assert.h and time.h before getopt.h.
130 Include config.h and unistd.h too.
131
b5e6aa63
NC
1322005-02-15 Nick Clifton <nickc@redhat.com>
133
134 * nlmconv.c: Provide a full prototype for the localtime() function
135 in order to avoid a compile time warning.
136
d1f5c6e3
L
1372005-02-11 H.J. Lu <hongjiu.lu@intel.com>
138
139 * readelf.c (group_count): Don't initialize it.
140 (process_section_groups): Reurn 1 if we won't do unwind nor
141 section groups. Set group_count to 0 before counting group
142 sections and return 1 if there are no group sections. Reread
143 SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
144 section 0.
145 (process_object): Only set do_unwind to 0 if
146 process_section_groups return 0.
147
3517749c
ILT
1482005-02-10 Ian Lance Taylor <ian@airs.com>
149
150 * MAINTAINERS: Update my e-mail address.
151
0dffe982
MM
1522005-02-10 Mark Mitchell <mark@codesourcery.com>
153
154 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
155 maintainers.
156
c4cf3821
NC
1572005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
158
159 * MAINTAINERS: Add self as maintainer of MAXQ.
160
89fac5e3
RS
1612005-01-31 Richard Sandiford <rsandifo@redhat.com>
162
163 * readelf.c (eh_addr_size): New variable.
164 (find_section): Move earlier in file. Return empty sections too.
165 (process_program_headers): Use find_section to find .dynamic.
166 (process_section_headers): Initialize eh_addr_size.
167 (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
168 (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
169 (display_debug_frames): Use it instead of local addr_size variable.
170 (size_of_encoded_value): Get pointer size from eh_addr_size rather
171 than is_32bit_elf.
172
c46f8c51
AC
1732005-01-31 Andrew Cagney <cagney@gnu.org>
174
175 * configure: Regenerate to track ../gettext.m4.
176
d342277e
NC
1772005-01-31 Nick Clifton <nickc@redhat.com>
178
179 * version.c (print_version): Bump the copyright date to 2005.
180
8615f3f2
AM
1812005-01-25 Alan Modra <amodra@bigpond.net.au>
182
183 * nm.c (display_rel_file): Read dynamic syms before calling
184 bfd_get_synthetic_symtab.
185
84e43642
BE
1862005-01-21 Ben Elliston <bje@au.ibm.com>
187
188 * dlltool.c (dump_iat): Remove unused function.
189 (gen_exp_file): Remove #if 0'd code.
190 (make_one_lib_file): Likewise.
191 * srconv.c: Remove #if 0'd code throughout.
192 * size.c (lprint_number): Remove.
193 (print_berkeley_format): Remove #if 0'd code.
194 * ar.c (do_quick_append): Remove declaration and definiton.
195 (main): Remove #if 0'd code.
196 * filemode.c (filemodestring): Remove #if 0'd function.
197 * sysdump.c (unit_info_list): Remove function.
198 (object_body_list): Likewise.
199 (program_structure): Likewise.
200 (debug_list): Likewise.
201 (module): Remove #if 0'd code.
202
619b8b60
MM
2032005-01-20 Mark Mitchell <mark@codesourcery.com>
204
a332ee82
MM
205 * BRANCHES: Add binutils-2_15-branch.
206
619b8b60
MM
207 * MAINTAINERS: Document branch policy.
208 * BRANCHES: New file.
209
e39893d7
FF
2102005-01-19 Fred Fish <fnf@specifixinc.com>
211
212 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
213 * doc/binutils.texi (objdump): Document the "no-aliases"
214 disassembly option.
215
b09a7772
NC
2162005-01-17 Eugene Kotlyarov <ekot@narod.ru>
217
218 PR binutils/647
219 * rcparse.y (RCDATA): Allow a filename to be supplied as the
220 parameter. Parse it with define_rcdata_file().
221 * resrc.c (define_rcdata_file): New function.
222 * windres.h: Provide a prototype for the new function.
223
224 * resrc.c (define_user_file): Fix typo by replacing "font file"
225 with "file".
226
ccf33464
JT
2272005-01-16 Jason Thorpe <thorpej@netbsd.org>
228
229 * MAINTAINERS: Update my email address.
230
a0ce7f12
DS
2312005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
232
233 * dlltool.c (set_dll_name_from_def): New function. Strip name
234 to basename, with warning.
8615f3f2 235 (def_name): Use it.
a0ce7f12
DS
236 (def_library): Likwise.
237 (main): Strip arg of --dllname to basename, with warning.
238 Only use basename of exp_name when inferring dll_name.
239
195a97ce
NC
2402005-01-11 Nick Clifton <nickc@redhat.com>
241
242 PR binutils/637
243 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
244 footnote in order to prevent the sed script in the Makefile from
245 converting it into c++filt.
246
0853c092
L
2472005-01-10 H.J. Lu <hongjiu.lu@intel.com>
248
249 BZ 635
250 readelf.c (saved_base_address): Removed.
251 (decode_64bit_range): Likewise.
252 (decode_range): Likewise.
253 (display_64bit_debug_ranges): Likewise.
254 (debug_info): Add range_lists, num_range_lists and
255 max_range_lists.
256 (read_and_display_attr_value): Handle do_debug_ranges.
257 (process_debug_info): Likewise.
258 (display_debug_ranges): Rewrite.
259 (process_object): Free range_lists.
260
0bcb06d2
AS
2612005-01-10 Andreas Schwab <schwab@suse.de>
262
263 * configure.in: Don't define SKIP_ZEROES.
264 * configure: Regenerate.
265 * objdump.c (disassemble_data): Set skip_zeroes and
266 skip_zeroes_at_end in disasm_info to defaults.
267 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
268 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
269 always define.
270 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
271 objdump_disasm_info.
272
e54b12b7
L
2732005-01-05 H.J. Lu <hongjiu.lu@intel.com>
274
275 * readelf.c (display_debug_loc): Display base address
276 specifiers. Always output <End of list>.
277
b38c7015
L
2782005-01-05 H.J. Lu <hongjiu.lu@intel.com>
279
280 * readelf.c (have_frame_base): New.
281 (need_base_address): Likewise.
282 (saved_base_address): Likewise.
283 (decode_location_expression): Return 1 if DW_AT_frame_base is
284 needed.
285 (debug_info): Add base_address and a have_frame_base pointer.
286 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
287 saved_base_address. Record base address. Set have_frame_base.
288 Record if a location list has DW_AT_frame_base. Display if a
289 location expression has no DW_AT_frame_base but needs one. Set
290 saved_base_address only if needed.
291 (process_debug_info): Clear have_frame_base, saved_base_address
292 and set need_base_address.
293 (display_debug_loc): Display if a location expression has no
294 DW_AT_frame_base but needs one. Display if start >= end. Don't
295 adjust for section address. Properly handle base address.
296 (process_object): Free the have_frame_base pointer in
297 debug_info.
298
b0660586
L
2992005-01-04 H.J. Lu <hongjiu.lu@intel.com>
300
301 * readelf.c (display_debug_loc): Display offsets for hole and
302 overlap.
303 (display_debug_str): Add a newline at the end.
304
8b626bcf
NC
3052005-01-04 Armin Diehl <diehl@nordrhein.de>
306
307 PR binutils/630
308 * nlmconv.c (main): Only store the basename of the output filename
309 in the module table.
310
5b18a4bc
NC
3112005-01-04 H.J. Lu <hongjiu.lu@intel.com>
312
313 BZ 615
314 * readelf.c (process_debug_info): New.
315 (debug_info): Add num_loc_offsets, loc_offsets and
316 last_loc_offset_p.
317 (get_debug_info): Use process_debug_info.
318 (display_debug_loc): Properly handle location list. Warn if bad
319 location lists are encoutnered.
320 (read_and_process_attr_value): New.
321 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
322 (display_debug_info): Use process_debug_info.
323 (process_object): Also free loc_offsets in debug_information.
324
180e47e2
AM
3252004-12-31 Alan Modra <amodra@bigpond.net.au>
326
327 * objdump.c (remove_useless_symbols): Discard section symbols.
328
0c548fce
L
3292004-12-27 H.J. Lu <hongjiu.lu@intel.com>
330
331 * readelf.c (read_leb128): Support 64bit host.
332
5b18a4bc
NC
3332004-12-23 Nick Clifton <nickc@redhat.com>
334
335 PR binutils/616
336 * readelf.c (debug_info): Add 'cu_offset' field.
337 (get+pointer_size_of_comp_unit): Rename to
338 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
339 the offset of the comp_unit if requested.
340 (get_debug_info): Record comp_unit offsets as well.
341 (display_debug_lines): Call get_pointer_size_of_comp_unit.
342 (decode_location_expression): Add an extra parameter - the offset
343 of the current comp-unit. Use this when decoding the DW_OP_call2
344 and DW_OP_call4 operators.
345 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
346 comp_unit offset on the decode_location_expression.
347 (read_and_display_attr_value): Pass the comp_unit offset on the
348 decode_location_expression.
349 (display_debug_frames): Pass 0 as the comp_unit offset to
350 decode_location_expression.
8615f3f2 351
76a56260
NC
3522004-12-22 Nick Clifton <nickc@redhat.com>
353
354 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
355 New variables associated with obtaining the pointer size for a
356 comp_unit.
357 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
358 of the section requesting the pointer size. Use this name in
359 error messages. If there are not enough comp_units available
360 produce a warning message, but return the last known pointer size
361 so that section dumping can continue.
362 (get_debug_info): Reset the new variables.
363 (display_debug_lines): Add extra parameter to invocation of
364 get_pointer_size_of_comp_unit and remove error message when it
365 returns 0.
366 (display_debug_loc): Likewise.
367
bcf32829
JB
3682004-12-15 Jan Beulich <jbeulich@novell.com>
369
370 * doc/binutils.texi: Document --strip-unneeded-symbol and
371 --strip-unneeded-symbols.
372 * objcopy.c (strip_unneeded_list): New.
373 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
374 and OPTION_STRIP_UNNEEDED_SYMBOLS.
375 (copy_options): Add --strip-unneeded-symbol and
376 --strip-unneeded-symbols.
377 (copy_usage): Likewise.
378 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
379 and the symbol is not needed.
380 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
381 OPTION_STRIP_UNNEEDED_SYMBOLS.
382
ebcb91b7
ILT
3832004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
384
385 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
386
a2f33459
BE
3872004-12-08 Ben Elliston <bje@au.ibm.com>
388
389 * arlex.l: Fix formatting.
390
36607f99
BE
3912004-12-08 Ben Elliston <bje@au.ibm.com>
392
393 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
394 config.texi whose value is the current month and year.
395 * doc/Makefile.in: Rebuild.
396 * doc/binutils.texi: Set the document subtitle to be the value of
397 the Texinfo UPDATED variable (obtained from config.texi).
398
2aa9814e
BE
3992004-12-07 Ben Elliston <bje@au.ibm.com>
400
401 PR binutils/249
402 * doc/binutils.texi (def file format): New node.
403 (dlltool): Use the tool name as the @chapter name, like all the
404 other binutils. Use @file{.def} throughout for consistency.
405
c7de9216
BE
4062004-12-06 Ben Elliston <bje@au.ibm.com>
407
408 * dlltool.c: Comment fix.
409
2423fbe6
BE
4102004-12-06 Ben Elliston <bje@au.ibm.com>
411
412 * doc/binutils.texi: Update copyright years.
413
73fb7068
RS
4142004-12-03 Richard Sandiford <rsandifo@redhat.com>
415
416 * MAINTAINERS: Remove mention of config.if.
417
32118081
NC
4182004-11-30 Tero Niemela <tero_niemela@yahoo.com>
419
420 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
421 * Makefile.in: Regenerate.
422
2b25cacb
ILT
4232004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
424
425 PR binutils/536
426 * stabs.c (stab_demangle_template): Call stab_demangle_count
427 rather than stab_demangle_get_count to get the length of a pointer
428 target.
429
74aba8aa
DS
4302004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
431
432 * defparse.y: Remove unnecessary commas from token list.
433
977cdf5a
NC
4342004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
435
436 * doc/binutils.texi (nm): Update description of weak symbols.
437
18bd398b
NC
4382004-11-03 Nick Clifton <nickc@redhat.com>
439
440 * readelf.c (do_debug_ranges): New variable.
441 (usage): Document new switch: -wR or --debug-dump=Ranges.
442 (parse_args): Handle new switch. Replace switch statement for the
443 long options with a more compact table structure.
444 (process_section_headers): Allow the dumping of .debug_ranges
445 sections if so requested.
446 (debug_displays): Likewise.
447 (load_debug_range): New function: Grabs the contents of a
448 .debug_ranges section.
449 (free_debug_range): New function: Releases the grabbed
450 .debug_ranges section.
451 (decode_64bit_range): New function: Displays a 64-bit range in a
452 .debug_ranges section.
453 (decode_range): New function: Displays a 32-bit range in a
454 .debug_ranges section.
455 (read_and_display_attr_value): Record the value of DW_AT_low_pc
456 attributes. Use decode_ranges() to display a DW_AT_ranges
457 attribute.
458 (display_debug_info): Use load_debug_range() and
459 free_debug_range().
460 (display_64bit_debug_ranges): New function. Displays the contents
461 of a 64-bit format .debug_ranges section.
462 (display_debug_ranges): New function: Displays the contents of a
463 32-bit .debug_ranges section.
8615f3f2 464
18bd398b
NC
465 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
466 global scope.
467 (process_object): Initialise the dump_sects array from the
468 cmdline_dump_sects array before processing each object file.
469
470 (streq, strneq): New macros. Use them to replace occurrences of
471 strcmp() and strncmp().
472
473 (debug_information): New structure array to replace
474 debug_line_pointer_sizes array.
475 (num_debug_info_entries): New variable to replace
476 num_debug_line_pointers.
477 (get_pointer_size_of_comp_unit): New function: Returns the pointer
478 size of a given compilation unit.
479 (get_debug_info): New function to replace
480 get_debug_line_pointer_sizes.
481 (display_debug_lines): Use the new functions.
482 (display_debug_loc): Likewise.
8615f3f2 483
18bd398b
NC
484 (disassemble_section): Change return type to int.
485 (display_debug_lines): Move local variables to their
486 innermost scope.
487 (display_debug_section): Likewise. Also record the return value
488 of functions called and pass this back to the parent. Also only
489 warn about undumped sections when the user explicitly requested
490 their dumping.
491
492 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
493 types as well.
8615f3f2 494
18bd398b
NC
495 * NEWS: Mention the support for decoding .debug_ranges sections.
496 * doc/binutils.texi: Document the new command line switch to
497 readelf.
498
57346661
AM
4992004-11-03 Randolph Chung <tausq@debian.org>
500
501 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
502 unw_aux_info and unw_table_entry.
503 (find_symbol_for_address): Pass symtab and strtab info explicitly.
504 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
505 prefix.
506 (slurp_ia64_unwind_table): Likewise.
507 (ia64_process_unwind): Rename from old process_unwind.
508 (hppa_unw_aux_info): New.
509 (dump_hppa_unwind): New.
510 (slurp_hppa_unwind_table): New.
511 (hppa_process_unwind): New.
512 (process_unwind): Factor out common unwinding checks; dispatch to
513 unwind handler based on machine type.
514
935d0bca
NC
5152004-11-02 Nick Clifton <nickc@redhat.com>
516
517 * readelf.c (display_debug_lines): Fix typo in error message.
518
1ec5cd37
NC
5192004-10-26 Mark Mitchell <mark@codesourcery.com>
520
521 * readelf.c (get_note_type): Handle notes not in core files.
522 (process_note_sections): New function.
523 (process_corefile_contents): Rename to ...
524 (process_notes): ... this.
525 (process_object): Call process_notes, not
526 process_corefile_contents.
527 * doc/binutils.texi: Update readelf -n documentation.
528
b3f21e4a
JJ
5292004-10-26 Jakub Jelinek <jakub@redhat.com>
530
531 * ar.c (extract_file): Set atime to mtime for ar xo.
532
2b4c4cc4
ILT
5332004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
534
535 * stabs.c (stab_demangle_v3_arglist): New static function, broken
536 out of stab_demangle_v3_argtypes.
537 (stab_demangle_v3_argtypes): Call it.
538 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
539 If we find an unrecognized component, print out its number.
540
1ffa9a18
L
5412004-10-25 David Mosberger <davidm@hpl.hp.com>
542
543 * readelf.c (slurp_ia64_unwind_table): Support relocations against
544 non-section symbols by adding in the symbol value.
545
d79b3d50
NC
5462004-10-25 Nick Clifton <nickc@redhat.com>
547
548 PR 465
549 * readelf.c (dynamic_strings_length): New global variable.
550 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
551 strings in the dynamic string table.
552 (process_section_headers): Initialise dynamic_strings_length.
553 (process_dynamic_section): Likewise.
554 (process_object): Reset dynamic_string_length when the buffer is freed.
555 (dynamic_sections_mips_val): Use the new macros.
556 (process_dynamic_section): Likewise.
557 (process_version_sections): Likewise.
558 (process_symbol_table): Likewise.
559 (process_syminfo): Likewise.
560 (process_mips_specific): Likewise.
561 (dump_relocations): Add a new parameter 'strtablen' and use this
562 to verify that string offset in a given reloc is valid. Print a
563 suitable error message otherwise.
564 (process_relocs): Pass the new argument to dump_relocations.
565
0fd555c4
NC
5662004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
567
568 * dlltool.c: Include <assert.h>.
569 (PREFIX_ALIAS_BASE): Define.
570 (struct export): Add member import_name;
571 (def_exports): Set import_name.
572 (make_one_lib_file): Remove prefix alias code, use import_name
573 in .idata$6.
574 (gen_lib_file): Create and delete aliases.
575
5ab0c1a1
L
5762004-10-19 H.J. Lu <hongjiu.lu@intel.com>
577
578 * readelf.c (process_section_groups): Free symtab after use.
579
d412a550
NC
5802004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
581 Nick Clifton <nickc@redhat.com>
582
583 * strings.c (usage): Place radix values for -t option into the
584 correct order.
585
586 * objcopy.c (add_redefine_syms_file): Change error messages to use
587 <filename>:<linenumber>: format for easier parsing by automatic
588 tools.
589
590 * srconv.c (show_usage): Fix spelling typo.
591
592 * windres.c (format_from_filename): Suggest the use of -J instead
593 of -I if the file type cannot be determined.
594
fb608b92
NC
5952004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
596
597 * strings.c: Include <sys/stat.h>.
598
2bb2d727
AM
5992004-10-18 Alan Modra <amodra@bigpond.net.au>
600
7f67d4c9
AM
601 * budemang.c (demangle): Fix thinko.
602
2bb2d727
AM
603 * budemang.c (demangle): Handle "@plt" suffix.
604
61bbd35b
NC
6052004-10-14 Nick Clifton <nickc@redhat.com>
606
607 * nm.c (usage): Fix description of --special-syms switch.
608
fb5b5478
JJ
6092004-10-13 Jakub Jelinek <jakub@redhat.com>
610
611 * strings.c (statbuf): New typedef.
612 (file_stat): Define.
613 (strings_object_file): Avoid using get_file_size, instead do the
614 checks here, using file_stat.
615 * configure.in (HAVE_STAT64): New test.
616 * configure: Rebuilt.
617 * config.in: Rebuilt.
618
8cb51566
PB
6192004-10-12 Paul Brook <paul@codesourcery.com>
620
621 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
622
83ef0798
AM
6232004-10-11 Alan Modra <amodra@bigpond.net.au>
624
625 * objdump.c (dump_symbols): Fix thinko last change. Improve error
626 messages.
627
3c9458e9
NC
6282004-10-08 Nick Clifton <nickc@redhat.com>
629
630 * nm.c: Add a new switch --special-syms which, if enabled, will
631 include the ARM Mapping symbols in nm's output.
632 (usage): Mention the switch.
633 (filter_symbols): Handle the switch.
634 * objdump.c: Add a similar switch.
635 (usage): Mention the switch.
636 (dump_symbols): Handle the switch.
637 * doc/binutils.texi: Document the new switches.
638 * NEWS: Mention the new switches.
639
d2b2c203
DJ
6402004-10-08 Daniel Jacobowitz <dan@debian.org>
641
642 * readelf.c (get_x86_64_section_type_name): New function.
643 (get_section_type_name): Use it.
644
d67a454c
NC
6452004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
646
647 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
648 patches.
649 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
650
1c877e87
AO
6512004-10-07 Alexandre Oliva <aoliva@redhat.com>
652
653 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
654 types.
655
40a18ebd
NC
6562004-10-01 Paul Brook <paul@codesourcery.com>
657
658 * readelf.c (get_arm_section_type_name): New function.
659 (get_section_type_name): Use it.
660
382c1116
NC
6612004-09-28 Nick Clifton <nickc@redhat.com>
662
eb1ab0cf 663 * nm.c: Reorder functions to eliminate most of the static function
382c1116
NC
664 prototypes.
665
cbaa0dc5
AM
6662004-09-22 Alan Modra <amodra@bigpond.net.au>
667
668 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
669 segments.
670
3443c1ae
AM
6712004-09-17 Alan Modra <amodra@bigpond.net.au>
672
673 * Makefile.am: Run "make dep-am".
674 * Makefile.in: Regenerate.
675 * config.in: Regenerate.
676 * configure: Regenerate.
677 * doc/Makefile.in: Regenerate.
678 * po/binutils.pot: Regenerate.
679
74013231
AM
6802004-09-12 Alan Modra <amodra@bigpond.net.au>
681
682 * readelf.c (decode_location_expression): Sign extend value for
683 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
684
360589e8
NC
6852004-09-09 Nick Clifton <nickc@redhat.com>
686
687 PR 363
688 * ar.c (replace_members): Do not use get_file_size as
689 ar_emul_append correctly handles missing files.
690
d15b04bd
L
6912004-09-07 H.J. Lu <hongjiu.lu@intel.com>
692
693 * configure: Regenerated with autconfig 2.13.
694
d597aff7
DS
6952004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
696
74013231
AM
697 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
698 documentation.
d597aff7 699
04c34128
NC
7002004-09-06 Michael Wardle <mbw@endbracket.net>
701
3023b782 702 * doc/binutils.texi (objdump): Document that the -x switch includes
04c34128
NC
703 the effect of the -p switch.
704
d597aff7 7052004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
5df31fad 706
6cef8f72
DS
707 * dlltool.c (make_one_lib_file): Test if internal_name was
708 specified by user before using it.
5df31fad 709
74013231 7102004-09-02 Carlo Wood <carlo@alinoe.com>
5885be89
NC
711
712 PR binutils/351
713 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
714 exp->internal_name if it is present.
715
ec2dfb42
AO
7162004-09-02 Alexandre Oliva <aoliva@redhat.com>
717
718 * MAINTAINERS: Add self as co-maintainer of FR-V.
719 * readelf.c (get_machine_flags): Print FR-V cpu types.
720
0873df2a
AM
7212004-08-28 Alan Modra <amodra@bigpond.net.au>
722
723 * nm.c (show_synthetic): New var.
724 (long_options): Add "synthetic".
725 (usage): Here too.
726 (display_rel_file): Handle show_synthetic.
727
c9727e01
AM
7282004-08-28 Alan Modra <amodra@bigpond.net.au>
729
730 * objdump.c (dump_bfd): Pass both symbol tables to
731 bfd_get_synthetic_symtab.
732
90e3cdf2
JJ
7332004-08-17 Jakub Jelinek <jakub@redhat.com>
734
735 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
736 of dynsyms to bfd_get_synthetic_symtab.
737
d84de024
AM
7382004-08-16 Alan Modra <amodra@bigpond.net.au>
739
740 * readelf.c (debug_apply_rela_addends): New function, extracted from..
741 (display_debug_info): ..here.
742 (display_debug_frames): Call debug_apply_rela_addends. Don't do
743 DW_EH_PE_pcrel adjustment for ET_REL.
744
efcb5b0e
AS
7452004-08-06 Andreas Schwab <schwab@suse.de>
746
747 * readelf.c (dump_relocations): Fix typo when calculating
748 sec_index.
749
d3cde3af
NC
7502004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
751
752 * dllwrap.c (deduce_name): Fix typos introduced when program_name
753 was renamed to prog_name.
754
1d70c7fb
AO
7552004-07-29 Alexandre Oliva <aoliva@redhat.com>
756
757 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
758 EF_SH2A_NOFPU.
759
ccde1100
AO
7602004-07-28 Alexandre Oliva <aoliva@redhat.com>
761
762 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
763 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
764 EF_SH4A_NOFPU.
765 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
766 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
767
082b7297
L
7682004-07-21 H.J. Lu <hongjiu.lu@intel.com>
769
770 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
771 to access comdat.
772 * objdump.c (dump_section_header): Likewise.
773
44a6d974
NC
7742004-07-15 Aravinda PR <aravindapr@rediffmail.com>
775
776 * nlmconv.c (main): Pass map_file argument to link_inputs.
777 (link_inputs): Use map_file argument if it is defined.
778
61513dc1
NC
7792004-07-13 Nick Clifton <nickc@redhat.com>
780
781 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
782 conflicts with exported global defined in bucomm.h.
783 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
784 shadowing the global defined in bucomm.h.
785
607dea97
NC
7862004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
787
788 * dlltool.c (ext_prefix_alias): New global variable.
789 (make_one_lib_file): Add aliases with prefixes for external
790 and import definitions.
791 (usage): Document -p option.
792 (long_options): Add --ext-prefix-alias option.
793 (main): Handle -p.
794 * doc/binutils.texi: Document new switch.
795 * NEWS: Mention new switch.
796
2758961a
NC
7972004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
798
799 * binutils/dlltool.c (asm_prefix): Add parameter: name.
800 No underscore for symbols beginning with ?.
801 (ASM_PREFIX): Add parameter: NAME.
802 (gen_exp_file): Use new parameter.
803 (make_label): Likewise.
804 (make_imp_label): Likewise.
805 (make_one_lib_file): Likewise.
806
1fe1f39c
NC
8072004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
808
809 * MAINTAINERS: Added myself to the list.
810 * readelf.c: Include "elf/crx.h".
811 (guess_is_rela): Handle EM_CRX.
812 (get_machine_name): Likewise.
813 (dump_relocations): Likewise.
814
c87db184
CF
8152004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
816
817 * doc/binutils.texi (nm): Clarify weak symbol description.
818
fb7b006e
BE
8192004-06-24 Ben Elliston <bje@au.ibm.com>
820
821 * readelf.c (get_segment_type): Display "GNU_STACK", not just
822 "STACK", when a PT_GNU_STACK segment is encountered.
823
eea6121a
AM
8242004-06-24 Alan Modra <amodra@bigpond.net.au>
825
826 * objcopy.c (copy_section): Don't set _cooked_size.
827
fb514b26
AM
8282004-06-22 Alan Modra <amodra@bigpond.net.au>
829
ba2685cc
AM
830 * readelf.c (Elf32_Word): Delete.
831 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
832 (get_64bit_dynamic_section): Likewise.
833
834 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
835 (get_64bit_dynamic_section): Likewise.
836
86dba8ee
AM
837 * readelf.c (dynamic_nent): New variable.
838 (get_32bit_dynamic_section): Set it.
839 (get_64bit_dynamic_section): Here too.
840 (process_dynamic_section): Use it instead of dynamic_size.
841 (process_syminfo): Likewise.
842
fb514b26
AM
843 * readelf.c (get_32bit_dynamic_section): Correct number of entries
844 translated from external to internal form.
845 (get_64bit_dynamic_section): Likewise.
846
b2d38a17
NC
8472004-06-18 Jie Zhang <zhangjie@magima.com.cn>
848
849 * readelf.c (process_program_headers): When locating the dynamic
850 section use the section table if it is present.
851 (dynamic_segment): Renamed to dynamic_section.
852 Replace references to dynamic segment with references to dynamic
853 section, except where appropriate.
854 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
855 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
856 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
857 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
858 Remove tag counting code as it is no longer needed.
859 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
860 Remove tag counting code as it is no longer needed.
861 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 862
135dfb4a
AM
8632004-06-15 Alan Modra <amodra@bigpond.net.au>
864
865 * objcopy.c (copy_section): Use bfd_get_section_size instead of
866 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
867 (compare_section_lma): Likewise.
868 * addr2line.c (find_address_in_section): Likewise.
869 * coffgrok.c (do_sections_p1): Likewise.
870 * dlltool.c (scan_drectve_symbols): Likewise.
871 * nlmconv.c (main): Likewise.
872 (copy_sections): Likewise.
873 (powerpc_mangle_relocs): Likewise.
874 * objdump.c (disassemble_section): Likewise.
875 * prdbg.c (find_address_in_section): Likewise.
876 * size.c (berkeley_sum): Likewise.
877 * srconv.c (wr_ob): Likewise.
878 * strings.c (strings_a_section): Likewise.
879
90e01f86
ILT
8802004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
881
882 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
883
80fccad2
BW
8842004-05-17 David Heine <dlheine@tensilica.com>
885
eea6121a 886 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
887 (copy_object): Call setup_bfd_headers.
888
0da76f83
NC
8892004-05-13 Paul Brook <paul@codesourcery.com>
890
891 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
892 entries.
893
9598fbe5
NC
8942004-05-13 Nick Clifton <nickc@redhat.com>
895
896 * po/fr.po: Updated French translation.
897
8c37241b
JJ
8982004-05-11 Jakub Jelinek <jakub@redhat.com>
899
900 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
901
e4b17d5c
L
9022004-05-07 H.J. Lu <hongjiu.lu@intel.com>
903
904 * readelf.c (section_groups): New.
905 (group_count): New.
906 (section_headers_groups): New.
907 (process_section_groups): Populate group_count, section_groups
908 and section_headers_groups.
909 (process_unwind): Support section group.
910 (process_object): Always call process_section_groups. Free
911 section_groups and section_headers_groups.
912
f2da459f
L
9132004-04-30 H.J. Lu <hongjiu.lu@intel.com>
914
915 * readelf.c (process_section_headers): Use %3lu on sh_info.
916
f8935895
NC
9172004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
918
919 * ranlib.sh: Quote $1 argument in case it contains spaces.
920
9212004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
922
923 * objcopy.c (copy_usage, strip_usage): Fix spelling.
924
f5842774
L
9252004-04-26 H.J. Lu <hongjiu.lu@intel.com>
926
927 * readelf.c (do_section_groups): New.
928 (options): Add --section-groups/-g.
929 (usage): Mention --section-groups/-g.
930 (parse_args): Support --section-groups/-g.
931 (get_group_flags): New.
932 (process_section_groups): New.
933 (process_object): Call process_section_groups.
934
46212538
AM
9352004-04-24 Alan Modra <amodra@bigpond.net.au>
936
937 * objdump.c (disassemble_section): Don't disassemble sections
938 without SEC_HAS_CONTENTS.
939
4c45e5c9
JJ
9402004-04-22 Jakub Jelinek <jakub@redhat.com>
941
942 * objdump.c (synthsyms, synthcount): New variables.
943 (disassemble_data): Use dynsyms for stripped binaries or libraries.
944 Add synthetized symbols.
945 (dump_bfd): For disassemble, initialize dynsyms always and
946 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
947 before returning.
948
e9f87780
AM
9492004-04-14 Alan Modra <amodra@bigpond.net.au>
950
951 * strings.c (print_strings): Cast file_off to unsigned long in
952 printf arg list.
953
1ba93119
AM
9542004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
955
956 PR 86
957 * arsup.c (ar_save): Use smart_rename.
958
935a41f5
NC
9592004-04-01 Dean Luick <luick@cray.com>
960
961 * readelf.c (display_debug_pubnames): Align offset and data
962 columns.
963 (read_and_display_attr_value): Add missing break;
964 (debug_displays): Enable the display of the .debug_pubtypes
965 section.
966
92e25cf8
SS
9672004-03-30 Stan Shebs <shebs@apple.com>
968
969 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
970 support files, no longer used.
971
d507cf36
PB
9722004-03-23 Paul Brook <paul@codesourcery.com>
973
974 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
975
8c9a9879
RH
9762004-03-21 Richard Henderson <rth@redhat.com>
977
978 * readelf.c (display_debug_frames): Don't crash for mismatched
979 DW_CFA_restore_state.
980
6ece5c52
AM
9812004-03-19 Alan Modra <amodra@bigpond.net.au>
982
983 * Makefile.am: Run "make dep-am".
984 * Makefile.in: Regenerate.
985 * aclocal.m4: Regenerate.
986 * config.in: Regenerate.
987 * configure: Regenerate.
988 * po/binutils.pot: Regenerate.
989
6f104306
NS
9902004-03-15 Nathan Sidwell <nathan@codesourcery.com>
991
992 * objdump.c (struct SFILE): Replace current pointer with pos
993 offset, rename size to alloc.
994 (objdump_sprintf): Avoid unnecessary copies in the common case
995 (disassemble_bytes): Keep sfile live throughout the
996 function. Adjust usage appropriately.
997
523f6a27
BE
9982004-03-10 Ben Elliston <bje@gnu.org>
999
1000 * MAINTAINERS: Update my mail address.
1001
7aa52b1f
NC
10022004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1003
1004 * deflex.l: Handle "PRIVATE" string.
1005 * defparse.y (%token): Add PRIVATE.
1006 (%type): Add opt_PRIVATE.
1007 (expline): Pass opt_PRIVATE to def_exports.
1008 (opt_PRIVATE): Handle PRIVATE token.
1009 * dlltool.h (def_exports): Add 7th param for private flag to
1010 declaration.
1011 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1012 (struct export): Add 'private' field.
1013 (def_exports): Set 'private' field of struct exports.
1014 (scan_drectve_symbols): Adjust calls to def_exports.
1015 (scan_filtered_symbols): Likewise.
1016 (dump_def_info): Print 'private' field.
1017 (gen_def_file): Likewise.
1018 (gen_lib_file): Skip generation of lib object if private.
1019 Delete tmp object files in same order as they were generated.
1020 Don't delete non-existent private object files.
1021
af865222
AS
10222004-02-27 Andreas Schwab <schwab@suse.de>
1023
1024 * ar.c (main): Support POSIX-compatible argument parsing.
1025
c7e7ca54
NC
10262004-02-23 Daniel Lucq <daniel@lucq.org>
1027
1028 * readelf.c (process_mips_specific): Print conflictsno as an
1029 unsigned long.
1030
eff21b8e
CF
10312004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
1032
1033 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1034
2f01ffbf
JJ
10352004-02-19 Jakub Jelinek <jakub@redhat.com>
1036
1037 * objcopy.c (copy_section): Avoid warnings.
1038
c92c35e7
AC
10392004-02-14 Andrew Cagney <cagney@redhat.com>
1040
1041 * ar.c (remove_output): Use bfd_cache_close.
1042 * arsup.c (ar_end): Ditto.
1043
9d241085
RM
10442004-01-21 Roland McGrath <roland@redhat.com>
1045
1046 * readelf.c (get_note_type): Match NT_AUXV.
1047
d99e9f4d
NC
10482004-01-20 Nick Clifton <nickc@redhat.com>
1049
1050 * version.c (print_version): Update copyright year to 2004.
1051
f8b73030
MR
10522004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1053
1054 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1055 throughout.
1056 * aclocal.m4: Regenerate.
1057 * configure: Regenerate.
1058
f0312d39
JJ
10592004-01-12 Jakub Jelinek <jakub@redhat.com>
1060
1061 * objcopy.c: Include elf-bfd.h.
1062 (is_strip_section): Don't strip debugging sections if
1063 STRIP_NONDEBUG.
1064 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1065 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1066
1067 * objcopy.c (copy_section): Free relpp if relcount == 0.
1068
041821e6
ILT
10692004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1070
1071 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1072 (stab_demangle_argtypes): Likewise.
1073 (stab_demangle_v3_argtypes): New static function.
1074 (stab_demangle_v3_arg): New static function.
1075
950d48e7
NC
10762004-01-12 Nick Clifton <nickc@redhat.com>
1077
1078 * objcopy.c (copy_object): Make the function boolean, returning
1079 FALSE upon failure.
eea6121a
AM
1080 (copy_archive): Handle the return value from copy_object.
1081 (copy_file): Likewise.
950d48e7 1082
d9296b18
NC
10832004-01-07 Nick Clifton <nickc@redhat.com>
1084
1085 * readelf.c (find_section): New function. Locates a named
1086 section.
1087 (get_debug_line_pointer_sizes): New function: Initialises the
1088 debug_line_pointer_sizes array.
eea6121a
AM
1089 (display_debug_lines): Call get_debug_line_pointer_sizes.
1090 (display_debug_loc): Likewise.
1091 (load_debug_loc): Use find_section.
1092 (load_debug_str): Likewise.
1093 (display_debug_info): Likewise.
1094 (prescan_debug_info): Delete.
1095 (debug_displays): Remove prescan field.
1096 (process_section_contents): Do not perform prescans.
d9296b18 1097
5e675b72
AM
10982004-01-03 Alan Modra <amodra@bigpond.net.au>
1099
1100 * objcopy.c (filter_bytes): Delete. Move code to..
1101 (copy_section): ..here. Simplify size adjustment. Divide
1102 section lma by interleave.
1103
f0660b73
NC
11042004-01-02 Nick Clifton <nickc@redhat.com>
1105
1106 * po/ru.po: New file: Russian translation.
1107 * configure.in (ALL_LINGUAS): Add ru
1108 * configure: Regenerate.
eb18fd22 1109
c9e214e5 1110For older changes see ChangeLog-0203
252b5132
RH
1111\f
1112Local Variables:
1113mode: change-log
1114left-margin: 8
1115fill-column: 74
1116version-control: never
1117End:
This page took 0.324385 seconds and 4 git commands to generate.