]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
bfd/
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
c9727e01
AM
12004-08-28 Alan Modra <amodra@bigpond.net.au>
2
3 * objdump.c (dump_bfd): Pass both symbol tables to
4 bfd_get_synthetic_symtab.
5
90e3cdf2
JJ
62004-08-17 Jakub Jelinek <jakub@redhat.com>
7
8 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
9 of dynsyms to bfd_get_synthetic_symtab.
10
d84de024
AM
112004-08-16 Alan Modra <amodra@bigpond.net.au>
12
13 * readelf.c (debug_apply_rela_addends): New function, extracted from..
14 (display_debug_info): ..here.
15 (display_debug_frames): Call debug_apply_rela_addends. Don't do
16 DW_EH_PE_pcrel adjustment for ET_REL.
17
efcb5b0e
AS
182004-08-06 Andreas Schwab <schwab@suse.de>
19
20 * readelf.c (dump_relocations): Fix typo when calculating
21 sec_index.
22
d3cde3af
NC
232004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
24
25 * dllwrap.c (deduce_name): Fix typos introduced when program_name
26 was renamed to prog_name.
27
1d70c7fb
AO
282004-07-29 Alexandre Oliva <aoliva@redhat.com>
29
30 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
31 EF_SH2A_NOFPU.
32
ccde1100
AO
332004-07-28 Alexandre Oliva <aoliva@redhat.com>
34
35 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
36 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
37 EF_SH4A_NOFPU.
38 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
39 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
40
082b7297
L
412004-07-21 H.J. Lu <hongjiu.lu@intel.com>
42
43 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
44 to access comdat.
45 * objdump.c (dump_section_header): Likewise.
46
44a6d974
NC
472004-07-15 Aravinda PR <aravindapr@rediffmail.com>
48
49 * nlmconv.c (main): Pass map_file argument to link_inputs.
50 (link_inputs): Use map_file argument if it is defined.
51
61513dc1
NC
522004-07-13 Nick Clifton <nickc@redhat.com>
53
54 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
55 conflicts with exported global defined in bucomm.h.
56 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
57 shadowing the global defined in bucomm.h.
58
607dea97
NC
592004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
60
61 * dlltool.c (ext_prefix_alias): New global variable.
62 (make_one_lib_file): Add aliases with prefixes for external
63 and import definitions.
64 (usage): Document -p option.
65 (long_options): Add --ext-prefix-alias option.
66 (main): Handle -p.
67 * doc/binutils.texi: Document new switch.
68 * NEWS: Mention new switch.
69
2758961a
NC
702004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
71
72 * binutils/dlltool.c (asm_prefix): Add parameter: name.
73 No underscore for symbols beginning with ?.
74 (ASM_PREFIX): Add parameter: NAME.
75 (gen_exp_file): Use new parameter.
76 (make_label): Likewise.
77 (make_imp_label): Likewise.
78 (make_one_lib_file): Likewise.
79
1fe1f39c
NC
802004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
81
82 * MAINTAINERS: Added myself to the list.
83 * readelf.c: Include "elf/crx.h".
84 (guess_is_rela): Handle EM_CRX.
85 (get_machine_name): Likewise.
86 (dump_relocations): Likewise.
87
c87db184
CF
882004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
89
90 * doc/binutils.texi (nm): Clarify weak symbol description.
91
fb7b006e
BE
922004-06-24 Ben Elliston <bje@au.ibm.com>
93
94 * readelf.c (get_segment_type): Display "GNU_STACK", not just
95 "STACK", when a PT_GNU_STACK segment is encountered.
96
eea6121a
AM
972004-06-24 Alan Modra <amodra@bigpond.net.au>
98
99 * objcopy.c (copy_section): Don't set _cooked_size.
100
fb514b26
AM
1012004-06-22 Alan Modra <amodra@bigpond.net.au>
102
ba2685cc
AM
103 * readelf.c (Elf32_Word): Delete.
104 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
105 (get_64bit_dynamic_section): Likewise.
106
107 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
108 (get_64bit_dynamic_section): Likewise.
109
86dba8ee
AM
110 * readelf.c (dynamic_nent): New variable.
111 (get_32bit_dynamic_section): Set it.
112 (get_64bit_dynamic_section): Here too.
113 (process_dynamic_section): Use it instead of dynamic_size.
114 (process_syminfo): Likewise.
115
fb514b26
AM
116 * readelf.c (get_32bit_dynamic_section): Correct number of entries
117 translated from external to internal form.
118 (get_64bit_dynamic_section): Likewise.
119
b2d38a17
NC
1202004-06-18 Jie Zhang <zhangjie@magima.com.cn>
121
122 * readelf.c (process_program_headers): When locating the dynamic
123 section use the section table if it is present.
124 (dynamic_segment): Renamed to dynamic_section.
125 Replace references to dynamic segment with references to dynamic
126 section, except where appropriate.
127 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
128 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
129 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
130 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
131 Remove tag counting code as it is no longer needed.
132 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
133 Remove tag counting code as it is no longer needed.
134 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 135
135dfb4a
AM
1362004-06-15 Alan Modra <amodra@bigpond.net.au>
137
138 * objcopy.c (copy_section): Use bfd_get_section_size instead of
139 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
140 (compare_section_lma): Likewise.
141 * addr2line.c (find_address_in_section): Likewise.
142 * coffgrok.c (do_sections_p1): Likewise.
143 * dlltool.c (scan_drectve_symbols): Likewise.
144 * nlmconv.c (main): Likewise.
145 (copy_sections): Likewise.
146 (powerpc_mangle_relocs): Likewise.
147 * objdump.c (disassemble_section): Likewise.
148 * prdbg.c (find_address_in_section): Likewise.
149 * size.c (berkeley_sum): Likewise.
150 * srconv.c (wr_ob): Likewise.
151 * strings.c (strings_a_section): Likewise.
152
90e01f86
ILT
1532004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
154
155 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
156
80fccad2
BW
1572004-05-17 David Heine <dlheine@tensilica.com>
158
eea6121a 159 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
160 (copy_object): Call setup_bfd_headers.
161
0da76f83
NC
1622004-05-13 Paul Brook <paul@codesourcery.com>
163
164 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
165 entries.
166
9598fbe5
NC
1672004-05-13 Nick Clifton <nickc@redhat.com>
168
169 * po/fr.po: Updated French translation.
170
8c37241b
JJ
1712004-05-11 Jakub Jelinek <jakub@redhat.com>
172
173 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
174
e4b17d5c
L
1752004-05-07 H.J. Lu <hongjiu.lu@intel.com>
176
177 * readelf.c (section_groups): New.
178 (group_count): New.
179 (section_headers_groups): New.
180 (process_section_groups): Populate group_count, section_groups
181 and section_headers_groups.
182 (process_unwind): Support section group.
183 (process_object): Always call process_section_groups. Free
184 section_groups and section_headers_groups.
185
f2da459f
L
1862004-04-30 H.J. Lu <hongjiu.lu@intel.com>
187
188 * readelf.c (process_section_headers): Use %3lu on sh_info.
189
f8935895
NC
1902004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
191
192 * ranlib.sh: Quote $1 argument in case it contains spaces.
193
1942004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
195
196 * objcopy.c (copy_usage, strip_usage): Fix spelling.
197
f5842774
L
1982004-04-26 H.J. Lu <hongjiu.lu@intel.com>
199
200 * readelf.c (do_section_groups): New.
201 (options): Add --section-groups/-g.
202 (usage): Mention --section-groups/-g.
203 (parse_args): Support --section-groups/-g.
204 (get_group_flags): New.
205 (process_section_groups): New.
206 (process_object): Call process_section_groups.
207
46212538
AM
2082004-04-24 Alan Modra <amodra@bigpond.net.au>
209
210 * objdump.c (disassemble_section): Don't disassemble sections
211 without SEC_HAS_CONTENTS.
212
4c45e5c9
JJ
2132004-04-22 Jakub Jelinek <jakub@redhat.com>
214
215 * objdump.c (synthsyms, synthcount): New variables.
216 (disassemble_data): Use dynsyms for stripped binaries or libraries.
217 Add synthetized symbols.
218 (dump_bfd): For disassemble, initialize dynsyms always and
219 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
220 before returning.
221
e9f87780
AM
2222004-04-14 Alan Modra <amodra@bigpond.net.au>
223
224 * strings.c (print_strings): Cast file_off to unsigned long in
225 printf arg list.
226
1ba93119
AM
2272004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
228
229 PR 86
230 * arsup.c (ar_save): Use smart_rename.
231
935a41f5
NC
2322004-04-01 Dean Luick <luick@cray.com>
233
234 * readelf.c (display_debug_pubnames): Align offset and data
235 columns.
236 (read_and_display_attr_value): Add missing break;
237 (debug_displays): Enable the display of the .debug_pubtypes
238 section.
239
92e25cf8
SS
2402004-03-30 Stan Shebs <shebs@apple.com>
241
242 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
243 support files, no longer used.
244
d507cf36
PB
2452004-03-23 Paul Brook <paul@codesourcery.com>
246
247 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
248
8c9a9879
RH
2492004-03-21 Richard Henderson <rth@redhat.com>
250
251 * readelf.c (display_debug_frames): Don't crash for mismatched
252 DW_CFA_restore_state.
253
6ece5c52
AM
2542004-03-19 Alan Modra <amodra@bigpond.net.au>
255
256 * Makefile.am: Run "make dep-am".
257 * Makefile.in: Regenerate.
258 * aclocal.m4: Regenerate.
259 * config.in: Regenerate.
260 * configure: Regenerate.
261 * po/binutils.pot: Regenerate.
262
6f104306
NS
2632004-03-15 Nathan Sidwell <nathan@codesourcery.com>
264
265 * objdump.c (struct SFILE): Replace current pointer with pos
266 offset, rename size to alloc.
267 (objdump_sprintf): Avoid unnecessary copies in the common case
268 (disassemble_bytes): Keep sfile live throughout the
269 function. Adjust usage appropriately.
270
523f6a27
BE
2712004-03-10 Ben Elliston <bje@gnu.org>
272
273 * MAINTAINERS: Update my mail address.
274
7aa52b1f
NC
2752004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
276
277 * deflex.l: Handle "PRIVATE" string.
278 * defparse.y (%token): Add PRIVATE.
279 (%type): Add opt_PRIVATE.
280 (expline): Pass opt_PRIVATE to def_exports.
281 (opt_PRIVATE): Handle PRIVATE token.
282 * dlltool.h (def_exports): Add 7th param for private flag to
283 declaration.
284 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
285 (struct export): Add 'private' field.
286 (def_exports): Set 'private' field of struct exports.
287 (scan_drectve_symbols): Adjust calls to def_exports.
288 (scan_filtered_symbols): Likewise.
289 (dump_def_info): Print 'private' field.
290 (gen_def_file): Likewise.
291 (gen_lib_file): Skip generation of lib object if private.
292 Delete tmp object files in same order as they were generated.
293 Don't delete non-existent private object files.
294
af865222
AS
2952004-02-27 Andreas Schwab <schwab@suse.de>
296
297 * ar.c (main): Support POSIX-compatible argument parsing.
298
c7e7ca54
NC
2992004-02-23 Daniel Lucq <daniel@lucq.org>
300
301 * readelf.c (process_mips_specific): Print conflictsno as an
302 unsigned long.
303
eff21b8e
CF
3042004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
305
306 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
307
2f01ffbf
JJ
3082004-02-19 Jakub Jelinek <jakub@redhat.com>
309
310 * objcopy.c (copy_section): Avoid warnings.
311
c92c35e7
AC
3122004-02-14 Andrew Cagney <cagney@redhat.com>
313
314 * ar.c (remove_output): Use bfd_cache_close.
315 * arsup.c (ar_end): Ditto.
316
9d241085
RM
3172004-01-21 Roland McGrath <roland@redhat.com>
318
319 * readelf.c (get_note_type): Match NT_AUXV.
320
d99e9f4d
NC
3212004-01-20 Nick Clifton <nickc@redhat.com>
322
323 * version.c (print_version): Update copyright year to 2004.
324
f8b73030
MR
3252004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
326
327 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
328 throughout.
329 * aclocal.m4: Regenerate.
330 * configure: Regenerate.
331
f0312d39
JJ
3322004-01-12 Jakub Jelinek <jakub@redhat.com>
333
334 * objcopy.c: Include elf-bfd.h.
335 (is_strip_section): Don't strip debugging sections if
336 STRIP_NONDEBUG.
337 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
338 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
339
340 * objcopy.c (copy_section): Free relpp if relcount == 0.
341
041821e6
ILT
3422004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
343
344 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
345 (stab_demangle_argtypes): Likewise.
346 (stab_demangle_v3_argtypes): New static function.
347 (stab_demangle_v3_arg): New static function.
348
950d48e7
NC
3492004-01-12 Nick Clifton <nickc@redhat.com>
350
351 * objcopy.c (copy_object): Make the function boolean, returning
352 FALSE upon failure.
eea6121a
AM
353 (copy_archive): Handle the return value from copy_object.
354 (copy_file): Likewise.
950d48e7 355
d9296b18
NC
3562004-01-07 Nick Clifton <nickc@redhat.com>
357
358 * readelf.c (find_section): New function. Locates a named
359 section.
360 (get_debug_line_pointer_sizes): New function: Initialises the
361 debug_line_pointer_sizes array.
eea6121a
AM
362 (display_debug_lines): Call get_debug_line_pointer_sizes.
363 (display_debug_loc): Likewise.
364 (load_debug_loc): Use find_section.
365 (load_debug_str): Likewise.
366 (display_debug_info): Likewise.
367 (prescan_debug_info): Delete.
368 (debug_displays): Remove prescan field.
369 (process_section_contents): Do not perform prescans.
d9296b18 370
5e675b72
AM
3712004-01-03 Alan Modra <amodra@bigpond.net.au>
372
373 * objcopy.c (filter_bytes): Delete. Move code to..
374 (copy_section): ..here. Simplify size adjustment. Divide
375 section lma by interleave.
376
f0660b73
NC
3772004-01-02 Nick Clifton <nickc@redhat.com>
378
379 * po/ru.po: New file: Russian translation.
380 * configure.in (ALL_LINGUAS): Add ru
381 * configure: Regenerate.
eb18fd22 382
c9e214e5 383For older changes see ChangeLog-0203
252b5132
RH
384\f
385Local Variables:
386mode: change-log
387left-margin: 8
388fill-column: 74
389version-control: never
390End: