]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* elf32-ppc.c (ppc_elf_modify_segment_map): Delete.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
3443c1ae
AM
12004-09-17 Alan Modra <amodra@bigpond.net.au>
2
3 * Makefile.am: Run "make dep-am".
4 * Makefile.in: Regenerate.
5 * config.in: Regenerate.
6 * configure: Regenerate.
7 * doc/Makefile.in: Regenerate.
8 * po/binutils.pot: Regenerate.
9
74013231
AM
102004-09-12 Alan Modra <amodra@bigpond.net.au>
11
12 * readelf.c (decode_location_expression): Sign extend value for
13 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
14
360589e8
NC
152004-09-09 Nick Clifton <nickc@redhat.com>
16
17 PR 363
18 * ar.c (replace_members): Do not use get_file_size as
19 ar_emul_append correctly handles missing files.
20
d15b04bd
L
212004-09-07 H.J. Lu <hongjiu.lu@intel.com>
22
23 * configure: Regenerated with autconfig 2.13.
24
d597aff7
DS
252004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
26
74013231
AM
27 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
28 documentation.
d597aff7 29
04c34128
NC
302004-09-06 Michael Wardle <mbw@endbracket.net>
31
3023b782 32 * doc/binutils.texi (objdump): Document that the -x switch includes
04c34128
NC
33 the effect of the -p switch.
34
d597aff7 352004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
5df31fad 36
6cef8f72
DS
37 * dlltool.c (make_one_lib_file): Test if internal_name was
38 specified by user before using it.
5df31fad 39
74013231 402004-09-02 Carlo Wood <carlo@alinoe.com>
5885be89
NC
41
42 PR binutils/351
43 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
44 exp->internal_name if it is present.
45
ec2dfb42
AO
462004-09-02 Alexandre Oliva <aoliva@redhat.com>
47
48 * MAINTAINERS: Add self as co-maintainer of FR-V.
49 * readelf.c (get_machine_flags): Print FR-V cpu types.
50
0873df2a
AM
512004-08-28 Alan Modra <amodra@bigpond.net.au>
52
53 * nm.c (show_synthetic): New var.
54 (long_options): Add "synthetic".
55 (usage): Here too.
56 (display_rel_file): Handle show_synthetic.
57
c9727e01
AM
582004-08-28 Alan Modra <amodra@bigpond.net.au>
59
60 * objdump.c (dump_bfd): Pass both symbol tables to
61 bfd_get_synthetic_symtab.
62
90e3cdf2
JJ
632004-08-17 Jakub Jelinek <jakub@redhat.com>
64
65 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
66 of dynsyms to bfd_get_synthetic_symtab.
67
d84de024
AM
682004-08-16 Alan Modra <amodra@bigpond.net.au>
69
70 * readelf.c (debug_apply_rela_addends): New function, extracted from..
71 (display_debug_info): ..here.
72 (display_debug_frames): Call debug_apply_rela_addends. Don't do
73 DW_EH_PE_pcrel adjustment for ET_REL.
74
efcb5b0e
AS
752004-08-06 Andreas Schwab <schwab@suse.de>
76
77 * readelf.c (dump_relocations): Fix typo when calculating
78 sec_index.
79
d3cde3af
NC
802004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
81
82 * dllwrap.c (deduce_name): Fix typos introduced when program_name
83 was renamed to prog_name.
84
1d70c7fb
AO
852004-07-29 Alexandre Oliva <aoliva@redhat.com>
86
87 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
88 EF_SH2A_NOFPU.
89
ccde1100
AO
902004-07-28 Alexandre Oliva <aoliva@redhat.com>
91
92 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
93 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
94 EF_SH4A_NOFPU.
95 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
96 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
97
082b7297
L
982004-07-21 H.J. Lu <hongjiu.lu@intel.com>
99
100 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
101 to access comdat.
102 * objdump.c (dump_section_header): Likewise.
103
44a6d974
NC
1042004-07-15 Aravinda PR <aravindapr@rediffmail.com>
105
106 * nlmconv.c (main): Pass map_file argument to link_inputs.
107 (link_inputs): Use map_file argument if it is defined.
108
61513dc1
NC
1092004-07-13 Nick Clifton <nickc@redhat.com>
110
111 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
112 conflicts with exported global defined in bucomm.h.
113 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
114 shadowing the global defined in bucomm.h.
115
607dea97
NC
1162004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
117
118 * dlltool.c (ext_prefix_alias): New global variable.
119 (make_one_lib_file): Add aliases with prefixes for external
120 and import definitions.
121 (usage): Document -p option.
122 (long_options): Add --ext-prefix-alias option.
123 (main): Handle -p.
124 * doc/binutils.texi: Document new switch.
125 * NEWS: Mention new switch.
126
2758961a
NC
1272004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
128
129 * binutils/dlltool.c (asm_prefix): Add parameter: name.
130 No underscore for symbols beginning with ?.
131 (ASM_PREFIX): Add parameter: NAME.
132 (gen_exp_file): Use new parameter.
133 (make_label): Likewise.
134 (make_imp_label): Likewise.
135 (make_one_lib_file): Likewise.
136
1fe1f39c
NC
1372004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
138
139 * MAINTAINERS: Added myself to the list.
140 * readelf.c: Include "elf/crx.h".
141 (guess_is_rela): Handle EM_CRX.
142 (get_machine_name): Likewise.
143 (dump_relocations): Likewise.
144
c87db184
CF
1452004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
146
147 * doc/binutils.texi (nm): Clarify weak symbol description.
148
fb7b006e
BE
1492004-06-24 Ben Elliston <bje@au.ibm.com>
150
151 * readelf.c (get_segment_type): Display "GNU_STACK", not just
152 "STACK", when a PT_GNU_STACK segment is encountered.
153
eea6121a
AM
1542004-06-24 Alan Modra <amodra@bigpond.net.au>
155
156 * objcopy.c (copy_section): Don't set _cooked_size.
157
fb514b26
AM
1582004-06-22 Alan Modra <amodra@bigpond.net.au>
159
ba2685cc
AM
160 * readelf.c (Elf32_Word): Delete.
161 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
162 (get_64bit_dynamic_section): Likewise.
163
164 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
165 (get_64bit_dynamic_section): Likewise.
166
86dba8ee
AM
167 * readelf.c (dynamic_nent): New variable.
168 (get_32bit_dynamic_section): Set it.
169 (get_64bit_dynamic_section): Here too.
170 (process_dynamic_section): Use it instead of dynamic_size.
171 (process_syminfo): Likewise.
172
fb514b26
AM
173 * readelf.c (get_32bit_dynamic_section): Correct number of entries
174 translated from external to internal form.
175 (get_64bit_dynamic_section): Likewise.
176
b2d38a17
NC
1772004-06-18 Jie Zhang <zhangjie@magima.com.cn>
178
179 * readelf.c (process_program_headers): When locating the dynamic
180 section use the section table if it is present.
181 (dynamic_segment): Renamed to dynamic_section.
182 Replace references to dynamic segment with references to dynamic
183 section, except where appropriate.
184 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
185 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
186 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
187 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
188 Remove tag counting code as it is no longer needed.
189 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
190 Remove tag counting code as it is no longer needed.
191 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 192
135dfb4a
AM
1932004-06-15 Alan Modra <amodra@bigpond.net.au>
194
195 * objcopy.c (copy_section): Use bfd_get_section_size instead of
196 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
197 (compare_section_lma): Likewise.
198 * addr2line.c (find_address_in_section): Likewise.
199 * coffgrok.c (do_sections_p1): Likewise.
200 * dlltool.c (scan_drectve_symbols): Likewise.
201 * nlmconv.c (main): Likewise.
202 (copy_sections): Likewise.
203 (powerpc_mangle_relocs): Likewise.
204 * objdump.c (disassemble_section): Likewise.
205 * prdbg.c (find_address_in_section): Likewise.
206 * size.c (berkeley_sum): Likewise.
207 * srconv.c (wr_ob): Likewise.
208 * strings.c (strings_a_section): Likewise.
209
90e01f86
ILT
2102004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
211
212 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
213
80fccad2
BW
2142004-05-17 David Heine <dlheine@tensilica.com>
215
eea6121a 216 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
217 (copy_object): Call setup_bfd_headers.
218
0da76f83
NC
2192004-05-13 Paul Brook <paul@codesourcery.com>
220
221 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
222 entries.
223
9598fbe5
NC
2242004-05-13 Nick Clifton <nickc@redhat.com>
225
226 * po/fr.po: Updated French translation.
227
8c37241b
JJ
2282004-05-11 Jakub Jelinek <jakub@redhat.com>
229
230 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
231
e4b17d5c
L
2322004-05-07 H.J. Lu <hongjiu.lu@intel.com>
233
234 * readelf.c (section_groups): New.
235 (group_count): New.
236 (section_headers_groups): New.
237 (process_section_groups): Populate group_count, section_groups
238 and section_headers_groups.
239 (process_unwind): Support section group.
240 (process_object): Always call process_section_groups. Free
241 section_groups and section_headers_groups.
242
f2da459f
L
2432004-04-30 H.J. Lu <hongjiu.lu@intel.com>
244
245 * readelf.c (process_section_headers): Use %3lu on sh_info.
246
f8935895
NC
2472004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
248
249 * ranlib.sh: Quote $1 argument in case it contains spaces.
250
2512004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
252
253 * objcopy.c (copy_usage, strip_usage): Fix spelling.
254
f5842774
L
2552004-04-26 H.J. Lu <hongjiu.lu@intel.com>
256
257 * readelf.c (do_section_groups): New.
258 (options): Add --section-groups/-g.
259 (usage): Mention --section-groups/-g.
260 (parse_args): Support --section-groups/-g.
261 (get_group_flags): New.
262 (process_section_groups): New.
263 (process_object): Call process_section_groups.
264
46212538
AM
2652004-04-24 Alan Modra <amodra@bigpond.net.au>
266
267 * objdump.c (disassemble_section): Don't disassemble sections
268 without SEC_HAS_CONTENTS.
269
4c45e5c9
JJ
2702004-04-22 Jakub Jelinek <jakub@redhat.com>
271
272 * objdump.c (synthsyms, synthcount): New variables.
273 (disassemble_data): Use dynsyms for stripped binaries or libraries.
274 Add synthetized symbols.
275 (dump_bfd): For disassemble, initialize dynsyms always and
276 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
277 before returning.
278
e9f87780
AM
2792004-04-14 Alan Modra <amodra@bigpond.net.au>
280
281 * strings.c (print_strings): Cast file_off to unsigned long in
282 printf arg list.
283
1ba93119
AM
2842004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
285
286 PR 86
287 * arsup.c (ar_save): Use smart_rename.
288
935a41f5
NC
2892004-04-01 Dean Luick <luick@cray.com>
290
291 * readelf.c (display_debug_pubnames): Align offset and data
292 columns.
293 (read_and_display_attr_value): Add missing break;
294 (debug_displays): Enable the display of the .debug_pubtypes
295 section.
296
92e25cf8
SS
2972004-03-30 Stan Shebs <shebs@apple.com>
298
299 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
300 support files, no longer used.
301
d507cf36
PB
3022004-03-23 Paul Brook <paul@codesourcery.com>
303
304 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
305
8c9a9879
RH
3062004-03-21 Richard Henderson <rth@redhat.com>
307
308 * readelf.c (display_debug_frames): Don't crash for mismatched
309 DW_CFA_restore_state.
310
6ece5c52
AM
3112004-03-19 Alan Modra <amodra@bigpond.net.au>
312
313 * Makefile.am: Run "make dep-am".
314 * Makefile.in: Regenerate.
315 * aclocal.m4: Regenerate.
316 * config.in: Regenerate.
317 * configure: Regenerate.
318 * po/binutils.pot: Regenerate.
319
6f104306
NS
3202004-03-15 Nathan Sidwell <nathan@codesourcery.com>
321
322 * objdump.c (struct SFILE): Replace current pointer with pos
323 offset, rename size to alloc.
324 (objdump_sprintf): Avoid unnecessary copies in the common case
325 (disassemble_bytes): Keep sfile live throughout the
326 function. Adjust usage appropriately.
327
523f6a27
BE
3282004-03-10 Ben Elliston <bje@gnu.org>
329
330 * MAINTAINERS: Update my mail address.
331
7aa52b1f
NC
3322004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
333
334 * deflex.l: Handle "PRIVATE" string.
335 * defparse.y (%token): Add PRIVATE.
336 (%type): Add opt_PRIVATE.
337 (expline): Pass opt_PRIVATE to def_exports.
338 (opt_PRIVATE): Handle PRIVATE token.
339 * dlltool.h (def_exports): Add 7th param for private flag to
340 declaration.
341 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
342 (struct export): Add 'private' field.
343 (def_exports): Set 'private' field of struct exports.
344 (scan_drectve_symbols): Adjust calls to def_exports.
345 (scan_filtered_symbols): Likewise.
346 (dump_def_info): Print 'private' field.
347 (gen_def_file): Likewise.
348 (gen_lib_file): Skip generation of lib object if private.
349 Delete tmp object files in same order as they were generated.
350 Don't delete non-existent private object files.
351
af865222
AS
3522004-02-27 Andreas Schwab <schwab@suse.de>
353
354 * ar.c (main): Support POSIX-compatible argument parsing.
355
c7e7ca54
NC
3562004-02-23 Daniel Lucq <daniel@lucq.org>
357
358 * readelf.c (process_mips_specific): Print conflictsno as an
359 unsigned long.
360
eff21b8e
CF
3612004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
362
363 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
364
2f01ffbf
JJ
3652004-02-19 Jakub Jelinek <jakub@redhat.com>
366
367 * objcopy.c (copy_section): Avoid warnings.
368
c92c35e7
AC
3692004-02-14 Andrew Cagney <cagney@redhat.com>
370
371 * ar.c (remove_output): Use bfd_cache_close.
372 * arsup.c (ar_end): Ditto.
373
9d241085
RM
3742004-01-21 Roland McGrath <roland@redhat.com>
375
376 * readelf.c (get_note_type): Match NT_AUXV.
377
d99e9f4d
NC
3782004-01-20 Nick Clifton <nickc@redhat.com>
379
380 * version.c (print_version): Update copyright year to 2004.
381
f8b73030
MR
3822004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
383
384 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
385 throughout.
386 * aclocal.m4: Regenerate.
387 * configure: Regenerate.
388
f0312d39
JJ
3892004-01-12 Jakub Jelinek <jakub@redhat.com>
390
391 * objcopy.c: Include elf-bfd.h.
392 (is_strip_section): Don't strip debugging sections if
393 STRIP_NONDEBUG.
394 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
395 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
396
397 * objcopy.c (copy_section): Free relpp if relcount == 0.
398
041821e6
ILT
3992004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
400
401 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
402 (stab_demangle_argtypes): Likewise.
403 (stab_demangle_v3_argtypes): New static function.
404 (stab_demangle_v3_arg): New static function.
405
950d48e7
NC
4062004-01-12 Nick Clifton <nickc@redhat.com>
407
408 * objcopy.c (copy_object): Make the function boolean, returning
409 FALSE upon failure.
eea6121a
AM
410 (copy_archive): Handle the return value from copy_object.
411 (copy_file): Likewise.
950d48e7 412
d9296b18
NC
4132004-01-07 Nick Clifton <nickc@redhat.com>
414
415 * readelf.c (find_section): New function. Locates a named
416 section.
417 (get_debug_line_pointer_sizes): New function: Initialises the
418 debug_line_pointer_sizes array.
eea6121a
AM
419 (display_debug_lines): Call get_debug_line_pointer_sizes.
420 (display_debug_loc): Likewise.
421 (load_debug_loc): Use find_section.
422 (load_debug_str): Likewise.
423 (display_debug_info): Likewise.
424 (prescan_debug_info): Delete.
425 (debug_displays): Remove prescan field.
426 (process_section_contents): Do not perform prescans.
d9296b18 427
5e675b72
AM
4282004-01-03 Alan Modra <amodra@bigpond.net.au>
429
430 * objcopy.c (filter_bytes): Delete. Move code to..
431 (copy_section): ..here. Simplify size adjustment. Divide
432 section lma by interleave.
433
f0660b73
NC
4342004-01-02 Nick Clifton <nickc@redhat.com>
435
436 * po/ru.po: New file: Russian translation.
437 * configure.in (ALL_LINGUAS): Add ru
438 * configure: Regenerate.
eb18fd22 439
c9e214e5 440For older changes see ChangeLog-0203
252b5132
RH
441\f
442Local Variables:
443mode: change-log
444left-margin: 8
445fill-column: 74
446version-control: never
447End: