* emultempl/aix.em: Convert to C90, remove unnecessary prototypes
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
e47cd125
AM
12003-06-25 Alan Modra <amodra@bigpond.net.au>
2
3 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
4 (ppc_elf_reloc_type_lookup): Modify comment.
5 (ppc_elf_info_to_howto): Ditto.
6 (ppc_elf_relocate_section): Ditto.
7 (ppc_elf_check_relocs): Call ppc_elf_howto_init.
8
1049f94e
AM
92003-06-25 Alan Modra <amodra@bigpond.net.au>
10
11 * aout-ns32k.c: Correct spelling of "relocatable".
12 * aoutx.h: Likewise.
13 * bfd-in.h: Likewise.
14 * bfd.c: Likewise.
15 * bout.c: Likewise.
16 * coff-a29k.c: Likewise.
17 * coff-alpha.c: Likewise.
18 * coff-arm.c: Likewise.
19 * coff-i386.c: Likewise.
20 * coff-i860.c: Likewise.
21 * coff-i960.c: Likewise.
22 * coff-m68k.c: Likewise.
23 * coff-m88k.c: Likewise.
24 * coff-mcore.c: Likewise.
25 * coff-mips.c: Likewise.
26 * coff-or32.c: Likewise.
27 * coff-ppc.c: Likewise.
28 * coff-rs6000.c: Likewise.
29 * coff-sh.c: Likewise.
30 * coff-tic80.c: Likewise.
31 * coff64-rs6000.c: Likewise.
32 * cofflink.c: Likewise.
33 * cpu-ns32k.c: Likewise.
34 * ecoff.c: Likewise.
35 * ecofflink.c: Likewise.
36 * elf-bfd.h: Likewise.
37 * elf-eh-frame.c: Likewise.
38 * elf-hppa.h: Likewise.
39 * elf-m10200.c: Likewise.
40 * elf-m10300.c: Likewise.
41 * elf.c: Likewise.
42 * elf32-arm.h: Likewise.
43 * elf32-avr.c: Likewise.
44 * elf32-cris.c: Likewise.
45 * elf32-d10v.c: Likewise.
46 * elf32-dlx.c: Likewise.
47 * elf32-fr30.c: Likewise.
48 * elf32-frv.c: Likewise.
49 * elf32-h8300.c: Likewise.
50 * elf32-hppa.c: Likewise.
51 * elf32-i370.c: Likewise.
52 * elf32-i386.c: Likewise.
53 * elf32-i860.c: Likewise.
54 * elf32-i960.c: Likewise.
55 * elf32-ip2k.c: Likewise.
56 * elf32-iq2000.c: Likewise.
57 * elf32-m32r.c: Likewise.
58 * elf32-m68hc11.c: Likewise.
59 * elf32-m68hc1x.c: Likewise.
60 * elf32-m68k.c: Likewise.
61 * elf32-mcore.c: Likewise.
62 * elf32-mips.c: Likewise.
63 * elf32-msp430.c: Likewise.
64 * elf32-openrisc.c: Likewise.
65 * elf32-ppc.c: Likewise.
66 * elf32-s390.c: Likewise.
67 * elf32-sh.c: Likewise.
68 * elf32-sh64.c: Likewise.
69 * elf32-sparc.c: Likewise.
70 * elf32-v850.c: Likewise.
71 * elf32-vax.c: Likewise.
72 * elf32-xstormy16.c: Likewise.
73 * elf32-xtensa.c: Likewise.
74 * elf64-alpha.c: Likewise.
75 * elf64-hppa.c: Likewise.
76 * elf64-mips.c: Likewise.
77 * elf64-mmix.c: Likewise.
78 * elf64-ppc.c: Likewise.
79 * elf64-s390.c: Likewise.
80 * elf64-sh64.c: Likewise.
81 * elf64-sparc.c: Likewise.
82 * elf64-x86-64.c: Likewise.
83 * elfcode.h: Likewise.
84 * elflink.h: Likewise.
85 * elfn32-mips.c: Likewise.
86 * elfxx-ia64.c: Likewise.
87 * elfxx-mips.c: Likewise.
88 * i386linux.c: Likewise.
89 * ieee.c: Likewise.
90 * libcoff-in.h: Likewise.
91 * linker.c: Likewise.
92 * m68klinux.c: Likewise.
93 * pdp11.c: Likewise.
94 * pe-mips.c: Likewise.
95 * peXXigen.c: Likewise.
96 * reloc.c: Likewise.
97 * reloc16.c: Likewise.
98 * sparclinux.c: Likewise.
99 * sunos.c: Likewise.
100 * syms.c: Likewise.
101 * versados.c: Likewise.
102 * vms.c: Likewise.
103 * xcofflink.c: Likewise.
104 * bfd-in2.h: Regenerate.
105 * libcoff.h: Regenerate.
106 * libbfd.h: Regenerate.
107
55fd94b0
AM
1082003-06-24 Alan Modra <amodra@bigpond.net.au>
109
d85f2c7d
AM
110 * elf32-ppc.c (ppc_elf_check_relocs): Report plt reloc against
111 local sym errors.
112
55fd94b0
AM
113 * elf32-i386.c: Convert to C90 function definitions, remove unnecessary
114 prototypes and casts. Replace PTR with void *. Formatting.
115 * elf32-ppc.c: Likewise. Break long strings too.
116 (ppc_elf_relax_section): Use enum elf_ppc_reloc_type for r_type.
117 (ppc_elf_unhandled_reloc): Internationalize error message.
118 * elf32-ppc.h: Remove PARAMS.
119
88810f8c
MM
1202003-06-23 Mark Mitchell <mark@codesourcery.com>
121
122 * elf32-ppc.c (ppc_elf_begin_write_processing): Use bytes to count
123 APUinfo slots.
124 (ppc_elf_final_write_processing): Likewise.
125
6e35c4da
L
1262003-06-23 H.J. Lu <hongjiu.lu@intel.com>
127
128 * elflink.h (elf_link_input_bfd): Check raw size when using
129 kept_section to preserve debug information discarded by
130 linkonce.
131
8f3bab57
AM
1322003-06-20 Alan Modra <amodra@bigpond.net.au>
133
134 * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
135 (ppc64_elf_setup_section_lists): Set it.
136 (ppc64_elf_relocate_section): Check sym section id against top_id.
137 (ppc_build_one_stub): Comment on top_id.
138
efbc813e
NC
1392003-06-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141 * config.bfd: Add tic4x-*-rtems*.
142
4ce794b7
AM
1432003-06-20 Alan Modra <amodra@bigpond.net.au>
144
145 * elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
146 prototypes and casts. Replace PTR with void *. Format copyright.
147 Mention ABI links.
148 (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt,
149 sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt.
150 (ppc_type_of_stub): Make r_type an enum.
151 (ppc64_elf_size_stubs): Likewise.
152 * elf64-ppc.h: Remove PARAMS macro.
153
d2a300cf
AM
1542003-06-19 Alan Modra <amodra@bigpond.net.au>
155
3254fd24
AM
156 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init of
157 elf hash tab fields.
158
d2a300cf
AM
159 * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.
160 (ppc64_elf_info_to_howto): Likewise.
161 (ppc64_elf_build_stubs): Add "stats" param, and print statistics.
162 * elf64-ppc.h (ppc64_elf_build_stubs): Adjust prototype.
163
83615de0
AM
1642003-06-19 Alan Modra <amodra@bigpond.net.au>
165
166 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore R_SPARC_DISP32
167 reloc overflow on discarded eh_frame entries.
168
9b5ecbd0
AM
1692003-06-19 Alan Modra <amodra@bigpond.net.au>
170
171 * elf64-ppc.c (toc_adjusting_stub_needed): New function.
172 (ppc64_elf_next_input_section): Use it here to set has_gp_reloc.
173 Return error condition.
174 (ppc64_elf_size_stubs): Restrict toc adjusting stubs to sections
175 that have has_gp_reloc set.
176 (struct ppc_link_hash_table): Add stub_count.
177 (ppc_build_one_stub): Increment it.
178 (ppc64_elf_link_hash_table_create): zmalloc rather than clearing
179 individual fields.
180 * elf64-ppc.h (ppc64_elf_next_input_section): Update prototype.
181
64c456e1
AM
1822003-06-18 Alan Modra <amodra@bigpond.net.au>
183
184 * elflink.h (elf_gc_record_vtentry): Revert last change. Correct
185 size calculation from addend. Round size up.
186
3dab95d3
HPN
1872003-06-18 Hans-Peter Nilsson <hp@axis.com>
188
189 * elf32-cris.c (cris_elf_relocate_section) <case
190 R_CRIS_32_GOTREL>: When linking a program, don't complain about a
191 symbol from a normal object or an undefined weak symbol.
192
0b13192e
AM
1932003-06-18 Alan Modra <amodra@bigpond.net.au>
194
195 * elf64-ppc.c (ppc64_elf_relocate_section): Accept a symbol on
196 R_PPC64_TOC relocs.
197
f97b9cb8
L
1982003-06-17 H.J. Lu <hongjiu.lu@intel.com>
199
200 * section.c (struct sec): Put back kept_section.
201 (STD_SECTION): Put back kept_section initialization.
202 * bfd-in2.h: Regenerate.
203
204 * elflink.h (elf_link_input_bfd): Also check discarded linkonce
205 sections for relocateable output. Use kept_section to preserve
206 debug information discarded by linkonce.
207
9f1c3a0a
L
2082003-06-17 Roland McGrath <roland@redhat.com>
209
210 * elfxx-ia64.c (elfNN_ia64_relocate_section): Support
211 segment-relative relocation between different segments.
212
734b6cf9
AM
2132003-06-17 Alan Modra <amodra@bigpond.net.au>
214
1cf1f670
AM
215 * elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned reloc
216 optimizations earlier.
217
734b6cf9
AM
218 * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.
219 Restore previous input_list type.
220 (ppc64_elf_link_hash_table_create): Undo last change.
221 (ppc64_elf_setup_section_lists): Reinstate code setting up input lists
222 per output section, but don't bother with bfd_abs_section marker.
223 (ppc64_elf_next_input_section): Adjust for multiple input section
224 lists.
225 (group_sections): Likewise.
226
23fbd6fa
JJ
2272003-06-17 Jakub Jelinek <jakub@redhat.com>
228
229 * elf64-ppc.c (ppc64_elf_relocation_section): Ensure
230 *r_offset == r_addend for RELATIVE relocs against .got.
231
dad27d18
AM
2322003-06-17 Alan Modra <amodra@bigpond.net.au>
233
234 * elf64-ppc.c (ppc64_elf_relocate_section): Optimize unaligned relocs.
235
b613960a
NC
2362003-06-17 Nick Clifton <nickc@redhat.com>
237
238 * elflink.h (elf_gc_record_vtentry): Allocate an extra element
4ce794b7
AM
239 in the vtable_entries_used array to allow for the accessing
240 the largest element.
b613960a 241
000732f7
AM
2422003-06-17 Alan Modra <amodra@bigpond.net.au>
243
3d6f9012
AM
244 * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index. Modify
245 input_list.
246 (ppc64_elf_link_hash_table_create): Init input_list here.
247 (ppc64_elf_setup_section_lists): Remove code setting up input lists
248 per output section. Set toc_off for abs and other standard sections.
249 (ppc64_elf_reinit_toc): Don't set elf_gp on input bfds lacking a toc.
250 (ppc64_elf_next_input_section): Adjust for single input section list.
251 Don't set toc_curr from input bfds that haven't set elf_gp.
252 (group_sections): Adjust for single input section list.
253
000732f7
AM
254 * elf64-ppc.c (ppc64_elf_relocate_section): Correct pcrel section zero.
255
81407a69
AM
2562003-06-16 Alan Modra <amodra@bigpond.net.au>
257
258 * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprel
259 tls, check that a TOC16_DS or TOC16_LO_DS reloc isn't pointing to a
260 dtprel entry. Ensure TLS_LD DTPMOD reloc has a zero addend. Write
261 got section for RELATIVE relocs. Fix wrong comment. Change condition
262 under which dynamic relocs update the section contents.
263
a06a29f2
NC
2642003-06-13 Robert Millan <zeratul2@wanadoo.es>
265
266 * config.bfd: Add i386-netbsd-gnu target.
267
7d1ebfb2
NC
2682003-06-12 Nick Clifton <nickc@redhat.com>
269
270 * opncls.c (calc_crc32): Rename to
271 bfd_calc_gnu_debuglink_crc32 and export.
81407a69 272 (GNU_DEBUGLINK): Define and use to replace occurrences of
7d1ebfb2 273 hard-coded ".gnu_debuglink" in the code.
81407a69 274 (get_debug_link_info): Prevent aborts by replacing call to
7d1ebfb2 275 xmalloc with a call to malloc.
81407a69 276 (find_separate_debug_file): Prevent aborts by replacing calls
7d1ebfb2 277 to xmalloc and xstrdup with calls to malloc and strdup.
81407a69 278 (bfd_add_gnu_debuglink): New function. Add a .gnu_debuglink
7d1ebfb2
NC
279 section to a bfd.
280 * bfd-in2.h: Regenerate.
281
2822003-06-12 Federico G. Schwindt <fgsch@lodoss.net>
81407a69 283
7d1ebfb2
NC
284 * config.bfd (i[3-7]86-*-openbsd[0-2].* | i[3-7]86-*-openbsd3.[0-3]):
285 New target (was i[3-7]86-*-openbsd* before).
286 (i[3-7]86-*-openbsd*): Change to use bfd_elf32_i386_vec.
287 (vax-*-openbsd*): New target.
288
d80dcc6a
TS
2892003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
290
291 * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
292 for n32, too.
293 (MIPS_ELF_STUB_SECTION_NAME): Use .MIPS.stubs for n32, too.
294 (mips_elf_rel_dyn_section): Use appropriate section alignment.
295 (mips_elf_create_got_section): Likewise.
296 (_bfd_mips_elf_create_dynamic_sections): Likewise.
297
a7ebbfdf
TS
2982003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
299
300 * elf32-mips.c (mips_elf_generic_reloc): New Function.
301 (elf_mips_howto_table_rel): Use it.
302 (gprel32_with_gp): Move prototype.
303 (mips_elf_hi16_reloc): Check for ! BSF_LOCAL instead of zero addend.
304 Use mips_elf_generic_reloc.
305 (mips_elf_got16_reloc): Check for ! BSF_LOCAL instead of zero addend.
306 Code cleanup.
307 (_bfd_mips_elf32_gprel16_reloc): Check for ! BSF_LOCAL instead of
308 zero addend.
309 (mips_elf_gprel32_reloc): Likewise. Use the same GP assignment logic
310 as in the other *_gprel*_reloc functions.
311 (gprel32_with_gp): Handle partial_inplace properly.
312 (mips32_64bit_reloc): Use mips_elf_generic_reloc.
313 (mips16_gprel_reloc): Check for ! BSF_LOCAL instead of zero addend.
314 Do addend handling directly instead of calling
315 _bfd_mips_elf_gprel16_with_gp. Handle partial_inplace properly.
316 * elf64-mips.c (mips_elf64_hi16_reloc): Check for ! BSF_LOCAL instead
317 of zero addend. Handle partial_inplace properly.
318 (mips_elf64_got16_reloc): Check for ! BSF_LOCAL instead of zero
319 addend.
320 (mips_elf64_gprel16_reloc): Likewise.
321 (mips_elf64_literal_reloc): Likewise.
322 (mips_elf64_gprel32_reloc): Likewise. Use the same GP assignment
323 logic as in the other *_gprel*_reloc functions. Handle
324 partial_inplace properly.
325 (mips_elf64_shift6_reloc): Check for ! BSF_LOCAL instead of zero
326 addend. Handle partial_inplace properly.
327 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
328 of calling _bfd_mips_elf_gprel16_with_gp.
329 * elfn32-mips.c (mips_elf_got16_reloc): Check for BSF_LOCAL.
330 (mips_elf_gprel32_reloc): Check for ! BSF_LOCAL instead
331 of zero addend.
332 (mips_elf_shift6_reloc): Handle partial_inplace properly.
333 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
334 of calling _bfd_mips_elf_gprel16_with_gp.
335 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp): Handle
336 partial_inplace properly. Fix wrong addend handling. Fix overflow
337 check.
338 (_bfd_mips_elf_sign_extend): Renamed from mips_elf_sign_extend and
339 exported.
340 (mips_elf_calculate_relocation): Use _bfd_mips_elf_sign_extend.
341 (_bfd_mips_elf_relocate_section): Likewise.
342 (mips_elf_create_dynamic_relocation): Update sec_info_type access.
343 * elfxx-mips.h (_bfd_mips_relax_section): Fix prototype declaration.
344 (_bfd_mips_elf_sign_extend): New prototype.
345
49ba19a4 3462003-06-11 Federico G. Schwindt <fgsch@lodoss.net>
81407a69 347
49ba19a4
NC
348 * config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]):
349 New target (was sparc-*-openbsd* before).
350 (sparc-*-openbsd*): Change to use bfd_elf32_sparc_vec.
81407a69 351
de6e5e1a
NC
352 * configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
353 * configure: Regenerate.
354
3b443373
L
3552003-06-11 H.J. Lu <hongjiu.lu@intel.com>
356
357 * po/Make-in (DESTDIR): New.
358 (install-data-yes): Support $(DESTDIR).
359 (uninstall): Likewise.
360
795bb480
AM
3612003-06-11 Alan Modra <amodra@bigpond.net.au>
362
363 * Makefile.am (config.status): Depend on version.h.
364 Run "make dep-am".
365 * Makefile.in: Regenerate.
366 * po/SRC-POTFILES.in: Regenerate.
367
adadcc0c
AM
3682003-06-10 Alan Modra <amodra@bigpond.net.au>
369 Gary Hade <garyhade@us.ibm.com>
370
371 * elf64-ppc.c (ppc64_elf_relocate_section <*_DS>): Special case lq.
372
f4984206
RS
3732003-06-10 Richard Sandiford <rsandifo@redhat.com>
374
375 * archures.c (bfd_mach_h8300sxn): New architecture.
376 * bfd-in2.h: Regenerate.
377 * cpu-h8300.c (h8300_scan): Check for 'sxn'.
378 (h8300sxn_info_struct): New.
379 (h8300sx_info_struct): Link to it.
380 * elf32-h8300.c (elf32_h8_mach): Add h8300sxn case.
381 (elf32_h8_final_write_processing): Likewise.
382
ad8e1ba5
AM
3832003-06-08 Alan Modra <amodra@bigpond.net.au>
384
385 * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by
386 elfxx-target.h so that we can use elf_backend_got_header_size.
387 (ELF_MACHINE_ALT1, ELF_MACHINE_ALT2): Delete.
388 (GLINK_CALL_STUB_SIZE): Modify. Define new glink call stub and
389 associated macros.
390 (ppc64_elf_howto_raw <GOT_TPREL16_DS, GOT_TPREL16_LO_DS>): Correct
391 dst_mask.
392 (enum ppc_stub_type): Add ppc_stub_long_branch_r2off and
393 ppc_stub_plt_branch_r2off.
394 (struct ppc_stub_hash_entry): Reorganize.
395 (struct ppc_link_hash_table): Add no_multi_toc, multi_toc_needed,
396 toc_curr, toc_off and emit_stub_syms.
397 (ppc64_elf_link_hash_table_create): Init them.
398 (ppc_stub_name): Correct string size.
399 (ppc64_elf_check_relocs): Set has_gp_reloc on GOT and TOC relocs.
400 (ppc64_elf_size_dynamic_sections): Set no_multi_toc if GOT entries
401 used.
402 (ppc_type_of_stub): Tweak root.type test.
403 (build_plt_stub): Remove glink code. Adjust for insn macro changes.
404 (ppc_size_one_stub): Handle ppc_stub_long_branch_r2off and
405 ppc_stub_plt_branch_r2off.
406 (ppc_build_one_stub): Likewise. Fix var shadowing. Correct addis,addi
407 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
408 (ppc64_elf_setup_section_lists): Remove htab creator flavour test.
409 Initialize elf_gp and toc_curr.
410 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): New functions.
411 (ppc64_elf_next_input_section): Set toc_off.
412 (group_sections): Ensure groups have the same TOC.
413 (ppc64_elf_size_stubs): Check whether we need a TOC adjusting stub.
414 (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
415 Build new glink stub.
416 (ppc64_elf_relocate_section): Handle multiple TOCs. Fix comments.
417 (ppc64_elf_finish_dynamic_sections): Adjust DT_PPC64_GLINK.
418 * elf64-ppc.h (ppc64_elf_build_stubs): Update prototype.
419 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): Declare.
420 * section.c (struct sec): Rename flag12 to has_gp_reloc.
421 (STD_SECTION): Update.
422 * ecoff.c (bfd_debug_section): Update comment.
423 * bfd-in2.h: Regenerate.
424
90fff0d4
DJ
4252003-06-05 Daniel Jacobowitz <drow@mvista.com>
426
427 * elfcode.h (elf_slurp_reloc_table_from_section): Don't dereference
428 NULL function pointers.
429
c82b20e4
DJ
4302003-06-05 Daniel Jacobowitz <drow@mvista.com>
431
432 * simple.c (bfd_simple_get_relocated_section_contents): Call
433 _bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
434
53d4437a
SS
4352003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
436
5a5b9651
SS
437 * coff-tic54x.c: Removed the ticoff0_bad_format_hook() and
438 ticoff1_bad_format_hook() functions. Removed the coff0 and coff1
439 swaptables.
440 * coff-tic4x.c: Ditto
53d4437a
SS
441 * coffcode.h: Added extra arguments to CREATE_BIG_COFF_TARGET_VEC
442 and CREATE_LITTLE_COFF_TARGET_VEC. Created the macro
5a5b9651
SS
443 CREATE_BIGHDR_COFF_TARGET_VEC. Created the ticoff0_bad_format_hook(),
444 ticoff1_bad_format_hook() functions. Created the coff0 and coff1
445 swap tables.
53d4437a
SS
446 * coff-tic4x.c: Adopted new CREATE_xxx_COFF_TARGET_VEC macros.
447 * coff-a29k.c: Append COFF_SWAP_TABLE argument
448 * coff-apollo.c: Ditto
449 * coff-arm.c: Ditto
450 * coff-h8300.c: Ditto
451 * coff-h8500.c: Ditto
452 * coff-i960.c: Ditto
453 * coff-m68k.c: Ditto
454 * coff-m88k.c: Ditto
455 * coff-mcore.c: Ditto
456 * coff-sh.c: Ditto
457 * coff-sparc.c: Ditto
458 * coff-tic80.c: Ditto
459 * coff-we32k.c: Ditto
460 * coff-z8k.c: Ditto
461 * coff-w65.c: Ditto
462
736694c8
SS
4632003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
464
465 * coff-tic4x.c (ticoff0_swap_table, ticoff1_swap_table): Fixed
466 initialization bug
467
9ee5e499
JJ
4682003-06-03 Jakub Jelinek <jakub@redhat.com>
469
470 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
471 (bfd_section_from_phdr): Likewise.
472 (map_sections_to_segments): Create PT_GNU_STACK segment header.
473 (get_program_header_size): Count with PT_GNU_STACK.
474 * elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
475 * elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
476
6f6f27f8
L
4772003-06-03 H.J. Lu <hongjiu.lu@intel.com>
478
479 * elflink.h (elf_link_input_bfd): Call linker error_handler
480 for discarded definitions.
481
a3b6428f
NC
4822003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
483
484 * syms.c (decode_section_type): Return 'n' if section flags are
485 SEC_HAS_CONTENTS && SEC_READONLY.
486
e30ddb24
NC
4872003-06-03 Nick Clifton <nickc@redhat.com>
488
489 * elf32-v850.c (v850_elf_howto_t): Rename R_V850_32to
490 R_V850_ABS32. Add entry for R_V850_REL32.
adadcc0c
AM
491 (v850_elf_reloc_map): Likewise.
492 (v850_elf_check_relocs): Likewise.
493 (v850_elf_perform_relocation): Likewise.
494 (v850_elf_final_link_relocate): Likewise. Include computation
e30ddb24 495 to make R_V850_REl32 pc-relative.
adadcc0c 496
2558b9a9
KK
4972003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
498
499 * elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
500 and DT_DEBUG dynamic tag even for position independent executables.
501 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewize.
502
f15398ef
DJ
5032003-06-02 Daniel Jacobowitz <drow@mvista.com>
504
505 * config.bfd: Move obsolete entries out of the range of the
506 targmatch sed script.
507
cad28985
DJ
5082003-06-02 Daniel Jacobowitz <drow@mvista.com>
509
510 * config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
511
f2c822e3
JJ
5122003-05-31 Jakub Jelinek <jakub@redhat.com>
513
514 * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
515 plt entries, not just 8191.
516
c9c27aad
DJ
5172003-05-30 Daniel Jacobowitz <drow@mvista.com>
518
519 * elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.
520 Reported by Ken Faiczak <kfaiczak@SANDVINE.com>.
521
36af4a4e
JJ
5222003-05-30 Ulrich Drepper <drepper@redhat.com>
523 Jakub Jelinek <jakub@redhat.com>
524
525 * elflink.h (elf_link_add_object_symbols): Use !info->executable
526 instead of info->shared where appropriate.
527 (bfd_elfNN_size_dynamic_sections, elf_link_output_extsym): Likewise.
528 * elflink.c (_bfd_elf_create_got_section): Likewise.
529 (_bfd_elf_link_create_dynamic_sections): Likewise.
530 (_bfd_elf_link_assign_sym_version): Likewise.
531 * elf32-i386.c (elf_i386_size_dynamic_sections): Create .interp section
532 and DT_DEBUG dynamic tag even for position independent executables.
533 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
534 * elf32-s390.c (elf_s390_size_dynamic_sections: Likewise.
535 * elf64-ppc.c (ppc64_elf_size_dynamic_sections: Likewise.
536 * elf64-s390.c (elf_s390_size_dynamic_sections: Likewise.
537 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections: Likewise.
538 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections: Likewise.
539 * elf32-sparc.c (elf32_sparc_size_dynamic_sections: Likewise.
540 * elf64-alpha.c (elf64_alpha_size_dynamic_sections: Likewise.
541 * elf64-sparc.c (sparc64_elf_size_dynamic_sections: Likewise.
542
f8843e87
AM
5432003-05-30 Kris Warkentin <kewarken@qnx.com>
544
545 * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
546 signalled thread.
547 (elfcore_grok_nto_gregs): Only make .reg section for the active thread.
548
29e1a6e4
NC
5492003-05-29 Nick Clifton <nickc@redhat.com>
550
551 * pef.c: Include "safe-ctype.h" instead of <ctype.h>.
552 Tidy up formatting.
553 * Makefile.am: Add dependency on safe-ctype.h.
554 * Makefile.in: Regenerate.
555
4b555070
TS
5562003-05-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
557
558 * elfxx-mips.c: Don't force symbols local unconditionally.
559
0236e03e
L
5602003-05-28 Alan Modra <amodra@bigpond.net.au>
561
562 * elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
563 undefined_symbol call.
564
9e4aeb93
RS
5652003-05-27 Richard Sandiford <rsandifo@redhat.com>
566
567 * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
568 (mips_elf_link_hash_table): Likewise.
569
d0c728db
TS
5702003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
571
572 * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
573 R_MIPS_GNU_REL16_S2 support.
574 (bfd_elf64_bfd_reloc_type_lookup): Use it.
575 (mips_elf64_rtype_to_howto): Use it.
576 * elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used
577 R_MIPS_GNU_REL16_S2 support.
578 (bfd_elf32_bfd_reloc_type_lookup): Use it.
579 (mips_elf_n32_rtype_to_howto): Use it.
580
759ebd76
DA
5812003-05-21 Stuart F. Downing <sdowning@fame.com>
582
583 * som.h: Define PA_2_0 before including a.out.h
584
143d77c5
EC
5852003-05-07 Eric Christopher <echristo@redhat.com>
586 Alexandre Oliva <aoliva@redhat.com>
587
588 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
589 pic tests, change to warning.
590 (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.
591
cea3d58d
NC
5922003-05-21 Marcus Comstedt <marcus@mc.pp.se>
593
594 * config.bfd: Check for a target triplet of shl-...-netbsdelf as
595 well as shle-...-netbsdelf. Remove duplicate entry.
596
385a4c14
NC
5972003-05-21 Nick Clifton <nickc@redhat.com>
598
60e42408
NC
599 * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
600 for X_STORMY16_REL_12 reloc.
601
385a4c14 602 * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
9b5ecbd0 603 the type of the hash table in the bfd_link_info structure.
385a4c14
NC
604 (bfd_elf_get_runpath_list): Likewise.
605
129b8c20
RM
6062003-05-19 Roland McGrath <roland@redhat.com>
607
608 * elf.c (bfd_elf_bfd_from_remote_memory): New function.
609 * bfd-in.h: Declare it.
610 * bfd-in2.h: Regenerated.
611 * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
612 * elf-bfd.h (struct elf_backend_data): New function pointer member
613 elf_backend_bfd_from_remote_memory.
614 (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
615 Declare them.
616 * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
617 (elfNN_bed): Add that to the initializer.
618
6192003-05-15 Roland McGrath <roland@redhat.com>
620
621 * elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section.
622
22d5e339
L
6232003-05-20 Jakub Jelinek <jakub@redhat.com>
624
625 * elflink.h (elf_link_output_extsym): Only issue error about !=
626 STV_DEFAULT symbols if they are bfd_link_hash_undefined.
627
6282003-05-20 H.J. Lu <hongjiu.lu@intel.com>
629
630 * elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF
631 when removing the old definition for symbols with non-default
632 visibility.
633
b645cb17
JE
6342003-05-18 Jason Eckhardt <jle@rice.edu>
635
636 * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation.
637
d2ff124f
AS
6382003-05-17 Andreas Schwab <schwab@suse.de>
639
640 * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in
641 elf_section_data during processing of pc-relative and absolute
642 relocations.
643 (elf_m68k_relocate_section): Use the cached reloc section instead
644 of computing it again. Fix handling of visibility. Don't modify
645 addend when copying over a relocation into the output.
646
9c7a29a3
AM
6472003-05-17 Alan Modra <amodra@bigpond.net.au>
648
649 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
650 to trim plt entries. Move undefweak non-default visibility test..
651 (allocate_dynrelocs): ..from here.
652 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't test
653 dynamic_sections_created here. Update comment. Move undefweak
654 non-default visibility test..
655 (allocate_dynrelocs): ..from here. Fix comment.
656 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
657 to trim plt entries. Move undefweak non-default visibility test..
658 (allocate_dynrelocs): ..from here. Fix comment.
659 * elflink.h (elf_link_output_extsym): Compare ELF_ST_VISIBILITY with
660 STV_DEFAULT rather than comparing with zero.
661 * elflink.c (_bfd_elf_merge_symbol): Likewise.
662 (_bfd_elf_fix_symbol_flags): Likewise. Format comment.
663
9bcf4de0
TS
6642003-05-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
665
666 * bfd.c (_bfd_get_gp_value): Prevent illegal access for abfd null
667 pointers.
668 (_bfd_set_gp_value): Likewise.
669
5d1db417
MS
6702003-05-16 Michael Snyder <msnyder@redhat.com>
671 From Bernd Schmidt <bernds@redhat.com>
672 * archures.c (bfd_mach_h8300sx): New.
673 * bfd-in2.h: Regenerate.
674 * cpu-h8300.c (h8300_scan)): Add support for h8300sx.
675 (h8300sx_info_struct): New.
676 (h8300s_info_struct): Link to it.
677 * elf32-h8300.c (elf32_h8_mach): Add support for h8300sx.
678 (elf32_h8_final_write_processing): Likewise.
679 (elf32_h8_relax_section): Likewise.
680
80c7c40a
NC
6812003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
682
683 * config.bfd: Accept i[3-7]86 variants.
684 * configure.host: Likewise.
685 * configure.in: Likewise.
686 * configure: Regenerate.
687
c1be741f
L
6882003-05-15 H.J. Lu <hongjiu.lu@intel.com>
689
690 * elflink.c (_bfd_elf_fix_symbol_flags): Also hide protected
691 symbol.
692
a15d9d3a
L
6932003-05-15 H.J. Lu <hongjiu.lu@intel.com>
694
695 * elflink.h (elf_link_check_versioned_symbol): Also allow
696 the base version.
697
09695f56
AM
6982003-05-15 Alan Modra <amodra@bigpond.net.au>
699 H.J. Lu <hongjiu.lu@intel.com>
700
701 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.
702 (elf_i386_relocate_section): Likewise.
703 * elf32-ppc.c (allocate_dynrelocs): Likewise.
704 (ppc_elf_relocate_section): Likewise.
705 * elf64-ppc.c (allocate_dynrelocs): Likewise.
706 (ppc64_elf_relocate_section): Likewise.
707
40f62fa0
TS
7082003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
709
710 * elf32-mips.c (gprel32_with_gp): Remove useless N64 ABI case.
711
47247ced
SC
7122003-05-13 Stephane Carrez <stcarrez@nerim.fr>
713
714 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Check for
715 processor capability, allow merge of HC12 and HCS12 in some cases.
716 (m68hc11_elf_hash_table_create): Use bfd_malloc instead of bfd_zalloc.
717 * cpu-m68hc12.c (bfd_m68hc12s_arch): New struct.
718 (bfd_m68hc12_arch): Link it.
719 (scan_mach): New function.
720
32dfa85d
AH
7212003-05-13 Andrew Haley <aph@redhat.com>
722
723 * elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
724
586119b3
AM
7252003-05-13 Alan Modra <amodra@bigpond.net.au>
726 H.J. Lu <hongjiu.lu@intel.com>
727
728 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move from
729 elf32-ppc.c. Add ELF_LINK_FORCED_LOCAL check.
730 * elf32-ppc.c: (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Delete.
731 (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for dynreloc check.
732 (ppc_elf_relocate_section): Likewise.
733 * elf64-ppc.c (allocate_dynrelocs): Likewise.
734 (ppc64_elf_relocate_section): Likewise. Use for .got relocs too.
735 (ppc64_elf_adjust_dynamic_symbol): Don't assume symbols with .plt
736 relocs need no other types.
737 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for
738 dynreloc check.
739 (elf_i386_relocate_section): Likewise. Use for .got relocs too.
740 (elf_i386_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL for
741 .got relocs.
742
04e534c3
KK
7432003-05-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
744
745 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols,
746 copy ELF_LINK_NON_GOT_REF from weakdef.
9b5ecbd0 747 (allocate_dynrelocs): For undef weak syms with non-default
04e534c3
KK
748 visibility, a) don't allocate plt entries, b) don't allocate
749 .got relocs, c) discard dyn rel space
adadcc0c
AM
750 (sh_elf_relocate_section): d) don't generate .got relocs, e)
751 don't generate dynamic relocs.
04e534c3
KK
752 (sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF
753 for weakdefs when symbol already adjusted.
754
0afb2dc0
NC
7552003-05-12 Nick Clifton <nickc@redhat.com>
756
757 * elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield'
758 overflow detection for R_XSTORMY16_16 reloc.
759
9d29900b
NC
7602003-05-12 Paul Clarke <paulc@senet.com.au>
761
762 * elf32-h8300.c: Fix typo in name of R_H8_DIR8 reloc.
763
a48c6a54
JE
7642003-05-11 Jason Eckhardt <jle@rice.edu>
765
766 * elf32-i860.c (elf32_i860_relocate_highadj): Properly
767 adjust upper bits.
768 (elf32_i860_relocate_splitn): Obtain upper 5 bits from the
769 proper place.
770 (elf32_i860_relocate_pc16): Obtain upper 5 bits from the
771 proper place.
772
44f745a6
AS
7732003-05-11 Andreas Schwab <schwab@suse.de>
774
775 * elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
776 complicated tests for unresolvable relocs with a simple direct
777 scheme using "unresolved_reloc" var. Report some detail on
778 bfd_reloc_outofrange and similar errors.
779
4ec72bde
MS
7802003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
781
782 * elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
783 Fix WILL_CALL_FINISH_DYNAMIC_SYMBOL call.
784 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
785 * elf64-s390.c: Likewise.
786
64285810
MS
7872003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
788
789 * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
790 (elf_s390_adjust_dynamic_symbol): For weak symbols, copy
791 ELF_LINK_NON_GOT_REF from weakdef.
792 (elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
793 already been adjusted before treating it specially.
794 * el64-s390.c: Likwise.
795
82058a73
MS
7962003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
797
798 * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
799 non-default visibility, a) don't make them dynamic, b) discard
800 space for dynamic relocs.
801 (elf_s390_relocate_section): Initialize the GOT entries and skip
802 R_390_{8,16,32}/R_390_PC{16,16DBL,32DBL,32} for weak undefined
803 symbols with non-default visibility.
804 * elf64-s390.c: Likewise.
805
60d8b524
AM
8062003-05-09 Alan Modra <amodra@bigpond.net.au>
807
808 * cpu-arm.c (arm_check_note): Warning fix.
809 * elf32-iq2000.c (iq2000_elf_check_relocs): Warning fixes. Arrange
810 to keep relocs if edited.
811 (iq2000_elf_print_private_bfd_data): Return TRUE.
812 * elfxx-ia64.c (elfNN_ia64_relax_section): Use ELFNN_R_SYM, not
813 ELF64_R_SYM.
814 (elfNN_ia64_relax_ldxmov): Warning fix.
815 * xtensa-isa.c (xtensa_add_isa): Warning fix.
816 * xtensa-modules.c (get_num_opcodes): Warning fix.
817
e57b5356
AM
8182003-05-09 Andrey Petrov <petrov@netbsd.org>
819
820 * elf.c (elf_fake_sections): Use correct cast for sh_name.
821
45d6a902
AM
8222003-05-09 Alan Modra <amodra@bigpond.net.au>
823
824 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
825 elflink.h. Replace LOG_FILE_ALIGN with bed->s->log_file_align.
826 (_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
827 (bfd_elf_record_link_assignment): Move from elflink.h.
828 (_bfd_elf_merge_symbol): Likewise.
829 (_bfd_elf_add_default_symbol): Likewise.
830 (_bfd_elf_export_symbol): Likewise.
831 (_bfd_elf_link_find_version_dependencies): Likewise.
832 (_bfd_elf_link_assign_sym_version): Likewise.
833 (_bfd_elf_link_read_relocs): Likewise.
834 (_bfd_elf_link_size_reloc_section): Likewise.
835 (_bfd_elf_fix_symbol_flags): Likewise.
836 (_bfd_elf_adjust_dynamic_symbol): Likewise.
837 (_bfd_elf_link_sec_merge_syms): Likewise.
838 (elf_link_read_relocs_from_section): Likewise. Use bed->s->sizeof_rel
839 and bed->s->sizeof_rela.
840 (_bfd_elf_link_output_relocs): Likewise.
841 * elf-bfd.h (struct elf_size_info): Rename file_align to
842 log_file_align.
843 (struct elf_info_failed): Move from elflink.h.
844 (struct elf_assign_sym_version_info): Likewise.
845 (struct elf_find_verdep_info): Likewise.
846 (_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
847 (_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
848 _bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
849 _bfd_elf_link_assign_sym_version,
850 _bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
851 _bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
852 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
853 _bfd_elf_link_sec_merge_syms): Declare.
854 (bfd_elf32_link_create_dynamic_sections): Don't declare.
855 (_bfd_elf32_link_read_relocs): Likewise.
856 (bfd_elf64_link_create_dynamic_sections): Likewise.
857 (_bfd_elf64_link_read_relocs): Likewise.
858 * elflink.h: Move lots o' stuff elsewhere.
859 * bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
860 (bfd_elf64_record_link_assignment): Likewise.
861 (bfd_elf_record_link_assignment): Declare.
862 * bfd-in2.h: Regenerate.
863 * elfcode.h (elf_link_create_dynamic_sections): Don't declare.
864 (NAME(_bfd_elf,size_info)): Adjust for log_file_align.
865 * elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
866 (assign_file_positions_for_segments): Likewise.
867 (assign_file_positions_except_relocs): Likewise.
868 (swap_out_syms, elfcore_write_note): Likewise.
869 * elf-m10200.c: Adjust for changed function names.
870 * elf-m10300.c: Likewise.
871 * elf32-arm.h: Likewise.
872 * elf32-h8300.c: Likewise.
873 * elf32-hppa.c: Likewise.
874 * elf32-ip2k.c: Likewise.
875 * elf32-m32r.c: Likewise.
876 * elf32-m68hc11.c: Likewise.
877 * elf32-m68hc1x.c: Likewise.
878 * elf32-m68k.c: Likewise.
879 * elf32-mips.c: Likewise.
880 * elf32-ppc.c: Likewise.
881 * elf32-sh.c: Likewise.
882 * elf32-v850.c: Likewise.
883 * elf32-xtensa.c: Likewise.
884 * elf64-alpha.c: Likewise.
885 * elf64-hppa.c: Likewise.
886 * elf64-mmix.c: Likewise.
887 * elf64-ppc.c: Likewise.
888 * elf64-sh64.c: Likewise.
889 * elfxx-ia64.c: Likewise.
890 * elfxx-mips.c: Likewise.
891 (MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
892 * elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
893 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
894 * elf64-mips.c (mips_elf64_size_info): Likewise.
895 * elf64-s390.c (s390_elf64_size_info): Likewise.
896 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
897
bf1e742e
L
8982003-05-08 H.J. Lu <hongjiu.lu@intel.com>
899
900 * elflink.h (elf_add_default_symbol): After skipping the
901 unversioned symbol, go to non-default one.
902
6a32c710
L
9032003-05-07 H.J. Lu <hongjiu.lu@intel.com>
904
905 * elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
906 want_plt field.
907 (elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
908 for symbols with non-default visibility.
909
71552942
L
9102003-05-07 H.J. Lu <hongjiu.lu@intel.com>
911
912 * elflink.h (elf_link_check_versioned_symbol): Also handle the
913 case that a DSO references a hidden symbol which may be
914 satisfied by a versioned symbol in another DSO.
915 (elf_link_output_extsym): Check versioned definition for hidden
916 symbol referenced by a DSO.
917
208c2cd6
NC
9182003-05-07 Nick Clifton <nickc@redhat.com>
919
920 * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
921 R_XSTORMY16_16 reloc to ignore overflows.
922
aa701218
AO
9232003-05-06 Alexandre Oliva <aoliva@redhat.com>
924
925 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
926 error message for mixing different-endian files. Check for ABI
927 compatibility of input files with the selected emulation.
928
4e795f50
AM
9292003-05-05 Alan Modra <amodra@bigpond.net.au>
930
931 * elf32-i386.c (allocate_dynrelocs): For undef weak syms with
932 non-default visibility, a) don't make them dynamic, b) discard
933 space for dynamic relocs.
934 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
935
936 * elf32-ppc.c (allocate_dynrelocs): For undef weak syms with
937 non-default visibility, a) don't allocate plt entries, b) don't
938 allocate .got relocs, c) discard dyn rel space,
939 (ppc_elf_relocate_section): d) don't generate .got relocs, e)
940 don't generate dynamic relocs.
941 * elf64-ppc.c (allocate_dynrelocs): As above.
942 (ppc64_elf_relocate_section): As above.
943
4bc6e03a
AJ
9442003-05-05 Andreas Jaeger <aj@suse.de>
945
946 * elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic
947 relocation entries for weak undefined symbols with non-default
948 visibility.
949 (elf64_x86_64_relocate_section): Initialize the GOT entries and
950 skip R_386_32/R_386_PC32 for weak undefined symbols with
951 non-default visibility.
952
ef5aade5
L
9532003-05-04 H.J. Lu <hjl@gnu.org>
954
955 * elf32-i386.c (allocate_dynrelocs): Don't allocate dynamic
956 relocation entries for weak undefined symbols with non-default
957 visibility.
958 (elf_i386_relocate_section): Initialize the GOT entries and
959 skip R_386_32/R_386_PC32 for weak undefined symbols with
960 non-default visibility.
129b8c20 961
ef5aade5
L
962 * elfxx-ia64.c (allocate_fptr): Don't allocate function
963 descriptors for weak undefined symbols with non-default
964 visibility.
965 (allocate_dynrel_entries): Don't allocate relocation entries
966 for symbols resolved to 0.
967 (set_got_entry): Don't install dynamic relocation for weak
968 undefined symbols with non-default visibility.
969 (set_pltoff_entry): Likewise.
970
971 * elflink.h (elf_fix_symbol_flags): Hide weak undefined symbols
972 with non-default visibility.
973 (elf_link_output_extsym): Don't make weak undefined symbols
974 with non-default visibility dynamic.
975
c424e0e9
L
9762003-05-04 H.J. Lu <hjl@gnu.org>
977
978 * elflink.h (elf_merge_symbol): Correctly handle weak definiton.
979
d31e3dfe
L
9802003-05-04 H.J. Lu <hjl@gnu.org>
981
982 * elflink.h (elf_merge_symbol): Don't record a hidden/internal
983 symbol dynamic. Check indirection when removing the old
984 definition for symbols with non-default visibility.
985 (elf_add_default_symbol): Skip when told by elf_merge_symbol.
986
4d2e1ff0
NC
9872003-05-02 Nick Clifton <nickc@redhat.com>
988
989 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make the
990 R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
991 unsigned overflow.
992
d40d037c
AJ
9932003-05-02 Andreas Jaeger <aj@suse.de>
994
995 * elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
996 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
997 (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
998 (elf_x86_64_adjust_dynamic_symbol): For weak symbols, copy
999 ELF_LINK_NON_GOT_REF from weakdef.
1000
c5d1701e
NC
10012003-05-02 Charles Lepple <clepple@ghz.cc>
1002 Nick Clifton <nickc@redhat.com>
1003
1004 * acinclude.m4: Fix name of --enable-install-libbfd switch.
1005 * aclocal.m4: Regenerate.
1006 * configure: Regenerate.
1007 * Makefile.in: Regenerate.
1008
81848ca0
AM
10092003-05-01 Alan Modra <amodra@bigpond.net.au>
1010
1011 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
1012 weakdef sym has already been adjusted before treating it specially.
1013 * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
1014 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
1015 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
1016 (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
03d14457 1017
c7996ad6
L
10182003-04-28 H.J. Lu <hjl@gnu.org>
1019
1020 * elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
1021 the relax finalize pass.
1022
1023 * section.c (struct sec): Add need_finalize_relax and remove
1024 flag11.
1025 (STD_SECTION): Update struct sec initializer.
1026 * bfd-in2.h: Regenerated.
1027
f006af20
L
10282003-04-28 H.J. Lu <hjl@gnu.org>
1029
1030 * elflink.h (elf_merge_symbol): Call elf_backend_copy_indirect_symbol
1031 to copy any information related to dynamic linking when we flip
1032 the indirection.
1033
1b1fe8fe
L
10342003-04-27 H.J. Lu <hjl@gnu.org>
1035
1036 * elf-bfd.h (ELF_LINK_DYNAMIC_DEF): New.
1037 (ELF_LINK_DYNAMIC_WEAK): New.
1038
1039 * elflink.h (elf_merge_symbol): Add one argument to indicate if
1040 a symbol should be skipped. Ignore definitions in dynamic
1041 objects for symbols with non-default visibility.
1042 (elf_add_default_symbol): Adjusted.
1043 (elf_link_add_object_symbols): Check if a symbol should be
1044 skipped. Don't merge the visibility field with the one from
1045 a dynamic object.
1046 (elf_link_check_versioned_symbol): Use undef_bfd.
1047 (elf_link_output_extsym): Warn if a forced local symbol is
1048 referenced from dynamic objects. Make non-weak undefined symbol
1049 with non-default visibility a fatal error.
1050
052a450c
DJ
10512003-04-27 Daniel Jacobowitz <drow@mvista.com>
1052
1053 * configure.in: Bump version on HEAD to 2.14.90.
1054 * configure: Regenerated.
1055
d204f4c0
SC
10562003-04-26 Stephane Carrez <stcarrez@nerim.fr>
1057
1058 PR savannah/3331:
1059 * elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group
1060 when we couldn't relax something.
1061
3c0a515d
L
10622003-04-25 Alan Modra <amodra@bigpond.net.au>
1063
1064 * elflink.h (elf_merge_symbol): When we find a regular definition
1065 for an indirect symbol, flip the indirection so that the old
1066 direct symbol now points to the new definition.
1067
d145330d
RM
10682003-04-24 Roland McGrath <roland@redhat.com>
1069
1070 * elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".
1071
fc0bffd6
AM
10722003-04-24 Alan Modra <amodra@bigpond.net.au>
1073
1074 * elf32-ppc.c: Formatting and comment fixes.
1075 (ELIMINATE_COPY_RELOCS): Move before ppc_elf_copy_indirect_symbol.
1076 (ppc_elf_copy_indirect_symbol): Copy flags here for weakdefs.
1077
10782003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
8d9cd6b1
NC
1079
1080 * archures.c (bfd_mach_h8300hn, bfd_mach_h8300sn): Added.
1081 * bfd-in2.h: Rebuilt.
1082 * coff-h8300.c (BADMAG): Add check for H8300HNBADMAG & H8300SNBADMAG.
fc0bffd6 1083 * coffcode.h (coff_set_arch_mach_hook): Add case for H8300HNMAGIC
8d9cd6b1
NC
1084 & H8300SNMAGIC.
1085 (coff_set_flags): Add case for bfd_mach_h8300hn & bfd_mach_h8300sn.
1086 * cpu-h8300.c (h8300_scan): Handle h8300hn, h8300sn.
1087 (h8300sn_info_struct, h8300hn_info_struct): New.
1088 * elf32-h8300.c (elf32_h8_mach): Handle case for h8300hn & h8300sn
1089 (elf32_h8_final_write_processing): Likewise.
1090
267fb3c1
KK
10912003-04-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1092
1093 * elf32-sh.c (tpoff): New.
1094 (struct elf_sh_dyn_relocs): Remove tls_tpoff32.
1095 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
fc0bffd6 1096 (allocate_dynrelocs): Don't make unnecessary dynamic TLS
267fb3c1 1097 relocations. Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses.
fc0bffd6 1098 (sh_elf_relocate_section): Likewise. Remove unnecessary tests.
267fb3c1
KK
1099 (dtpoff_base): Fix wrong indentation.
1100 (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS
1101 relocations. Don't set tls_tpoff32 flag. Don't make unnecessary
1102 R_SH_TLS_TPOFF32 relocations.
1103
ef230218
JR
11042003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
1105
1106 * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
1107 * cpu-sh.c: Likewise.
1108 * elf32-sh.c: Likewise.
1109 * reloc.c (bfd_reloc_code_real): Likewise.
1110 * elf32-sh64-com.c: Change comment to refer to SuperH.
1111 * elf32-sh64.c: Likewise.
1112 * elf64-sh64.c: Likewise.
1113 * bfd-in2.h (enum bfd_architecture): Regenerate.
1114
8c29f035
AM
11152003-04-23 Alan Modra <amodra@bigpond.net.au>
1116
1117 From Julien LEMOINE <speedblue@debian.org>
1118 * elf32-i386.c (elf_i386_info_to_howto): Delete.
1119 (elf_info_to_howto): Define as elf_i386_info_to_howto_rel.
1120
26597c86
NC
11212003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1122
1123 * archures.c: Replace references to Mitsubishi M32R with references
1124 to Renesas M32R.
1125 * relocs.c: Likewise.
1126 * bfd-in2.h: Regenerate.
1127
cc13e3ef
RH
11282003-04-21 Richard Henderson <rth@redhat.com>
1129
1130 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an
1131 executable when a symbol is defined both regular and dynamic.
1132
f5a6f915
SC
11332003-04-21 Stephane Carrez <stcarrez@nerim.fr>
1134
1135 * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo.
1136 (elf32-m68hc1x.lo): Update dependencies
1137 * configure.in: Add elf32-m68hc1x.lo.
1138 * configure: Rebuild.
1139 * Makefile.in: Rebuild.
1140
3a65329d
SC
11412003-04-21 Stephane Carrez <stcarrez@nerim.fr>
1142
1143 * elf32-m68hc1x.c: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
1144 (m68hc11_elf_hash_table_create): New function.
1145 (elf32_m68hc11_link_hash_table_free): New function.
1146 (stub_hash_newfunc): New function.
1147 (m68hc11_add_stub): New function.
1148 (elf32_m68hc11_add_symbol_hook): New function.
1149 (elf32_m68hc11_setup_section_lists): New function.
1150 (elf32_m68hc11_next_input_section): New function.
1151 (elf32_m68hc11_size_stubs): New function.
1152 (elf32_m68hc11_build_stubs): New function.
1153 (m68hc11_get_relocation_value): New function.
1154 (elf32_m68hc11_relocate_section): Call the above to redirect
1155 some relocations to the trampoline code.
1156 (m68hc11_elf_export_one_stub): New function.
1157 (m68hc11_elf_set_symbol): New function.
1158 (elf32_m68hc11_build_stubs): Call it via bfd_hash_traverse.
1159 (m68hc11_elf_get_bank_parameters): Get parameters only when the info
1160 is not yet initialized.
1161
1162 * elf32-m68hc1x.h: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
1163 (elf32_m68hc11_stub_hash_entry): New struct.
1164 (m68hc11_page_info): Add trampoline handler address.
1165 (m68hc11_elf_link_hash_table): Add stubs generation members.
1166 (elf32_m68hc11_add_symbol_hook): Declare.
1167 (elf32_m68hc11_setup_section_lists): Declare.
1168 (elf32_m68hc11_size_stubs): Declare.
1169 (elf32_m68hc11_build_stubs): Declare.
8c29f035 1170
3a65329d
SC
1171 * elf32-m68hc11.c (m68hc11_elf_ignore_reloc): Move to elf32-m68hc1x.c.
1172 (elf32_m68hc11_gc_mark_hook, elf32_m68hc11_gc_sweep_hook): Likewise.
1173 (elf32_m68hc11_check_relocs, elf32_m68hc11_relocate_section): Ditto.
1174 (_bfd_m68hc11_elf_set_private_flags): Ditto.
1175 (_bfd_m68hc11_elf_merge_private_bfd_data): Ditto.
1176 (_bfd_m68hc11_elf_print_private_bfd_data): Ditto.
1177 (bfd_elf32_bfd_link_hash_table_create): Define.
1178 (elf_backend_add_symbol_hook): Define.
1179 (m68hc11_elf_bfd_link_hash_table_create): New function.
1180 (m68hc11_elf_build_one_stub): New function.
1181 (m68hc11_elf_size_one_stub): New function.
1182 (m68hc11_elf_bfd_link_hash_table_create): Install the above.
1183 (bfd_elf32_bfd_link_hash_table_create): Define.
1184
1185 * elf32-m68hc12.c (m68hc11_elf_ignore_reloc): Remove.
1186 (m68hc12_addr_is_banked): Remove, use m68hc11_addr_is_banked.
1187 (m68hc12_phys_addr): Ditto.
1188 (m68hc12_phys_page): Ditto.
1189 (m68hc12_elf_special_reloc): Move to elf32-m68hc1x.c.
1190 (elf32_m68hc11_gc_mark_hook): Likewise.
1191 (elf32_m68hc11_gc_sweep_hook): Likewise.
1192 (elf32_m68hc11_check_relocs): Likewise.
1193 (elf32_m68hc11_relocate_section): Likewise.
1194 (_bfd_m68hc12_elf_set_private_flags): Likewise.
1195 (_bfd_m68hc12_elf_merge_private_bfd_data): Likewise.
1196 (_bfd_m68hc12_elf_print_private_bfd_data): Likewise.
1197 (m68hc12_elf_build_one_stub): New function.
1198 (m68hc12_elf_size_one_stub): New function.
1199 (m68hc12_elf_bfd_link_hash_table_create): New function, use the above.
1200 (elf_backend_add_symbol_hook): Define.
1201 (elf_m68hc11_howto_table): Use TRUE for pcrel relocs; fix masks.
1202
4081944f
NC
12032003-04-18 Nick Clifton <nickc@redhat.com>
1204
1205 * format.c (bfd_check_format_matches): Only check associated
1206 vector if the matching_vector has been created.
1207
060dc71d
AO
12082003-04-15 Alexandre Oliva <aoliva@redhat.com>
1209
1210 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
1211 2003-04-09's change.
1212
a3476bef
NC
12132003-04-15 Brian Ford <ford@vss.fsi.com>
1214
1215 * peicode.h (coff_swap_scnhdr_in): If a section holds
1216 uninitialized data and is from an object file or from an
1217 executable image that has not initialized the s_size field, or if
1218 the physical size is padded, use the virtual size (stored in
1219 s_paddr) instead.
1220
ca4fa240
NC
12212003-04-15 H.J. Lu <hjl@gnu.org>
1222
1223 * elflink.h (elf_link_add_object_symbols): Properly report
1224 filename for alignment reduction.
1225
c2dcd04e
NC
12262003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
1227
1228 * archures.c: Replace occurrances of 'Hitachi' with 'Renesas'.
1229 * reloc.c: Likewise.
1230 * coff-h8300.c: Likewise.
1231 * coff-h8500.c: Likewise.
1232 * coff-sh.c: Likewise.
1233 * cpu-h8300.c: Likewise.
1234 * cpu-sh.c: Likewise.
1235 * elf32-h8300.c: Likewise.
1236 * elf32-sh.c: Likewise.
1237 * elf32-sh64-com.c: Likewise.
1238 * elf32-sh64.c: Likewise.
1239 * elf64-sh64.c: Likewise.
1240 * bfd-in2.h: Regenerate.
1241
f7661995
NC
12422003-04-14 H.J. Lu <hjl@gnu.org>
1243
1244 * elflink.h (elf_link_add_object_symbols): Maintain maximum
1245 alignment for common symbols. Warn reducing alignment for
1246 common symbols. Report old filename when symbol size changes.
1247
93a2b7ae
AO
12482003-04-12 Alexandre Oliva <aoliva@redhat.com>
1249
1250 * elfxx-mips.c (mips_elf_calculate_relocation): Adjust two other
1251 occurrences of the same test changed in the previous patch.
1252 Optimize.
1253
0176c794
AO
12542003-04-11 Alexandre Oliva <aoliva@redhat.com>
1255
1256 * elfxx-mips.c (mips_elf_get_global_gotsym_index): New.
1257 (mips_elf_calculate_relocation): Decay GOT_PAGE/GOT_OFST to
1258 GOT_DISP/addend only if the symbol got a global GOT entry.
1259
0fdc1bf1
AO
12602003-04-10 Alexandre Oliva <aoliva@redhat.com>
1261
1262 * elfxx-mips.c (mips_elf_calculate_relocation): Decay
1263 GOT_PAGE/GOT_OFST referencing overridable symbol to
1264 GOT_DISP/addend.
1265 (_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing
1266 global symbol as GOT_DISP.
1267
9b8c98a4
BW
12682003-04-10 Bob Wilson <bob.wilson@acm.org>
1269
1270 * elf32-xtensa.c (elf_xtensa_relocate_section): Don't continue to the
1271 next relocation on an undefined symbol.
1272
ec1659c8
RH
12732003-04-09 Richard Henderson <rth@redhat.com>
1274
1275 * elf64-alpha.c (elf64_alpha_relocate_section) <R_ALPHA_GPREL32>:
1276 Ignore relocations against r_symndx == 0.
1277
7dfb07f7
L
12782003-04-09 H.J. Lu <hjl@gnu.org>
1279
1280 * elf64-alpha.c (elf64_alpha_relocate_section): Don't return
1281 FALSE for undefined symbols.
1282 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
1283
a3805e4e
AO
12842003-04-09 Alexandre Oliva <aoliva@redhat.com>
1285
1286 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
1287 and IRIX-specific shift-to-64-bit 4-byte lengths before following
1288 addr_size.
1289
69931e60
AO
12902003-04-08 Alexandre Oliva <aoliva@redhat.com>
1291
1292 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor)
1293 pointer size from ABI, not arch_bits_per_address.
1294
59a8c196
KB
12952003-04-07 Kevin Buettner <kevinb@redhat.com>
1296
1297 * elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
1298 constants for n32 ABI.
1299
8e16317c
NC
13002003-04-06 Andrew Cagney <cagney@redhat.com>
1301
1302 * simple.c (bfd_simple_get_relocated_section_contents): Disable
1303 free that leads to GDB vs BFD memory corruption.
1304
196486be
SC
13052003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1306
1307 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Also adjust
1308 symbols that mark the end of the section.
1309 (m68hc11_elf_relax_section): Use R_M68HC11_PCREL_8 relocs when
1310 converting to a relative branch so that the offset is computed after
1311 the relaxation; also relocate a jsr into a bsr if possible but don't
1312 relax them if they are to a far symbol as we need to call the
1313 trampoline code.
1314 (elf_m68hc11_howto_table): Set pcrel_offset to true.
1315
be33c5dd
SS
13162003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
1317
1318 * archures.c: Namespace cleanup. Rename bfd_mach_c3x to
1319 bfd_mach_tic3x and bfd_mach_c4x to bfd_mach_tic4x
1320 * bfd-in2.h: Regenerate
1321 * coff-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/
1322 * cpu-tic4x.c: Ditto
1323
ff0c9faf
NC
13242003-04-03 Nick Clifton <nickc@redhat.com>
1325
1326 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Compute ps and ss
1327 differently for object files and executables.
1328 * peicode.h (coff_swap_scnhdr_in): Only set the s_size field
1329 for object files or for executables who have not already
1330 initialised the field.
1331 * libpei.h (bfd_pe_executable_p): New macro. Return true if
1332 the PE format bfd is an executable.
1333
2b98e6c0
AM
13342003-04-03 Alan Modra <amodra@bigpond.net.au>
1335
1336 * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL
1337 here as it's too early to reliably determine locality.
1338 (ppc_elf_gc_sweep_hook): Likewise.
c8b21ee5 1339 (SYMBOL_REFERENCES_LOCAL): Expand comment.
2b98e6c0 1340
92403579
BW
13412003-04-02 Bob Wilson <bob.wilson@acm.org>
1342
1343 * xtensa-modules.c: Remove comment indicating that this is a
1344 generated file.
1345
c45a316a
AM
13462003-04-02 Alan Modra <amodra@bigpond.net.au>
1347
1348 * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.
1349
e0001a05
NC
13502003-04-01 Bob Wilson <bob.wilson@acm.org>
1351
8c29f035
AM
1352 * Makefile.am (ALL_MACHINES): Add cpu-xtensa.lo.
1353 (ALL_MACHINES_CFILES): Add cpu-xtensa.c.
1354 (BFD32_BACKENDS): Add elf32-xtensa.lo, xtensa-isa.lo, and
1355 xtensa-modules.lo.
1356 (BFD32_BACKENDS_CFILES): Add elf32-xtensa.c, xtensa-isa.c, and
1357 xtensa-modules.c.
1358 (cpu-xtensa.lo): New target.
1359 (elf32-xtensa.lo): Likewise.
1360 (xtensa-isa.lo): Likewise.
1361 (xtensa-modules.lo): Likewise.
1362 * Makefile.in: Regenerate.
1363 * archures.c (bfd_architecture): Add bfd_{arch,mach}_xtensa.
1364 (bfd_archures_list): Add bfd_xtensa_arch.
1365 * config.bfd: Handle xtensa-*-*.
1366 * configure.in: Handle bfd_elf32_xtensa_{le,be}_vec.
1367 * configure: Regenerate.
1368 * reloc.c: Add BFD_RELOC_XTENSA_{RTLD,GLOB_DAT,JMP_SLOT,RELATIVE,
1369 PLT,OP0,OP1,OP2,ASM_EXPAND,ASM_SIMPLIFY}.
1370 * targets.c (bfd_elf32_xtensa_be_vec): Declare.
1371 (bfd_elf32_xtensa_le_vec): Likewise.
1372 (bfd_target_vector): Add bfd_elf32_xtensa_{be,le}_vec.
1373 * cpu-xtensa.c: New file.
1374 * elf32-xtensa.c: Likewise.
1375 * xtensa-isa.c: Likewise.
1376 * xtensa-modules.c: Likewise.
1377 * libbfd.h: Regenerate.
1378 * bfd-in2.h: Likewise.
e0001a05 1379
5a6c6817
NC
13802003-04-01 Nick Clifton <nickc@redhat.com>
1381
1382 * archures.c (bfd_mach_arm_unknown): Define.
1383 * bfd-in.h (bfd_arm_merge_machines, bfd_arm+update_notes,
1384 bfd_arm_get_mach_from_notes): Prototype.
1385 * bfd-in2.h: Regenerate.
1386 * coff-arm.c (coff_arm_merge_private_bfd_data): Call
1387 bfd_arm_merge_machines.
1388 (coff_arm_final_link_postscript): Call bfd_arm_update_notes.
1389 * coffcode.h (coff_set_arch_mach_hook): Call
1390 bfd_arm_get_mach_from_notes.
1391 * coffgen.c (coff_real_object_p): Revert previous delta.
1392 * cpu_arm.c (arm_check_note): New function. Examine a note in a
1393 .note section.
1394 (bfd_arm_merge_machines): New function: Handle the merging of ARM
1395 binaries compiled for different architectures..
1396 (bfd_arm_update_notes): New function: Update an ARM note section.
1397 (bfd_arm_get_mach_from_notes): New function: Extract a bfd machine
1398 number from an ARM note section.
1399 * elf32-arm.h (elf32_arm_object_p): Use
1400 bfd_arm_get_mach_from_notes.
1401 (elf32_arm_merge_private_bfd_data): Use bfd_arm_merge_machines.
1402 (elf32_arm_final_write_processing): Use bfd_arm_update_notes.
8c29f035 1403
0cc1cf99
BE
14042003-04-01 Ben Elliston <bje@wasabisystems.com>
1405
1406 * dwarf2.c (read_attribute_value): Correct typo in comment.
1407
af3ef9fe
NC
14082003-04-01 Nick Clifton <nickc@redhat.com>
1409
1410 * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
1411 instead of concat().
1412 (decode_line_info): Only free filename if it is not NULL.
d63fd5d1
NC
1413 (add_line_info): Make a copy of the filename when storing it into
1414 the info structure.
af3ef9fe 1415
6e84a906
DJ
14162003-03-31 Andreas Schwab <schwab@suse.de>
1417 Daniel Jacobowitz <drow@mvista.com>
1418
1419 * simple.c (bfd_simple_get_relocated_section_contents): Add
1420 parameter symbol_table. Optionally use it instead of the symbol
1421 table from the bfd. Save and restore output offsets and output
1422 sections around bfd_get_relocated_section_contents. Fix a memory
1423 leak.
1424 (simple_save_output_info, simple_restore_output_info): New
1425 functions.
1426 * bfd-in2.h: Regenerate.
1427 * dwarf2.c (read_abbrevs): Use
1428 bfd_simple_get_relocated_section_contents instead of
1429 bfd_get_section_contents.
1430 (decode_line_info): Likewise.
1431 (_bfd_dwarf2_find_nearest_line): Likewise. Don't call
1432 find_rela_addend.
1433 (find_rela_addend): Remove.
1434 * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for
1435 debugging sections.
1436 (elfNN_ia64_hash_table_create): Create the hash table with malloc,
1437 not bfd_zalloc.
1438
5ed6aba4
NC
14392003-03-31 David Heine <dlheine@suif.stanford.edu>
1440
1441 * aoutx.h (aout_link_hash_table_create): Use bfd_malloc instead of
1442 bfd_alloc.
1443 * dwarf2.c (concat_filename): Always allocate space for the
1444 returned filename.
1445 (decode_line_info): Free the allocated filename returned by
1446 concat_filename.
1447 * elf-eh-frame.c (bfd_elf_write_section_eh_frame): Fix memory leaks.
1448 * elf.c (copy_private_bfd_data): Likewise.
1449 (_bfd_elf_slurp_version_tables): Fix bug freeing contents pointer.
1450 * elflink.h (elf_link_sort_relocs): Fix memory leak.
1451 * format.c (bfd_check_format_matches): Likewise.
1452 * linker.c (bfd_generic_final_link): Likewise.
1453 * opncls.c (find_separate_debug_info): Likewise.
1454 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
8c29f035 1455
5941afc1
L
14562003-03-28 H.J. Lu <hjl@gnu.org>
1457
1458 * elflink.h (elf_link_add_object_symbols): Correctly combine
1459 visibilities.
1460
9d73f260
JJ
14612003-03-27 Jakub Jelinek <jakub@redhat.com>
1462
1463 * elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
1464 to -1 before recomputing got offsets.
1465
a5ad465a
AS
14662003-03-26 Andreas Schwab <schwab@suse.de>
1467
1468 * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
1469 (elf_m68k_relocate_section): Use it to correctly handle symbols
1470 forced to be local.
1471 (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
1472 entries for symbols that are forced to be local.
1473
d0647110
AO
14742003-03-25 Alexandre Oliva <aoliva@redhat.com>
1475
1476 * elfxx-mips.c (_bfd_mips_relax_section): New function.
1477 * elfxx-mips.h (_bfd_mips_relax_section): Declare.
1478 * elfn32-mips.c, elf64-mips.c: Use it.
1479
e16bb312
NC
14802003-03-25 Stan Cox <scox@redhat.com>
1481 Nick Clifton <nickc@redhat.com>
8c29f035 1482
9b5ecbd0 1483 Contribute support for Intel's iWMMXt chip - an ARM variant:
e16bb312
NC
1484
1485 * archures.c: Add bfd_mach_arm_iWMMXt.
1486 * reloc.c: Add BFD_RELOC_ARM_CP_OFF_IMM_S2.
1487 * bfd-in2.h: Regenerate.
1488 * libbfd.h: Regenerate.
1489 * coff-arm.c (coff_arm_merge_private_bfd_data): Allow iWMMXt
1490 object files to be linked with XScale ones.
1491 (coff_arm_final_link_postscript): Update note section.
1492 * coffcode.h (coff_set_arch_mach_hook): Handle note section.
1493 * coffgen.c (coff_real_object_p): Call bfd_coff_set_arch_mach_hook
1494 after identifying a coff binary.
1495 * cpu-arm.c (processors): Add iWMMXt.
1496 (arch_inf): Likewise.
1497 * elf32-arm.h (arm_object_p): Handle note section.
9b5ecbd0 1498 (elf32_arm_merge_private_bfd_data): Allow iWMMXt object files to
e16bb312
NC
1499 be linked with XScale ones.
1500 (elf32_arm_section_flags): New function: Set flags on note section.
1501 (elf32_arm_final_write_processing): Handle note section.
1502
25f14c34
DD
15032003-03-21 DJ Delorie <dj@redhat.com>
1504
1505 * elf32-xstormy16.c (elf32_xstormy16_relocate_section): Call
1506 _bfd_elf_rela_local_sym.
1507
04b3329b
L
15082003-03-20 H.J. Lu <hjl@gnu.org>
1509
1510 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for
1511 non-ELF outputs.
1512
c25cfdf8
NC
15132003-03-20 Nick Clifton <nickc@redhat.com>
1514
1515 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and
1516 $idata5 in case bfd_coff_final_link is not called.
1517
3e1d7f19
JJ
15182003-03-19 Jakub Jelinek <jakub@redhat.com>
1519
1520 * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
1521 field.
1522 (canon_reloc_count): Define.
1523 (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
1524 sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
1525 reloc_count.
1526 (sparc64_elf_canonicalize_reloc): New routine.
1527 (bfd_elf64_canonicalize_reloc): Define.
1528
3fa1d917
JJ
15292003-03-18 Jakub Jelinek <jakub@redhat.com>
1530
1531 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
1532 againt mergeable sections. Take r_addend into account when caching
1533 trampolines.
1534
f86b235a
RH
15352003-03-18 Richard Henderson <rth@redhat.com>
1536
8c29f035
AM
1537 * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
1538 local symbols that have no dyninfo.
f86b235a 1539
49ae03bf
NC
15402003-03-14 Gene Smith <gene.smith@siemens.com>
1541
1542 * ieee.c (ieee_write_expression): Handle the case where symbol is
1543 NULL.
1544 General formatting improvements.
1545
6a457e5c
NC
15462003-03-13 Nick Clifton <nickc@redhat.com>
1547
1548 * configure.in (LINGUAS): Add zh_CN.
1549 * configure: Regenerate.
1550 * po/zh_CN.po: New file.
1551
93516ec3
NC
15522003-03-13 Elias Athanasopoulos <elathan@phys.uoa.gr>
1553
1554 * aout-cris.c (BYTES_IN_WORD): Don't define.
1555 aout-encap.c: Likewise.
1556 aout-ns32k.c: Likewise.
1557 aout-tic30.c: Likewise.
1558 hp300bsd.c: Likewise.
1559 i386aout.c: Likewise.
1560 i386dynix.c: Likewise.
1561 i386linux.c: Likewise.
1562 i386lynx.c: Likewise.
1563 i386mach3.c: Likewise.
1564 m68k4knetbsd.c: Likewise.
1565 m68klinux.c: Likewise.
1566 m68klynx.c: Likewise.
1567 m68knetbsd.c: Likewise.
1568 m88kmach3.c: Likewise.
1569 mipsbsd.c: Likewise.
1570 newsos3.c: Likewise.
1571 sparclinux.c: Likewise.
1572 sparclynx.c: Likewise.
1573 sparcnetbsd.c: Likewise.
1574 vaxbsd.c: Likewise. Fix comment formatting.
1575
fee24f1c
AO
15762003-03-12 Alexandre Oliva <aoliva@redhat.com>
1577
0b25d3e6
AO
1578 * Reverted 2003-03-02's patch.
1579
fee24f1c
AO
1580 * elfxx-target.h (bfd_elfNN_canonicalize_reloc): Make it
1581 overridable.
1582 * elf64-mips.c (mips_elf64_canonicalize_reloc,
1583 mips_elf64_get_dynamic_reloc_upper_bound,
1584 mips_elf64_canonicalize_dynamic_reloc): New, adapted from elf.c.
1585 (bfd_elf64_get_canonicalize_reloc,
1586 bfd_elf64_get_dynamic_reloc_upper_bound,
1587 bfd_elf64_canonicalize_dynamic_reloc): Define.
1588 (mips_elf64_slurp_reloc_table): Support dynamic.
1589 (mips_elf64_slurp_one_reloc_table): Adjust.
1590
64fb1839
NC
15912003-03-12 Nick Clifton <nickc@redhat.com>
1592
1593 * xsym.c (bfd_sym_fetch_type_information_table_entry): Change
1594 'index' to 'offset' in test for zero value.
1595
908488f1
AO
15962003-03-11 Alexandre Oliva <aoliva@redhat.com>
1597
1598 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
1599 dynamic relocations pointing to local or section symbols, use the
1600 NULL symbol instead. Document the choice to not emit an
1601 additional R_MIPS_64 relocation.
1602
e515b051
AM
16032003-03-11 Alan Modra <amodra@bigpond.net.au>
1604
1605 * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
1606 zero index dynamic tls relocs generated for the GOT. Tidy code.
1607 Set "relocation" to 1 on DTPMOD32 relocs. Optimize HA adjustment.
1608 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1609
a23b6845
AM
16102003-03-07 Alan Modra <amodra@bigpond.net.au>
1611
87d243f1
AM
1612 * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop after
1613 a tls_get_addr call.
1614
a23b6845
AM
1615 * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
1616 (ppc_elf_adjust_dynamic_symbol): For weak symbols, copy
1617 ELF_LINK_NON_GOT_REF from weakdef.
1618 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
1619 (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy
1620 ELF_LINK_NON_GOT_REF from weakdef.
1621 * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
1622 (elf_i386_adjust_dynamic_symbol): For weak symbols, copy
1623 ELF_LINK_NON_GOT_REF from weakdef.
1624
2d36fe5f
AH
16252003-03-06 Jakub Jelinek <jakub@redhat.com>
1626 Andrew Haley <aph@redhat.com>
1627
1628 * elflink.h (elf_bfd_discard_info): Don't process eh frames if
1629 output is relocateable.
1630
34f304a7
NC
16312003-03-06 Steven Konopa <skonopa@kgo.csc.com>
1632
1633 * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
1634 R_COMMENT.
1635
7b609f53
AM
16362003-03-06 Alan Modra <amodra@bigpond.net.au>
1637
1638 * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalize
1639 error messages.
1640 (ELIMINATE_COPY_RELOCS): Define to zero.
1641 (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating
1642 TLSLD relocs. Report reloc types on a number of errors. Optimize
1643 LOCAL24PC check for non-local syms. Don't capitalize error messages.
1644 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero.
1645 (ppc64_elf_relocate_section): Don't deref htab->tls_sec when
1646 calculating TLSLD relocs. Report reloc types on a number of errors.
1647 Don't capitalize error messages.
1648
6a0fb186
L
16492003-03-03 H.J. Lu <hjl@gnu.org>
1650
1651 * elfxx-ia64.c (USE_BRL): Removed.
1652 (oor_ip): Removed.
1653
34f304a7 16542003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
bdfaef52
JR
1655
1656 * elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
1657 relocation (no special function), and make it non-partial_inplace.
1658 (sh_elf_relax_section): When creating a bsr, use a consistent value
1659 no matter if the symbol is extern or not; set addend to -4.
1660 Don't swap load / non-load instructions for SH4.
1661 (sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
1662 rather than if the symbol is external to determine if adjusting the
1663 offset makes sense. Adjust the addend too if appropriate.
1664 (sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
1665 relocation.
1666
a9d68a1e
NC
16672003-03-03 Nick Clifton <nickc@redhat.com>
1668
1669 * po/da.po: Installed latest translation.
1670
7c2be35c
TS
16712003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1672
1673 * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
1674 R_MIPS_PC16 to rightshift 2.
1675 (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
1676 (bfd_elf32_bfd_reloc_type_lookup): Support
1677 BFD_RELOC_MIPSEMB_16_PCREL_S2.
1678 * elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
1679 R_MIPS_PC16 to rightshift 2.
1680 (mips_elf64_howto_table_rela): Likewise.
1681 (mips_reloc_map): Map to rightshifted BFD reloc.
1682 * elfn32-mips.c: The same as in elf64-mips.c.
1683 * elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
1684 (mips_elf_calculate_relocation): Handle rightshifted addends for
1685 R_MIPS_PC16.
1686 * reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
1687 MIPS Embedded PIC. Remove superfluous empty COMMENT.
1688 * libbfd.h: Regenerate.
1689 * bfd-in2.h: Regenerate.
1690
484a4f9c
RH
16912003-02-28 Richard Henderson <rth@redhat.com>
1692
1693 * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
1694 for ltoff22x relaxation.
1695
2ce40c65
AM
16962003-03-01 Alan Modra <amodra@bigpond.net.au>
1697
1698 * bfd-in.h (_bfd): Don't define.
1699 * bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
1700 * syms.c: Likewise.
1701 * bfd-in2.h: Regenerate.
1702
2c4c2bc0
RH
17032003-02-27 Richard Henderson <rth@redhat.com>
1704
1705 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
1706 (elfNN_ia64_check_relocs): Set it.
1707 (allocate_global_data_got): Check it.
1708 (allocate_local_got): Likewise.
1709 (allocate_dynrel_entries): Likewise.
1710 (elfNN_ia64_relax_ldxmov): New.
1711 (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
1712 (elfNN_ia64_choose_gp): Split out from ...
1713 (elfNN_ia64_final_link): ... here.
8c29f035 1714
c2852e88
AC
17152003-02-27 Andrew Cagney <cagney@redhat.com>
1716
1717 * bfd.c (struct bfd): Rename "struct _bfd".
1718 * bfd-in.h: Update copyright.
1719 (struct bfd): Rename "struct _bfd".
1720 (_bfd): Define for backward compatibility.
1721 * bfd-in2.h: Regenerate.
1722
3f87cb70
AM
17232003-02-25 Alan Modra <amodra@bigpond.net.au>
1724
3f9a32bd
AM
1725 * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
1726 and rel_hdr2 when initially counting input relocs rather than after
1727 creating output reloc sections.
4fabe71e
AM
1728 (elf_link_read_relocs_from_section): Don't abort with wrong reloc
1729 sizes.
3f9a32bd 1730
3f87cb70
AM
1731 * Makefile.am: Run "make dep-am".
1732 * Makefile.in: Regenerate.
1733
07c6e936
NC
17342003-02-24 Kris Warkentin <kewarken@qnx.com>
1735
1736 * elf.c (elfcore_read_notes): Add check for QNX style core file.
1737 (elfcore_grog_nto_note): New function.
1738 (elfcore_grog_nto_gregs): New function.
1739 (elfcore_grog_nto_status): New function.
1740
aad5d350
AM
17412003-02-24 Alan Modra <amodra@bigpond.net.au>
1742
1743 * elflink.c (_bfd_elf_create_got_section): Check existing .got
1744 section flags before concluding that we've already been called.
1745 Don't use register keyword.
1746 (_bfd_elf_create_dynamic_sections): Don't use register keyword.
1747 (_bfd_elf_create_linker_section): Formatting.
1748
2ab1486e
NC
17492003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
1750
1751 * coff-h8300.c: Fix typo: intial -> initial.
1752 * coff-ppc.c: Likewise.
1753
70bccea4
AM
17542003-02-20 Alan Modra <amodra@bigpond.net.au>
1755
1756 * elf32-ppc.c: Formatting.
1757 (allocate_dynrelocs): LD and GD relocs against the same sym need
1758 separate GOT entries.
1759 (ppc_elf_relocate_section): Correct GOT handling for multiple GOT
1760 entries per symbol.
1761
ee05f2fe
AM
17622003-02-19 Alan Modra <amodra@bigpond.net.au>
1763
26e41594
AM
1764 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc
1765 removal. Localize vars. Remove unnecessary dynobj test.
1766 * elf32-i386 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead
1767 of INFO.
1768 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
1769 and optimize.
1770 (elf_i386_relocate_section): Likewise.
1771 (elf_i386_gc_sweep_hook): Simplify dyn reloc removal. Localize vars.
1772 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
1773 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
1774 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
1775 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
1776 * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise. Remove
1777 local_dynrel for section too. Don't touch HIPLT22, LOPLT10, PCPLT32
1778 or PCPLT10 relocs. Don't subtract twice on PLT32 relocs.
1779 Formatting.
1780
f4656909
AM
1781 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.
1782 (ppc64_elf_check_relocs): Use it. Correct comment. Move SEC_ALLOC
1783 test.
1784 (ppc64_elf_adjust_dynamic_symbol): Use ELIMINATE_COPY_RELOCS.
1785 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
1786 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
1787 and optimize. Use ELIMINATE_COPY_RELOCS.
1788 (ppc64_elf_relocate_section): Likewise.
1789
ee05f2fe
AM
1790 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.
1791 (ppc_elf_copy_indirect_symbol): Copy pc_count field.
1792 (ELIMINATE_COPY_RELOCS): Define.
1793 (ppc_elf_adjust_dynamic_symbol): Convert copy relocs to dynamic.
1794 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
1795 (MUST_BE_DYN_RELOC): Define.
1796 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
1797 and optimize. Trim dyn_relocs.
1798 (ppc_elf_check_relocs): Don't generate dyn_relocs when we know they'll
1799 not be used. Do generate dyn_relocs for copy reloc avoidance. Keep
1800 track of pc_rel dyn relocs.
1801 (ppc_elf_relocate_section): Remove "will_become_local". Adjust
1802 WILL_CALL_FINISH_DYNAMIC_SYMBOL use. Trim dyn relocs as per
1803 allocate_dynrelocs. Don't recalculate "sec".
1804
7619e7c7
AM
18052003-02-18 Alan Modra <amodra@bigpond.net.au>
1806
d881513a
AM
1807 * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.
1808 * elf64-ppc.c (ppc64_elf_tls_optimize): Decrement tlsld_got.refcount
1809 on invalid LD relocs.
1810 (allocate_dynrelocs): Invalid LD relocs don't use tlsld_got entry.
1811 (ppc64_elf_relocate_section): Unify new handling of LD relocs and
1812 tlsld_got entry. Use IS_PPC64_TLS_RELOC.
1813
7619e7c7
AM
1814 * elf32-ppc.h: New file.
1815 * elf32-ppc.c: Include elf32-ppc.h.
1816 (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define.
1817 (struct ppc_elf_link_hash_entry): Rename "root" to "elf". Adjust uses.
1818 Add "tls_mask" field.
1819 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
1820 (struct ppc_elf_link_hash_table): Rename "root" to "elf". Adjust uses.
1821 Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss,
1822 sdata, sdata2, tls_sec, tls_get_addr, tlsld_got fields.
1823 Make use of htab shortcuts throughout file.
1824 (ppc_elf_link_hash_newfunc): Init tls_mask field.
1825 (ppc_elf_link_hash_table_create): Init new fields.
1826 (ppc_elf_copy_indirect_symbol): Copy tls_mask.
1827 (ppc_elf_howto_raw): Add tls relocs.
1828 (ppc_elf_reloc_type_lookup): Handle them.
1829 (ppc_elf_unhandled_reloc): New function.
1830 (ppc_elf_create_got): Stash got section pointer in hash table,
1831 return status. Make .rela.got too.
1832 (ppc_elf_create_dynamic_sections): Stash section pointers in htab.
1833 (ppc_elf_adjust_dynamic_symbol): Only set up copy relocs when
1834 NON_GOT_REF set. Don't allocate space in .plt here..
1835 (allocate_dynrelocs): ..do so here instead, properly ref-counting and
1836 not allocating plt entries unnecessarily. Allocate got entries here.
1837 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
1838 (ppc_elf_size_dynamic_sections): Allocate local got entries. Pass
1839 "info" during allocate_dynrelocs hash traversal. Use htab section
1840 shortcuts rather than searching for named sections. Get rid of
1841 "plt" and "strip" booleans.
1842 (update_local_sym_info, bad_shared_reloc): New functions.
1843 (ppc_elf_check_relocs): Handle TLS relocs. Move .rela.got creation to
1844 ppc_elf_create_got. Don't mark got or plt reloc syms dynamic, do so
1845 in allocate_dynreloc. Use update_local_sym_info and bad_shared_reloc.
1846 Disallow R_PPC_EMB_RELSDA, R_PPC_EMB_NADDR32, R_PPC_EMB_NADDR16,
1847 R_PPC_EMB_NADDR16_LO, R_PPC_EMB_NADDR16_HI and R_PPC_EMB_NADDR16_HA
1848 in shared libs. R_PPC_PLTREL32 is a plt reloc too. Refcount all
1849 relocs that might use a plt entry. Set NON_GOT_REF too.
1850 Enumerate all do-nothing relocs.
1851 (ppc_elf_gc_sweep_hook): Simplify removal of dynrelocs. Handle
1852 tls relocs and all plt relocs.
1853 (ppc_elf_tls_setup, ppc_elf_tls_optimize): New functions.
1854 (ppc_elf_finish_dynamic_symbol): Don't build got entries here.
1855 (ppc_elf_finish_dynamic_sections): Rewrite tag code using htab
1856 shortcuts.
1857 (ppc_elf_relocate_section): Tidy. Handle TLS relocs. Use
1858 bfd_elf_local_sym_name. Simplify unresolved reloc code. Build got
1859 entries and got relocs here. Warn on non-zero got reloc addend.
1860 Split out branch taken/not taken reloc code into a separate switch
1861 and correct offset calculation. Allow BRTAKEN/BRNTAKEN dynamic relocs.
1862 Split out HA reloc adjustments to separate switch statement. Don't
1863 warn on reloc overflow if we've already warned about undefined.
1864 Don't rebuild sym name when reporting errors. Report all possible
1865 errors from _bfd_final_link_relocate.
1866 (bfd_elf32_bfd_final_link): Don't define.
1867
cd27b276
AM
18682003-02-18 Alan Modra <amodra@bigpond.net.au>
1869
1870 * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r". Don't
1871 rebuild sym name when reporting errors.
1872
ae9a127f
NC
18732003-02-17 Nick Clifton <nickc@redhat.com>
1874
3f9a32bd 1875 * elflink.h (elf_link_output_extsym): Only check
ae9a127f
NC
1876 allow_shlib_undefined for shared libraries.
1877 * elf32-i386.c (elf_i386_relocate_section): Remove bogus check
1878 of allow_shlib_undefined.
1879 * elf32-cris.c (cris_elf_relocate_section): Likewise.
1880 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1881 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1882 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1883 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1884 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1885 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1886 * elf32-vax.c (elf_vax_relocate_section): Likewise.
1887 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1888 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
1889 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1890 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1891 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1892 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1893 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
1894 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
1895
b5f852ea
NC
18962003-02-17 Nick Clifton <nickc@redhat.com>
1897
1898 * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
1899 address field to use in the comparison.
3f9a32bd 1900 (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
b5f852ea 1901
3193e234
NC
19022003-02-14 Bob Wilson <bob.wilson@acm.org>
1903
1904 * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF
1905 backends when checking if the generic ELF target should be used.
1906
21efdc8d
NC
1907 * syms.c (_bfd_stab_section_find_nearest_line): For line number stabs
1908 outside of functions, treat values as absolute addresses.
1909
ed781d5d
NC
1910 * bfd.c: Change embedded documentation to use consistent indentation
1911 and to split up long lines. Change informal style of description
1912 for functions lacking real documentation.
1913 * coffcode.h: Break up long lines in embedded documentation.
1914 * format.c: Likewise.
1915 * targets.c: Likewise.
1916 * libcoff.h: Regenerate.
1917 * bfd-in2.h: Regenerate.
1918
58ac9f71
AM
19192003-02-14 Alan Modra <amodra@bigpond.net.au>
1920
1921 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
1922 (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
1923 (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs.
1924 (allocate_dynrelocs): Don't treat undefined and undefweak specially.
1925 (ppc_size_one_stub): Fix warning, and tighten plt entry check.
1926 (group_sections): Don't share a stub section if stubs are for a large
1927 section. Adjust comment.
1928 (ppc64_elf_size_stubs): Roughly double the size left for stubs if
1929 !stubs_always_before_branch.
1930 (ppc64_elf_relocate_section): Initialize tlsld GOT entry once. Don't
1931 treat undefined and undefweak specially when processing dyn relocs.
1932
9147e853
JJ
19332003-02-13 Jakub Jelinek <jakub@redhat.com>
1934
1935 * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO.
1936
427bfd90
NC
19372003-02-13 Nick Clifton <nickc@redhat.com>
1938
1939 * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
1940 in computation of offset to insert into BL instruction.
1941
42b5d0ea
NC
19422003-02-11 Uwe Stieber <uwe@wwws.de>
1943
1944 * config.bfd: Add support for kaOS as cross build target system.
1945
a48ebf4d
AM
19462003-02-11 Alan Modra <amodra@bigpond.net.au>
1947
1948 * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
1949 .__tls_get_addr too.
1950 (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
1951
c95b8a7a
KK
19522003-02-10 Kaz kojima <kkojima@rr.iij4u.or.jp>
1953
1954 * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
1955 (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
1956 (sh_elf_link_hash_newfunc): Remove the initialization of
1957 tls_tpoff32 field.
1958 (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
1959 for which tls_tpoff32 flag is set.
1960 (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
1961 of the symbol includes the entry matched with the input_section
1962 and having tls_tpoff32 flag on. When linking statically, set
1963 symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
1964 is defined in this executable.
1965 (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
1966
a779acda
JJ
19672003-02-10 Jakub Jelinek <jakub@redhat.com>
1968
1969 * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
1970 even if there is just non-empty .rela.plt.
1971
fde78edd
NC
19722003-02-10 Nick Clifton <nickc@redhat.com>
1973
1974 * archures.c (bfd_mach_arm_ep9312): Define.
1975 * bfd-in2.h: Regenerate.
1976 * cpu-arm.c (processors[]): Add ep9312.
1977 (bfd_arm_arch): Add ep9312.
1978 * elf32-arm.h (elf32_arm_merge_private_data): Update error
1979 messages and add test for Maverick floating point support.
1980 (elf32_arm_print_private_bfd_data): Handle
1981 EF_ARM_MAVERICK_FLOAT flag.
c178919b
NC
1982 (elf32_arm_object_p): New function.
1983 (elf_backend_object_p): Define.
fde78edd 1984
e7b938ca
AM
19852003-02-10 Alan Modra <amodra@bigpond.net.au>
1986
1987 * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
1988 variables, structure fields or function params to tls_mask or
1989 similar to better reflect usage.
1990 (struct got_entry): Comment.
9b5ecbd0 1991 (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
e7b938ca
AM
1992 (get_tls_mask): Rename from get_tls_type.
1993
951fd09b
AM
19942003-02-09 Alan Modra <amodra@bigpond.net.au>
1995
1996 * elf64-ppc.c (TLS_GD_LD): Don't define..
1997 (TLS_GD): ..define this instead and update all uses.
1998 (TLS_TPRELGD): Define.
1999 (ppc64_elf_link_hash_table_create): Tweak initialization of
2000 init_refcount and init_offset.
2001 (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
2002 Mark second slot of GD or LD toc entries.
2003 (get_tls_type): Return an int. Distinguish toc GD and LD entries
2004 from other tls types.
2005 (ppc64_elf_tls_setup): New function, split out from..
2006 (ppc64_elf_tls_optimize): ..here. Don't optimize when symbols are
2007 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL
2008 on GD->IE optimization, use TLS_TPRELGD instead. Use get_tls_type
2009 return value to properly decide whether toc GD and LD entries can
2010 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
2011 to determine GD or LD rather than looking at TLS_LD flag. Don't
2012 attempt to adjust got entry tls_type here..
2013 (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
2014 look for possible merges.
2015 (ppc64_elf_size_dynamic_sections): Adjust local got entries for
2016 optimization.
2017 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
2018 (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
2019 Make use of return value from get_tls_type to properly detect GD and
2020 LD optimizations. Split tlsld/gd hi/ha from lo/ds case. Don't
2021 handle tls_get_addr removal when looking at REL24 relocs, do it when
2022 looking at the previous reloc. Check reloc after DTPMOD64 to determine
2023 GD or LD.
2024 * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
2025
acc990f2
AM
20262003-02-08 Alan Modra <amodra@bigpond.net.au>
2027
00b28bb0
AM
2028 * elf32-hppa.c (group_sections): Don't share a stub section if
2029 stubs are for a large section.
2030
acc990f2
AM
2031 * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
2032 stubs if !stubs_always_before_branch.
2033
589e6347
NC
20342003-02-07 Nick Clifton <nickc@redhat.com>
2035
2036 * elf.c (swap_out_syms): Generate an error message if an
2037 equivalent output section cannot be found for a symbol.
2038
c328dc3f
JJ
20392003-02-07 Jakub Jelinek <jakub@redhat.com>
2040
2041 * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
2042 local_got_entries is NULL.
2043
84f97cb6
AS
20442003-02-06 Andreas Schwab <schwab@suse.de>
2045
2046 * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
2047 (read_value): Add parameter is_signed, use signed extraction if
2048 the value is signed.
2049 (_bfd_elf_write_section_eh_frame): Pass signed flag of the
2050 encoding to read_value.
2051
6349e628
AM
20522003-02-06 Alan Modra <amodra@bigpond.net.au>
2053
2054 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
2055 plt info when called to transfer weak sym info.
2056
411e1bfb
AM
20572003-02-05 Alan Modra <amodra@bigpond.net.au>
2058
2059 * reloc.c: Add PPC and PPC64 TLS relocs.
2060 * libbfd.h: Regenerate.
2061 * bfd-in2.h: Regenerate.
2062 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
2063 (ppc64_elf_howto_raw): Add TLS howto's. Adjust R_PPC64_NONE to be
2064 against a 32 bit field.
2065 (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
2066 (_ppc64_elf_section_data): Add t_symndx and comments.
2067 (ppc64_elf_section_data): Use elf_section_data macro.
2068 (ppc64_elf_new_section_hook): American spelling.
2069 (struct got_entry, struct plt_entry): New.
2070 (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
2071 (struct ppc_stub_hash_entry): Add "addend" field.
2072 (struct ppc_link_hash_entry): Add "tls_type".
2073 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
2074 TLS_EXPLICIT): Define.
2075 (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
2076 (link_hash_newfunc): Init new fields.
58ac9f71 2077 (ppc64_elf_link_hash_table_create): Likewise. Set init_refcount and
411e1bfb
AM
2078 init_offset to NULL.
2079 (ppc64_elf_copy_indirect_symbol): Copy got and plt info. Don't call
2080 _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
2081 there.
2082 (update_local_sym_info, update_plt_info): New functions.
2083 (ppc64_elf_check_relocs): Use them. Handle TLS relocs. Adjust GOT
2084 handling to use got.glist rather than got.refcount. Likewise for PLT.
2085 (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
2086 (func_desc_adjust): Adjust for new PLT list.
2087 (ppc64_elf_adjust_dynamic_symbol): Likewise.
2088 (get_sym_h, get_tls_type): New functions.
2089 (ppc64_elf_edit_opd): Remove unused variable. Use get_sym_h.
2090 (ppc64_elf_tls_optimize): New function.
2091 (allocate_dynrelocs): Adjust for new PLT and GOT lists. Allocate
2092 TLS relocs.
2093 (ppc64_elf_size_dynamic_sections): Likewise.
2094 (ppc_type_of_stub): Adjust for new PLT list.
2095 (ppc_build_one_stub): Likewise.
2096 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
2097 calls specially.
2098 (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists. Handle
2099 TLS relocs. Report local syms using bfd_elf_local_sym_name. Don't
2100 init GOT entries that have a reloc. Generate GOT relocs here..
2101 (ppc64_elf_finish_dynamic_symbol): ..not here. Adjust for PLT list.
2102 * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
2103
0cca5f05
AS
21042003-02-04 Andreas Schwab <schwab@suse.de>
2105
2106 * elf32-m68k.c (elf_m68k_hash_entry): Define.
2107 (elf_m68k_link_hash_traverse): Remove.
2108 (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
2109 elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
2110 reduce casting.
2111 (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
2112 casting.
2113 (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
2114 instead of elf_m68k_link_hash_traverse.
2115 (elf_m68k_discard_copies): Change first parameter to pointer to
2116 struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
2117 elf_m68k_link_hash_entry is needed.
2118
5cab59f6
AM
21192003-02-04 Alan Modra <amodra@bigpond.net.au>
2120
2121 * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
2122 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
2123 "got" union, and declare as gotplt_union. Use gotplt_uinion for
2124 "plt" field.
2125 (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
2126 Add "init_offset" field.
2127 (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
2128 (elf_local_got_ents): Declare.
2129 * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
2130 and "plt".
2131 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
2132 (_bfd_elf_link_hash_table_init): Set "init_offset".
2133 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
2134 from init_offset.
2135 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
2136
2137 * elf.c (bfd_elf_local_sym_name): Split out from..
2138 (group_signature): ..here.
2139 * elf-bfd.h (bfd_elf_local_sym_name): Declare.
2140
68bfbfcc
AM
21412003-02-04 Alan Modra <amodra@bigpond.net.au>
2142
2143 * elf-bfd.h (enum elf_link_info_type): Remove.
2144 (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
2145 to struct sec. Remove linkonce_p field.
2146 (elf_linkonce_p): Delete.
2147 (elf_discarded_section): Update for sec_info_type change.
2148 * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
2149 flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
2150 (ELF_INFO_TYPE_NONE): Define.
2151 (ELF_INFO_TYPE_STABS): Define.
2152 (ELF_INFO_TYPE_MERGE): Define.
2153 (ELF_INFO_TYPE_EH_FRAME): Define.
2154 (ELF_INFO_TYPE_JUST_SYMS): Define.
2155 (STD_SECTION): Update struct sec initializer.
2156 * ecoff.c (bfd_debug_section): Likewise.
2157 * elf.c: Likewise. Update occurrences of sec_info_type and use_rela_p.
2158 * elflink.h: Likewise.
2159 * elf-eh-frame.c: Likewise.
2160 * elf64-alpha.c: Likewise.
2161 * elfxx-ia64.c: Likewise.
2162 * elfxx-mips.c: Likewise.
2163 * bfd-in2.h: Regenerate.
2164
2165 * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
2166 referring to used_by_bfd.
2167 * elf64-sparc.c (sec_do_relax): Likewise.
2168 * elf64-mmix.c (mmix_elf_section_data): Likewise.
2169 * elfxx-mips.c (mips_elf_section_data): Likewise.
2170 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
2171 (ieee_get_section_contents): Likewise.
2172 (ieee_new_section_hook): Formatting.
2173 (ieee_canonicalize_reloc): Remove commented out code.
2174 * mmo.c (mmo_section_data): Define. Use throughout file.
2175 * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
2176
31f7ba04
NC
21772003-01-31 Graydon Hoare <graydon@redhat.com>
2178
2179 * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
2180 * Makefile.in: Regenerate.
2181 * opncls.c (calc_crc32, get_debug_link_info,
2182 seperate_debug_file_exists, find_seperate_debug_file): New
2183 internal functions.
2184 (bfd_follow_gnu_debuglink): New function. Follow the pointer
2185 contained inside a .gnu_debuglink section.
2186 * bfd-in2.h: Regenerate.
2187
38985a1c
AO
21882003-01-29 Alexandre Oliva <aoliva@redhat.com>
2189
2190 * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
2191 entry->abfd when it's NULL.
2192
4bb9a95f
AO
21932003-01-27 Alexandre Oliva <aoliva@redhat.com>
2194
2195 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
2196 _bfd_elf_section_offset returning -2 the same way as -1.
2197
f4416af6
AO
2198 * elfxx-mips.c (mips_elf_multi_got): New function.
2199 (struct mips_got_entry): Make symndx and gotidx signed. Moved
2200 addend into union along with address and link hash entry.
2201 (struct mips_got_info): Added bfd2got and next.
2202 (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
2203 (mips_elf_got_section, mips_elf_create_got_section): Use
2204 SEC_EXCLUDE bit to tell whether we really need the got
2205 section. Take boolean arguments to disregard an excluded
2206 section, or to create it as excluded. Adjust all callers.
2207 Use mips_elf_got_section all over.
2208 (mips_elf_local_got_index, mips_elf_got_page,
2209 mips_elf_got16_entry): Take input bfd as argument, and pass it
2210 on to mips_elf_create_local_got_entry.
2211 (mips_elf_global_got_index, mips_elf_create_local_got_entry):
2212 Take input bfd as argument, and manage entries in the
2213 appropriate GOT.
2214 (mips_elf_got_offset_from_index): Take input bfd as argument,
2215 and use it to adjust the GP offset of the bfd.
2216 (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
2217 unreferenced GOT entries of global symbols to the end.
2218 (mips_elf_record_global_got_symbol): Take input bfd as
2219 argument. Add entries to the master GOT hash table.
2220 (struct mips_elf_bfd2got_hash): New.
2221 (struct mips_elf_got_per_bfd_arg): New.
2222 (struct mips_elf_set_global_got_offset_arg): New.
2223 (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
2224 mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
2225 mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
2226 mips_elf_merge_gots, mips_elf_set_global_got_offset,
2227 mips_elf_resolve_final_got_entry,
2228 mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
2229 mips_elf_got_for_ibfd): New functions.
2230 (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
2231 (MIPS_ELF_GOT_MAX_SIZE): New macro.
2232 (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
2233 (mips_elf_got_entry_hash): Take new fields into account. Use
2234 mips_elf_hash_bfd_vma.
2235 (mips_elf_got_entry_eq): Take new fields into account.
2236 (mips_elf_create_got_section): Initialize new fields.
2237 (mips_elf_calculate_relocation): Pass input_bfd to functions
2238 that now take it. Adjust gp for the input_bfd.
2239 (mips_elf_allocate_dynamic_relocation,
2240 mips_elf_create_dynamic_relocation,
2241 _bfd_mips_elf_create_dynamic_sections): Use...
2242 (mips_elf_rel_dyn_section): New function. Borrow code from...
2243 (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
2244 now take it. Create the got section if needed, even if
2245 excluded, before recording a global got symbol. Move some
2246 code to...
2247 (mips_elf_record_local_got_symbol): New fn.
2248 (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
2249 Compute multi-got global entries offsets. Move GOT code to...
2250 (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
2251 if the GOT is too big.
2252 (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
2253 undefweak symbol to zero. Generate dynamic relocations for
2254 non-primary GOT entries for global symbols.
2255 (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
2256 case. Generate dynamic relocations for local got entries.
2257 Sort dynamic relocations on N64 too, using...
2258 (sort_dynamic_relocs_64): New fns.
2259 (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
2260 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
2261
52b69c9e
AO
22622003-01-27 Alexandre Oliva <aoliva@redhat.com>
2263
2264 * bfd.c (struct _bfd): Added id field.
2265 * opncls.c (_bfd_id_counter): New static variable.
2266 (_bfd_new_bfd): Use it.
2267 * bfd-in2.h: Rebuilt.
2268
71e5db1c
AM
22692003-01-25 Alan Modra <amodra@bigpond.net.au>
2270
2271 * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
2272
b9734f35
JJ
22732003-01-25 Jakub Jelinek <jakub@redhat.com>
2274
2275 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
2276 (elf32_sparc_rev32_howto): New variable.
2277 (sparc_reloc_map): Add TLS relocs.
2278 (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
2279 Handle REV32.
2280 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
2281 New functions.
2282 (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
2283 struct elf32_sparc_link_hash_table):
2284 New structures.
2285 (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
2286 elf32_sparc_hash_table): Define.
2287 (link_hash_newfunc, elf32_sparc_link_hash_table_create,
2288 create_got_section, elf32_sparc_create_dynamic_sections,
2289 elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
2290 functions.
2291 (elf32_sparc_check_relocs): Handle TLS relocs. Add dynamic reloc
2292 reference counting.
2293 (elf32_sparc_gc_sweep_hook): Likewise.
2294 (elf32_sparc_adjust_dynamic_symbol): Likewise.
2295 (elf32_sparc_size_dynamic_sections): Likewise.
2296 (elf32_sparc_relocate_section): Likewise.
2297 (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
2298 New functions.
2299 (elf32_sparc_object_p): Allocate backend private object data.
2300 (bfd_elf32_bfd_link_hash_table_create,
2301 elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
2302 elf_backend_can_refcount): Define.
2303 (elf_backend_create_dynamic_sections): Define to
2304 elf32_sparc_create_dynamic_sections.
2305 * reloc.c: Add SPARC TLS relocs.
2306 * bfd-in2.h, libbfd.h: Rebuilt.
2307 * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
2308 (sparc_reloc_map): Likewise.
2309
69fc87f1
MS
23102003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
2311
2312 * bfd-in2.h: Regenerate.
2313 * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
2314 s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
2315 (elf_howto_table): Add TLS relocs.
2316 (elf_s390_reloc_type_lookup): Likewise.
2317 (elf_s390_link_hash_entry): Add tls_type.
2318 (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
2319 New macros.
2320 (elf_s390_link_hash_table): Add tls_ldm_got.
2321 (link_hash_newfunc): Initialize tls_type.
2322 (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
2323 (elf_s390_copy_indirect_symbol): Copy tls_type information.
2324 (elf_s390_check_relocs): Support TLS relocs.
2325 (elf_s390_gc_sweep_hook): Likewise.
2326 (allocate_dynrelocs): Likewise.
2327 (elf_s390_size_dynamic_sections): Likewise.
2328 (elf_s390_relocate_section): Likewise.
2329 (elf_s390_finish_dynamic_symbol): Likewise.
2330 (bfd_elf32_mkobject): Define for TLS.
2331 * elf64-s390.c: Same changes as for elf32-s390.c.
2332 * libbfd.h: Regenerate.
2333 * reloc.c: Add s390 TLS relocations.
2334
c5d1701e 23352003-01-24 Charles Lepple <clepple@ghz.cc>
9aa4e505
NC
2336
2337 * aclocal.m4: Fix name of --enable-install-libbfd switch.
2338
5177500f
NC
23392003-01-23 Nick Clifton <nickc@redhat.com>
2340
2341 * Add sh2e support:
5177500f 2342 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9b5ecbd0
AM
2343 * archures.c (bfd_mach_sh2e): Added.
2344 * bfd-in2.h: Rebuilt.
2345 * cpu-sh.c (arch_info_struct): Added SH2e.
2346 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
5177500f 2347
f0abc2a1
AM
23482003-01-23 Alan Modra <amodra@bigpond.net.au>
2349
2350 * elf-bfd.h (struct bfd_elf_section_data): Remove tdata. Change
2351 dynindx to an int. Rearrange for better packing.
2352 * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
2353 * elf32-mips.c (bfd_elf32_new_section_hook): Define.
2354 * elf32-sh64.h: New. Split out from include/elf/sh.h.
2355 (struct _sh64_elf_section_data): New struct.
2356 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
2357 * elf32-sh64-com.c: Include elf32-sh64.h.
2358 * elf32-sh64.c: Likewise.
2359 (sh64_elf_new_section_hook): New function.
2360 (bfd_elf32_new_section_hook): Define.
2361 (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
2362 (sh64_bfd_elf_copy_private_section_data): Likewise.
2363 (sh64_elf_final_write_processing): Likewise.
2364 * elf32-sparc.c (struct elf32_sparc_section_data): New.
2365 (elf32_sparc_new_section_hook): New function.
2366 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
2367 (sec_do_relax): Define.
2368 (elf32_sparc_relax_section): Adjust to use sec_do_relax.
2369 (elf32_sparc_relocate_section): Likewise.
2370 * elf64-mips.c (bfd_elf64_new_section_hook): Define.
2371 * elf64-mmix.c (struct _mmix_elf_section_data): New.
2372 (mmix_elf_section_data): Define. Use throughout file.
2373 (mmix_elf_new_section_hook): New function.
2374 (bfd_elf64_new_section_hook): Define.
2375 * elf64-ppc.c (struct _ppc64_elf_section_data): New.
2376 (ppc64_elf_section_data): Define. Use throughout.
2377 (ppc64_elf_new_section_hook): New function.
2378 (bfd_elf64_new_section_hook): Define.
2379 * elf64-sparc.c (struct sparc64_elf_section_data): New.
2380 (sparc64_elf_new_section_hook): New function.
2381 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
2382 (sec_do_relax): Define.
2383 (sparc64_elf_relax_section): Adjust to use sec_do_relax.
2384 (sparc64_elf_relocate_section): Likewise.
2385 (bfd_elf64_new_section_hook): Define.
2386 * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
2387 * elfxx-mips.c (struct _mips_elf_section_data): New.
2388 (mips_elf_section_data): Define. Use throughout.
2389 (_bfd_mips_elf_new_section_hook): New function.
2390 (mips_elf_create_got_section): Don't alloc used_by_bfd.
2391 * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
2392 * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
2393 * Makefile.am: Run "make dep-am".
2394 * Makefile.in: Regenerate.
2395
cc03ec80
RH
23962003-01-21 Richard Henderson <rth@redhat.com>
2397
2398 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
2399 (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
2400 (elf64_alpha_adjust_dynamic_symbol): Set them.
2401 (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
2402 (elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the
2403 symbol index when relaxing LDM to TPREL.
2404 (elf64_alpha_relax_section): Likewise. Allow relaxation of GD
2405 relocs, even if the target isn't locally defined.
2406 (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
2407 (elf64_alpha_relocate_section): Likewise. Force TP-relative
2408 relocs vs symndx 0 to the tp base.
2409
da896d3f
NC
24102003-01-21 Fabio Alemagna <falemagn@aros.org>
2411
2412 * config.bfd: Handle i[3456]86-*-aros*.
2413
7fce784e
AS
24142003-01-21 Andreas Schwab <schwab@suse.de>
2415
2416 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
2417 (struct ppc_elf_link_hash_entry): Define.
2418 (ppc_elf_hash_entry): New function.
2419 (struct ppc_elf_link_hash_table): Define.
2420 (ppc_elf_hash_table): New function.
2421 (ppc_elf_link_hash_newfunc): New function.
2422 (ppc_elf_link_hash_table_create): New function.
2423 (ppc_elf_copy_indirect_symbol): New function.
2424 (allocate_dynrelocs): New function.
2425 (readonly_dynrelocs): New function.
2426 (ppc_elf_size_dynamic_sections): Allocate space for dynamic
2427 relocs and determine DT_TEXTREL.
2428 (ppc_elf_check_relocs): Don't do that here, just count the
2429 dynamic relocs.
2430 (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
2431 removed section.
2432 (bfd_elf32_bfd_link_hash_table_create): Define.
2433 (elf_backend_copy_indirect_symbol): Define.
2434
1bbc9cec
RH
24352003-01-21 Richard Henderson <rth@redhat.com>
2436
2437 * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
2438 TPREL also get a reloc if shared. Remove SREL support.
2439 (elf64_alpha_emit_dynrel): New.
acc990f2 2440 (elf64_alpha_relocate_section): Use it. Resolve dynamic TPREL
1bbc9cec
RH
2441 and GOTTPREL relocs to local symbols against the tp base.
2442 (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
2443
2444 * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
2445 use count before clobbering r_type.
2446 (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
2447 ordering would mean dataflow inspection is necessary.
2448
0da35f8b
SS
24492003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com>
2450
2451 * coffcode.h (coff_set_flags): Added get/set arch hooks.
acc990f2 2452
571fe01f
NC
24532003-01-20 Fabio Alemagna <falemagn@aros.org>
2454
2455 * elf32-sh.c: Treat elfNN_bed like other macros defined in
2456 elfxx-target.h and #undef it before #define'ing it.
2457 * elf32-i386.c: Likewise.
acc990f2
AM
2458 * elf32-sh64.c: Likewise.
2459 * elf64-alpha.c: Likewise.
2460 * elf64-sh64.c: Likewise.
571fe01f 2461
5236c819
MS
24622003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
2463
2464 * bfd-in2.h: Regenerate.
2465 * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
2466 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
2467 R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
2468 R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
2469 R_390_PLTOFF32 and R_390_PLTOFF64.
2470 (elf_s390_reloc_type_lookup): Likewise.
2471 (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
2472 of GOTPLT references to a function.
2473 (link_hash_newfunc): Initialize gotplt_refcount.
2474 (elf_s390_check_relocs): Move allocation of local_got_refcounts array
2475 and creation of the got section out of the main switch. Add support
2476 for the gotoff, gotplt and pltoff relocations.
2477 (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
2478 and pltoff.
2479 (elf_s390_adjust_gotplt): New function.
2480 (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
2481 plt entries.
2482 (allocate_dynrelocs): Add comment.
2483 (elf_s390_relocate_section): Change r_type to unsigned. Add support
2484 for gotoff, gotplt and pltoff relocations.
2485 * elf64-s390.c: Same changes as for elf32-s390.c.
2486 * libbfd.h: Regenerate.
2487 * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
2488 BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
2489 BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
2490 and BFD_RELOC_390_PLTOFF64.
2491
a823975a
JJ
24922003-01-18 Jakub Jelinek <jakub@redhat.com>
2493
2494 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
2495 R_IA64_TPREL64[LM]SB against non-global symbol properly.
2496
b3dfd7fe
JJ
24972003-01-16 Jakub Jelinek <jakub@redhat.com>
2498
2499 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
2500 self_dtpmod_done and self_dtpmod_offset.
2501 (allocate_global_data_got): Only use one got entry for all
2502 dtpmod relocs against local symbols.
2503 (allocate_dynrel_entries): Only need .rela.got entry for
2504 dtpmod against global symbol.
2505 (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
2506 Reserve space in .rela.got for the local dtpmod entry.
2507 (set_got_entry): Initialize the common local dtpmod .got entry.
2508 (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
2509 and R_IA_64_DTPREL64MSB.
2510
04c9666a
AM
25112003-01-16 Alan Modra <amodra@bigpond.net.au>
2512
2513 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
2514 (R_PPC_*): Rename all occurrences to R_PPC64_*.
2515 (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
2516 (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
2517 (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
2518 relative relocs, not with absolute ones.
2519 * Makefile.am: Run "make dep-am".
2520 * Makefile.in: Regenerate.
2521 * po/SRC-POTFILES.in: Regenerate.
2522
c87f1ff7
AS
25232003-01-15 Andreas Schwab <schwab@suse.de>
2524
2525 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
2526 relocation against a non-allocated readonly section.
2527
86bbe32f
AM
25282003-01-10 Alan Modra <amodra@bigpond.net.au>
2529
2530 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
2531 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
2532
32d95f29
KD
25332002-01-08 Klee Dienes <kdienes@apple.com>
2534
2535 * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
2536 (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
2537 * Makefile.in: Regenerate.
acc990f2 2538
ab7d0aa0
AO
25392003-01-08 Alexandre Oliva <aoliva@redhat.com>
2540
2541 * elfn32-mips.c (prev_reloc_section): New.
2542 (GET_RELOC_ADDEND): Use it. Parenthesize macro arguments.
2543 (SET_RELOC_ADDEND): Parenthesize macro argument.
2544
95d0f04a
DA
25452003-01-07 John David Anglin <dave.anglin@nrc.gc.ca>
2546
2547 * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
2548 adjust addil instructions if the symbol has no section.
2549
5c9e189c
DD
25502003-01-07 DJ Delorie <dj@redhat.com>
2551
2552 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
2553 partial_inplace.
2554
3e829b4a
AS
25552003-01-07 Andreas Schwab <schwab@suse.de>
2556
2557 * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
2558 PC relative relocations.
2559 (elf_m68k_discard_copies): Set it here instead.
2560
a75473eb
SC
25612002-01-02 Ben Elliston <bje@redhat.com>
2562 Jeff Johnston <jjohnstn@redhat.com>
2563
2564 * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
2565 (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
2566 (BFD32_BACKENDS): Add elf32-iq2000.lo.
2567 (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
2568 (cpu-iq2000.lo): New target.
2569 * Makefile.in: Regenerate.
2570 * config.bfd: Handle iq2000-*-elf.
2571 * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
2572 (bfd_archures_list): Add bfd_iq2000_arch.
2573 * configure.in: Handle bfd_elf32_iq2000_vec.
2574 * configure: Regenerate.
acc990f2 2575 * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
a75473eb
SC
2576 and BFD_RELOC_IQ2000_UHI16.
2577 * targets.c (bfd_elf32_iq2000_vec): Declare.
2578 (bfd_target_vector): Add bfd_elf32_iq2000_vec.
2579 * elf.c (prep_headers): Set e_machine to EM_IQ2000.
2580 * cpu-iq2000.c: New file.
2581 * elf32-iq2000.c: Likewise.
2582 * libbfd.h: Regenerate.
2583 * bfd-in2.h: Likewise.
2584
64543e1a
RS
25852003-01-02 Richard Sandiford <rsandifo@redhat.com>
2586
2587 * elfxx-mips.c: Include libiberty.h.
2588 (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
2589 (mips_set_isa_flags): New function, split out from...
2590 (_bfd_mips_elf_final_write_processing): ...here. Only call
2591 mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
2592 (mips_mach_extensions): New array.
2593 (mips_32bit_flags_p): New function.
2594 (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
2595 Use mips_32bit_flags_p to check if one binary is 32-bit and the
2596 other is 64-bit. When adopting IBFD's architecture, adopt the
2597 bfd_mach as well as the flags.
2598
4852a44e
NC
25992003-01-02 Nick Kelsey <nickk@ubicom.com>
2600
2601 * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
2602 fix internal errors, fix bad code generation, fix incorrect stabs
2603 information, and improve ability to eliminate redundant page
2604 instructions. Added code to ip2k_final_link_relocate to self-verify
2605 the linker relaxation. Fix formatting problems.
2606
af7ee8bf
CD
26072002-12-30 Chris Demetriou <cgd@broadcom.com>
2608
2609 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
2610 * archures.c (bfd_mach_mipsisa32r2): New define.
2611 * bfd-in2.h: Regenerate.
2612 * cpu-mips.c (I_mipsisa32r2): New enum value.
2613 (arch_info_struct): Add entry for I_mipsisa32r2.
2614 * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
2615 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
2616 (_bfd_mips_elf_final_write_processing): Add
2617 bfd_mach_mipsisa32r2 case.
2618 (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
2619 binaries marked as using MIPS32 Release 2.
2620
2469cfa2
NC
26212002-12-30 Dmitry Diky <diwil@mail.ru>
2622
2623 * Makefile.am: Add msp430 target.
2624 * configure.in: Likewise.
2625 * Makefile.in: Regenerate.
2626 * configure: Regenerate.
2627 * archures.c: Add msp430 architecture vector.
2628 * config.bfd: Likewise.
2629 * reloc.c: Add msp430 relocs.
2630 * targets.c: Add msp320 target.
2631 * cpu-msp430.c: New file: msp430 cpu detection.
2632 * elf32-msp430.c: New file: msp430 reloc processing.
2633 * bfd-in2.h: Regenerate.
2634 * libbfd.h: Regenerate.
2635
eecdbe52
JJ
26362002-12-28 Jakub Jelinek <jakub@redhat.com>
2637
2638 * elf.c (elf_sort_sections): Don't reorder .tbss.
2639 (assign_file_positions_for_segments): Only adjust off/voff
2640 for increased alignment in PT_LOAD or PT_NOTE segment,
2641 but adjust p_filesz for .tbss too. in PT_LOAD consider
2642 .tbss to have zero memory size.
2643 (copy_private_bfd_data) [SECTION_SIZE]: Define.
2644 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
2645 [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
2646 into PT_TLS segment. Never put SHF_TLS sections in
2647 segments other than PT_TLS or PT_LOAD.
2648
2649 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
2650 sh_entsize.
2651
213e90f4
DD
26522002-12-23 DJ Delorie <dj@redhat.com>
2653
2654 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
2655
75828352
AM
26562002-12-23 Alan Modra <amodra@bigpond.net.au>
2657
2658 * elflink.h (elf_link_output_extsym): Heed strip_discarded.
2659
312b768e
NC
26602002-12-23 Nick Clifton <nickc@redhat.com>
2661
2662 * archures.c (bfd_arch_get_compatible): Add third parameter
2663 'accept_unknowns'. Only accept unknown format BFDs if
2664 accept_unknowns is true, or if the format is "binary".
acc990f2 2665 * bfd-in2.h: Regenerate.
312b768e 2666
63222ec9
NC
26672002-12-21 Nick Clifton <nickc@redhat.com>
2668
2669 * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
2670 that subtracted 8 from pc relative relocations.
2671
19852a2a
KH
26722002-12-20 Kazu Hirata <kazu@cs.umass.edu>
2673
2674 * coff-h8300.c: Fix comment typos.
2675 * coffcode.h: Likewise.
2676 * cpu-cris.c: Likewise.
2677 * elf32-vax.c: Likewise.
2678 * genlink.h: Likewise.
2679 * linker.c: Likewise.
2680 * som.c: Likewise.
2681 * tekhex.c: Likewise.
2682 * vms-misc.c: Likewise.
2683
5fd63999
DD
26842002-12-20 DJ Delorie <dj@redhat.com>
2685
2686 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
2687 * libbfd.h: Regenerate.
2688 * bfd-in2.h: Regenerate.
2689 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
2690 (xstormy16_reloc_map): Add R_XSTORMY16_12.
acc990f2 2691
4ee79850
KH
26922002-12-19 Kazu Hirata <kazu@cs.umass.edu>
2693
2694 * doc/bfdint.texi: Fix typos.
2695
66e25bab
AM
26962002-12-20 Paul Eggert <eggert@twinsun.com>
2697
2698 Port to POSIX 1003.1-2001.
2699 * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
2700 * configure.in (build-warnings): Likewise.
2701 (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
2702 * aclocal.m4: Regenerate.
2703 * config.in: Regenerate.
2704 * configure: Regenerate.
2705
7dc77aaa
AM
27062002-12-19 Alan Modra <amodra@bigpond.net.au>
2707
0171ee92
AM
2708 * coff-h8300.c: Include libiberty.h.
2709 (h8300_reloc16_extra_cases): Check the hash table creator before
2710 referencing h8300 specific fields. Stash the hash table pointer
2711 in a local var. Comment typo fixes.
2712 (h8300_bfd_link_add_symbols): Likewise.
2713
1049f94e 2714 * reloc.c (struct reloc_howto_struct): Revise src_mask and
7dc77aaa
AM
2715 dst_mask comments.
2716 * bfd-in2.h: Regenerate.
2717
47388f4c
AM
27182002-12-18 Alan Modra <amodra@bigpond.net.au>
2719
2720 * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
2721 code a little. Comment on dynamic relocs against section symbols.
2722
1b3e3744
AM
27232002-12-17 Roger Sayle <roger@eyesopen.com>
2724
2725 * configure.host (ia64-*-hpux*): Support 64 bit targets using
2726 the HP compiler's "long long".
2727
46f2b541
DD
27282002-12-16 Andrew MacLeod <amacleod@redhat.com>
2729
2730 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
2731 and R_XSTORMY16_HI16) howto entries.
2732 (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
1b3e3744 2733 (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
46f2b541
DD
2734 determine the start of the second reloc table.
2735
af738ea7
NC
27362002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu>
2737
2738 * ecofflink.c: Fix the reading of the debugging information
2739 of Tru64/Alpha binaries that are produced by recent Compaq
2740 compilers.
2741 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
2742 table.
2743 (lookup_line): Because of the strange information sometimes
2744 generated by Compaq's recent compilers, change how the FDR
2745 table is searched so that PDRs (procedure descriptors) are
2746 correctly found. Note that this change is really more of a hack;
2747 however, I have included extensive documentation as to why
2748 this is the best solution short of an extensive rewrite or
2749 another hack.
2750 (fdrtab_lookup): Add comments to explain the algorithm.
2751
5354b572
AO
27522002-12-12 Alexandre Oliva <aoliva@redhat.com>
2753
2754 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
2755 initializers to match struct declaration.
2756
ab3acfbe
AM
27572002-12-12 Alan Modra <amodra@bigpond.net.au>
2758
2759 * dwarf2.c (comp_unit_contains_address): Comment typo fix.
2760 * elf.c (get_program_header_size): Likewise.
2761 * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
2762 (m32r_elf_generic_reloc): Likewise.
2763 * elf32-ppc.c (ppc_elf_howto_init): Likewise.
2764 * elflink.h (elf_bfd_discard_info): Likewise.
2765
6348e046
AM
27662002-12-12 Alan Modra <amodra@bigpond.net.au>
2767
2768 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
2769 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
2770 DT_RELSZ adjustment, not output section. Avoid writing tags when
2771 unchanged. Don't assume linker script is sane, adjust DT_REL too.
2772 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
2773 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
2774 DT_RELASZ adjustment, not output section. Avoid writing tags when
2775 unchanged. Adjust DT_RELA.
2776 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
2777 formatting. Avoid writing tags when unchanged. Adjust DT_RELA.
2778
2e7a68a8
AO
27792002-12-12 Alexandre Oliva <aoliva@redhat.com>
2780
2781 * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
2782 addend by 4.
2783
b15e6682
AO
27842002-12-12 Alexandre Oliva <aoliva@redhat.com>
2785
2786 * elfxx-mips.c (struct mips_got_entry): New.
2787 (struct mips_got_info): Added got_entries field.
2788 (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
2789 (mips_elf_local_got_index, mips_elf_got_page,
2790 mips_elf_got16_entry): Re-implement in terms of new...
2791 (mips_elf_create_local_got_entry): Rewrite to use got_entries.
2792 Change return type.
2793 (mips_elf_highest): Warning clean-up.
2794 (mips_elf_create_got_section): Initialize got_entries.
2795 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
2796 local got size.
2797 (_bfd_mips_elf_size_dynamic_sections): Do not account for
2798 GOT_PAGE entries, since we now reuse GOT16 entries.
2799
e6af3a53
NC
28002002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
2801
2802 * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
2803 read-only section that lies after .text and before .data to be
2804 written into the output file and included in a_text.
2805 (translate_to_native_sym_flags): If an otherwise unrepresentable
2806 section was merged with .text, convert its symbols to N_TEXT
2807 symbols.
2808 * libaout.h (aout_section_merge_with_text_p): New macro.
2809
cf3d882d
AM
28102002-12-08 Alan Modra <amodra@bigpond.net.au>
2811
2812 * bfd-in.h: Comment typo fix. Formatting.
2813 * bfd-in2.h: Regenerate.
2814 * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
2815 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
2816 * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
2817
2f9bd3f6
RH
28182002-12-05 Richard Henderson <rth@redhat.com>
2819
2820 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
2821 Only send PCREL21B though the plt. Fix installed reloc type.
2822 (elfNN_ia64_relocate_section): Give error for dynamic reloc
2823 against PCREL22 or PCREL64I; clean up error messages for
2824 branch relocs.
2825
d0112f73
KB
28262002-12-04 Kevin Buettner <kevinb@redhat.com>
2827
2828 * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
2829 New functions.
2830 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
2831
c10d9d8f
JW
28322002-12-04 David Mosberger <davidm@hpl.hp.com>
2833
2834 * cpu-ia64-opc.c: Add operand constant "ar.csd".
2835
d48770d4
L
28362002-12-04 H.J. Lu <hjl@gnu.org>
2837
2838 * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
2839 BFD address when constructing local name.
2840
b6152c34
AS
28412002-12-04 Andreas Schwab <schwab@suse.de>
2842
2843 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
2844 member.
2845 (elf_m68k_link_hash_table_create): Initialize it.
2846 (elf_m68k_check_relocs): Handle symbols that are forced to be
2847 local due to visibility changes.
2848 (elf_m68k_adjust_dynamic_symbol): Likewise.
2849 (elf_m68k_size_dynamic_sections): Likewise.
2850 (elf_m68k_discard_copies): Likewise.
2851 (elf_m68k_relocate_section): Likewise.
2852
73374ef1
AM
28532002-12-04 Alan Modra <amodra@bigpond.net.au>
2854
2855 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
2856
c5c1944d
AM
28572002-12-04 Alan Modra <amodra@bigpond.net.au>
2858
2859 * srec.c (srec_write_symbols): Restore '$' prefix to address
2860 accidentally removed in 2002-04-04 change.
2861 (srec_get_symtab): Use 0 instead of `(long) FALSE'.
2862
e1a9cb8e
NC
28632002-12-03 Nick Clifton <nickc@redhat.com>
2864
2865 * elf32-ppc.c (apuinfo_list_init): New function.
73374ef1
AM
2866 (apuinfo_list_add): New function: Add a value to the list.
2867 (apuinfo_list_length): New function: Return the number of
2868 values on the list.
2869 (apuinfo_list_element): New function: Return a value on the
2870 list.
2871 (apuinfo_list_finish): New function: Free the resources used
2872 by the list.
2873 (ppc_elf_begin_write_processing): New function. Scan the
2874 input bfds for apuinfo sections.
2875 (ppc_elf_write_section): New function: Delay the creation of
2876 the contents of an apuinfo section in an output bfd.
2877 (ppc_elf_final_write_processing): New function. Create the
2878 contents of an apuinfo section in an output bfd.
2879 (elf_backend_begin_write_processing): Define.
2880 (elf_backend_final_write_processing): Define.
2881 (elf_backend_write_section): Define.
e1a9cb8e 2882
a823923b
RH
28832002-12-03 Richard Henderson <rth@redhat.com>
2884
2885 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
2886
30491647
SC
28872002-12-01 Stephane Carrez <stcarrez@nerim.fr>
2888
2889 Fix PR savannah/1417:
2890 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
2891 branch if it goes to the start of the deleted region.
2892
bc7c6a90
SC
28932002-12-01 Stephane Carrez <stcarrez@nerim.fr>
2894
2895 * bfd-in2.h (bfd_mach_m6812): Rebuild.
2896 * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
2897 bfd_mach_m6812s): Declare.
2898
2899 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
2900 (_bfd_m68hc12_elf_set_private_flags): Call it.
2901 (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
2902 (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
2903 report microcontroller incompatibilities (HC12 vs HCS12).
2904 (elf_backend_object_p): Update.
2905
b34976b6
AM
29062002-11-30 Alan Modra <amodra@bigpond.net.au>
2907
2908 * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
2909 (enum bfd_boolean, boolean): Delete.
2910 (bfd_boolean): Typedef to an int.
2911 (FALSE, TRUE): Define.
2912 * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
2913 aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
2914 aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
2915 binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
2916 coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
2917 coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
2918 coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
2919 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
2920 coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
2921 coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
2922 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
2923 cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
2924 cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
2925 cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
2926 cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
2927 cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
2928 cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
2929 cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
2930 cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
2931 cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
2932 dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
2933 elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
2934 elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
2935 elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
2936 elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
2937 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
2938 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
2939 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
2940 elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
2941 elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
2942 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
2943 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
2944 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
2945 elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
2946 elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
2947 elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
2948 hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
2949 i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
2950 libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
2951 libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
2952 m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
2953 mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
2954 nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
2955 pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
2956 pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
2957 pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
2958 reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
2959 som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
73374ef1 2960 syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
b34976b6
AM
2961 vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
2962 xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
2963 bfd_boolean, true with TRUE, false with FALSE. Simplify comparisons
2964 of bfd_boolean vars with TRUE/FALSE. Formatting.
2965 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
2966
947216bf
AM
29672002-11-28 Alan Modra <amodra@bigpond.net.au>
2968
2969 * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
2970 Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
2971 with Elf_Internal_Rela.
2972 * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
2973 elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
2974 elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
2975 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
2976 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
2977 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
2978 elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
2979 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
2980 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
2981 elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
2982 elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
2983 * elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
2984 throughout instead.
2985 * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
2986 * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
2987 Remove INLINE keyword.
2988 (elf_swap_reloc_in): Likewise. Also clear r_addend.
2989 (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
2990 as a bfd_byte *.
2991 (elf_write_relocs): Consolidate REL and RELA code.
2992 (elf_slurp_reloc_table_from_section): Simplify REL code.
2993 (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
2994 * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
2995 * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
2996 RELA code.
2997 (elf_link_adjust_relocs): Likewise. Don't malloc space for temp
2998 reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
2999 (elf_link_output_relocs): Likewise.
3000 (elf_reloc_link_order): Likewise.
3001 (elf_finish_pointer_linker_section): Likewise.
3002 (struct elf_link_sort_rela): Remove union.
3003 (elf_link_sort_cmp1): Update to suit.
3004 (elf_link_sort_cmp2): Here too.
3005 (elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
3006 over-allocation for int_rels_per_ext_rel != 1 case.
3007 * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
3008 * elf32-i386.c: Likewise.
3009 * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
3010 * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
3011 elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
3012 * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
3013 * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
3014 elf64-sparc.c, elf64-x86-64.c: Likewise.
3015 * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
3016 * elfxx-mips.c (sort_dynamic_relocs): Likewise for
3017 bfd_elf32_swap_reloc_in.
3018
3019 * elf32-arm.h: Update elf32_arm_info_to_howto calls.
3020 * elf32-mips.c: Likewise for mips_info_to_howto_rel.
3021 (mips_elf64_swap_reloc_in): Zero r_addend.
3022 (mips_elf64_be_swap_reloc_in): Likewise.
3023 (mips_elf64_slurp_one_reloc_table): Simplify.
3024
3025 * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
3026 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
3027 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
3028
1448fa32
KK
30292002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3030
3031 * elf32-sh.c (sh_elf_relocate_section): Don't complain about
73374ef1 3032 unresolved debugging relocs in dynamic applications.
1448fa32
KK
3033 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
3034
73722af0
AM
30352002-11-26 Alan Modra <amodra@bigpond.net.au>
3036
3037 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
3038 (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
3039 on a relocatable link. Comment typos.
3040 * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
3041 in the order they are declared. Clear elf_hash_value too.
3042 (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear
3043 eh_info and tls_segment.
3044 * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
3045 sorted when discarding relocs by turning them into R_*_NONE.
3046
3047 * libbfd.c (warn_deprecated): Comment spelling.
3048 * po/SRC-POTFILES.in: Regenerate.
3049
7c25b72c
RH
30502002-11-21 Richard Henderson <rth@redhat.com>
3051
3052 * elflink.h (elf_link_add_object_symbols): Don't overwrite the
3053 arch's st_other bits when merging visibilities.
3054 (elf_link_output_extsym): Tidy clearing of visibility field.
3055
dc12c51f
AM
30562002-11-21 Alan Modra <amodra@bigpond.net.au>
3057
3058 * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
3059 (SWAP_OUT_RELOC_OFFSET): Define.
3060
963f13ec
AO
30612002-11-20 Alexandre Oliva <aoliva@redhat.com>
3062
3063 * elf.c (_bfd_elf_link_hash_table_init): Make sure
3064 can_refcount is properly extended to the type of
3065 init_refcount.
3066
ee6423ed
AO
30672002-11-19 Alexandre Oliva <aoliva@redhat.com>
3068
4ffba85c
AO
3069 * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
3070 (_bfd_mips_elf_relocate_section): Use it.
3071
ee6423ed
AO
3072 * elfxx-mips.c (MNAME): New macro.
3073 (_bfd_mips_elf_check_relocs): Use it.
3074 (_bfd_mips_elf_discard_info): Likewise.
3075 (_bfd_mips_elf_final_link): Likewise.
3076
cdcf6e38
AM
30772002-11-19 Alan Modra <amodra@bigpond.net.au>
3078
3079 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
3080 rel_hdr.sh_size too.
3081
93509525
KD
30822002-11-18 Klee Dienes <kdienes@apple.com>
3083
3084 * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
3085 (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
3086 (BFD_H_FILES): Add bfdwin.c, bfdio.c.
3087 (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
3088 Add dependencies for bfdwin.c, bfdio.c.
3089 * bfd.c: Remove bfd_get_mtime, bfd_get_size.
3090 * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
3091 bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
3092 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
3093 * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
3094 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
3095 bfd_get_size (moved from libbfd.c and bfd.c).
3096 * bfdwin.c New file. Contains _bfd_window_internal,
3097 bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
3098 libbfd.c and bfd.c).
3099 * po/SRC-POTFILES.in: Regenerate.
3100 * po/bfd.pot: Regenerate.
3101 * libbfd.h: Regenerate.
3102 * bfd-in2.h: Regenerate.
3103 * aclocal.m4: Regenerate.
3104 * Makefile.in: Regenerate.
3105 * configure: Regenerate.
3106
3ae41454
AM
31072002-11-18 Klee Dienes <kdienes@apple.com>
3108
3109 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
3110
e514ac71
NC
31112002-11-15 Kazu Hirata <kazu@cs.umass.edu>
3112
3113 * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
3114 jsr after a short jump.
3115 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
3116
eddc4f81
KD
31172002-11-15 Klee Dienes <kdienes@apple.com>
3118
3119 * pef.c (bfd_pef_convert_architecture): Move declaration of
3120 ARCH_POWERPC and ARCH_M68K to the start of the function.
3121
51908eee
SS
31222002-11-14 Svein E. Seldal <Svein.Seldal@solidas.com>
3123
3124 * coff-tic4x.c (tic4x_howto_table): Formatting fixup
3125
3416d2e7
HPN
31262002-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3127
3128 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
3129 For bpo_gregs_section->contents, allocate _raw_size, not
3130 _cooked_size.
3131
b1c58715
AM
31322002-11-13 Klee Dienes <kdienes@apple.com>
3133
3134 * config.bfd: Add entries for powerpc-*-darwin and cousins.
3135
077ca68b
L
31362002-11-13 H.J. Lu <hjl@gnu.org>
3137
3138 * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
3139
e84d6fca
AM
31402002-11-13 Klee Dienes <kdienes@apple.com>
3141 Alan Modra <amodra@bigpond.net.au>
3142
3143 * bfd.c (struct bfd_preserve): New.
3144 (bfd_preserve_save): New function.
3145 (bfd_preserve_restore): Ditto.
3146 (bfd_preserve_finish): Ditto.
3147 * bfd-in2.h: Regenerate.
3148 * mach-o.c: Formatting.
3149 (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
3150 (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
3151 (bfd_mach_o_core_p): Ditto.
3152 (bfd_mach_o_scan): Pass in mdata.
3153 * mach-o.h (bfd_mach_o_scan): Update prototype.
3154 * pef.c: Formatting.
3155 (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
3156 (bfd_pef_xlib_object_p): Ditto.
3157 (bfd_pef_scan): Pass in mdata. Move version check to bfd_pef_object_p.
3158 * pef.h (bfd_pef_scan): Update prototype.
3159 * xsym.c: Formatting, K&R fixes.
3160 (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
3161 (bfd_sym_scan): New function split out from bfd_sym_object_p.
3162 * xsym.h (bfd_sym_scan): Declare.
3163 * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
a7f84125 3164 * elfcore.h (elf_core_file_p): Likewise.
e84d6fca
AM
3165 * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
3166
cd24c222
NC
31672002-11-12 Nick Clifton <nickc@redhat.com>
3168
3169 * po/da.po: Updated Danish translation.
3170
99eb2ac8
AM
31712002-11-12 Alan Modra <amodra@bigpond.net.au>
3172
d6fe2dc1
AM
3173 * elflink.h (elf_link_add_object_symbols): Optimize stabs for
3174 relocatable link too.
3175 (elf_link_input_bfd): When emitting relocs, adjust offsets for
3176 eh_frame and stab sections. Zap deleted relocs.
3177 (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
3178 (elf_bfd_discard_info): Run for relocatable link too.
3179 * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd. Make global.
3180 Handle ld -r case.
3181 (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
3182 * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
3183
126495ed
AM
3184 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
3185 (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
3186 (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
3187 (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
3188 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
3189 (struct elf_link_hash_table): Add eh_info.
3190 (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
3191 (_bfd_elf_discard_section_eh_frame): Update prototype.
3192 (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
3193 (_bfd_elf_write_section_eh_frame): Likewise.
3194 (_bfd_elf_write_section_eh_frame_hdr): Likewise.
3195 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
3196 param. Get "hdr_info" from link hash table.
3197 (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param. Get
3198 header section from link hash table. Save header section to elf_tdata.
3199 (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec". Use
3200 header section from link hash table. Don't alloc hdr_info. Clear
3201 hdr_sec instead of setting "strip".
3202 (_bfd_elf_eh_frame_section_offset): Formatting.
3203 (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
3204 Get header section from link hash table.
3205 (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
3206 Get header section from link hash table.
3207 * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
3208 (get_program_header_size): Likewise.
3209 (_bfd_elf_section_offset): Formatting.
3210 * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
3211 section pointer in link hash table.
3212 (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
3213 and _bfd_elf_write_section_eh_frame calls. Update comment about
3214 eh_frame entries.
3215 (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
3216 _bfd_elf_discard_section_eh_frame_hdr calls. Remove "ehdr".
3217
3218 * po/SRC-POTFILES.in: Regenerate.
3219
99eb2ac8
AM
3220 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
3221 relocs for discarded FDEs. Remove dead code.
3222 (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
3223 * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
3224 Tidy conditions under which stabs are edited. Formatting.
3225 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
3226 from discarded relocs.
3227 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
3228 section adjustments after testing magic values.
3229
7c319a27
AM
32302002-11-12 Thomas Moestl <tmm@FreeBSD.org>
3231
3232 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
3233 references to large plt symbols.
3234
a95a4550
AM
32352002-11-12 Klee Dienes <kdienes@apple.com>
3236
3237 * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
3238 looking for an unused section name.
3239
bc7eab72
KH
32402002-11-11 Kazu Hirata <kazu@cs.umass.edu>
3241
3242 * coff-h8300.c: Fix formatting.
3243 * elf32-h8300.c: Likewise.
3244 * reloc16.c: Likewise.
3245
52585bb8
AM
32462002-11-09 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
3247
3248 * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
3249 section when dynamic section unused; _bfd_strip_section_from_output
3250 instead.
3251
9f632188
AM
32522002-11-08 Alan Modra <amodra@bigpond.net.au>
3253
207b304b
AM
3254 * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
3255 and sym_vec.
3b029f65 3256
9f632188
AM
3257 * dwarf2.c: Revert last change.
3258
ec4530b5
NC
32592002-11-07 Michal Ludvig <mludvig@suse.cz>
3260
9b5ecbd0 3261 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
ec4530b5
NC
3262 _bfd_dwarf2_find_nearest_line): Use
3263 bfd_simple_get_relocated_section_contents() instead of
3264 bfd_get_section_contents().
3265 * reloc.c (bfd_perform_relocation): Add sanity check.
3266 * simple.c (simple_get_relocated_section_contents): If the section
3267 does not have any relocs associated with it, just return the
3268 unadjusted contents.
3269
205cfeb0
HPN
32702002-11-07 Hans-Peter Nilsson <hp@axis.com>
3271
3272 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
3273 case R_CRIS_32_GOT>: Correct test for filling in constant .got
3274 contents, enabling for a non-DSO, for symbols defined in the
3275 program with --export-dynamic.
3276
87e226ce
AM
32772002-11-07 Alan Modra <amodra@bigpond.net.au>
3278
3279 * elf64-ppc.c: Comment typo fixes.
3280 (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
3281
235c4794
NC
32822002-11-07 Nick Clifton <nickc@redhat.com>
3283
3284 * po/da.po: Updated Danish translation.
3285
49179469
AO
32862002-11-06 Alexandre Oliva <aoliva@redhat.com>
3287
3288 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
3289 exactly three internal relocs per external reloc. Set reloc_count
3290 to the external reloc count.
3291
246178f2
NC
32922002-11-06 Klee Dienes <kdienes@apple.com>
3293
3ae41454 3294 * coff-stgo32.c (stub_bytes): Mark as const.
246178f2
NC
3295 Fix comment formatting.
3296
3af9a47b
NC
32972002-11-06 Klee Dienes <kdienes@apple.com>
3298
3ae41454 3299 * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
3af9a47b
NC
3300 xsym.lo.
3301 (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
3302 (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
3303 * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
3304 * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
3305 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
3306 sym.
3ae41454 3307 (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
3af9a47b
NC
3308 * Makefile.in: Regenerate.
3309 * doc/Makefile.in: Regenerate.
3ae41454 3310 * bfd-in2.h: Regenerate.
3af9a47b
NC
3311 * xsym.c: New file. Contains support for the Apple/Metrowerks
3312 xSYM debugging format.
3313 * xsym.h: New file.
3314 * pef.c: New file. Contains support for the Apple Code Fragment
3315 Manager Preferred Executable Format
3316 * pef.h: New file.
3317 * pef-traceback.h: New file. Contains support for parsing PowerPC
3318 traceback tables as used by PEF executables (and perhaps other
3319 systems as well).
3ae41454 3320 * mach-o.c: New file. Contains support for the Mach-O object file
3af9a47b
NC
3321 format.
3322 * mach-o.h: New file.
3323 * mach-o-target.c: New file. Declares the mach-o targets
3324 themselves. Included three times by mach-o.c; each time with a
3325 different set of macros set.
3ae41454 3326
b6821651 33272002-11-06 Graeme Peterson <gp@qnx.com>
911b232a
AM
3328
3329 * Makefile.am: Remove entries for elf32-qnx.[ch].
3330 * Makefile.in: Regenerate.
3331 * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
3332 ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
3333 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
3334 * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
3335 bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
3336 and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
3337 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
3338 * configure: Regenerate.
3339 * elf32-qnx.c: Remove.
3340 * elf32-qnx.h: Remove.
3341 * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
3342 is_contained_by_filepos, and copy_private_bfd_data_p.
ad12c1c5
AM
3343 * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
3344 is_contained_by_filepos, and copy_private_bfd_data_p.
911b232a
AM
3345 * elf32-i386.c: Remove QNX extended bfd support.
3346 * elf32-ppc.c: Remove QNX extended bfd support.
3347 * elf32-sh.c: Remove QNX extended bfd support.
3348 * elfarm-nabi.c: Remove QNX extended bfd support.
3349 * targets.c: Remove qnx vectors.
3350 * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
3351 (elf_backend_is_contained_by_filepos): Remove.
3352 (elf_backend_copy_private_bfd_data_p): Remove.
3353 * po/SRC-POTFILES.in: Regenerate.
3354
b6821651
AM
33552002-11-06 David O'Brien <obrien@FreeBSD.org>
3356 Alan Modra <amodra@bigpond.net.au>
3357
3358 * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
3359 dynamic relocs against section symbols for the output section vma.
3360
33612002-11-05 Alan Modra <amodra@bigpond.net.au>
3362
3363 * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
3364 t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
3365
08f74004
AM
33662002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3367 Alan Modra <amodra@bigpond.net.au>
3368
3369 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
3370 vectors in target_selvecs.
3371 (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
3372 in target_selvecs.
3373 (sh-*-netbsdelf*): Likewise.
3374 * configure.in (assocvecs): New variable. Handle assocvecs like
3375 selvecs.
3376 * configure: Regenerate.
3377 * format.c (bfd_check_format_matches): Store bfd_target pointers
3378 in matching_vector instead of target names. Select first target
3379 from bfd_associated_vector that matches a list of ambiguous targets.
3380 * targets.c (_bfd_associated_vector): New array.
3381 (bfd_associated_vector): New variable.
3382 (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
3383 * libbfd-in.h (bfd_associated_vector): Declare.
3384 * libbfd.h: Regenerate.
3385
89117aab
AM
33862002-11-05 Elias Athanasopoulos <eathan@otenet.gr>
3387
3388 * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
3389 non-NULL before dereferencing.
3390
5e9aae3e
KK
33912002-11-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3392
3393 * vms.c (vms_object_p): Restore the start address when returning
3394 NULL.
3395
c97e73dd
AM
33962002-11-04 Alan Modra <amodra@bigpond.net.au>
3397 Hans-Peter Nilsson <hp@axis.com>
3398
3399 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
3400 (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
3401 Set up a larger symshndxbuf, and write it out. Free it on
3402 exit rather than freeing symbuf twice. Correct section index
3403 on output section symbol loop.
3404 (elf_link_output_sym): Accumulate symbol extension section
3405 indices, reallocating symshndxbuf rather than writing it out.
3406 (elf_link_flush_output_syms): Don't flush symshndxbuf.
3407 * elf.c (assign_section_numbers): Init i_shdrp to all zero.
3408 Use bfd_zalloc to clear i_shdrp[0] too.
3409
3463048e
SC
34102002-11-03 Stephen Clarke <stephen.clarke@earthling.net>
3411
3412 * elf32-sh64-com.c (sh64_address_in_cranges): Use
3413 _raw_size of cranges section if _cooked_size not yet set.
3414
63a23799
HPN
34152002-11-03 Hans-Peter Nilsson <hp@axis.com>
3416
3417 * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
3418 for bfd_elf32_swap_symbol_out.
3419
e68cc12e
DB
34202002-10-31 David O'Brien <obrien@FreeBSD.org>
3421
3422 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
3423 signed and unsigned in comparison.
3424
db4b6d01
DJ
34252002-10-30 Daniel Jacobowitz <drow@mvista.com>
3426
3427 * coffcode.h: Remove extraneous '\'.
3428
840f0243
L
34292002-10-28 H.J. Lu <hjl@gnu.org>
3430
3431 * Makefile.am (targets.lo): Depend on Makefile instead of
3432 config.status.
3433 (archures.lo): Likewise.
3434 * Makefile.in: Regenerated.
3435
05a7e2db
JT
34362002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
3437
3438 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
3439 bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
3440 targ_selvecs.
3441
a0087177
JW
34422002-10-25 Jim Wilson <wilson@redhat.com>
3443
3444 * elf64-sh64.c (sh_elf64_relocate_section): Call
3445 _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
3446 of SHF_MERGE section.
3447
8718ac9c
HPN
34482002-10-25 Hans-Peter Nilsson <hp@axis.com>
3449
3450 * simple.c: Correct placement of ATTRIBUTE_UNUSED.
3451
d45913a0
DA
34522002-10-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
3453
3454 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
3455 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
3456 unsigned int.
3457 (NAME(aout,final_link)): Cast enum used in assignment.
3458 (aout_link_write_symbols): Cast enums in comparisons, int values to
3459 boolean, enums in assignments to int.
3460 (aout_link_input_section_std): Cast rel->r_index to unsigned int.
3461 (aout_link_input_section_ext): Likewise. Cast enums used in comparisons
3462 with unsigned ints.
3463 (aout_link_reloc_link_order): Cast enum to int in assignment.
3464 * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
3465 calls to char *.
3466 * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
3467 assignment.
3468 * bfd-in2.h (bfd_set_section_vma): Likewise.
3469 * bfd.c (bfd_record_phdr): Cast enums in assignments.
3470 * binary.c (bfd_alloc): Cast enum to long.
3471 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
3472 * dwarf2.c (read_abbrevs): Add casts to enum types.
3473 (read_attribute_value): Likewise.
3474 (arange_add): Cast result of bfd_zalloc call.
3475 (comp_unit_contains_address): Return true and false.
3476 (comp_unit_find_nearest_line): Cast return to boolean.
3477 * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
3478 * gen-aout.c: define macro '_' if not defined.
3479 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
3480 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
3481 (bfd_write_bigendian_4byte_int): Cast return to boolean.
3482 (bfd_seek): Cast bfd_realloc to bfd_byte *.
3483 (bfd_generic_is_local_label_name): Cast return to boolean.
3484 * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
3485 * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
3486 struct bfd_hash_entry *.
3487 (_bfd_generic_link_hash_newfunc): likewise.
3488 (_bfd_generic_final_link): Cast enum to unsigned int.
3489 * merge.c (sec_merge_emit): Cast return to boolean.
3490 (merge_strings): Add casts to const unsigned char *.
3491 * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
3492 (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
3493 * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result to
3494 struct bfd_hash_entry *.
3495 (bfd_set_section_content): Add cast to PTR in comparison.
3496 * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
3497 simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
3498 simple_dummy_unattached_reloc,
3499 bfd_simple_get_relocated_section_contents): Add K&R declarations and
3500 function definitions.
3501 * srec.c (S3Forced): Initialize to false.
3502 (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
3503 * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
3504 (_bfd_discard_section_stabs): Likewise. Also cast return to boolean.
3505 * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
3506 (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
3507 comparisons.
3508
475c2a7e
JJ
35092002-10-23 Jakub Jelinek <jakub@redhat.com>
3510
3511 * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
3512 relocs into shared lib non-allocated reloc sections.
3513
e82ce529
AM
35142002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu>
3515
3516 * dwarf2.c (add_line_info): Ensure that the line_info_table is
3517 sorted even when given an out-of-order line sequence.
3518 (lookup_address_in_line_info_table): When an exact VMA match is
3519 not found, return line information with the closest VMA.
3520
f2482cb2
NC
35212002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
3522
3523 * elf64-hppa.c: Force DT_FLAGS to always be set. Required by
3524 HPUX 11.00 patch PHSS_26559.
3525
c1fd6598
AO
35262002-10-22 Alexandre Oliva <aoliva@redhat.com>
3527
3528 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
3529 the options section into a separate section unless IRIX 6
3530 compatibility is enabled.
3531
033fd5f9
AO
35322002-10-22 Alexandre Oliva <aoliva@redhat.com>
3533
3534 * elflink.h (struct elf_link_sort_rela): Turn rel and rela
3535 into arrays.
3536 (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
3537 (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
3538 into account.
3539 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
3540 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
3541
ef485c01
AM
35422002-10-21 Graeme Peterson <gp@qnx.com>
3543
3544 * targets.c (_bfd_target_vector): Add missing qnx vectors.
3545
b50afec9
AM
35462002-10-21 Alan Modra <amodra@bigpond.net.au>
3547
3548 * targets.c (bfd_target_list): Don't return the default target twice.
3549
5fe39cae
AM
35502002-10-21 Elias Athanasopoulos <eathan@otenet.gr>
3551
3552 * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
3553 perror with bfd_perror.
3554
5d603aa9
L
35552002-10-19 H.J. Lu <hjl@gnu.org>
3556
3557 * elflink.h (elf_link_add_object_symbols): Correctly handle
3558 DT_RPATH and DT_RUNPATH.
3559
e377ab71
MK
35602002-10-19 Mark Kettenis <kettenis@gnu.org>
3561
3562 * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
3563
0d09fec6
DC
35642002-10-17 Denis Chertykov <denisc@overta.ru>
3565
3566 * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
3567 for ip2k port.
3568
acf8aed4
AM
35692002-10-17 Alan Modra <amodra@bigpond.net.au>
3570
3571 * elfxx-target.h (USE_REL): Don't define as 1.
3572 * elf32-arm.h (USE_REL): Provide a default define of 0.
3573 Use #if rather than #ifdef when testing USE_REL.
3574 * elf32-m32r.c: Likewise.
3575
3576 * elf32-arc.c (USE_REL): Define as 1.
3577 * elf32-d10v.c (USE_REL): Likewise.
3578 * elf32-m32r.c (USE_REL): Likewise.
3579 * elf32-m68hc11.c (USE_REL): Likewise.
3580 * elf32-m68hc12.c (USE_REL): Likewise.
3581 * elf32-or32.c (USE_REL): Likewise.
3582 * elfarm-nabi.c (USE_REL): Likewise.
3583
f52d1d64
JJ
35842002-10-16 Jakub Jelinek <jakub@redhat.com>
3585
3586 * config.bfd (s390-*-linux*): Add targ64_selvecs.
3587 (s390x-*-linux*): Add targ_selvecs.
3588
2bc3c89a
AM
35892002-10-16 Alan Modra <amodra@bigpond.net.au>
3590
3591 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
5fe39cae 3592 elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
2bc3c89a
AM
3593 elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
3594 elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo.
3595 (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
3596 (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
3597 (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
3598 (SOURCE_HFILES): Add elf32-qnx.h.
3599 (BUILD_HFILES): Add bfdver.h.
3600 Run "make dep-am".
3601 * Makefile.in: Regenerate.
3602 * configure.in Update bfd vector dependencies.
3603 * configure: Regenerate.
3604 * elf32-i386-fbsd.c: Delete. Move code to elf32-i386.c.
3605 * elf32-i386qnx.c: Likewise.
3606 * elf32-ppcqnx.c: Delete. Move code to elf32-ppc.c.
3607 * elf32-sh-nbsd.c: Delete. Move code to elf32-sh.c.
3608 * elf32-sh-lin.c: Likewise.
3609 * elf32-shqnx.c: Likewise.
3610 * elf32-sh64-lin.c: Delete. Move code to elf32-sh64.c.
3611 * elf32-sh64-nbsd.c: Likewise.
3612 * elf64-sh64-lin.c: Delete. Move code to elf64-sh64.c.
3613 * elf64-sh64-nbsd.c: Likewise.
3614 * elfarmqnx-nabi.c: Delete. Move code to elfarm-nabi.c.
3615 * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
3616 * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
3617 * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
3618 * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
3619 (elf_backend_is_contained_by_filepos): Likewise.
3620 (elf_backend_copy_private_bfd_data_p): Likewise.
3621 Globalize and move functions to..
3622 * elf32-qnx.c: ..here. New file.
3623 * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests. Don't
3624 emit target vectors when INCLUDE_SHMEDIA.
3625 * elf32-sh64.c: Remove ELF_ARCH test. Move TARGET_* etc. defines to
3626 end of file.
3627 * elf64-sh64.c: Remove ELF_ARCH test.
3628 * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
3629 * po/BLD-POTFILES.in: Regenerate.
3630 * po/SRC-POTFILES.in: Regenerate.
3631
90c9df85
AM
36322002-10-16 Alan Modra <amodra@bigpond.net.au>
3633
366f2964
AM
3634 * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
3635 loaded with --just-symbols.
3636
90c9df85
AM
3637 * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
3638 * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
3639 * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
3640 * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
3641
2238051f
RH
36422002-10-15 Richard Henderson <rth@redhat.com>
3643
3644 * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
3645 (BFD64_BACKENDS_CFILES): Likewise.
3646 * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
3647 * elf64-alpha-fbsd.c: Remove file, move code ...
3648 * elf64-alpha.c: ... here.
3649 * Makefile.in, configure: Rebuild.
3650
64e04ecd
RH
36512002-10-14 Richard Henderson <rth@redhat.com>
3652
3653 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
3654 VALUE, not ADDEND.
3655
396a6083
SC
36562002-10-14 Stephen Clarke <stephen.clarke@superh.com>
3657
3658 * elf32-sh.c (elf_sh_link_hash_entry): Replace
3659 datalabel_got_offset with union of datalabel_got
3660 offset and refcount.
3661 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
3662 (allocate_dynrelocs): Delete unnecessary code for
3663 STT_DATALABEL type. Create entry in got for
3664 datalabel version of symbol if datalabel_got.refcount > 0.
3665 (sh_elf_relocate_section): Use datalabel_got union.
3666 (sh_elf_gc_sweep_hook): Pull common code to initialize
3667 h and eh out of switch statement. Declare seen_stt_datalabel.
3668 Initialize it. Decrement datalabel_got.refcount for
3669 got relocs when seen_stt_datalabel is true.
3670 Decrement local_got_refcounts entry for datalabel got relocs
3671 of local symbols.
3672 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
3673 (sh_elf_check_relocs): Declare seen_stt_datalabel.
3674 Initialize it. When seen_stt_datalabel is true, increment
3675 datalabel_got refcount rather than got.refcount.
3676 (sh_elf_finish_dynamic_symbol): Create relocs to
3677 initialize got entry for datalabel version of symbol.
3678
6a0735ef
AM
36792002-10-14 Alan Modra <amodra@bigpond.net.au>
3680
3681 * Makefile.am: Run "make dep-am".
3682 (BFD_H_FILES): Remove version.h.
3683 * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
3684 * version.h: ..to here.
3685 * configure.in (bfd_version_date): Remove.
3686 (AC_OUTPUT): Make bfdver.h from version.h.
3687 * bfd.c: #include "bfdver.h".
3688 * vms-hdr.c: Likewise.
3689 * Makefile.in: Regenerate.
3690 * bfd-in2.h: Regenerate.
3691 * configure: Regenerate.
3692 * po/SRC-POTFILES.in: Regenerate.
3693
686e4055
AM
36942002-10-14 Alan Modra <amodra@bigpond.net.au>
3695
3696 * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
3697 bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
3698 bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
3699 bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
3700 bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
3701 bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
3702 bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
3703 bfd_mach_ip2022, bfd_mach_ip2022ext,
3704 bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
3705 * bfd-in2.h: Regenerate.
3706
019dca2b
KK
37072002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3708
3709 * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
3710 endian vector to targ_selvecs.
3711
bce03d3d
AO
37122002-10-13 Alexandre Oliva <aoliva@redhat.com>
3713
3714 * elfxx-mips.c (mips_elf_calculate_relocation): Take
3715 save_addend argument. Don't apply the 32-bit mask to a
3716 GPREL32 value if it's to be used in another relocation. Don't
3717 use forced-check computation of local_p to decide whether to
3718 add gp0 to GPREL16 value. Don't use only the lowest 16 bits
3719 of the addend of a non-in-place GPREL16 relocation.
3720 (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
3721 mips_elf_calculate_relocation().
3722
9b691193
SC
37232002-10-12 Stephane Carrez <stcarrez@nerim.fr>
3724
3725 * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
3726 with symbols in other sections if we relaxed something; the sections
3727 output offsets must be re-computed before.
3728
1f4c5b47
SC
37292002-10-12 Stephane Carrez <stcarrez@nerim.fr>
3730
3731 * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
3732 handling to use Elf_Internal_Sym.
3733 (m68hc11_elf_relax_delete_bytes): Likewise.
3734
5dc97655
KK
37352002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3736
3737 * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
3738 sh_elf_object_p, dtpoff_base): New functions.
3739 (sh_elf_howto_table): Add TLS relocs.
3740 (sh_reloc_map): Likewise.
3741 (sh_elf_info_to_howto): Support TLS relocs.
3742 (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
3743 (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
3744 New macros.
3745 (sh_elf_obj_tdata): New.
3746 (elf_sh_link_hash_table): Add tls_ldm_got.
3747 (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
3748 (allocate_dynrelocs): Support TLS relocs.
3749 (sh_elf_size_dynamic_sections): Likewise.
3750 (sh_elf_relocate_section): Support TLS relocs. Don't try to find
3751 .rela.got section when found already. Return false after printing
3752 error about unresolvable relocation.
3753 (sh_elf_gc_sweep_hook): Support TLS relocs.
3754 (sh_elf_check_relocs): Likewise.
3755 (sh_elf_finish_dynamic_symbol): Likewise.
3756 (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
3757 * reloc.c: Add SH TLS relocs.
3758 * bfd-in2.h, libbfd.h: Regenerate.
3759
6a0735ef
AM
37602002-10-11 Daniel Jacobowitz <drow@mvista.com>
3761
3762 * Makefile.in: Regenerated.
3763
af39267e
DJ
37642002-10-11 Daniel Jacobowitz <drow@mvista.com>
3765
3766 * Makefile.am: Run dep-am.
6a0735ef 3767 (BFD_H_DEP): Add simple.c and linker.c.
af39267e
DJ
3768 (BFD32_LIBS): Add simple.lo.
3769 (BFD32_LIBS_CFILES): Add simple.c.
3770 * Makefile.in: Regenerated.
3771 * bfd-in2.h: Regenerated.
3772 * simple.c: New file.
3773
0be617ce
AM
37742002-10-11 Alan Modra <amodra@bigpond.net.au>
3775
14a793b2
AM
3776 * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
3777 (record_thumb_to_arm_glue): Likewise.
3778 * ecoff.c (ecoff_link_add_externals): Likewise.
3779 * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
3780 (record_thumb_to_arm_glue): Likewise.
3781 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
3782 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
3783 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
3784 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
3785 * elf64-ppc.c (func_desc_adjust): Likewise.
3786 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
3787 (sh64_elf64_create_dynamic_sections): Likewise.
3788 * elflink.c (_bfd_elf_create_got_section): Likewise.
3789 (_bfd_elf_create_dynamic_sections): Likewise.
3790 (_bfd_elf_create_linker_section): Likewise.
3791 * elflink.h (elf_add_default_symbol): Likewise.
3792 (elf_link_create_dynamic_sections): Likewise.
3793 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
3794 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
3795 * elfxx-mips.c (mips_elf_create_got_section): Likewise.
3796 (_bfd_mips_elf_add_symbol_hook): Likewise.
3797 (_bfd_mips_elf_create_dynamic_sections): Likewise.
3798 * linker.c (generic_link_add_symbol_list): Likewise.
3799 * xcofflink.c (xcoff_link_add_symbols): Likewise.
3800
3801 * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
3802
0be617ce 3803 * elf64-ppc.c (edit_opd): Only zero opd syms when function is
7f6a7663 3804 completely removed. Correct local sym adjustment.
0be617ce 3805
0a4ef3f4
SC
38062002-10-10 Stephen Clarke <stephen.clarke@superh.com>
3807
3808 * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
3809 Correct mistake in calculation of address of .got.
3810 * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
3811 elf_sh64_pic_plt_entry_le): Likewise.
3812
efacd36e
SC
38132002-10-09 Richard Shann <richard.shann@superh.com>
3814 Stephen Clarke <stephen.clarke@superh.com>
3815
3816 * Makefile.am: Add entries for elf32-sh64-lin.c and
3817 elf64-sh64-lin.c. Regenerate.
3818 * Makefile.in: Regenerate.
9b5ecbd0 3819 * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
efacd36e
SC
3820 to use sh64 vectors rather than sh vectors.
3821 * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
3822 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
3823 * configure: Regenerate.
3824 * elf32-sh64-lin.c: New file.
3825 * elf64-sh64-lin.c: New file.
3826 * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5fe39cae
AM
3827 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
3828
299bf759
L
38292002-10-08 H.J. Lu <hjl@gnu.org>
3830
3831 * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
3832 IE->LE transition for R_386_TLS_IE.
3833
51020317
AM
38342002-10-08 Alan Modra <amodra@bigpond.net.au>
3835
3836 * elf64-ppc.c (edit_opd): Correct test for discarded sections.
3837
a8fcf378
NC
38382002-10-07 Mark Elbrecht <snowball3@softhome.net>
3839
51020317
AM
3840 * cofflink.c (mark_relocs): Don't mark relocations in excluded
3841 sections.
a8fcf378 3842
a16d5acb
AM
38432002-10-07 Alan Modra <amodra@bigpond.net.au>
3844
a6b511bd
AM
3845 * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
3846 code.
3847
a16d5acb
AM
3848 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
3849
7c4a37eb
AM
38502002-10-06 Alan Modra <amodra@bigpond.net.au>
3851
3852 * opncls.c: Formatting.
3853 (_bfd_new_bfd): Use a smaller section hash table.
3854
7c4ca42d
AO
38552002-10-05 Alexandre Oliva <aoliva@redhat.com>
3856
3857 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
3858 of the other two relocations packed with a REL32 to NONE.
3859
4989d792
SC
38602002-10-02 Stephen Clarke <stephen.clarke@superh.com>
3861
3862 * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
3863 (sh_elf_link_hash_newfunc): Initialize it.
3864 (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
3865 to got.refcount for symbols that are forced local or when
3866 we have direct got refs.
3867 (sh_elf_gc_sweep_hook): Adjust gotplt_refcount. Use it
3868 to correctly adjust got.refcount and plt.refcount.
3869 (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
3870 (sh_elf_check_relocs): Increment gotplt_refcount.
51020317 3871
7c445aa3
JJ
38722002-10-01 Jakub Jelinek <jakub@redhat.com>
3873
3874 * elf32-i386.c (elf_i386_relocate_section): Fix
3875 movl foo@indntpoff, %eax IE->LE transition.
3876
abcf1d52
JJ
38772002-10-01 Jakub Jelinek <jakub@redhat.com>
3878
3879 * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
3880 sequence and its transitions.
3881
a45bb67d
JJ
38822002-10-01 Jakub Jelinek <jakub@redhat.com>
3883
3884 * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
3885 to st_value + addend in non-code sections.
3886 * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
3887 R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
3888
00707a0e 38892002-09-30 Gavin Romig-Koch <gavin@redhat.com>
51020317
AM
3890 Ken Raeburn <raeburn@cygnus.com>
3891 Aldy Hernandez <aldyh@redhat.com>
3892 Eric Christopher <echristo@redhat.com>
3893 Richard Sandiford <rsandifo@redhat.com>
00707a0e
RS
3894
3895 * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
3896 (bfd_mach_mips5500): New.
3897 * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
3898 (arch_info_struct): Add corresponding entries here.
3899 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
3900 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
3901 (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
3902 bfd_mach_mips5400 and bfd_mach_mips5500.
3903 (_bfd_mips_elf_mach_extends_p): New function.
3904 (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
3905 the EF_MIPS_MACH flags.
3906 * bfd-in2.h: Regenerate.
3907
624f0b25
JT
39082002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
3909
3910 * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
3911 .got sections.
3912
b89fe0ee
AM
39132002-09-28 Alan Modra <amodra@bigpond.net.au>
3914
3915 * elf.c (map_sections_to_segments): Correct test for start of
3916 writable section in the same page as end of read-only section.
3917
b29635ba
JT
39182002-09-27 Matt Thomas <matt@3am-software.com>
3919
3920 * elf32-vax.c (elf_vax_check_relocs): Remove unused
3921 local_got_refcounts usage. Remove allocation of got slot.
3922 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
3923 Remove de-allocation of got slot.
3924 (elf_vax_size_dynamic_section): Fix some indentation. Add hash
3925 traversal for elf_vax_instantiate_got_entries. Allow empty .got
3926 sections to be GC'ed.
3927 (elf_vax_instantiate_got_entries): New function.
3928 (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling. Remove
3929 tests that are now handled by elf_vax_instantiate_got_entries.
3930 Assert GOT entry falls within .got section size. Remove redundant
3931 comparisions. Fix comments.
3932
bffbf940
JJ
39332002-09-27 Jakub Jelinek <jakub@redhat.com>
3934
3935 * reloc.c: Add x86-64 TLS relocs.
3936 * bfd-in2.h, libbfd.h: Rebuilt.
3937 * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
3938 relocs. Add TLS relocs.
3939 (x86_64_reloc_map): Add TLS relocs.
3940 (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
3941 (struct elf64_x86_64_link_hash_entry): Add tls_type field.
3942 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
3943 (elf64_x86_64_hash_entry): Define.
3944 (struct elf64_x86_64_obj_tdata): New.
3945 (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
3946 (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
3947 (link_hash_newfunc): Initialize tls_type.
3948 (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
3949 (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
3950 (elf64_x86_64_mkobject): New.
3951 (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
3952 (elf64_x86_64_tls_transition): New.
3953 (elf64_x86_64_check_relocs): Add r_type variable and use it.
3954 Handle TLS relocs.
3955 (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
3956 (allocate_dynrelocs): Allocate GOT space for TLS relocs.
3957 (elf64_x86_64_size_dynamic_sections): Likewise.
3958 (dtpoff_base, tpoff): New.
3959 (elf64_x86_64_relocate_section): Handle TLS relocs.
3960 (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
3961 entries.
3962 (bfd_elf64_mkobject): Define.
3963
3964 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
3965 DF_STATIC_TLS if shared.
3966
14366460
TS
39672002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3968
3969 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
3970 empty relocation sections.
3971
9f951329
AM
39722002-09-26 Alan Modra <amodra@bigpond.net.au>
3973
3974 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
3975 (ppc64_elf_build_stubs): Build them here instead.
3976
6b3ac709
JJ
39772002-09-24 Jakub Jelinek <jakub@redhat.com>
3978
3979 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
3980 addend into r_addend, not *r_offset.
3981 (elf32_sparc_finish_dynamic_symbol): Likewise.
3982 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
3983 R_SPARC_RELATIVE's r_offset.
3984
e2f6d277
NC
39852002-09-23 Nathan Tallent <eraxxon@alumni.rice.edu>
3986
3987 * dwarf2.c (decode_line_info): Update to correctly decode
3988 the (non-standard DWARF2) out-of-order address sequences
3989 generated by the Intel C++ 6.0 compiler for ia64-Linux.
3990
f3961b2b
DD
39912002-09-23 Mark Elbrecht <snowball3@softhome.net>
3992
3993 * config.bfd: For DJGPP targets, match with any cpu and any machine.
3994
ad34bc37
AM
39952002-09-23 Alan Modra <amodra@bigpond.net.au>
3996
3997 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
3998 for discarded FDEs. Remove redundant assignment.
3999 * elflink.h (elf_bfd_discard_info): Save edited relocs.
4000
82988bff
L
40012002-09-22 H.J. Lu <hjl@gnu.org>
4002
4003 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
4004 the relocation count between different .reloc sections.
4005
5ad8645c
AM
40062002-09-21 Alan Modra <amodra@bigpond.net.au>
4007
5f819128
AM
4008 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
4009 ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
4010 R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and
4011 R_PPC_EMB_RELSDA.
4012
5ad8645c
AM
4013 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
4014 unsigned. Move "symcount" assignment out of loop.
4015 * Makefile.am: Run "make dep-am".
4016 * Makefile.in: Regenerate.
4017 * configure: Regenerate.
4018 * po/SRC-POTFILES.in: Regnerate.
4019
75936555
NC
40202002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
4021
4022 * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
4023 zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
4024 (e.g. IRIX64).
4025
2243deae
L
40262002-09-19 Jakub Jelinek <jakub@redhat.com>
4027
4028 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
4029 even if generating R_PPC_RELATIVE reloc.
4030 (ppc_elf_relocate_section): Make sure relocation is performed
4031 if skip == -2. Clear memory at r_offset when creating dynamic
4032 relocation.
4033
37e55690
JJ
40342002-09-19 Jakub Jelinek <jakub@redhat.com>
4035
4036 * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
4037 BFD_RELOC_386_TLS_GOTIE): Add.
4038 * bfd-in2.h, libbfd.h: Rebuilt.
4039 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
4040 and R_386_TLS_GOTIE.
4041 (elf_i386_reloc_type_lookup): Handle it.
4042 (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
4043 char instead of enum, change GOT_* into defines.
4044 (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
4045 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
4046 (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is
4047 accessed both as normal and TLS symbol. Move R_386_TLS_LDM and
4048 R_386_PLT32 cases so that R_386_TLS_IE can fall through.
4049 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
4050 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
4051 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
4052 (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
4053 tls_type is GOT_TLS_IE_BOTH.
4054 (elf_i386_size_dynamic_sections): Likewise.
4055 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
4056 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
4057 (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
4058 all 4 GOT_TLS_* TLS types.
4059
8e67855b
NC
40602002-09-19 Nick Clifton <nickc@redhat.com>
4061
4062 * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
4063 follow indirect links.
4064
1c59ba3f
NC
40652002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
4066
4067 * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
4068 correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
4069 on 64 bit machines.
4070 (ecoff_swap_sym_in) <iss>: Likewise.
0e327d91
NC
4071 * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
4072 ECOFF information: 'ioptMax' refers to the actual *size*
4073 of the optimization symtab, not the number of entries.
1c59ba3f 4074
9d7404b7
NC
40752002-09-19 Daniel Jacobowitz <drow@mvista.com>
4076
4077 * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
4078 ELF_LINK_HASH_NEEDS_PLT logic.
4079
05a487dc
DJ
40802002-09-18 Daniel Jacobowitz <drow@mvista.com>
4081
4082 * elfcode.h (elf_slurp_reloc_table_from_section): Check
4083 correct relocation count.
4084
1f70368c
DJ
40852002-09-17 Daniel Jacobowitz <drow@mvista.com>
4086
4087 * bfd-in.h (bfd_get_dynamic_symcount): Define.
4088 * bfd.c (struct _bfd): Add dynsymcount.
4089 * bfd-in2.h: Regenerated.
4090 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
4091 abfd->dynsymcount.
4092 * elfcode.h (elf_slurp_reloc_table_from_section): Check
4093 for overflow.
4094
51020317 40952002-09-17 Stan Cox <scox@redhat.com>
a902ee94
SC
4096
4097 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
4098 (mips_elf64_final_gp): Don't make up gp value.
4099 * elfn32-mips.c (mips_elf_final_gp): Likewise.
4100 * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
4101 .MIPS.options/.options section.
4102
290062cc
DB
41032002-09-17 David O'Brien <obrien@FreeBSD.org>
4104
4105 * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
4106 It is benign for FreeBSD < 4.1. Minor reformatting.
4107 * elf64-alpha-fbsd.c: Likewise.
4108
c5c1f40c
JJ
41092002-09-17 Jakub Jelinek <jakub@redhat.com>
4110
ca1eb0ba
JJ
4111 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
4112 addend.
c5c1f40c 4113
562ace6b
AM
41142002-09-17 Alan Modra <amodra@bigpond.net.au>
4115
4116 * elf64-alpha.c (alpha_elf_size_info): Make static.
4117
5af6ead6
AM
41182002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
4119
4120 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
4121 * cpu-tic4x.c: Ditto.
4122
cb9512fc
TS
41232002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4124
4125 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
4126 duplicate define.
4127
4ada7262
DB
41282002-09-16 Bruno Haible <bruno@clisp.org>
4129
4130 * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
4131 by a target variant implementation.
4132 * elf64-alpha.c: Likewise.
4133 * elf32-i386-fbsd.c: New file.
4134 * elf64-alpha-fbsd.c: New file.
4135 * targets.c: Support bfd_elf32_i386_freebsd_vec and
4136 bfd_elf64_alpha_freebsd_vec.
4137 * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
4138 bfd_elf64_alpha_freebsd_vec.
4139 * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
4140 (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
4141 (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
4142 (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
4143 (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
4144 * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
4145 specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
4146
6a30718d
JJ
41472002-09-12 Jakub Jelinek <jakub@redhat.com>
4148
4149 * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
4150 NULL.
4151 (elf_i386_relocate_section): Return false after printing error about
4152 unresolvable relocation.
4153
6cf9e9fe
NC
41542002-09-12 Nick Clifton <nickc@redhat.com>
4155
4156 * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
4157 R_ARM_THM_PC11.
4158
10f469bf
DJ
41592002-09-11 Jeffrey Law <law@redhat.com>
4160
4161 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
4162
dc43ada5
NC
41632002-09-11 Andrew Haley <aph@cambridge.redhat.com>
4164
4165 * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
4166 line_ptr before deciding we've found a symbol.
4167
e09f4395
NC
41682002-09-11 Nick Clifton <nickc@redhat.com>
4169
4170 * po/da.po: New Danish translation file.
4171 * configure.in (LINGUAS): Add 'da'.
4172 * configure: Regenerate.
4173
b3018b5f
NC
41742002-09-10 Michael Snyder <msnyder@redhat.com>
4175
4176 * irix-core.c (do_sections, do_sections64): New functions.
51020317 4177 (irix_core_core_file_p): Call new functions do_sections,
b3018b5f
NC
4178 do_sections64, depending on corefile (32-bit or 64-bit).
4179
2f21f25e
RH
41802002-09-09 Richard Henderson <rth@redhat.com>
4181
4182 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
4183 and PCREL21F like PCREL21B.
4184
28b94e7c
KB
41852002-09-04 Kevin Buettner <kevinb@redhat.com>
4186
51020317
AM
4187 * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
4188 vector.
28b94e7c 4189
5cec6941
NC
41902002-09-02 Nick Clifton <nickc@redhat.com>
4191
4192 * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
4193 names instead of cryptically overloaded bfd_reloc error
4194 codes.
4195 (v850_elf_relocate_section): Likewise.
4196 (v850_elf_relax_section): Replace caching of external symbols
4197 with caching of internal symbols obtained from calling
4198 bfd_elf_get_elf_syms().
51020317 4199 Fixup problems with freeing cached allocated memory blocks.
5cec6941 4200
3b77b1d5
AM
42012002-09-02 Alan Modra <amodra@bigpond.net.au>
4202
638524b5
AM
4203 * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
4204 (bfd_pj_arch): Use bfd_default_scan.
4205 * cpu-v850.c (scan): Remove.
4206 (N): Use bfd_default_scan.
4207 * cpu-z8k.c (scan_mach): Remove.
4208 (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
4209 first. Use bfd_default_scan.
4210
250d94fd
AM
4211 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
4212 bfd_mach constants.
4213 (ecoff_get_magic): Likewise.
4214 * elf32-v850.c (v850_elf_object_p): Likewise.
4215 (v850_elf_final_write_processing): Likewise.
4216 * mipsbsd.c (MY(set_arch_mach)): Likewise.
4217 (MY(write_object_contents)): Likewise.
4218 * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
4219 * coffcode.h (coff_write_object_contents): Likewise.
4220 (coff_set_arch_mach_hook): Add comment describing machine == 0.
4221 Remove unnecessary "machine" assignments.
4222 (coff_write_relocs): Test for the absolute section sym by testing
4223 section and flags.
4224
3b77b1d5
AM
4225 * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
4226 and bfd_mach_i386_i386_intel_syntax.
250d94fd 4227 * pdp11.c (NAME(aout,machine_type)): Likewise.
3b77b1d5 4228
e5b45b83
DA
42292002-08-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
4230
4231 * bfd-in.h (align_power): Cast constants to bfd_vma type.
4232 * bfd-in2.h (align_power): Likewise.
4233
37f45cf8
AM
42342002-08-30 Alan Modra <amodra@bigpond.net.au>
4235
4236 * Makefile.am: Run "make dep-am".
4237 * Makefile.in: Regenerate.
4238
4239 * cpu-avr.c (compatible): Don't use hard-coded mach constants.
4240 * cpu-powerpc.c (powerpc_compatible): Likewise.
4241 * cpu-rs6000.c (rs6000_compatible): Likewise.
4242
86aba9db
NC
42432002-08-28 Catherine Moore <clm@redhat.com>
4244
9b5ecbd0 4245 * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
86aba9db
NC
4246 (v850-elf-reloc): Don't resolve pc relative relocs.
4247 (v850_elf_ignore_reloc): New routine.
4248 (v850_elf_final_link_relocate): Handle new relocs.
4249 (v850_elf_relax_delete_bytes ): New routine.
4250 (v850_elf_relax_section): New routine.
4251 (bfd_elf32_bfd_relax_section): Define.
4252 (HOWTO): New entries for new relocs.
4253 * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
4254 (BFD_RELOC_V850_LONGJUMP): New reloc.
4255 (BFD_RELOC_V850_ALIGN): New reloc.
4256 * archures.c: Remove redundant v850ea architecture.
4257 * cpu-v850.c: Remove redundant v850ea support.
4258 * libbfd.h: Regenerate.
4259 * bfd-in2.h: Regenerated.
4260
026df7c5
NC
42612002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
4262
4263 * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
4264 * configure.in: Add tic4x_coff vector files.
4265 * configure: Regenerate.
4266 * Makefile.am: Add tic4x target.
4267 * Makefile.in: Regenerate.
4268
42692002-08-27 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4270
4271 * archures.c: Add the BFD arch type tic4x.
4272 * bfd-in.h: Add BFD_IN_MEMORY flag.
4273 * coff-tic4x.c: New file.
4274 * coffswap.h (coff_swap_sym_out): Add preadjuster.
4275 * cpu-tic4x.c: New file.
4276 * targets.c: Added tic4x- in list of xvecs.
4277 * ticoff.h: New file.
4278 * bfd-in2.h: Regenerate.
4279
88f7bcd5
NC
42802002-08-27 Adam Nemet <anemet@lnxw.com>
4281
4282 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
4283 bit of DT_INIT and DT_FINI for Thumb functions.
4284
c8e48751
AM
42852002-08-26 Alan Modra <amodra@bigpond.net.au>
4286
4287 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
4288
2846975a
AM
42892002-08-26 Alan Modra <amodra@bigpond.net.au>
4290
4291 * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
4292
067653c5
AM
42932002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4294
4295 * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
4296 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
4297 Likewise.
4298 (struct elf_sh_pcrel_relocs_copied): Removed.
4299 (struct elf_sh_dyn_relocs): New.
4300 (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
4301 field with dyn_relocs.
4302 (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
4303 sections and sym_sec.
4304 (sh_elf_link_hash_newfunc): Clear dyn_relocs.
4305 (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
4306 (sh_elf_create_dynamic_sections): Use create_got_section instead
4307 of _bfd_elf_create_got_section.
4308 (sh_elf_check_relocs): Likewise.
4309 (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
4310 sections.
4311 (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
4312 sh_elf_relocate_section, sh_elf_check_relocs,
4313 sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
4314 Likewise.
4315 (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
4316 dynamic relocations and avoiding the copy relocation when we
4317 didn't find any dynamic relocations in the section which has
4318 contents or is read-only.
4319 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
4320 (sh_elf_size_dynamic_sections): Don't reset the size of
4321 .rela.got section even if dynamic_sections_created flag is off.
4322 Don't use sh_elf_discard_copies. Scan all input bfd and use
4323 allocate_dynrelocs. Call readonly_dynrelocs to determine
4324 whether we need DT_TEXTREL.
4325 (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
4326 whether the symbol was never referred to.
4327 (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
4328 (sh_elf_gc_sweep_hook): Fill with the real sweep function.
4329 (sh_elf_check_relocs): Call create_got_section if the short-cut
4330 to .got is null. Increment reference counters only instead of
4331 allocating space on dynamic sections here. Don't conditionalize
4332 uninitialized got.offset value when marking the symbol as a
4333 global offset table entry. Keep relocations for symbols satisfied
4334 by a dynamic library to avoid copy relocations for the symbol.
4335 Set dynobj field of an elf hash table if needed.
4336 (sh_elf_finish_dynamic_sections): Handle null section pointer
4337 correctly.
4338 (elf_backend_copy_indirect_symbol): Defined.
4339 (elf_backend_can_refcount): Defined.
4340
7e326afc
NC
43412002-08-23 Nick Clifton <nickc@redhat.com>
4342
4343 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
4344 previous change. Add comment explaining why.
4345
c8614e8e
AM
43462002-08-23 Stephen Clarke <stephen.clarke@superh.com>
4347
4348 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
4349 contents of .got.plt[2] to tr0, not address of .got.plt.
4350 (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
4351 patching absolute plt entry. For shmedia plt entry, set bottom bit
4352 of branch to plt0 as this is a branch to an shmedia instruction.
4353 * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
4354 Copy contents of .got.plt[2] to tr0, not address of .got.plt.
4355 (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
4356 branch to plt0.
4357 (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
4358 patching absolute plt entry. For shmedia plt entry, branch to
4359 plt0 is now ptrel, so use relative offset. Set bottom bit of
4360 branch target as it is a branch to an shmedia instruction.
4361
3b587c71
AM
43622002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
4363 Richard Shann <richard.shann@superh.com>
4364
4365 * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
4366 value if .init is an SHmedia function. Similarly for DT_FINI.
4367 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
51020317 4368
957dcaa8
AM
43692002-08-23 Stephen Clarke <stephen.clarke@superh.com>
4370
3b587c71 4371 * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
957dcaa8 4372 dynamic section.
3b587c71 4373 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
957dcaa8 4374
a4263c47
NC
43752002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4376
4377 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
51020317 4378 byte read when reading the return address register column.
a4263c47 4379
db4ed121
NC
43802002-08-22 Nick Clifton <nickc@redhat.com>
4381
4382 * config.bfd: Add powepc64-*-*bsd* target.
4383
ed71e111
NC
43842002-08-22 Graeme Peterson <gp@qnx.com>
4385
4386 * Makefile.am: Add entries for elf32-shqnx.c
4387 * Makefile.in: Regenerate.
4388 * config.bfd: Add support sh-*-nto* target.
4389 * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
4390 * configure: Regenerate.
4391 * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
4392 * elf32-sh.c: Do not include elf32-target.h if
4393 ELF32_SH_C_INCLUDED is defined.
4394 * elf32-shqnx.c: New file: Support for QNX.
4395 * targets.c: Add bfd_elf32_sh{l}qnx_vec.
4396
0ab72ee2
NC
43972002-08-22 Nick Clifton <nickc@redhat.com>
4398
75c83283
NC
4399 * po/tr.po: Updated Turkish translation.
4400
0ab72ee2
NC
4401 * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
4402 symbols are not read.
4403
56780f18
AM
44042002-08-22 Alan Modra <amodra@bigpond.net.au>
4405
4406 * elf32-m68hc11.c: Formatting fixes.
4407 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
4408 * elf32-m68hc12.c: Formatting fixes.
4409 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
4410
b48fa14c
AM
44112002-08-22 Alan Modra <amodra@bigpond.net.au>
4412
a7c71b0c
AM
4413 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
4414 SEC_DATA.
4415 (pmac_xcoff_vec): Likewise.
4416 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
4417 (aix5coff64_vec): Likewise.
4418
56780f18
AM
44192002-08-22 Alan Modra <amodra@bigpond.net.au>
4420
b48fa14c
AM
4421 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
4422 param to elf_backend_copy_indirect_symbol.
4423 (_bfd_elf_link_hash_copy_indirect): Likewise.
4424 * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
4425 calls to copy_indirect_symbol.
4426 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
4427 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
4428 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
4429 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
4430 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
4431 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
4432 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
4433 * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
4434 * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
4435 * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Properly
4436 test refcounts for "used" values.
4437
8c2ab17d
AM
44382002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
4439
4440 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
4441 argument declaration.
4442
d62b1198 44432002-08-19 Elena Zannoni <ezannoni@redhat.com>
51020317
AM
4444
4445 * archures.c (bfd_mach_ppc_e500): Added.
4446 * bfd-in2.h: Rebuilt.
d62b1198
EZ
4447 * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
4448
9f88ba09
AM
44492002-08-19 Alan Modra <amodra@bigpond.net.au>
4450
4451 * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
4452
df622259
AC
44532002-08-17 Andrew Cagney <ac131313@redhat.com>
4454
4455 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
51020317 4456 `bfd_byte'.
df622259 4457
44c410de
SC
44582002-08-17 Stan Cox <scox@redhat.com>
4459
4460 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
4461 IRIX 6 segment layout for NEWABI.
4462
4972a8e9
SC
44632002-08-16 Stephen Clarke <stephen.clarke@superh.com>
4464
1049f94e 4465 * elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
4972a8e9 4466 symbols when looking for section referred to by a relocation.
1049f94e 4467 * elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
51020317 4468
c5cd6d62
AM
44692002-08-15 Alan Modra <amodra@bigpond.net.au>
4470
4471 * elf32-i370.c: Move reloc enum to include/elf/i370.h.
4472
0741c7be
HPN
44732002-08-15 Hans-Peter Nilsson <hp@axis.com>
4474
4475 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
4476 missing check for whether the symbol is referenced by DSO before
4477 unexporting it as an unneeded dynamic symbol.
4478
e8d5d179
L
44792002-08-14 H.J. Lu <hjl@gnu.org>
4480
4481 * libbfd.h: Regenerate.
4482
e9229007
L
44832002-08-14 H.J. Lu <hjl@gnu.org>
4484
4485 * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
4486
1fd03b5a
SC
44872002-08-14 Stephane Carrez <stcarrez@nerim.fr>
4488
4489 * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
4490 instructions.
4491 (m68hc11_direct_relax): New to define table of relaxable instructions.
4492 (find_relaxable_insn): New, find a relaxable insn.
4493 (compare_reloc): New to compare two relocs.
4494 (m68hc11_elf_relax_section): New, relax text sections.
4495 (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
4496 (elf32_m68hc11_check_relocs): New function for GC support.
4497 (elf32_m68hc11_relocate_section): New function for GC support.
4498 (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
4499 (elf_backend_check_relocs): Likewise.
4500 (elf_backend_relocate_section): Likewise.
4501
c828c771
L
45022002-08-13 H.J. Lu <hjl@gnu.org>
4503
4504 * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
4505 definitions in shared objects when checking symbol with
4506 undefined version.
4507
9b701e44
SC
45082002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4509
4510 * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
4511 (elf32_m68hc11_gc_sweep_hook): Likewise.
4512 (elf_backend_gc_mark_hook): Define for GC section support.
4513 (elf_backend_gc_sweep_hook): Likewise.
4514 (elf_backend_can_gc_sections): Likewise.
4515
4516 * elf32-m68hc12.c: Likewise.
4517
96405e3c
SC
45182002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4519
4520 * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
4521 (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
4522 (_bfd_m68hc11_elf_set_private_flags): New function.
4523 Use them to set/check/print ELF flags specific to 68HC11.
4524
4525 * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
4526 (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
4527 (_bfd_m68hc12_elf_set_private_flags): New function.
4528 Use them to set/check/print ELF flags specific to 68HC12.
4529
dae78fb0
SC
45302002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4531
4532 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
4533 fix masks for PC-rel relocs.
4534 (m68hc11_elf_ignore_reloc): New function.
4535
4536 * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
4537 68HC12 banked addressing relocs.
4538 (m68hc12_phys_addr): New to compute physical address of banked memory.
4539 (m68hc12_phys_page): Likewise for page.
4540 (m68hc12_addr_is_banked): New to see if address is in banked area.
4541 (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
4542
3dbfec86
SC
45432002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4544
4545 * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
4546 BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
4547 BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
4548 * bfd-in2.h: Regenerate.
4549
871da94f
L
45502002-08-12 H.J. Lu <hjl@gnu.org>
4551
4552 * elflink.h (elf_add_default_symbol): Preserve section across
4553 elf_merge_symbol.
4554
59bc061d
NC
45552002-08-09 Graeme Peterson <gp@qnx.com>
4556
51020317 4557 * Makefile.am: Add entries for elf32-ppcqnx.c, and add
59bc061d
NC
4558 elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
4559 * Makefile.in: Regenerate.
4560 * config.bfd: Add support for powerpc{le}-*-nto targets.
4561 * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
4562 * configure: Regenerate.
4563 * elf32-i386qnx.c: Moved backend functions into a QNX specific
4564 common file "elf32-qnx.h", and now include that file.
4565 * elf32-qnx.h: New file: QNX specific common elf backend.
4566 * elf32-ppc.c: Do not include elf32-target.h if
4567 ELF32_PPC_C_INCLUDED is defined.
4568 * elf32-ppcqnx.c: New file: Support for QNX.
4569 * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
4570 * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
4571
2b692c59
NC
45722002-08-09 Nick Clifton <nickc@redhat.com>
4573
4574 * po/sv.po: Updated Swedish translation.
4575
d0c7ff07
TS
45762002-08-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4577
4578 * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
4579 g->global_gotsym is NULL.
4580
d8bbe778
L
45812002-08-08 H.J. Lu <hjl@gnu.org>
4582
c5cd6d62 4583 * elflink.h (elf_add_default_symbol): Don't warn if a definition
d8bbe778
L
4584 overrides an indirect versioned symbol.
4585
c366c25e
JJ
45862002-08-08 Jakub Jelinek <jakub@redhat.com>
4587
4588 * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
4589 for R_386_TLS_TPOFF32 relocs against symndx 0.
4590
31941635
L
45912002-08-07 H.J. Lu <hjl@gnu.org>
4592
4593 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
4594 with undefined version if needed.
4595 (elf_link_assign_sym_version): Match a default symbol with a
4596 version without definition. No need to hide the default
4597 definition separately.
4598
0f3bd64f
AM
45992002-08-08 Alan Modra <amodra@bigpond.net.au>
4600
7330fb86
AM
4601 * elflink.h (elf_link_output_extsym): Don't output symbols from
4602 SEC_EXCLUDE sections.
4603
0f3bd64f
AM
4604 * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
4605
a4aa0fb7
AM
46062002-08-07 Alan Modra <amodra@bigpond.net.au>
4607
4608 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
4609 entries.
4610
34ea4a36
TS
46112002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4612
4613 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
4614 mismatch.
4615
141ff970
TS
46162002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4617
4618 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
4619
28458e7e
TS
46202002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4621
4622 * elf32-mips.c (mips_reloc_map): Fix typo.
4623
0121a3da
AM
46242002-08-06 Alan Modra <amodra@bigpond.net.au>
4625
4626 * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
4627
d006db6c
AM
46282002-08-06 Alan Modra <amodra@bigpond.net.au>
4629
4630 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
4631
8ea80f08
AM
46322002-08-06 Alan Modra <amodra@bigpond.net.au>
4633
2a52da53
AM
4634 * libxcoff.h: Use PARAMS on function declarations.
4635 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
4636 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
4637
8ea80f08
AM
4638 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
4639 addend.
4640 * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
4641
cf9ab45b
AM
46422002-08-06 Alan Modra <amodra@bigpond.net.au>
4643
4644 * coff-rs6000.c: Formatting fixes.
4645 (xcoff_calculate_relocation): Use PARAMS in declaration.
4646 (xcoff_complain_overflow): Likewise.
4647 (xcoff_ppc_relocate_section): Use old-style function pointer call.
4648 (bfd_xcoff_backend_data): Remove useless comments.
4649 (rs6000coff_vec): Likewise.
4650 (bfd_pmac_xcoff_backend_data): Likewise.
4651 (pmac_xcoff_vec): Likewise.
8ea80f08 4652
cf9ab45b
AM
4653 * coff64-rs6000.c: Formatting fixes.
4654 (xcoff64_calculate_relocation): Use PARAMS in declaration.
4655 (xcoff64_ppc_relocate_section): Use old-style function pointer call.
4656 (bfd_xcoff_backend_data): Remove useless comments.
4657 (rs6000coff64_vec): Likewise.
4658 (bfd_xcoff_aix5_backend_data): Likewise.
4659 (aix5coff64_vec): Likewise.
4660
48bfecdd
AM
46612002-08-06 Alan Modra <amodra@bigpond.net.au>
4662
a78eab4e
AM
4663 * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
4664 mask entries. Use complain_overflow_dont for R_REF.
4665 (xcoff_reloc_type_ba): Revert last change.
4666 (xcoff_reloc_type_br): Likewise.
4667 (xcoff_reloc_type_crel): Likewise.
4668 (xcoff_ppc_relocate_section): Likewise.
4669 * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
4670 (xcoff64_ppc_relocate_section): Likewise.
4671 (xcoff64_howto_table): Revert some of last change to mask entries.
4672 Use complain_overflow_dont for R_REF.
4673
48bfecdd
AM
4674 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
4675 relocs with bitsize == 16 have size = 1.
4676 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
4677 (xcoff_reloc_type_br): Likewise.
4678 (xcoff_reloc_type_crel): Likewise.
4679 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
4680 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
4681 dst_mask adjustment.
4682 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
4683 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with
4684 bitsize == 16 have size = 1.
4685
fd13ed0c
DC
46862002-08-01 Denis Chertykov <denisc@overta.ru>
4687
4688 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
4689 (struct misc): New field isymbuf. All free_* fields removed.
4690 (symbol_value): Pass in internal syms. No need to swap syms in.
4691 (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
4692 possibly cached info.
4693 (tidyup_after_error): Removed.
4694 (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
4695 misc. Use new field.
4696 (adjust_all_relocations): Use internal syms. No need to swap syms
4697 in and out.
4698 (add_page_insn): Don't use removed fields of struct misc.
4699
24a1ba0f
NC
47002002-08-01 Nick Clifton <nickc@redhat.com>
4701
4702 * elf32-arm.h: Revert previous delta.
4703
a6903459
NC
47042002-08-01 Nick Clifton <nickc@redhat.com>
4705
4706 * configure.in (AM_INIT_AUTOMAKE): Bump version number.
4707 * configure: Regenerate.
4708
39a2a3eb
L
47092002-07-31 H.J. Lu <hjl@gnu.org>
4710
4711 * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
4712 selected.
4713
a0dfa6a8
L
47142002-07-31 H.J. Lu <hjl@gnu.org>
4715
4716 * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
4717 is selected.
4718
cd67d266
JJ
47192002-07-31 Jakub Jelinek <jakub@redhat.com>
4720
4721 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
4722 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
4723
4eb6b71c
NC
47242002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
4725
4726 * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
4727 There is no 8 byte relocation type for this architecture.
4728 (do_ns32k_reloc): Use bfd_vma instead of native types.
4729 (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
4730 returns void.
4731 (_bfd_ns32k_put_displacement): Don't check for overflow. We can
4732 rely on generic code to do that.
4733 * aout-ns32k.c (howto_table): Add appropriate overflow detection
4734 to all table entries.
4735 (_bfd_ns32k_relocate_contents): put_data returns void.
4736 * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
4737 (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
4738 return void.
4739
f7c33884
NC
47402002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
4741
4742 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
4743 archive object is target dependant.
4744
8f64befb
NC
47452002-07-31 Adam Nemet <anemet@lnxw.com>
4746
4747 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
4748 (THUMB_PLT_ENTRY_SIZE): New macro.
4749 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
4750 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
4751 ARM_PLT_ENTRY_SIZE.
4752 (elf32_arm_plt_entry): Likewise.
4753 (elf_backend_plt_header_size): Likewise.
4754 (elf32_thumb_plt0_entry): New global.
4755 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
4756 into .plt.thumb.
4757 (elf32_thumb_plt_entry): New global.
4758 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
4759 Thumb entries. Set the bottom bit of the corresponding GOT entry
4760 for a Thumb PLT entry.
4761 (struct elf32_arm_plt_entry_info): New structure.
4762 (struct elf32_arm_link_hash_entry, plt_info): New member of this
4763 type.
4764 (elf32_arm_link_hash_newfunc): Initialize new member.
4765 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
4766 relocations against the PLT.
4767 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
4768 first_rel_type if this is the first time we encounter the symbol.
4769 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
4770 Determine if relocation needs a PLT entry. Set first_rel_type if
4771 this is the first time we encounter the symbol
4772 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
4773 functions as well.
4774 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
4775 (elf32_arm_create_dynamic_sections): New function. Create the
4776 .plt.thumb section.
4777 (elf_backend_create_dynamic_sections): Call it.
4778
47badb7b
NC
47792002-07-31 Nick Clifton <nickc@redhat.com>
4780
4781 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
4782 'alternative' in order to avoid shadowing global symbol of the
4783 same name.
4784 * bfd-in2.h: Regenerate.
4785 * libbfd.h: Regenerate.
4786 * libcoff.h: Regenerate.
4787
8a397dad
TS
47882002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4789
4790 * Makefile.am: Add n32 ABI support.
4791 * Makefile.in: Regenerate.
4792 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
4793 bit vectors for mips*-*-linux targets as optional.
4794 * configure.in: Add n32 ABI vectors.
4795 * configure: Regenerate.
4796 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
4797 * elfn32-mips.c: New file, n32 ABI support.
4798 * targets.c: Add n32 ABI vectors.
4799
7e392df6 48002002-07-30 Graeme Peterson <gp@qnx.com>
83e1617e 4801
7e392df6
NC
4802 * elfarmqnx-nabi.c: New file: Support for QNX.
4803 * config.bfd: Add support for arm-*-nto target.
4804 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
4805 * configure: Regenerate.
4806 * Makefile.am: Add entries for elfarmqnx-nabi.c.
4807 * Makefile.in: Regenerate.
4808 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
4809 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
4810 * elfarm-nabi.c: Do not include elf32-arm.h if
4811 ELFARM_NABI_C_INCLUDED is defined.
4812 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
7330fb86 4813
7e392df6 48142002-07-30 Nick Clifton <nickc@redhat.com>
7330fb86 4815
83e1617e
NC
4816 * po/sv.po: Updated Swedish translation.
4817
704afa60
JJ
48182002-07-30 Jakub Jelinek <jakub@redhat.com>
4819
4820 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
4821
487e54f2
AM
48222002-07-30 Alan Modra <amodra@bigpond.net.au>
4823
4824 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
4825 * archive.c (bfd_generic_archive_p): Likewise.
4826 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
4827 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
4828 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
4829 (xcoff64_archive_p): Likewise.
4830 (xcoff64_openr_next_archived_file): Likewise.
4831 (xcoff64_archive_p): Clean up tdata properly on error.
4832 * coffgen.c (coff_real_object_p): Likewise.
4833 (coff_object_p): Release filehdr and opthdr.
4834 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
4835 * ieee.c (ieee_archive_p): Likewise.
4836 * ihex.c (ihex_object_p): Likewise.
4837 (ihex_mkobject): Always allocate tdata.
4838 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
4839 * srec.c (srec_mkobject): Always allocate tdata.
4840 (srec_object_p): Clean up tdata properly on error.
4841 (symbolsrec_object_p): Likewise.
4842 * versados.c (versados_object_p): Likewise.
4843 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
4844 and bfd_realloc instead of realloc.
4845 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
4846 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
4847 place of bfd_malloc, simplifying error freeing. Free hash table too.
4848 (vms_object_p): Clean up tdata on error.
4849 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
4850 (vms_close_and_cleanup): Adjust for bfd_alloc use.
4851
9d46020e
AM
48522002-07-30 Alan Modra <amodra@bigpond.net.au>
4853
4854 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
4855
fb39dac1
RS
48562002-07-26 Chris Demetriou <cgd@broadcom.com>
4857
4858 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
4859 flags into resulting BFD.
4860
7a624474
AM
48612002-07-26 Alan Modra <amodra@bigpond.net.au>
4862
4863 From John Reiser <jreiser@BitWagon.com>
4864 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
4865 tls_ldm_got.refcount.
4866
a4382ec6
TS
48672002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4868
4869 * elf64-mips.c: Update TODO comment.
4870 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
4871 mips_elf64_gprel16_reloca): Remove prototypes.
4872 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
4873 (UNUSED_RELOC): Replace by EMPTY_RELOC.
4874 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
4875 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
4876 R_MIPS_HIGHEST.
4877 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
4878 R_MIPS_GOT16. Remove wrong comments.
4879 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
4880 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
4881 from elf32-mips.c.
4882 (mips_elf64_hi16_reloc): Fix formatting.
4883 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
4884 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
4885 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
4886 (mips_elf64_gprel16_reloc): Make static. Add check for
4887 partial_inplace.
4888 (mips_elf64_gprel16_reloca): Remove.
4889 (mips_elf64_literal_reloc): New function.
4890 (mips_elf64_gprel32_reloc): Fix formatting.
4891 (mips_elf64_shift6_reloc): Fix comment. Make static.
4892 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
4893 elf32-mips.c.
4894 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
4895 elf32-mips.c
4896 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
4897 specific relocations.
4898 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
4899 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
4900 (ELF_MAXPAGESIZE): Add comment.
4901
219576a4
NC
49022002-07-25 Nick Clifton <nickc@redhat.com>
4903
4904 * po/sv.po: Updated Swedish translation.
4905 * po/es.po: Updated Spanish translation.
4906 * po/fr.po: Updated French translation.
4907
8c58d23b
AM
49082002-07-25 Alan Modra <amodra@bigpond.net.au>
4909
4910 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
4911 as elf_link_record_local_dynamic_symbol.
4912 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
4913 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
4914 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
4915 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
4916 attempt is made to record a symbol in a discarded section, and
4917 return `2' in that case.
4918
ff3063f5
NC
49192002-07-24 Nick Clifton <nickc@redhat.com>
4920
4921 * po/sv.po: Updated Swedish translation.
4922 * po/es.po: Updated Spanish translation.
4923
f0fe0e16
AM
49242002-07-23 Alan Modra <amodra@bigpond.net.au>
4925
c1fb5f8a
AM
4926 * po/SRC-POTFILES.in: Regenerate.
4927
f0fe0e16
AM
4928 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
4929 immediately. Remove code handling relocatable linking.
4930 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
4931 * elf32-cris.c (cris_elf_relocate_section): Likewise.
4932 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
de2d743e 4933 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
4934 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
4935 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
4936 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
4937 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4938 * elf32-v850.c (v850_elf_relocate_section): Likewise.
4939 * elf32-vax.c (elf_vax_relocate_section): Likewise.
4940 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4941 * elf32-avr.c (elf_backend_rela_normal): Define.
4942 * elf32-cris.c: Likewise.
4943 * elf32-fr30.c: Likewise.
de2d743e 4944 * elf32-frv.c: Likewise.
f0fe0e16
AM
4945 * elf32-h8300.c: Likewise.
4946 * elf32-hppa.c: Likewise.
4947 * elf32-ip2k.c: Likewise.
4948 * elf32-sparc.c: Likewise.
4949 * elf32-v850.c: Likewise.
4950 * elf32-vax.c: Likewise.
4951 * elf64-hppa.c: Likewise.
4952 * elf64-sparc.c: Likewise.
4953 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
de2d743e 4954 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
4955 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
4956 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
4957 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
4958 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
4959 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
4960 * elf-m10200.c (USE_RELA): Don't define.
4961 * elf-m10300.c: Likewise.
de2d743e 4962 * elfarm-oabi.c: Likewise.
f0fe0e16
AM
4963 * elf32-i370.c: Likewise.
4964 * elf32-ip2k.c: Likewise.
4965 * elf32-m68k.c: Likewise.
4966 * elf32-mcore.c: Likewise.
4967 * elf32-ppc.c: Likewise.
4968 * elf32-s390.c: Likewise.
4969 * elf32-vax.c: Likewise.
4970 * elf64-ppc.c: Likewise.
4971 * elf64-s390.c: Likewise.
4972 * elf64-x86-64.c: Likewise.
4973 * elfxx-ia64.c: Likewise.
4974 * elf32-avr.c (USE_REL): Don't undef.
4975 * elf32-ip2k.c: Likewise.
4976
5e8d7549
NC
49772002-07-23 Nick Clifton <nickc@redhat.com>
4978
4979 * elf-bfd.h (struct elf_backend_data): Add new bitfield
4980 'want_p_paddr_set_to_zero'.
4981 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
4982 to false;
4983 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
4984 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
4985
9e12c7db
NC
49862002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
4987
4988 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
4989 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
4990 show the Copyright string.
4991 Minor formatting tidy ups.
4992
0461a601
NC
49932002-07-23 Nick Clifton <nickc@redhat.com>
4994
ff3063f5
NC
4995 * po/fr.po: Updated French translation.
4996 * po/sv.po: Updated Swedish translation.
0461a601 4997
fad2542d
AM
49982002-07-23 Alan Modra <amodra@bigpond.net.au>
4999
5000 * elflink.h (elf_link_input_bfd): Don't change internal symbols
5001 when outputting relocs.
5002
c0647bfc
JT
50032002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
5004
5005 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
5006 DT_PLTGOT into the dynamic section if there is a PLT.
5007
d01414a5
TS
50082002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5009
5010 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
5011 elf32-mips.c.
5012 (_bfd_mips_elf_write_section): Likewise.
5013 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
5014 (_bfd_mips_elf_write_section): Likewise.
5015 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
5016 (elf32_mips_write_section): Likewise.
5017 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
5018 (_bfd_mips_elf_write_section): Likewise.
5019
40c97fc6
AM
50202002-07-19 Alan Modra <amodra@bigpond.net.au>
5021
5022 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
5023 PT_IA_64_UNWIND segments for a given section.
5024
58378160
L
50252002-07-17 H.J. Lu <hjl@gnu.org>
5026
5027 * Makefile.am: Fix a typo.
5028 * Makefile.in: Regenerate.
5029
cf88bb9f
NC
50302002-07-15 Denis Chertykov <denisc@overta.ru>
5031 Frank Ch. Eigler <fche@redhat.com>
5032 Ben Elliston <bje@redhat.com>
5033 Alan Lehotsky <alehotsky@cygnus.com>
5034 John Healy <jhealy@redhat.com>
5035 Graham Stott <grahams@redhat.com>
5036 Jeff Johnston <jjohnstn@redhat.com>
5037
5038 * Makefile.am: Add support for ip2k.
5039 * Makefile.in: Regenerate.
5040 * doc/Makefile.in: Regenerate.
5041 * archures.c: Add support for ip2k.
5042 * config.bfd: Add support for ip2k.
5043 * configure.in: Add support for ip2k.
5044 * configure: Regenerate.
5045 * reloc.c: Add support for ip2k.
5046 * targets.c: Add support for ip2k.
5047 * bfd-in2.h: Regenerate.
5048 * libbfd.h: Regenerate.
5049 * cpu-ip2k.c: New file.
5050 * elf32-ip2k.c: New file.
5051
0dafd5f6
RE
50522002-07-17 Ian Rickards <irickard@arm.com>
5053
40c97fc6 5054 * dwarf2.c (concat_filename): If we can't establish the directory
0dafd5f6
RE
5055 just return the filename.
5056
36b08f12
AM
50572002-07-16 Moritz Jodeit <moritz@jodeit.org>
5058
5059 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
5060
58821868
AM
50612002-07-16 Alan Modra <amodra@bigpond.net.au>
5062
5063 * elflink.h: Formatting fixes, tidy prototypes.
5064 (elf_link_assign_sym_version): Move common code out of loop.
5065
c89583f8
AM
50662002-07-16 Alan Modra <amodra@bigpond.net.au>
5067
5068 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
5069 reloc section size is zero. Correct reloc output location.
5070
ba94744e
AM
50712002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
5072
5073 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
5074 the final type for the e_fsel selector when generating PA2.0W code.
5075 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
5076 relocations.
5077
96a94295
L
50782002-07-14 H.J. Lu <hjl@gnu.org>
5079
5080 * elflink.h (elf_link_assign_sym_version): Hide the default
5081 definition if there is a hidden versioned definition.
5082
6849c52f
HPN
50832002-07-12 Hans-Peter Nilsson <hp@axis.com>
5084
5085 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
5086 dynamic reference test in assertion when initializing GOT with
5087 static contents. Just assert that there are either no dynamic
5088 sections, the symbol is defined in the regular objects or that the
5089 symbol is undef weak. Tweak comment.
5090 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
5091 only if the symbol isn't defined in the program and isn't undef
5092 weak.
5093 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
5094 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
5095 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
5096 (elf_cris_discard_excess_program_dynamics): Don't consider
5097 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
5098
239e1f3a
AM
50992002-07-11 Alan Modra <amodra@bigpond.net.au>
5100
5101 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
5102 unresolved debugging relocs in dynamic applications.
5103 * elf32-s390.c (elf_s390_relocate_section): Likewise.
5104 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5105 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
5106 * elf64-s390.c (elf_s390_relocate_section): Likewise.
5107 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5108 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
5109
2f6d9989
AM
51102002-07-10 Alan Modra <amodra@bigpond.net.au>
5111
f5e87a1d
AM
5112 * elf64-ppc.c (ONES): Define.
5113 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
5114 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
5115 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
5116
2f6d9989
AM
5117 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
5118 (ppc64_elf_set_private_flags): Delete.
5119 (ppc64_elf_section_from_shdr): Delete.
5120 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
5121 (ppc64_elf_fake_sections): Delete.
5122 (bfd_elf64_bfd_set_private_flags): Don't define.
5123 (bfd_elf64_get_symbol_info): Likewise.
5124 (elf_backend_section_from_shdr): Likewise.
5125 (elf_backend_fake_sections): Likewise.
5126
0594c12d
AM
51272002-07-10 Marco Walther <Marco.Walther@sun.com>
5128
5129 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
5130 when not already set.
5131 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
5132 (elf_backend_fake_sections): Define.
5133
699cb9b8
AM
51342002-07-10 Alan Modra <amodra@bigpond.net.au>
5135
5136 * merge.c (_bfd_merge_section): Remove redundant output_section check.
5137 Formatting.
5138 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
5139
0a4787a0
HPN
51402002-07-09 Hans-Peter Nilsson <hp@axis.com>
5141
5142 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
5143 NULL sym_hashes to just before use.
5144 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
5145 symbol with non-default visibility.
5146 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
5147 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
5148 Ditto.
5149 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
5150 symbol with non-default visibility.
5151 (cris_elf_check_relocs): At tests for local symbol before
5152 increasing h->plt.refcount, also check for non-default
5153 visibility. Ditto when checking for local symbol to eliminate
5154 pc-relative runtime relocs.
5155
aecc8f8a
AM
51562002-07-08 Alan Modra <amodra@bigpond.net.au>
5157
5158 * elf.c: Formatting.
5159 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
5160 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
5161 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
5162 segments.
5163
e9168c1e
MM
51642002-07-07 Mark Mitchell <mark@codesourcery.com>
5165 Alan Modra <amodra@bigpond.net.au>
5166
5167 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
5168 account the impact of relocation count overflow when computing
5169 section offsets.
5170 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
5171 or not to apply the PE COFF reloc overflow handling. Fix a
5172 fencepost error in deciding whether or not to use that technique.
5173
6cdc0ccc
AM
51742002-07-07 Alan Modra <amodra@bigpond.net.au>
5175
5176 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
5177 change type of locsyms.
5178 (bfd_elf_get_elf_syms): Declare.
5179 * elf.c (bfd_elf_get_elf_syms): New function.
5180 (group_signature): Use bfd_elf_get_elf_syms.
5181 (bfd_section_from_r_symndx): Likewise.
5182 * elfcode.h (elf_slurp_symbol_table): Likewise.
5183 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
5184 (elf_link_add_object_symbols): Likewise. Reorganise to increase
5185 locality of various data structures. Properly free internal relocs.
5186 (elf_bfd_final_link): Properly free internal relocs.
5187 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
5188 (elf_link_input_bfd): Likewise.
5189 (elf_gc_mark): Likewise. Properly free internal relocs.
5190 (elf_gc_sweep): Properly free internal relocs.
5191 (elf_reloc_symbol_deleted_p): No need to swap syms in.
5192 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
5193 internal relocs.
5194 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
5195 Properly free possibly cached info.
5196 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
5197 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
5198 symbol swapping code.
5199 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
5200 Properly free possibly cached info.
5201 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
5202 (mn10300_elf_relax_delete_bytes): Likewise.
5203 (mn10300_elf_symbol_address_p): Likewise.
5204 (mn10300_elf_get_relocated_section_contents): Likewise.
5205 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
5206 (elf32_h8_relax_delete_bytes): Likewise.
5207 (elf32_h8_symbol_address_p): Likewise.
5208 (elf32_h8_get_relocated_section_contents): Likewise.
5209 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
5210 (m32r_elf_relax_delete_bytes): Likewise.
5211 (m32r_elf_get_relocated_section_contents): Likewise.
5212 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
5213 elf_section_data to determine whether cached.
5214 (sh_elf_relax_section): As above for elf-m10200.c.
5215 (sh_elf_relax_delete_bytes): Likewise.
5216 (sh_elf_get_relocated_section_contents): Likewise.
5217 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
5218 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
5219 reading of local syms.
5220 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
5221 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
5222 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
5223 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
5224 relocs.
5225 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
5226 free internal relocs and section contents. Don't read symbols.
5227 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
5228 (elf32_hppa_size_stubs): Don't free local syms.
5229 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
5230 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
5231 possibly cached info.
5232 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
5233 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
5234 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
5235 all_local_syms.
5236 (get_local_syms): Delete function.
5237 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
5238 on exit.
5239 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
5240
b3212001
JW
52412002-07-05 Jim Wilson <wilson@redhat.com>
5242
5243 * syms.c (decode_section_type): New.
5244 (bfd_decode_symclass): Call decode_section_type.
5245
894bb1ee
JJ
52462002-07-04 Jakub Jelinek <jakub@redhat.com>
5247
5248 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
5249 section content start.
5250 Reported by Michael Schumacher <mike@hightec-rt.com>.
5251
bc0ba537
AM
52522002-07-04 Alan Modra <amodra@bigpond.net.au>
5253
9b5ecbd0 5254 * section.c (_bfd_strip_section_from_output): Remove unnecessary
bc0ba537
AM
5255 link order code. Don't actually remove the output section here;
5256 Just set a flag for the linker to do so.
5257 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
5258 sections when setting up output section dynsyms.
5259
797fc050
AM
52602002-07-04 Alan Modra <amodra@bigpond.net.au>
5261
5262 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
5263 fudge.
5264 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
5265 libs here instead.
5266
99881371
MS
52672002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
5268
5269 * elf64-s390.c (create_got_section): Set .got section alignment to
5270 8 bytes.
5271 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
5272
47d9a591
AM
52732002-07-02 Alan Modra <amodra@bigpond.net.au>
5274
5275 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
5276
179d3252
JT
52772002-07-01 Matt Thomas <matt@3am-software.com>
5278
5279 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
5280 to EF_VAX_*.
5281
4a14403c
TS
52822002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5283
5284 * elfxx-mips.c (ABI_64_P): Fix comment.
5285 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
5286 new section names for N64 ABI.
5287 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
5288 (mips_elf_calculate_relocation): Code formatting.
5289 (mips_elf_create_dynamic_relocation): Likewise.
5290 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
5291 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
5292 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
5293 in any NewABI.
5294 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
5295 for NewABI.
5296 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
5297 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
5298 here, too.
5299
607c0e09
AS
53002002-07-01 Andreas Schwab <schwab@suse.de>
5301
5302 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
5303 R_X86_64_64 to R_X86_64_RELATIVE.
5304
ba26fd96
AM
53052002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
5306
5307 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
5308 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
5309 Run "make dep-am".
5310 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
5311 host_aout_vec.
5312 * configure.in (vaxbsd_vec): Add.
5313 * targets.c (vaxbsd_vec): Add.
5314 * Makefile.in: Rebuild.
5315 * configure: Rebuild.
5316 * po/SRC-POTFILES.in: Rebuild.
5317
1e2f5b6e
AM
53182002-07-01 Alan Modra <amodra@bigpond.net.au>
5319
5320 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
5321 examining to gc_mark_hook, rather than the bfd.
5322 (elf_gc_sections): Adjust.
5323 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
5324 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
5325 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
5326 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
5327 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
5328 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
5329 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
5330 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
5331 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
5332 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
5333 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
5334 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
5335 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
5336 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
5337 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
5338 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
5339 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
5340 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
5341 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
5342 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
5343 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
5344 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
5345 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
5346 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
5347 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
5348 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
5349 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
5350 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
5351 redundant local sym tests.
5352 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
5353 (link_hash_newfunc): Init is_entry.
5354 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
5355 (ppc64_elf_link_hash_table_create): Init all_local_syms.
5356 (create_linkage_sections): Use bfd_make_section_anyway rather than
5357 bfd_make_section.
5358 (ppc64_elf_mark_entry_syms): New function.
5359 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
5360 up opd entry to function section map.
5361 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
5362 relocs that reference the opd section.
5363 (edit_opd): New function.
5364 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
5365 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
5366 (get_local_syms): Do so here. Exit if we already have local syms.
5367 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
5368 read local syms on non-ELF input.
5369 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
5370 than duplicating it's function here. Adjust free of internal
5371 relocs to suit.
5372 (ppc64_elf_relocate_section): Adjust local syms in opd section.
5373 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
5374 * elf32-hppa.c (elf32_hppa_size_stubs): Call
5375 _bfd_elf32_link_read_relocs rather than duplicating it's function
5376 here. Adjust free of internal relocs to suit.
5377
1b71fb54
AJ
53782002-07-01 Andreas Jaeger <aj@suse.de>
5379
5380 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
5381 are not allowed in shared libs code, enforce -fPIC.
5382
8d28f606
HPN
53832002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
5384
5385 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
5386 trailing zero-sequences when there's previous left-over data.
5387
5ac81c74
JL
53882002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
5389
5390 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
5391 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
5392 and opd_rel_sec in order for starting rela section. Check _raw_size.
5393 (elf_backend_reloc_type_class): Define.
5394
91a4d569
AM
53952002-06-27 Kevin Buettner <kevinb@redhat.com>
5396
5397 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
5398 DWARF2 formats.
5399
feee612b
AM
54002002-06-27 Alan Modra <amodra@bigpond.net.au>
5401
5402 * cpu-powerpc.c: Comment on ordering of arch_info.
5403 * elf32-ppc.c (ppc_elf_object_p): New function.
5404 (elf_backend_object_p): Define.
5405 * elf64-ppc.c (ppc64_elf_object_p): New function.
5406 (elf_backend_object_p): Define.
5407
a4e6cefc
JT
54082002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5409
5410 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
5411 * configure: Regenerate.
5412
dae2dd0d
NC
54132002-06-25 Jason Eckhardt <jle@rice.edu>
5414
5415 * dwarf2.c (decode_line_info): Check unit->addr_size
5416 to read in the proper number of prologue bytes.
5417
680f9d5c
NC
54182002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
5419
5420 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
5421 aix5coff64_vec if 64-bit bfd support has been enabled.
91a4d569
AM
5422 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
5423 been enabled.
dae2dd0d 5424
680f9d5c
NC
5425 * targets.c (_bfd_target_vector[]): Only include
5426 aix5coff64_vec if 64-bit bfd support has been enabled.
5427
d4c88bbb
AM
54282002-06-25 Alan Modra <amodra@bigpond.net.au>
5429
5430 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
5431 * elf32-hppa.c (hppa_add_stub): Likewise.
5432 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
5433 * elflink.h (elf_add_default_symbol): Fix comment typo.
5434 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
5435 (elf_link_add_object_symbols): Likewise.
5436 (elf_link_assign_sym_version): Likewise.
5437 * hash.c (bfd_hash_lookup): Likewise.
5438 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
5439 * section.c (bfd_get_unique_section_name): Likewise.
5440 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
5441 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
5442 (assign_section_numbers): Likewise.
5443 (_bfd_elfcore_make_pseudosection): Likewise.
5444 (elfcore_grok_lwpstatus): Likewise.
5445 (elfcore_grok_win32pstatus): Likewise.
5446 (elfcore_write_note): Constify input params. Use PTR instead of
5447 void *. Include terminating NUL in namesz. Correct padding.
5448 Support NULL "name" param. Use memcpy instead of strcpy.
5449 (elfcore_write_prpsinfo): Constify input params.
5450 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
5451 (elfcore_write_lwpstatus): Likewise.
5452 (elfcore_write_pstatus): Likewise.
5453 (elfcore_write_prfpreg): Likewise.
5454 (elfcore_write_prxfpreg): Likewise.
5455 * elf-bfd.h (elfcore_write_note): Update declaration.
5456 (elfcore_write_prpsinfo): Likewise.
5457 (elfcore_write_prstatus): Likewise.
5458 (elfcore_write_pstatus): Likewise.
5459 (elfcore_write_prfpreg): Likewise.
5460 (elfcore_write_prxfpreg): Likewise.
5461 (elfcore_write_lwpstatus): Likewise.
5462
b0ac09d2
NC
54632002-06-25 Jason Eckhardt <jle@rice.edu>
5464
5465 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
5466 symbols of type stProc and stStaticProc.
5467
54682002-06-25 Nick Clifton <nickc@redhat.com>
5469
5470 * ecoff.c: VArious formatting fixes.
5471
021d6096
AM
54722002-06-25 Alan Modra <amodra@bigpond.net.au>
5473
5474 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
5475
82e51918
AM
54762002-06-25 Alan Modra <amodra@bigpond.net.au>
5477
5478 * aout-adobe.c: Don't compare against "true" or "false.
5479 * aout-target.h: Likewise.
5480 * aoutx.h: Likewise.
5481 * archive.c: Likewise.
5482 * bout.c: Likewise.
5483 * cache.c: Likewise.
5484 * coff-a29k.c: Likewise.
5485 * coff-alpha.c: Likewise.
5486 * coff-i386.c: Likewise.
5487 * coff-mips.c: Likewise.
5488 * coff-or32.c: Likewise.
5489 * coff64-rs6000.c: Likewise.
5490 * coffcode.h: Likewise.
5491 * coffgen.c: Likewise.
5492 * cpu-ns32k.c: Likewise.
5493 * ecoff.c: Likewise.
5494 * ecofflink.c: Likewise.
5495 * elf.c: Likewise.
5496 * elf32-arm.h: Likewise.
5497 * elf32-cris.c: Likewise.
5498 * elf32-d30v.c: Likewise.
5499 * elf32-i386.c: Likewise.
5500 * elf32-mcore.c: Likewise.
5501 * elf32-ppc.c: Likewise.
5502 * elf32-sh.c: Likewise.
5503 * elf32-sh64.c: Likewise.
5504 * elf32-v850.c: Likewise.
5505 * elf64-alpha.c: Likewise.
5506 * elf64-sh64.c: Likewise.
5507 * elfcode.h: Likewise.
5508 * elfcore.h: Likewise.
5509 * elflink.h: Likewise.
5510 * elfxx-mips.c: Likewise.
5511 * i386os9k.c: Likewise.
5512 * ieee.c: Likewise.
5513 * libbfd.c: Likewise.
5514 * linker.c: Likewise.
5515 * mmo.c: Likewise.
5516 * nlm32-alpha.c: Likewise.
5517 * nlm32-i386.c: Likewise.
5518 * nlm32-ppc.c: Likewise.
5519 * nlm32-sparc.c: Likewise.
5520 * nlmcode.h: Likewise.
5521 * oasys.c: Likewise.
5522 * pdp11.c: Likewise.
5523 * peicode.h: Likewise.
5524 * reloc.c: Likewise.
5525 * som.c: Likewise.
5526 * srec.c: Likewise.
5527 * tekhex.c: Likewise.
5528 * vms.c: Likewise.
5529 * xcofflink.c: Likewise.
5530 * elf64-sparc.c: Edit comment to not use "== false".
5531
5532 * aoutf1.h: Don't use "? true : false".
5533 * ecoff.c: Likewise.
5534 * format.c: Likewise.
5535 * ieee.c: Likewise.
5536 * linker.c: Likewise.
5537 * mmo.c: Likewise.
5538 * oasys.c: Likewise.
5539
48fc70a2
AM
55402002-06-23 H.J. Lu <hjl@gnu.org>
5541
5542 * elflink.h (elf_link_add_archive_symbols): For the default
5543 version, check references with only one `@' first.
5544
47b7c2db
AM
55452002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
5546
5547 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
5548 function.
9b5ecbd0 5549 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
47b7c2db
AM
5550 symbol table.
5551 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
5552 (elf64_hppa_size_dynamic_sections): Revise to use
5553 elf64_hppa_mark_milli_and_exported_functions.
5554 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
5555 symbols out of dynamic symbol table.
5556
f5d44ba0
AM
55572002-06-23 Alan Modra <amodra@bigpond.net.au>
5558
bb3fff1e
AM
5559 * Makefile.in: Regenerate.
5560 * libbfd.h: Regenerate.
5561 * bfd-in2.h: Regenerate.
5562 * configure: Regenerate.
5563 * po/SRC-POTFILES.in: Regenerate.
5564
f5d44ba0
AM
5565 * elflink.h: Comment typo fixes.
5566
55672002-06-23 H.J. Lu <hjl@gnu.org>
5568
5569 * elf-bfd.h (elf_link_loaded_list): New structure.
5570 (elf_link_hash_table): Add "loaded".
5571 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
5572 * elflink.h (elf_link_check_versioned_symbol): New function.
5573 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
5574
cc36acdf
NC
55752002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
5576
5577 * elflink.h (size_dynamic_sections): If the target does not
f5d44ba0 5578 support an ELF style hash table, return true, indicating that
cc36acdf
NC
5579 nothing needed to be done, rather than false, indicating that the
5580 section's size could not be computed.
5581
4e5ba5b7
DB
55822002-06-18 Dave Brolley <brolley@redhat.com>
5583
5584 From Catherine Moore, Michael Meissner, Dave Brolley:
5585 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
5586 * targets.c: Support bfd_elf32_frv_vec.
5587 * reloc.c: Add FRV relocs.
5588 * configure.in: Add support for bfd-elf32-frv-vec.
5589 * config.bfd (targ_cpu): Add support for frv-*-elf.
5590 * archures.c: Add frv arch and machines.
5591 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
5592 (ALL_MACHINES_CFILES): Add cpu-frv.c.
5593 (BFD32_BACKENDS): Add elf32-frv.lo.
5594 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
5595 (cpu-frv.lo): New target.
5596 (elf32-frv.lo): New target.
5597 * cpu-frv.c: New file.
5598 * elf32-frv.c: New file.
5599
7ece0d85
JJ
56002002-06-18 Jakub Jelinek <jakub@redhat.com>
5601
5602 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
5603 e_shnum == 0.
5604 Only read the first section header if e_shoff is non-zero.
5605 Don't consider e_shstrndx if there are no sections.
5606
57fb03ac
TR
56072002-06-17 Tom Rix <trix@redhat.com>
5608
5609 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
f5d44ba0 5610 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
57fb03ac
TR
5611 complain_overflow_bitfield.
5612
341ca622
AM
56132002-06-17 Alan Modra <amodra@bigpond.net.au>
5614
767e34d1
AM
5615 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
5616 (bfd_fdopenr): Likewise.
5617 (bfd_openstreamr): Likewise.
5618 (bfd_openw): Likewise.
5619
341ca622
AM
5620 * targets.c: Sort target vecs.
5621 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
5622 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
5623 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
5624 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
5625 * configure.in: Sort target vecs. Add m88kmach3_vec.
5626 * configure: Regenerate.
5627
dfbbae4c
HPN
56282002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
5629
5630 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
5631 bpo_reloc_no to break sort order ties, not address of items.
5632
d663e1cd
JL
56332002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
5634
5635 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
5636 Skip excluded sections in determing __gp value.
5637 (elf_hppa_final_link_relocate): Use the symbol's address in
5638 R_PARISC_FPTR64 relocations that don't need an opd entry.
5639 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
5640 (elf64_hppa_finalize_dynreloc): Likewise.
5641 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
5642 (elf64_hppa_finish_dynamic_symbol): Break up assert.
5643
a8295218
NC
56442002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
5645
5646 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
5647 alignment for .bss, .data and .text sections so that sse and sse2
5648 code will work.
5649 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
5650
56512002-06013 J"orn Rennecke <joern.rennecke@superh.com>
5d9b5481
JR
5652
5653 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
5654 sh[1234]*-elf*.
5655
3db4b612
JL
56562002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
5657
2cb69dd3
JL
5658 * elflink.h (elf_bfd_final_link): Improve error handling for missing
5659 dynamic sections.
5660
3db4b612
JL
5661 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
5662 for a symbol that has no output section.
5663 (allocate_dynrel_entries): Correct comment.
5664 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
5665 unless we want one.
5666 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
5667 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
5668 with no section. Remove unnecessary parentheses.
5669
f3813499
TR
56702002-06-11 Tom Rix <trix@redhat.com>
5671
5672 * coffcode.h (coff_compute_section_file_positions): Add data
5673 section to AIX loader alignment check.
5674
f5d44ba0 5675 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
f3813499
TR
5676 alignment to 4 bytes.
5677 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
5678 power accessor macro.
5679 (do_shared_object_padding): Remove invalid assertion.
5680
0ebaf185
RS
56812002-06-10 Richard Sandiford <rsandifo@redhat.com>
5682
5683 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
5684 for removed output sections.
5685
ebe3e2d1
NC
56862002-06-10 Geoffrey Keating <geoffk@redhat.com>
5687
5688 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
5689 htab_alloc.
5690 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
5691
0b14c2aa
L
56922002-06-08 H.J. Lu <hjl@gnu.org>
5693
5694 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
5695 work around a long long bug in gcc 2.96 on mips.
5696
3c2bfad6
JT
56972002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
5698
5699 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
5700 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
5701 Regenerate dependency lists.
5702 * Makefile.in: Regenerate.
5703 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
5704 vax1knetbsd_vec to targ_selvecs.
5705 * configure.in: Add vax1knetbsd_vec.
5706 * configure: Regenerate.
5707 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
5708 * vax1knetbsd.c: New file.
5709 * vaxnetbsd.c: Update copyright years.
5710 (TARGET_PAGE_SIZE): Set to 0x1000.
5711 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
5712
91149be3
JT
57132002-06-08 Matt Thomas <matt@3am-software.com>
5714
5715 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
5716
21e15248
AM
57172002-06-08 Alan Modra <amodra@bigpond.net.au>
5718
5719 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
5720
986b7daa
AM
57212002-06-08 Alan Modra <amodra@bigpond.net.au>
5722
e90b95f6
AM
5723 * Makefile.am: Run "make dep-am".
5724 * Makefile.in: Regenerate.
5725
3f9c735e
AM
5726 * armnetbsd.c: Replace CONST with const.
5727 * corefile.c: Likewise.
5728 * elf32-dlx.c: Likewise.
5729 * elf64-mips.c: Likewise.
5730 * mmo.c: Likewise.
5731 * ns32knetbsd.c: Likewise.
5732
986b7daa
AM
5733 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
5734 table is elf64-sparc.
5735
5a659663
TS
57362002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5737
5738 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
5739 Fix RELA addends to get not shifted in the result. Don't do special
5740 handling of R_MIPS_64 for NewABI.
5741
9bab7074
AM
57422002-06-07 Alan Modra <amodra@bigpond.net.au>
5743
5744 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
5745 (NAME(aout,slurp_reloc_table)): Likewise.
5746 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
5747 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
5748 (xcoff_write_archive_contents_big): Likewise.
5749 (xcoff_generate_rtinit): Likewise.
5750 (xcoff_generate_rtinit): Likewise, and check error return.
5751 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
5752 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
5753 (coff_get_normalized_symtab): Likewise.
5754 (coff_make_empty_symbol): Likewise.
5755 (bfd_coff_set_symbol_class): Likewise.
5756 * cofflink.c (coff_link_add_symbols): Likewise.
5757 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
5758 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
5759 (bfd_ecoff_write_accumulated_debug): Likewise.
5760 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
5761 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
5762 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
5763 * ieee.c (do_with_relocs): Use bfd_zalloc.
5764 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
5765 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
5766 (NAME(aout,slurp_reloc_table)): Likewise.
5767 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
5768 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
5769 * som.c (som_build_and_write_symbol_table): Likewise.
5770 (som_slurp_string_table): Likewise.
5771 (som_slurp_symbol_table): Likewise.
5772 (som_bfd_ar_write_symbol_stuff): Likewise.
5773 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
5774 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
5775 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
5776 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
5777 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
5778
1126897b
AM
57792002-06-07 Alan Modra <amodra@bigpond.net.au>
5780
5781 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
5782 "group" union.
5783 (elf_group_name): Update.
5784 (elf_group_id): Define.
5785 (bfd_elf_set_group_contents): Declare.
5786 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
5787 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
5788 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
5789 that sym for the signature.
5790 (_bfd_elf_compute_section_file_positions): Don't call
5791 set_group_contents for "ld -r" case.
5792 (swap_out_syms): Use bfd_zalloc.
5793 * elflink.h (elf_link_add_archive_symbols): Likewise.
5794 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
5795 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
5796
3fad3c7c
AM
57972002-06-07 Alan Modra <amodra@bigpond.net.au>
5798
5799 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
5800 relocs in opd for non-shared too.
5801
10f469bf 58022002-06-06 Jeffrey Law <law@redhat.com>
76f99c63
JL
5803
5804 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
5805 relocations.
5806
7217313c
NC
58072002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
5808
5809 * merge.c: Include libiberty.h.
5810 * elf-strtab.c: Include libiberty.h.
5811
6cb22815
AM
58122002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
5813
5814 * peXXigen.c (pe_print_idata): Remove unused variable.
5815
1ed89aa9
NC
58162002-06-06 David Heine <dlheine@tensilica.com>
5817
5818 * elf.c (assign_file_positions_for_segments): Remove unallocated
5819 sections from the section to segment mapping for PT_LOAD segments.
5820 Update comment about empty loadable segments.
5821
644c4c80
RS
58222002-06-06 Richard Sandiford <rsandifo@redhat.com>
5823
5824 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
5825 is within the .stabstr section.
5826
f8ecb12b
AM
58272002-06-06 Alan Modra <amodra@bigpond.net.au>
5828
5829 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
5830 are "const PTR", not "const PTR *".
5831 (bfd_elf32_swap_symbol_in): Likewise.
5832 (bfd_elf64_swap_symbol_in): Likewise.
5833 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
5834 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
5835 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
5836 (elf_link_add_object_symbols): Likewise.
5837 (elf_link_record_local_dynamic_symbol): Likewise.
5838 (elf_link_input_bfd): Likewise.
5839 (elf_gc_mark): Likewise.
5840 (elf_reloc_symbol_deleted_p): Likewise.
5841 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
5842 (mn10200_elf_relax_delete_bytes): Likewise.
5843 (mn10200_elf_symbol_address_p): Likewise.
5844 (mn10200_elf_get_relocated_section_contents): Likewise.
5845 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
5846 (mn10300_elf_relax_section): Likewise.
5847 (mn10300_elf_relax_delete_bytes): Likewise.
5848 (mn10300_elf_symbol_address_p): Likewise.
5849 (mn10300_elf_get_relocated_section_contents): Likewise.
5850 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
5851 (elf32_h8_relax_delete_bytes): Likewise.
5852 (elf32_h8_symbol_address_p): Likewise.
5853 (elf32_h8_get_relocated_section_contents): Likewise.
5854 * elf32-hppa.c (get_local_syms): Likewise.
5855 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
5856 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
5857 * elf32-sh.c (sh_elf_relax_section): Likewise.
5858 (sh_elf_relax_delete_bytes): Likewise.
5859 (sh_elf_get_relocated_section_contents): Likewise.
5860 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
5861 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
5862 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
5863 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
5864 * elf64-ppc.c (get_local_syms): Likewise.
5865 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
5866 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
5867
1ed89aa9 58682002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
7a33bc10
JR
5869
5870 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
5871
73ff0d56
AM
58722002-06-05 Alan Modra <amodra@bigpond.net.au>
5873
9dce4196
AM
5874 * elf.c (group_signature): Swap in the whole symbol, and handle
5875 extracting section symbol names.
5876 (setup_group): Add comment.
5877 (set_group_contents): When called from objcopy or ld, arrange for
5878 section contents to be written. Write group member output section
5879 indices to allow objcopy to reorganize sections.
5880 (_bfd_elf_copy_private_section_data): Copy group info.
5881
73ff0d56
AM
5882 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
5883 (bfd_elf32_swap_symbol_in): Update prototype.
5884 (bfd_elf64_swap_symbol_in): Likewise.
5885 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
5886 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
5887 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
5888 (elf_link_add_object_symbols): Likewise.
5889 (elf_link_record_local_dynamic_symbol): Likewise.
5890 (elf_link_input_bfd): Likewise.
5891 (elf_gc_mark): Likewise.
5892 (elf_reloc_symbol_deleted_p): Likewise.
5893 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
5894 (mn10200_elf_relax_delete_bytes): Likewise.
5895 (mn10200_elf_symbol_address_p): Likewise.
5896 (mn10200_elf_get_relocated_section_contents): Likewise.
5897 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
5898 (mn10300_elf_relax_section): Likewise.
5899 (mn10300_elf_relax_delete_bytes): Likewise.
5900 (mn10300_elf_symbol_address_p): Likewise.
5901 (mn10300_elf_get_relocated_section_contents): Likewise.
5902 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
5903 (elf32_h8_relax_delete_bytes): Likewise.
5904 (elf32_h8_symbol_address_p): Likewise.
5905 (elf32_h8_get_relocated_section_contents): Likewise.
5906 * elf32-hppa.c (get_local_syms): Likewise.
5907 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
5908 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
5909 * elf32-sh.c (sh_elf_relax_section): Likewise.
5910 (sh_elf_relax_delete_bytes): Likewise.
5911 (sh_elf_get_relocated_section_contents): Likewise.
5912 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
5913 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
5914 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
5915 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
5916 * elf64-ppc.c (get_local_syms): Likewise.
5917 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
5918 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
5919 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
5920 * elf64-alpha.c (alpha_elf_size_info): Likewise.
5921 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
5922 * elf64-mips.c (mips_elf64_size_info): Likewise.
5923 * elf64-s390.c (s390_elf64_size_info): Likewise.
5924 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
5925
53bfd6b4
MR
59262002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5927
5928 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
5929 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
5930 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
5931 _bfd_mips_elf_ignore_discarded_relocs.
5932 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
5933
d4df96e6
L
59342002-06-05 H.J. Lu <hjl@gnu.org>
5935
5936 * elfxx-mips.c (mips_elf_calculate_relocation): Call
5937 _bfd_elf_rel_local_sym for STT_SECTION relocations against
5938 the SEC_MERGE section.
5939
e61463e1
AM
59402002-06-05 Alan Modra <amodra@bigpond.net.au>
5941
3cac74d0
AM
5942 * coff-alpha.c: Update copyright date.
5943 * coff-mips.c: Likewise.
5944 * xcoff-target.h: Likewise.
5945
e61463e1
AM
5946 * bfd-in.h: Remove "taken from the source" comment.
5947 * libbfd-in.h: Likewise.
5948 * libcoff-in.h: Likewise.
5949 * bfd-in2.h: Regenerate.
5950 * libbfd.h: Regenerate.
5951 * libcoff.h: Regenerate.
5952
5953 * elf.c (bfd_elf_discard_group): Return true.
5954 * elf-bfd.h (bfd_elf_discard_group): Declare.
5955 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
5956 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
5957 * bfd.c (bfd_discard_group): Define.
5958 * targets.c (struct bfd_target): Add _bfd_discard_group.
5959 (BFD_JUMP_TABLE_LINK): Here too.
5960 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
5961 * aout-adobe.c (aout_32_bfd_discard_group): Define.
5962 * aout-target.h (MY_bfd_discard_group): Define.
5963 * aout-tic30.c (MY_bfd_discard_group): Define.
5964 * binary.c (binary_bfd_discard_group): Define.
5965 * bout.c (b_out_bfd_discard_group): Define.
5966 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
5967 * coffcode.h (coff_bfd_discard_group): Define.
5968 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
5969 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
5970 * i386msdos.c (msdos_bfd_discard_group): Define.
5971 * i386os9k.c (os9k_bfd_discard_group): Define.
5972 * ieee.c (ieee_bfd_discard_group): Define.
5973 * ihex.c (ihex_bfd_discard_group): Define.
5974 * mmo.c (mmo_bfd_discard_group): Define.
5975 * nlm-target.h (nlm_bfd_discard_group): Define.
5976 * oasys.c (oasys_bfd_discard_group): Define.
5977 * ppcboot.c (ppcboot_bfd_discard_group): Define.
5978 * som.c (som_bfd_discard_group): Define.
5979 * srec.c (srec_bfd_discard_group): Define.
5980 * tekhex.c (tekhex_bfd_discard_group): Define.
5981 * versados.c (versados_bfd_discard_group): Define.
5982 * vms.c (vms_bfd_discard_group): Define.
5983 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
5984 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
5985 (aix5coff64_vec): Likewise.
5986 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
5987
9cba27b2
JT
59882002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
5989
5990 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
5991 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
5992 (elf32-sh64-com.lo): New dependency list.
5993 * Makefile.in: Regenerate.
5994 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
5995 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
5996 elf32-sh64-com.lo.
5997 * configure: Regenerate.
5998 * elf32-sh64.c (sh64_address_in_cranges)
5999 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
6000 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
6001 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
6002 * elf32-sh64-com.c: ...here. New file.
6003
8d2c33be
AM
60042002-06-04 Alan Modra <amodra@bigpond.net.au>
6005
6006 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
6007 ATTRIBUTE_UNUSED on used params.
6008 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
6009 before calling bfd_section_from_elf_index on local syms.
6010 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
6011
5b0e55b6
JT
60122002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
6013
6014 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
6015 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
6016 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
6017 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
6018 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
6019 * Makefile.in: Regenerate.
6020 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
6021 (sh64-*-netbsd*): New targets.
6022 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
6023 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
6024 * configure: Regenerate.
6025 * elf32-sh64-nbsd.c: New file.
6026 * elf64-sh64-nbsd.c: New file.
6027 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
6028 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
6029 bfd_elf64_sh64lnbsd_vec.
6030
b885599b
AM
60312002-06-04 Alan Modra <amodra@bigpond.net.au>
6032
6033 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
6034 (bfd_section_from_shdr): Likewise. Set section name of group
6035 sections from signature.
6036 (group_signature): Split out from setup_group. Ensure symbol table
6037 is available.
6038 (bfd_elf_discard_group): New function.
6039 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
6040 .gnu.linkonce* sections if they are members of a group.
6041 (set_group_contents): Set GRP_COMDAT flag.
6042 * section.c (bfd_discard_group): New function.
6043 * bfd-in.h (bfd_elf_discard_group): Declare.
6044 * bfd-in2.h: Regenerate.
6045 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
6046 (elf_linkonce_p): Define.
6047
90937f86
AM
60482002-06-04 Alan Modra <amodra@bigpond.net.au>
6049
6050 * elf.c (bfd_section_from_shdr): Make "name" const.
6051 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
6052 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
6053 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
6054 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
6055 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
6056 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
6057 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
6058 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
6059 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
6060 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
6061 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
6062
cf6fb9ce
MR
60632002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6064
6065 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
6066 ABI.
6067
cedb70c5
KH
60682002-06-02 Kazu Hirata <kazu@cs.umass.edu>
6069
6070 * elf32-arc.c: Fix formatting.
6071 * elf32-arm.h: Likewise.
6072 * elf32-cris.c: Likewise.
6073 * elf32-dlx.c: Likewise.
6074 * elf32-hppa.c: Likewise.
6075 * elf32-i386.c: Likewise.
6076 * elf32-i386qnx.c: Likewise.
6077 * elf32-or32.c: Likewise.
6078 * elf32-s390.c: Likewise.
6079 * elf32-sh64.c: Likewise.
6080 * elf32-vax.c: Likewise.
6081 * elf32-xstormy16.c: Likewise.
6082 * elf64-alpha.c: Likewise.
6083 * elf64-mmix.c: Likewise.
6084 * elf64-ppc.c: Likewise.
6085 * elf64-s390.c: Likewise.
6086 * elf64-sh64.c: Likewise.
6087 * elf64-x86-64.c: Likewise.
6088
048d873d
RH
60892002-06-02 Richard Henderson <rth@redhat.com>
6090
6091 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
6092 null when there are no got entries for a symbol.
6093 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
6094 uninitialized variable warning.
6095
4a67a098
RH
60962002-06-01 Richard Henderson <rth@redhat.com>
6097
6098 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
6099 undefined symbols here.
6100 (elf64_alpha_relax_section): Do it here. Also test for not
6101 defined in the current module.
6102 (elf64_alpha_relocate_section_r): Split out of ...
6103 (elf64_alpha_relocate_section): ... here. Don't dereference
6104 NULL when looking up local got entries.
6105
f44f99a5
RH
61062002-06-01 Richard Henderson <rth@redhat.com>
6107
6108 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
6109 symbols from JSR relaxation.
6110 (elf64_alpha_size_plt_section_1): New.
6111 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
6112 (elf64_alpha_size_rela_got_1): ... here.
6113 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
6114 (elf64_alpha_size_rela_got_section): ... here.
6115 (elf64_alpha_size_plt_section): New.
6116 (elf64_alpha_relax_section): Call them.
6117 (elf64_alpha_size_got_sections): Remove output_bfd arg.
6118 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
6119
9e756d64
RH
61202002-06-01 Richard Henderson <rth@redhat.com>
6121
6122 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
6123 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
6124 in shared libraries. Fix DTPRELHI and TPRELHI value.
6125 (INSN_ADDQ, INSN_RDUNIQ): New.
6126 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
6127 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
6128 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
6129 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
6130 Handle GOTDTPREL and GOTTPREL relocations.
6131 (elf64_alpha_relax_gprelhilo): New.
6132 (elf64_alpha_relax_tls_get_addr): New.
6133 (elf64_alpha_relax_find_tls_segment): New.
6134 (elf64_alpha_relax_section): Handle TLS relocations.
6135 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
6136 (elf64_alpha_check_relocs): Set it.
6137
c853d7f6
RH
61382002-06-01 Richard Henderson <rth@redhat.com>
6139
b646261c
RH
6140 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
6141
c853d7f6
RH
6142 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
6143 check; don't suppress dynamic relocs for non-allocated sections.
6144
d7e41a96
RH
6145 * elf64-alpha.c: Remove dead code.
6146
5f333394
AM
61472002-05-31 Alan Modra <amodra@bigpond.net.au>
6148
08e0ee05
AM
6149 * bfd-in2.h: Regenerate.
6150 * libbfd.h: Regenerate.
6151 * po/SRC-POTFILES.in: Regenerate.
6152
5f333394
AM
6153 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
6154 space for bss .plt.
6155
caf47ea6
AM
61562002-05-31 Graeme Peterson <gp@qnx.com>
6157
6158 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
6159 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
6160 Run "make dep-am".
6161 * Makefile.in: Regenerate.
6162 * config.bfd: Add i[3456]86-*-nto-qnx* support.
6163 * configure.in: Add bfd_elf32_i386qnx_vec support.
6164 * configure: Regenerate.
6165 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
6166 is_contained_by_filepos, and copy_private_bfd_data_p.
6167 * elf.c (assign_file_positions_for_segments): Call backend
6168 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
6169 (IS_CONTAINED_BY_FILEPOS): Define.
6170 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
6171 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
6172 Fix non-K&R call to _bfd_error_handler.
6173 (_bfd_elf_copy_private_section_data): Use backend
6174 copy_private_bfd_data_p.
6175 * elf32-i386.c: Don't include elfxx-target.h when
6176 ELF32_I386_C_INCLUDED is defined.
6177 * elf32-i386qnx.c: New QNX elf backend file.
6178 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
6179 elf_backend_is_contained_by_filepos, and
6180 elf_backend_do_copy_private_bfd_data.
6181 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
6182
5bc56484
AM
61832002-05-31 Alan Modra <amodra@bigpond.net.au>
6184
6185 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
6186 Move other similar defines to start of file.
6187
1b164155
TR
61882002-05-30 Tom Rix <trix@redhat.com>
6189
6190 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
6191 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
6192
3765b1be
RH
61932002-05-30 Richard Henderson <rth@redhat.com>
6194
6195 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
6196 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
6197 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
6198 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
6199 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
6200 (struct alpha_elf_obj_tdata): Rename total_got_entries and
6201 n_local_got_entries to total_got_size and local_got_size.
6202 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
6203 (alpha_got_entry_size): New.
6204 (elf64_alpha_relax_with_lituse): Use it.
6205 (elf64_alpha_relax_without_lituse): Likewise.
6206 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
6207 (get_got_entry): New.
6208 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
6209 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
6210 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
6211 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
6212 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
6213 (elf64_alpha_calc_got_offsets): Likewise.
6214 (alpha_dynamic_entries_for_reloc): New.
6215 (elf64_alpha_calc_dynrel_sizes): Use it.
6216 (elf64_alpha_size_dynamic_sections): Likewise.
6217 (elf64_alpha_relocate_section): Handle TLS relocations.
6218 * reloc.c: Add Alpha TLS relocations.
6219 * bfd-in2.h, libbfd.h: Rebuild.
6220
5e226794
NC
62212002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
6222
6223 * peXXigen.c (pe_print_idata): Remove double printed
6224 import table lines; add Bound-To comment.
6225
90ace9e9
JT
62262002-05-29 Matt Thomas <matt@3am-software.com>
6227
6228 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
6229 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
6230 (elf32-vax.lo): New rule.
6231 * Makefile.in: Regenerate.
6232 * configure.in (bfd_elf32_vax_vec)
6233 (vaxnetbsd_vec): New vectors.
6234 * configure: Regenerate.
6235 * config.bfd (vax-*-netbsdelf*)
6236 (vax-*-netbsdaout*)
6237 (vax-*-netbsd*): New targets.
6238 * elf32-vax.c: New file.
6239 * reloc.c: Add VAX relocations.
6240 * bfd-in2.h: Regenerate.
6241 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
6242
4a253e81
JT
62432002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6244
6245 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
6246 and bfd_elf32_bigarm_vec to targ_selvecs.
6247
6e7c73dd
CF
62482002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
6249
6250 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
6251 with auto-imported symbols.
6252
8afb0e02
NC
62532002-05-29 Adam Nemet <anemet@lnxw.com>
6254
6255 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
6256 sections only record bfd.
9bab7074 6257 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
8afb0e02 6258 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
9bab7074 6259 * bfd-in2.h: Regenerate.
8afb0e02 6260
a95653f5
NC
62612002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6262
6263 * syms.c (_bfd_stab_section_find_nearest_line): Move
6264 declaration and initialisation of saw_line and saw_func out of
6265 for loop.
6266
7cdc5bba
AM
62672002-05-29 Alan Modra <amodra@bigpond.net.au>
6268
6269 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
6270 (bfd_elf64_get_symbol_info): Define.
6271 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
6272
4c7aad1c
AM
62732002-05-29 Andrey Volkov <avolkov@transas.com>
6274
6275 * cpu-h8300.c: Make default h8300 machine first in machine list.
6276
d172d4ba
NC
62772002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
6278
6279 * config.bfd: Added DLX configuraton.
6280 * Makefile.am: Added DLX configuraton.
6281 * configure.in: Added DLX configuraton.
6282 * archures.c: Add DLX architecure.
6283 * reloc.c: Add DLX relocs.
6284 * targets.c: Added DLX target vector.
6285 * configure: Regenerate.
6286 * Makefile.in: Regenreate.
6287 * bfd-in2.h: Regenreate.
6288 * elf32-dlx.c: New file: Support DLX target.
6289 * cpu-dlx.c: New file: Support DLX target.
6290
d1329ca3
AM
62912002-05-25 Alan Modra <amodra@bigpond.net.au>
6292
428d0de3
AM
6293 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
6294
d1329ca3
AM
6295 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
6296 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
6297 strings to point inside function code sym string.
6298 (func_desc_adjust): Likewise.
6299 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
6300
3bab7989
ML
63012002-05-24 Michal Ludvig <mludvig@suse.cz>
6302
6303 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
6304 (elf64_x86_64_grok_psinfo): Added.
6305
436e8db0
NC
63062002-05-24 TAMURA Kent <kent@netbsd.org>
6307
6308 * config.bfd: Add a target for i386-netbsdpe.
6309
ea1e4b0d
AM
63102002-05-24 Alan Modra <amodra@bigpond.net.au>
6311
6312 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
6313 and is_func_descriptor.
6314 (func_desc_adjust): Hide function code sym in shared libs unless
6315 there is a matching exported function descriptor sym.
6316
13ae64f3
JJ
63172002-05-23 Jakub Jelinek <jakub@redhat.com>
6318
6319 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
6320 for symbols from SHF_TLS section.
6321 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
6322 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
6323 (map_sections_to_segments): Build PT_TLS segment if necessary.
6324 (assign_file_positions_for_segments): Likewise.
6325 (get_program_header_size): Account for PT_TLS segment.
6326 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
6327 SEC_THREAD_LOCAL sections to STT_TLS.
6328 * reloc.c: Add 386 and IA-64 TLS relocs.
6329 * section.c (SEC_THREAD_LOCAL): Define.
6330 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
6331 Remove.
6332 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
6333 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
6334 unconditionally.
6335 (struct elf_final_link_info): Add first_tls_sec.
6336 (elf_bfd_final_link): Set first_tls_sec.
6337 Compute elf_hash_table (info)->tls_segment.
6338 (elf_link_output_extsym): Handle STT_TLS symbols.
6339 (elf_link_input_bfd): Likewise.
6340 * syms.c (BSF_THREAD_LOCAL): Define.
6341 * bfd-in2.h: Rebuilt.
6342 * libbfd.h: Rebuilt.
6343 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
6344 elf_i386_mkobject, elf_i386_object_p): New functions.
6345 (elf_howto_table): Add TLS relocs.
6346 (elf_i386_reloc_type_lookup): Support TLS relocs.
6347 (elf_i386_info_to_howto_rel): Likewise.
6348 (struct elf_i386_link_hash_entry): Add tls_type.
6349 (struct elf_i386_obj_tdata): New.
6350 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
6351 New macros.
6352 (struct elf_i386_link_hash_table): Add tls_ldm_got.
6353 (link_hash_newfunc): Clear tls_type.
6354 (elf_i386_check_relocs): Support TLS relocs.
6355 (elf_i386_gc_sweep_hook): Likewise.
6356 (allocate_dynrelocs): Likewise.
6357 (elf_i386_size_dynamic_sections): Likewise.
6358 (elf_i386_relocate_section): Likewise.
6359 (elf_i386_finish_dynamic_symbol): Likewise.
6360 (bfd_elf32_mkobject, elf_backend_object_p): Define.
6361 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
6362 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
6363 want_tprel, want_dtpmod, want_dtprel.
6364 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
6365 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
6366 R_IA64_LTOFF_TPREL22.
6367 (elf_code_to_howto_index): Add TLS relocs.
6368 (elfNN_ia64_check_relocs): Support TLS relocs.
6369 (allocate_global_data_got): Account for TLS .got data.
6370 (allocate_dynrel_entries): Account for TLS dynamic relocations.
6371 (elfNN_ia64_install_value): Supprt TLS relocs.
6372 (set_got_entry): Support TLS relocs.
6373 (elfNN_ia64_relocate_section): Likewise.
6374
c62e1cc3
NC
63752002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
6376
6377 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
6378 BLX reloc round the relocation up rather than down.
6379 * coff-arm.c (coff_arm_relocate_section): Likewise.
6380
c5a43a5d
L
63812002-05-21 H.J. Lu (hjl@gnu.org)
6382
6383 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
6384 definition.
6385
afbe61cf
AM
63862002-05-22 Alan Modra <amodra@bigpond.net.au>
6387
6388 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
6389 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
6390
9c07fe7c
AM
63912002-05-22 Alan Modra <amodra@bigpond.net.au>
6392
6393 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
6394 unresolved relocs.
6395 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
6396
21611032
TS
63972002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6398
c5cd6d62 6399 * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
21611032
TS
6400 non-ELF targets.
6401
41241523
TS
64022002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6403
6404 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
6405 an error value.
6406 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
6407 return with false on error.
6408 (elf_link_input_bfd): Check reloc_emitter return value.
6409
658f2588
JT
64102002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6411
6412 * config.bfd (armeb-*-netbsdelf*): New target.
6413
c862ae31
AM
64142002-05-20 Alan Modra <amodra@bigpond.net.au>
6415
6416 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
6417 at the plt call stub.
6418
6dd14845
TS
64192002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6420
6421 * cpu-mips.c (mips_compatible): Don't try to check machine
6422 compatibility.
6423
a58d9c34
TR
64242002-05-18 Tom Rix <trix@redhat.com>
6425
9b5ecbd0 6426 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
a58d9c34 6427
ef60b7ff
AM
64282002-05-17 Alan Modra <amodra@bigpond.net.au>
6429
6430 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
6431 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
6432 we've already warned about an undefined symbol. Report more
6433 detail on reloc errors.
6434
a703a6ea
AM
64352002-05-17 Alan Modra <amodra@bigpond.net.au>
6436
6437 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
6438 * configure.in: Invoke AM_INSTALL_LIBBFD.
6439 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
6440 (install_libbfd): .. New target.
6441 (uninstall_libbfd): Likewise.
6442 (install-bfdlibLTLIBRARIES): Likewise.
6443 (uninstall-bfdlibLTLIBRARIES): Likewise.
6444 (bfdlibdir): New.
6445 (bfdincludedir): New.
6446 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
6447 * aclocal.m4: Regenerate.
6448 * configure: Regenerate.
6449 * Makefile.in: Regenerate.
6450
2c13d98b
NC
64512002-05-17 Stuart Balfour <sbalfour@cisco.com>
6452
6453 * hash.c (bfd_hash_lookup): Remove computation of len from inside
6454 hash loop.
6455
629936c5
NC
64562002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
6457
6458 * config.bfd: Add targets for sh64-linux (little endian and
6459 big endian).
6460
e4cf60a8
NC
64612002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
6462
6463 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
6464 is located in the same section as the import table. Instead
6465 check, and if necessary load the section containing the thunk.
6466
d1e66cd4
NC
64672002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
6468
6469 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
ea1e4b0d
AM
6470 bfd_bread.
6471 (xcoff64_core_file_matches_executable_p): Replace bfd_read
6472 with bfd_bread.
d1e66cd4 6473
2d653fc7
AM
64742002-05-15 Alan Modra <amodra@bigpond.net.au>
6475
6476 * aix5ppc-core.c: Warning fixes.
6477 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
6478 * aout-target.h (MY_bfd_link_just_syms): Define.
6479 * aout-tic30.c (MY_bfd_link_just_syms): Define.
6480 * bfd.c (bfd_link_just_syms): Define.
6481 * binary.c (binary_bfd_link_just_syms): Define.
6482 * bout.c (b_out_bfd_link_just_syms): Define.
6483 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
6484 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
6485 * coffcode.h (coff_bfd_link_just_syms): Define.
6486 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
6487 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
6488 (_bfd_elf_link_just_syms): Declare.
6489 * elf.c (_bfd_elf_link_just_syms): New function.
6490 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
6491 sections haven't already been discarded by the linker.
6492 * elflink.h (elf_link_add_object_symbols): Likewise for stab
6493 sections and SEC_MERGE sections.
6494 (elf_bfd_discard_info): Similarly here.
6495 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
6496 * i386msdos.c (msdos_bfd_link_just_syms): Define.
6497 * i386os9k.c (os9k_bfd_link_just_syms): Define.
6498 * ieee.c (ieee_bfd_link_just_syms): Define.
6499 * ihex.c (ihex_bfd_link_just_syms): Define.
6500 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
6501 (_bfd_generic_link_just_syms): Declare.
6502 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
6503 * linker.c (_bfd_generic_link_just_syms): New function.
6504 * mmo.c (mmo_bfd_link_just_syms): Define.
6505 * nlm-target.h (nlm_bfd_link_just_syms): Define.
6506 * oasys.c (oasys_bfd_link_just_syms): Define.
6507 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
6508 * som.c (som_bfd_link_just_syms): Define.
6509 * srec.c (srec_bfd_link_just_syms): Define.
6510 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
6511 (BFD_JUMP_TABLE_LINK): And here.
6512 * tekhex.c (tekhex_bfd_link_just_syms): Define.
6513 * versados.c (versados_bfd_link_just_syms): Define.
6514 * vms.c (vms_bfd_link_just_syms): Define.
6515 * libbfd.h: Regenerate.
6516 * bfd-in2.h: Regenerate.
6517
cb7394f2
TS
65182002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6519
6520 * elf32-mips.c: Remove superfluous definitions copied from
6521 elfxx-mips.c.
6522 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
6523 SGIish vectors to check the special case.
6524 (mips_elf_hi16_reloc): Fix comment.
6525 (mips_elf_got16_reloc): Likewise.
6526 (_bfd_mips_elf32_gprel16_reloc): Likewise.
6527 (elf_reloc_map): Code cleanup.
6528 (mips_reloc_map): Add comment.
6529 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
6530 (mips_elf32_rtype_to_howto): Likewise.
6531 (mips_elf32_discard_info): Likewise.
6532 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
6533 lead to IRIX compatibility now.
6534
8dc1a139
TS
65352002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6536
6537 * elfxx-mips.c: Call it IRIX, not Irix in comments.
6538
2051e1b5
JT
65392002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
6540
6541 * config.bfd (shle-*-netbsdelf*): Add target which includes
6542 sh64 support.
6543
83954261
AM
65442002-05-13 David Edelsohn <edelsohn@gnu.org>
6545
6546 * configure.in: Revert 2002-04-07. Instead, auto-configure
6547 HAVE_ST_C_IMPL.
6548 * configure: Regenerate.
6549 * config.in: Regenerate.
6550 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
6551 or AIX_5_CORE.
6552
a9bf1154
NC
65532002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
6554
6555 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
6556 corefiles as well.2
6557 * configure: Regenerate.
6558
3129eb7a
AM
65592002-05-13 Alan Modra <amodra@bigpond.net.au>
6560
6561 * Makefile.am (install-data-local): Install headers to
6562 $(exec_prefix)/include.
6563 * Makefile.in: Regenerate.
6564
a9a32010
DJ
65652002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6566 Daniel Jacobowitz <drow@mvista.com>
6567
6568 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
6569 map BFD_RELOC_RVA.
6570
65712002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
690cc98b
NC
6572
6573 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
6574 hppa*-*-openbsd*): New targets.
6575 * configure.in (alpha*-*-openbsd*): Set COREFILE.
6576 * configure: Regenerate.
6577
f1f0d9ab
TR
65782002-05-10 Tom Rix <trix@redhat.com>
6579
ea1e4b0d 6580 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
f1f0d9ab
TR
6581 xcoff64_ppc_relocate_section.
6582 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
6583 * libxcoff.h: Common xcoff_reloc_type function declaration.
6584
c432ba1a
AM
65852002-05-10 Alan Modra <amodra@bigpond.net.au>
6586
16a10388 6587 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
90937f86 6588 added in 2002-05-09 commit.
16a10388 6589
c432ba1a
AM
6590 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
6591 don't look for stubs on all undefined syms.
6592
4a335f3d
AM
65932002-05-09 Alan Modra <amodra@bigpond.net.au>
6594
8fc39d5d
AM
6595 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
6596 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
6597 pcrel_offset.
6598
4a335f3d
AM
6599 * elf32-i386.c (elf_howto_table): Comments.
6600 (elf_i386_relocate_section): Handle more relocs for relocatable
6601 linking and against SEC_MERGE sections.
6602
41fcb14e
AM
66032002-05-08 Alan Modra <amodra@bigpond.net.au>
6604
6605 * elf32-ppc.c (ppc_elf_create_got): New function.
6606 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
ea1e4b0d 6607 _bfd_elf_create_dynamic_sections. Correct .plt flags.
41fcb14e
AM
6608 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
6609 _bfd_elf_create_got_section.
6610
b491616a
AM
66112002-05-07 Alan Modra <amodra@bigpond.net.au>
6612
6613 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
6614 * elfxx-target.h (elf_backend_rela_normal): Define.
6615 (elfNN_bed): Init rela_normal.
6616 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
6617 for section symbols here if rela_normal. Simplify abs section test.
6618 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
6619 return immediately. Remove code handling relocatable linking.
6620 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
6621 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
6622 * elf32-i370.c (i370_elf_relocate_section): Likewise.
6623 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
6624 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
6625 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
6626 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
6627 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
6628 * elf32-s390.c (elf_s390_relocate_section): Likewise.
6629 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
6630 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
6631 * elf64-s390.c (elf_s390_relocate_section): Likewise.
6632 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
6633 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
6634 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
6635 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
6636 * elf-m10200.c (elf_backend_rela_normal): Define.
6637 * elf-m10300.c (elf_backend_rela_normal): Define.
6638 * elf32-fr30.c (elf_backend_rela_normal): Define.
6639 * elf32-i370.c (elf_backend_rela_normal): Define.
6640 * elf32-i860.c (elf_backend_rela_normal): Define.
6641 * elf32-m68k.c (elf_backend_rela_normal): Define.
6642 * elf32-mcore.c (elf_backend_rela_normal): Define.
6643 * elf32-openrisc.c (elf_backend_rela_normal): Define.
6644 * elf32-ppc.c (elf_backend_rela_normal): Define.
6645 * elf32-s390.c (elf_backend_rela_normal): Define.
6646 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
6647 * elf64-ppc.c (elf_backend_rela_normal): Define.
6648 * elf64-s390.c (elf_backend_rela_normal): Define.
6649 * elf64-x86-64.c (elf_backend_rela_normal): Define.
6650 * elfxx-ia64.c (elf_backend_rela_normal): Define.
6651 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
6652 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
6653
df212a7e
NC
66542002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
6655
6656 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
6657 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
6658
3decf53c
AM
66592002-05-06 Alan Modra <amodra@bigpond.net.au>
6660
6661 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
6662 when not relocatable. Fix reloc_emitter call for K&R.
6663
f46c2da6
AM
66642002-05-04 Alan Modra <amodra@bigpond.net.au>
6665
6666 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
6667 reloading local sym addend mistakenly removed in 2002-05-01 change.
6668
6669 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
6670 (read_abbrevs): Change "offset" param to bfd_vma.
6671 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
6672 Change "abbrev_offset" to bfd_vma.
6673 (read_indirect_string): Use correct conversion chars in error
6674 message format string, cast bfd_vma's to unsigned long.
6675 (read_abbrevs): Likewise.
6676 (read_attribute_value): Likewise.
6677 (decode_line_info): Likewise.
6678 (scan_unit_for_functions): Likewise.
6679 (parse_comp_unit): Likewise.
6680
59862849
TR
66812002-05-04 Tom Rix <trix@redhat.com>
6682
6683 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
6684 (coff_swap_reloc_out): Same.
6685 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
6686 (xcoff_swap_reloc_out): Same.
6687 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
6688 case some 16 bit relocs. Add reloc value to output.
6689 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
ea1e4b0d 6690 R_RBR. Improve names.
59862849
TR
6691 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
6692 (bfd_xcoff_backend_data): Update with new reloc swap names.
6693 (bfd_pmac_xcoff_backend_data) : Same.
6694 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
6695 (xcoff64_swap_reloc_out): Same.
ea1e4b0d 6696 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
59862849 6697 R_POS. Add reloc value to output.
ea1e4b0d
AM
6698 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
6699 bit R_RBR. Improve names, masks.
59862849
TR
6700 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
6701 (bfd_xcoff_backend_data): Update with new reloc swap names.
6702 (bfd_xcoff_aix5_backend_data) : Same.
6703
b4655ea9
AM
67042002-05-04 Alan Modra <amodra@bigpond.net.au>
6705
6706 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
6707 bfd_count top_index, input_list, all_local_syms.
6708 (elf32_hppa_setup_section_lists): New function, split from
6709 elf32_hppa_size_stubs.
6710 (elf32_hppa_next_input_section): Likewise.
6711 (group_sections): Likewise.
6712 (get_local_syms): Likewise.
6713 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
6714 stubs on undefined syms too.
6715 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8fc39d5d 6716 Only access htab elf fields when we have an elf hash table.
b4655ea9
AM
6717 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
6718 (elf32_hppa_next_input_section): Declare.
6719
301e3139
AM
67202002-05-04 Bob Byrnes <byrnes@curl.com>
6721
6722 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
6723 _bfd_new_bfd.
6724
7c5fcef7
L
67252002-05-03 H.J. Lu (hjl@gnu.org)
6726
6727 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
6728 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
6729 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
6730 to hide a global symbol.
6731 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
ea1e4b0d 6732 forced_local to true.
7c5fcef7 6733
84de6048
RH
67342002-05-02 Richard Henderson <rth@redhat.com>
6735
6736 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
6737 vs SHN_UNDEF to zero.
6738
805fc799
AM
67392002-05-02 Alan Modra <amodra@bigpond.net.au>
6740
c061c2d8
AM
6741 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
6742 16 bit reloc.
6743 <R_PPC64_SECTOFF_DS>: Likewise.
6744 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
6745 SECTOFF reloc.
6746 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
6747 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
6748 SECTOFF reloc.
6749
805fc799
AM
6750 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
6751 (ppc64_elf_ha_reloc): New function.
6752 (ppc64_elf_brtaken_reloc): New function.
6753 (ppc64_elf_sectoff_reloc): New function.
6754 (ppc64_elf_sectoff_ha_reloc): New function.
6755 (ppc64_elf_toc_reloc): New function.
6756 (ppc64_elf_toc_ha_reloc): New function.
6757 (ppc64_elf_toc64_reloc): New function.
6758 (ppc64_elf_unhandled_reloc): New function.
6759 (ppc64_elf_howto_raw): Use the above.
6760 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
6761 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
6762 <R_PPC64_SECTOFF_DS>: Likewise.
6763 (IS_ABSOLUTE_RELOC): Update.
6764 (struct ppc_link_hash_table): Add have_undefweak.
6765 (ppc64_elf_link_hash_table_create): Init.
6766 (func_desc_adjust): Set have_undefweak.
6767 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
6768 add the .sfpr blr when have_undefweak.
6769 (ppc64_elf_setup_section_lists): Check hash table flavour.
6770 (ppc64_elf_next_input_section): Move output_section->owner test to
6771 ppc64elf.em.
6772 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
6773 and relocatable test. Return TOCstart and don't set elf_gp.
6774 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
6775 offset calculation. Add assert on weak sym branch tweaks.
6776 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
6777 (ppc64_elf_toc): Declare.
6778 (ppc64_elf_next_input_section): Update.
ea1e4b0d 6779
818c39a3
AM
67802002-05-01 Alan Modra <amodra@bigpond.net.au>
6781
6782 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
6783 file_name.
6784
721956f4
AM
67852002-05-01 Alan Modra <amodra@bigpond.net.au>
6786
6787 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
6788 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
6789 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
6790 call branches. Correct undefined weak destination.
6791 (ppc64_elf_func_desc_adjust): Always create at least one blr in
6792 .sfpr, and correct case where either only savef* or restf* is
6793 needed.
6794
6795 Long branch stubs, multiple stub sections.
6796 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
6797 (ppc64_elf_next_input_section): Declare.
6798 * elf64-ppc.c: Move linker-only prototypes.
6799 (STUB_SUFFIX): Define.
6800 (enum ppc_stub_type): New.
6801 (struct ppc_stub_hash_entry): New.
6802 (struct ppc_branch_hash_entry): New.
6803 (struct ppc_link_hash_entry): Add stub_cache, oh.
6804 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
6805 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
6806 Rename plt_overflow to stub_error.
6807 (ppc_stub_hash_lookup): Define.
6808 (ppc_branch_hash_lookup): Define.
6809 (stub_hash_newfunc): New function.
6810 (branch_hash_newfunc): New function.
6811 (link_hash_newfunc): Init new fields.
6812 (ppc64_elf_link_hash_table_create): Likewise.
6813 (ppc64_elf_link_hash_table_free): New function.
6814 (ppc_stub_name): New function.
6815 (ppc_get_stub_entry): New function.
6816 (ppc_add_stub): New function.
6817 (create_linkage_sections): Use bfd_make_section_anyway. Create
6818 .branch_lt and .rela.branch_lt sections. Don't create .stub.
6819 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
6820 and set up for plt call stubs. Link func and func desc syms.
6821 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
6822 (func_desc_adjust): Avoid hash lookup when func desc sym available
6823 via shortcut, and set links when processing.
6824 (ppc64_elf_hide_symbol): Likewise.
6825 (allocate_dynrelocs): Don't allocate stub section here.
6826 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
6827 Remove sstub code.
6828 (ppc_type_of_stub): New function.
6829 (build_one_stub): Delete.
6830 (ppc_build_one_stub): New function.
6831 (ppc_size_one_stub): New function.
6832 (ppc64_elf_setup_section_lists): New function.
6833 (ppc64_elf_next_input_section): New function.
6834 (group_sections): New function.
6835 (get_local_syms): New function.
6836 (ppc64_elf_size_stubs): Rewrite.
6837 (ppc64_elf_build_stubs): Rewrite.
6838 (ppc64_elf_relocate_section): Look up stub entry for REL24
6839 relocs. Don't propagate REL14* to dynamic objects. Look for long
6840 branch stubs if REL14* or REL24 relocs won't reach.
6841 (bfd_elf64_bfd_link_hash_table_free): Define.
6842
09c2219b
MM
68432002-04-30 Mark Mitchell <mark@codesourcery.com>
6844
c5cd6d62 6845 * config.bfd: Add support for powerpc-*-windiss.
09c2219b 6846
07b678c0
TR
68472002-04-30 Tom Rix <trix@redhat.com>
6848
6849 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
6850 symbol names into the hash table.
6851
dbe341c6
TR
68522002-04-28 Tom Rix <trix@redhat.com>
6853
6854 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
ea1e4b0d 6855 calulating relocations.
dbe341c6 6856 (xcoff_complain_overflow) : Function table for relocation errors.
ea1e4b0d
AM
6857 (xcoff_ppc_relocate_section): Use relocation and complain function
6858 tables.
6859 (xcoff_complain_overflow_unsigned_func): New complain function.
dbe341c6
TR
6860 (xcoff_complain_overflow_signed_func): Same.
6861 (xcoff_complain_overflow_bitfield_func): Same.
6862 (xcoff_complain_overflow_dont_func): Same.
6863 (xcoff_reloc_type_crel): New recot function.
6864 (xcoff_reloc_type_br): Same.
6865 (xcoff_reloc_type_ba): Same.
6866 (xcoff_reloc_type_toc): Same.
6867 (xcoff_reloc_type_rel): Same.
6868 (xcoff_reloc_type_neg): Same.
6869 (xcoff_reloc_type_pos): Same.
6870 (xcoff_reloc_type_fail): Same.
6871 (xcoff_reloc_type_noop): Same.
6872 * libxcoff.h : Declare common parts for xcoff64.
6873 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
ea1e4b0d 6874 and complain function tables.
dbe341c6 6875
985142a4
AM
68762002-04-28 Alan Modra <amodra@bigpond.net.au>
6877
6878 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
6879 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
6880
eba91044
AM
68812002-04-26 Alan Modra <amodra@bigpond.net.au>
6882
e54fdaa5
AM
6883 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
6884 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
6885
a50c1845
AM
6886 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
6887 same as the output before calling elf_link_input_bfd.
6888
eba91044
AM
6889 * coffcode.h (coff_compute_section_file_positions): Set
6890 section_tail after shuffling section list.
6891
3c25c5f6
NC
68922002-04-24 Christian Groessler <chris@groessler.org>
6893
6894 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
6895 addresses are 23bit with a special layout, not plain 32bit
6896 values. Prevent relocation of immediate values.
6897
40d32fc6
CD
68982002-04-24 Chris G. Demetriou <cgd@broadcom.com>
6899
6900 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
6901 MIPS-16 ASE flags are set, print something to indicate that.
6902
067fa4a6
AM
69032002-04-23 Alan Modra <amodra@bigpond.net.au>
6904
6905 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
6906 under which a plt call stub is used.
6907 (final_link_relocate): Similarly.
6908 (allocate_plt_static): Clear h-plabel except when plt entry is
6909 exclusively used for a plabel.
6910 (allocate_dynrelocs): Use the above to simplify plt sizing.
6911 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
6912 (elf32_hppa_link_hash_table_create): Init.
6913 (BL22_RP): Define.
6914 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
6915 (elf32_hppa_check_relocs): Set has_22bit_branch.
6916
6917 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
6918 (final_link_relocate): Likewise.
6919
af40ce3c
JJ
69202002-04-22 Jakub Jelinek <jakub@redhat.com>
6921
6922 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
6923 search table if some FDE is DW_EH_PE_aligned encoded either.
6924 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
6925
09ae86c2
JJ
69262002-04-22 Richard Smith <richard@ex-parrot.com>
6927 Jakub Jelinek <jakub@redhat.com>
6928
6929 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
6930 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
6931 encoded personality.
6932 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
6933 for CIE/FDE removal.
6934
deeb2cd7
TR
69352002-04-20 Tom Rix <trix@redhat.com>
6936
6937 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
6938
99dc0092
AM
69392002-04-20 Alan Modra <amodra@bigpond.net.au>
6940
aa3d5824
AM
6941 * archures.c (bfd_lookup_arch): Move the list order comment..
6942 (struct bfd_arch_info): ..to where it belongs.
6943 * bfd-in2.h: Regenerate.
6944
99dc0092
AM
6945 * archures.c (bfd_lookup_arch): Add comment on list order.
6946 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
6947 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
6948 is always at head of list.
6949
7831a775
NC
69502002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
6951
6952 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
6953 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
6954 definition of these functions for ARM_WINCE builds as they are
6955 not used.
ea1e4b0d 6956 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
7831a775
NC
6957 for ARM_WINCE builds.
6958
69592002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
6960
ea1e4b0d 6961 * coff-arm.c (bfd_arm_process_before_allocation):
7831a775
NC
6962
69632002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
a44d7f9c
JR
6964
6965 * cpu-sh.c (scan_mach): Delete.
6966 (arch_info_struct): Replace scan_mach with bfd_default_scan.
6967 (bfd_sh_arch): Likewise.
6968
3d8dbe36
NC
69692002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
6970
6971 * ihex.c (ihex_write_object_contents): Fix check for records
6972 crossing 64K boundaries.
6973
4ab82700
AM
69742002-04-16 Alan Modra <amodra@bigpond.net.au>
6975
6976 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
6977 type rather than just assuming entries are ELF.
6978 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
6979 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
6980 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
6981 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
6982 rather than elf_link_hash_entry.
6983
036fe0fe
RH
69842002-04-15 Richard Henderson <rth@redhat.com>
6985
6986 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
6987 n32 binaries.
6988
c4f3d130
NC
69892002-04-15 Michael Snyder <msnyder@redhat.com>
6990
6991 * opncls.c (bfd_close): Write contents if writeable.
6992 Minor formatting tidy-ups.
6993
4ab82700 69942002-04-15 Alan Modra <amodra@bigpond.net.au>
27242387
AM
6995
6996 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
6997
0c04d169
MS
69982002-04-12 Michael Snyder <msnyder@redhat.com>
6999
7000 * bfd-in.h (bfd_get_section_lma): New access macro.
7001 Minor white-space fix-up.
7002
89d4966f
AM
70032002-04-12 Alan Modra <amodra@bigpond.net.au>
7004
7005 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
7006 header pad.
7007
8d0da3c2
DD
70082002-04-09 DJ Delorie <dj@redhat.com>
7009
7010 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
7011
05793179
NC
70122002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
7013
7014 * coffcode.h (coff_read_word): New.
7015 (coff_compute_checksum): New.
7016 (coff_apply_checksum): New.
7017 (coff_write_object_contents): Call coff_apply_checksum () to
7018 apply checksum to PE image.
7019
46fe4e66
AM
70202002-04-08 Randolph Chung <tausq@debian.org>
7021
7022 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
7023 (elf32_hppa_final_link): Split out sorting logic to..
7024 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
7025 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
7026
3b5b409c
AC
70272002-04-07 Andrew Cagney <ac131313@redhat.com>
7028
7029 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
7030 pattern.
7031 * configure: Re-generate.
7032
ac7b6ceb
AC
70332002-04-07 Andrew Cagney <ac131313@redhat.com>
7034
7035 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
7036 is greater or equal to 4.3.3.
7037 * configure: Regenerate.
7038 Fix PR gdb/344.
7039
44aa49bb
HPN
70402002-04-05 Hans-Peter Nilsson <hp@axis.com>
7041
7042 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
7043 R_CRIS_32_PCREL>: Fix typo in name.
7044 (cris_elf_check_relocs): Always create .rela.got here when
7045 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
7046 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
7047 assume it's created.
7048
e2d34d7d
DJ
70492002-04-04 Daniel Jacobowitz <drow@mvista.com>
7050
7051 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
7052 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
7053 define.
7054 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
7055 * bfd.c (bfd_link_hash_table_free): Define.
7056 * binary.c (binary_bfd_link_hash_table_free): Define.
7057 * bout.c (b_out_bfd_link_hash_table_free): Define.
7058 * coff-rs6000.c (rs6000coff_vec): Include
7059 _bfd_generic_link_hash_table_free.
7060 (pmac_xcoff_vec): Likewise.
7061 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
7062 (aix5coff64_vec): Likewise.
7063 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
7064 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
7065 (bfd_elf32_bfd_link_hash_table_free): Define.
7066 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
7067 (bfd_elf32_bfd_link_hash_table_free): Define.
7068 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
7069 define.
7070 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
7071 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
7072 * ieee.c (ieee_bfd_link_hash_table_free): Define.
7073 * ihex.c (ihex_bfd_link_hash_table_free): Define.
7074 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
7075 (_bfd_generic_link_hash_table_free): Add prototype.
7076 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
7077 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
7078 * linker.c (_bfd_generic_link_hash_table_free): New function.
7079 * mmo.c (mmo_bfd_link_hash_table_free): Define.
7080 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
7081 * oasys.c (oasys_bfd_link_hash_table_free): Define.
7082 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
7083 * som.c (som_bfd_link_hash_table_free): Define.
7084 * srec.c (srec_bfd_link_hash_table_free): Define.
7085 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
7086 * versados.c (versados_bfd_link_hash_table_free): Define.
7087 * vms.c (vms_bfd_link_hash_table_free): New function.
7088 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
7089
7090 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
7091 instead of bfd_alloc.
7092 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
7093 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
7094 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
7095 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
7096 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
7097 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
7098 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
7099 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
7100 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
7101 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
7102 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
7103 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
7104 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
7105 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
7106 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
7107 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
7108 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
7109 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
7110 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
7111 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
7112 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
7113 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
7114 * m68klinux.c (linux_link_hash_table_create): Likewise.
7115 * sparclinux.c (linux_link_hash_table_create): Likewise.
7116 * sunos.c (sunos_link_hash_table_create): Likewise.
7117 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
7118
7119 * targets.c: Add _bfd_link_hash_table_free to xvec.
7120
7121 * bfd-in2.h: Regenerate.
7122 * libbfd.h: Regenerate.
7123 * libcoff.h: Regenerate.
7124
830629ab
AM
71252002-04-04 Alan Modra <amodra@bigpond.net.au>
7126
7127 * dep-in.sed: Cope with absolute paths.
7128 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
7129 Run "make dep-am".
7130 * Makefile.in: Regenerate.
7131 * coff-arm.c: Fix copyright date.
7132 * cpu-h8300.c: Likewise.
7133 * cpu-i370.c: Likewise.
7134 * cpu-s390.c: Likewise.
7135 * cpu-mips.c: Likewise.
7136 * po/SRC-POTFILES.in: Regenerate.
7137
c6e90b02
TS
71382002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7139
7140 * Makefile.am: Add elfxx-mips.c to the known backends.
7141 (elf32-mips.lo): remove dependency to coff/external.h.
7142 * Makefile.in: Regenerate.
7143 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
7144 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
7145 accordingly.
7146 * configure: Regenerate.
7147 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
7148 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
7149 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
7150 MIPS specific backend functions.
7151 * elf32-mips.c: Moved most code to elfxx-mips.c.
7152 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
7153 static.
7154 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
7155 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
7156 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
7157 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
7158 interface to allow selection of the right REL or RELA howto table.
7159 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
7160 static. Let it refuse n32 objects.
7161 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
7162 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
7163 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
7164 (elf32_mips_ignore_discarded_relocs): Rename from
7165 _bfd_elf32_mips_ignore_discarded_relocs.
7166 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
7167 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
7168 (elf_mips_howto_table_rela): Remove.
7169 * elf64-mips.c: Moved most code to elfxx-mips.c.
7170 (bfd_elf64_bfd_reloc_type_lookup): Make static.
7171 (mips_elf64_rtype_to_howto): New function.
7172 (mips_elf64_object_p): Likewise.
7173 (elf64_mips_irix_compat): Likewise.
7174 * elfxx-mips.c: New file containing common code merged together from
7175 elf32-mips.c and elf64-mips.c.
7176 * elfxx-mips.h: New file containing MIPS specific prototypes from
7177 elf-bfd.h.
7178 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
7179 elf_backend_mips_rtype_to_howto.
7180
d8dce692
AM
71812002-04-04 Alan Modra <amodra@bigpond.net.au>
7182
7183 * srec.c (MAXCHUNK, Chunk): Revise comments.
7184 (srec_write_record): Correct buffer size.
7185 (srec_write_header): Do without intermediate buffer.
7186 (srec_write_section): Validate Chunk.
7187 (srec_write_terminator): Pass NULL instead of dummy buffer.
7188 (srec_write_symbols): Pass file and symbol names directly to
7189 bfd_bwrite so sprintf won't overflow buffer.
7190
b88a866a
JJ
71912002-04-03 Jakub Jelinek <jakub@redhat.com>
7192
7193 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
7194 PC relative relocs against hidden symbols.
7195 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
7196
d7866f04
AM
71972002-04-03 Alan Modra <amodra@bigpond.net.au>
7198
7199 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
7200 LMAs, loop over segments until p_vaddr and p_memsz specify an
7201 extent enclosing the section.
7202
9e81ee67
NC
72032002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
7204
7205 * ihex.c (ihex_write_object_contents): Do not allow records to
7206 cross a 64K boundary - wrap if necessary.
7207
d2b64500
JT
72082002-04-01 Nathan Williams <nathanw@wasabisystems.com>
7209
7210 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
7211 which caused the returned LWP ID to always be 0.
7212
e36f7d53
RH
72132002-04-01 Richard Henderson <rth@redhat.com>
7214
7215 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
7216 (elf32_sparc_relocate_section): Use it to figure out when to
7217 initialize .got entries.
7218 * elf64-sparc.c: Similarly.
7219
e92d460e
AM
72202002-03-28 Alan Modra <amodra@bigpond.net.au>
7221
7222 * linker.c (link_action): Ignore duplicate warning syms.
7223 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
7224 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
7225 (elf_adjust_dynamic_symbol): Likewise.
7226 (elf_export_symbol): Likewise.
7227 (elf_link_find_version_dependencies): Likewise.
7228 (elf_link_assign_sym_version): Likewise.
7229 (elf_link_sec_merge_syms): Likewise.
7230 (elf_link_output_extsym): Likewise.
7231 (elf_gc_sweep_symbol): Likewise.
7232 (elf_gc_propagate_vtable_entries_used): Likewise.
7233 (elf_gc_smash_unused_vtentry_relocs): Likewise.
7234 (elf_gc_allocate_got_offsets): Likewise.
7235 (elf_collect_hash_codes): Likewise.
7236 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
7237 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
7238 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
7239 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
7240 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
7241 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
7242 (elf_cris_discard_excess_dso_dynamics): Likewise.
7243 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
7244 (mark_PIC_calls): Likewise.
7245 (allocate_plt_static): Likewise.
7246 (allocate_dynrelocs): Likewise.
7247 (readonly_dynrelocs): Likewise.
7248 * elf32-i386.c (allocate_dynrelocs): Likewise.
7249 (readonly_dynrelocs): Likewise.
7250 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
7251 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
7252 * elf32-mips.c (mips_elf_output_extsym): Likewise.
7253 (mips_elf_sort_hash_table_f): Likewise.
7254 (mips_elf_check_mips16_stubs): Likewise.
7255 * elf32-s390.c (allocate_dynrelocs): Likewise.
7256 (readonly_dynrelocs): Likewise.
7257 * elf32-sh.c (sh_elf_discard_copies): Likewise.
7258 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
7259 (xstormy16_relax_plt_realloc): Likewise.
7260 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
7261 (elf64_alpha_output_extsym): Likewise.
7262 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
7263 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
7264 (mips_elf64_check_mips16_stubs): Likewise.
7265 (mips_elf64_output_extsym): Likewise.
7266 * elf64-ppc.c (func_desc_adjust): Likewise.
7267 (allocate_dynrelocs): Likewise.
7268 (readonly_dynrelocs): Likewise.
7269 * elf64-s390.c (allocate_dynrelocs): Likewise.
7270 (readonly_dynrelocs): Likewise.
7271 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
7272 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
7273 (readonly_dynrelocs): Likewise.
7274 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
7275 * aoutx.h (aout_link_write_other_symbol): Likewise.
7276 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
7277 (_bfd_coff_write_global_sym): Likewise.
7278 * i386linux.c (linux_tally_symbols): Likewise.
7279 * m68klinux.c (linux_tally_symbols): Likewise.
7280 * sparclinux.c (linux_tally_symbols): Likewise.
7281 * pdp11.c (aout_link_write_other_symbol): Likewise.
7282 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
7283 * xcofflink.c (xcoff_build_ldsyms): Likewise.
7284 (xcoff_write_global_symbol): Likewise.
7285
7286 * cofflink.c (_bfd_coff_final_link): Formatting.
7287 * cpu-mips.c (mips_compatible): Make static, prototype.
7288 * elf32-i386.c (elf_i386_check_relocs): Formatting.
7289 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
7290 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
7291 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
7292 (mips_elf64_final_link): Likewise.
7293 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
7294 prototype.
7295
2106126f
NC
72962002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
7297
7298 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
7299 (SWAP_OUT_RELOC_OFFSET): Define.
7300
b99d1833
AM
73012002-03-27 Gregory Steuck <greg@nest.cx>
7302
7303 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
7304 terminating NULL if empty symbol table.
7305 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
7306
ad43ed4c
L
73072002-03-26 H.J. Lu (hjl@gnu.org)
7308
7309 * elflink.h (elf_link_input_bfd): Revert the last change since
7310 the gcc exception handling isn't fixed yet.
7311
3851fca4
L
73122002-03-26 H.J. Lu (hjl@gnu.org)
7313
7314 * elflink.h (elf_link_input_bfd): Complain about relocations
7315 against local symbols in discarded sections.
7316
b91afed7
AM
73172002-03-26 Alan Modra <amodra@bigpond.net.au>
7318
7319 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
7320
dba143ef
AM
73212002-03-23 Alan Modra <amodra@bigpond.net.au>
7322
7323 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
7324 section file offset for !SEC_LOAD sections.
7325
ee29b9fb
RE
73262002-03-21 Richard Earnshaw <rearnsha@arm.com>
7327
830629ab
AM
7328 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
7329 <case R_ARM_GOT>): Handle relocations to Thumb functions.
ee29b9fb 7330
54327882
AM
73312002-03-21 Alan Modra <amodra@bigpond.net.au>
7332
7333 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
7334 Whitespace changes.
7335 * archive.c: Update copyright date.
7336 * bfd-in2.h: Regenerate.
7337 * libbfd.h: Regenerate.
7338 * Makefile.am: Run "make dep-am"
7339 * Makefile.in: Regenerate.
7340 * po/SRC-POTFILES.in: Regenerate.
7341
1ee24f27
DJ
73422002-03-20 Daniel Jacobowitz <drow@mvista.com>
7343
7344 * dwarf2.c (struct funcinfo): Move up.
7345 (lookup_address_in_function_table): New argument function_ptr.
7346 Set it.
7347 (lookup_address_in_line_table): New argument function. If function
7348 is non-NULL, use it to handle ``addr'' before the first line note of
7349 the function.
7350 (comp_unit_find_nearest_line): Update and swap calls to
7351 lookup_address_in_function_table and lookup_address_in_line_table.
7352 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
7353 N_SLINE encountered if we see an N_FUN before any N_SLINE.
7354
51b9608c
TR
73552002-03-20 Tom Rix <trix@redhat.com>
7356
ea1e4b0d 7357 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
51b9608c 7358 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
9b5ecbd0 7359 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
51b9608c 7360
789c90aa
TR
73612002-03-19 Tom Rix <trix@redhat.com>
7362
ea1e4b0d 7363 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
789c90aa
TR
7364 dynamic objects in archives.
7365
1da54d81
HPN
73662002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
7367
7368 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
7369 STT_NOTYPE symbols to STT_OBJECT.
7370
7831a775 73712002-03-18 Jan Hubicka <jh@suse.cz>
beb43bb9
JH
7372
7373 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
7374
eb1e0e80
NC
73752002-03-18 Tom Rix <trix@redhat.com>
7376
7377 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
7378 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
7379 * coff-rs6000 (do_pad) : New function for archive padding.
7380 (do_copy) : New function for object file copying in archives.
7381 (do_shared_object_padding) : New function for padding shared
7382 objects to their text section alignment in archives.
7383 (bfd_xcoff_ar_achive_set_magic) : Stub.
7384 (xcoff_write_armap_big) : Use do_copy and do_pad.
7385 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
7386 do_copy and do_pad.
7387 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
ea1e4b0d 7388 bfd_xcoff_magic_number.
eb1e0e80
NC
7389 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
7390 fop.
7391 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
7392 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
7393 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
7394 * rs6000-core.c : Update copyright date.
ea1e4b0d 7395 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
eb1e0e80
NC
7396 csectpp.
7397 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
7398 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
7399 (coff_set_flags) : Use bfd_xcoff_magic_number.
7400 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
7401 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
7402 * Makefile.am : Same.
7403 * config.bfd : Same.
7404 * targets.c : Same.
7405 * configure : Regnerate.
7406 * Makefile.in : Same.
7407 * bfd-in2.h : Same.
7408
a1c259a1
NC
74092002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
7410
7411 * po/fr.po: Updated version.
7412
4dae1ae7
AM
74132002-03-18 Alan Modra <amodra@bigpond.net.au>
7414
7415 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
7416 * libbfd.h: Regenerate.
7417 * archive.c (coff_write_armap): Pass on failures from
7418 bfd_write_bigendian_4byte_int.
7419
36b4f6e7
L
74202002-03-14 H.J. Lu <hjl@gnu.org>
7421
7422 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
7423 error to bfd_error_nonrepresentable_section for reinit_array
7424 section in DSO.
7425
a1aefc76
NC
74262002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
7427
a181be0a
NC
7428 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
7429 OR it in rather than replacing previously selected flags.
7430
a1aefc76
NC
7431 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
7432 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
7433
c119f9b8
AM
74342002-03-14 Alan Modra <amodra@bigpond.net.au>
7435
7436 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
7437 (N): Use the above.
7438 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
7439 ensure reloc size matches before calling elf_link_input_bfd.
7440 Add an assert to check reloc size when counting output relocs.
7441
c295a511
NC
74422002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
7443
7444 * mmo.c (mmo_get_loc): Return NULL rather than false.
7445
9ce88e60
NC
74462002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
7447
7448 * po/fr.po: Updated version.
7449
4ddafab0
AM
74502002-03-13 Alan Modra <amodra@bigpond.net.au>
7451
b74fa2cd
AM
7452 * archures.c (bfd_default_compatible): Test bits_per_word.
7453 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
7454 bfd_default_compatible.
7455 * cpu-i370.c (i370_compatible): Likewise.
7456 * cpu-sparc.c (sparc_compatible): Likewise.
7457 * cpu-h8300.c (compatible): Test in->arch == out->arch.
7458
40b829d4
AM
7459 * elflink.h: Formatting fixes.
7460 (elf_link_output_extsym): Merge undefined and undef weak cases.
7461
4ddafab0
AM
7462 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
7463 when word size of input matches output word size.
7464
dd53c801
AJ
74652002-03-12 Andreas Jaeger <aj@suse.de>
7466
7467 * cpu-i386.c (i386_compatible): New. Use it instead of
7468 bfd_default_compatible.
7469
aa066ac8
L
74702002-03-07 H.J. Lu (hjl@gnu.org)
7471
7472 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
7473 as the type for bfd_reloc_val.
7474
1bf42538
JL
74752002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
7476
7477 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
7478 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
7479 (elf_hppa_final_link_relocate): Correct relocations for indirect
7480 references to local data through the DLT. Fix .opd creation for
7481 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
7482 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
7483 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
7484 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
7485 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
7486 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
7487 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
7488
86eaf01e
JJ
74892002-03-05 Jakub Jelinek <jakub@redhat.com>
7490
7491 * merge.c (_bfd_merge_sections): Don't segfault if there
7492 is nothing to merge due to GC.
7493
c44233aa
AM
74942002-03-05 Alan Modra <amodra@bigpond.net.au>
7495
039cc25f
AM
7496 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
7497 symbols that have been forced local.
7498
c44233aa
AM
7499 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
7500 to output forced local syms for non-shared link.
7501 (elf_link_output_extsym): Tweak condition for calling backend
7502 adjust_dynamic_symbol so that previous behaviour is kept.
7503 Whitespace changes throughout file.
7504
25e27870
L
75052002-03-04 H.J. Lu <hjl@gnu.org>
7506
7507 * elf.c (bfd_section_from_shdr): Handle special sections,
7508 .init_array, .fini_array and .preinit_array.
7509 (elf_fake_sections): Likewise.
7510
7511 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
7512 DT entry only if the section is in output for .init_array,
7513 .fini_array and .preinit_array. Complain about .preinit_array
7514 section in DSO.
7515 (elf_bfd_final_link): Warn zero size for .init_array,
7516 .fini_array and .preinit_array sections.
7517
7518 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
7519 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
7520 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
7521 .preinit_array.
7522
bb2a49f2
AM
75232002-03-04 Alan Modra <amodra@bigpond.net.au>
7524
7525 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
7526 * configure: Regenerate.
7527
38487e5e
TR
75282002-03-02 Tom Rix <trix@redhat.com>
7529
c44233aa
AM
7530 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
7531 symbolic equiv.
38487e5e
TR
7532 * coff-rs6000.c (xcoff_howto_table): Same.
7533
30831527
RH
75342002-03-01 David Mosberger <davidm@hpl.hp.com>
7535
7536 * elflink.h (size_dynamic_sections): If section named
7537 ".preinit_array" exists, create DT_PREINIT_ARRAY and
7538 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
7539 ".init_array" and ".fini_array".
7540 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
7541 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
7542 DT_FINI_ARRAY.
7543
c8e5ddc8
AM
75442002-02-26 Andrew Macleod <amacleod@cygnus.com>
7545
7546 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
7547 dynsyms.
7548
96e0dda4
AM
75492002-02-25 Alan Modra <amodra@bigpond.net.au>
7550
1c5b6bf8
AM
7551 * elf64-hppa.h: Update copyright date.
7552
96e0dda4
AM
7553 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
7554 (ppc64_elf_relocate_section): Don't generate power4 style branch
7555 hints for *_BRTAKEN and *_BRNTAKEN relocs.
7556
0fb19cbc
JJ
75572002-02-22 Jakub Jelinek <jakub@redhat.com>
7558
7559 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
7560 last patch.
7561 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
7562
c434dee6
AJ
75632002-02-21 Andreas Jaeger <aj@suse.de>
7564
7565 * elf64-x86-64.c: Major rework that introduces all recent changes
7566 to the x86-64 backend. Get a closer match to elf32-i386.
7567 (struct elf64_x86_64_dyn_relocs): Rename from
7568 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
7569 all users.
7570 (struct elf64_x86_64_link_hash_table): Add short cuts to some
7571 sections.
7572 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
7573 remove casts, initialize new hash members.
7574 (create_got_section): New.
7575 (elf64_x86_64_create_dynamic_sections): New.
7576 (elf64_x86_64_copy_indirect_symbol): New.
7577 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
7578 relocs, .got or .relgot here but do it in allocate_dynrelocs.
7579 Reference count possible .plt and .got entries. Don't test input
7580 section SEC_READONLY here to try to avoid copy relocs, and keep
7581 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
7582 DF_TEXTREL here. Delay setting of variables until needed. Cache
7583 pointer to "sreloc" section in elf_section_data. Tweak condition
7584 under which .got created. Report files with bad relocation
7585 section names.
7586 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
7587 Reference count possible .plt entries. Don't deallocate .got and
7588 .relgot space here.
7589 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
7590 do copy reloc processing for weakdefs. Remove redundant casts and
7591 aborts. Delay setting of vars until needed. Move creation of
7592 dynamic symbols and allocation of .plt and .rela.plt to
7593 allocate_dynrelocs. Replace BFD_ASSERT with abort.
7594 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
7595 (allocate_dynrelocs): New.
7596 (readonly_dynrelocs): New.
7597 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
7598 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
7599 Zero out the dynamic allocated content space.
7600 (elf64_x86_64_discard_copies): Removed.
7601 (elf64_x86_64_relocate_section): Make use of dynamic section
7602 short-cuts. Localise vars, and delay setting. Better error
7603 reporting, replace BFD_ASSERT with abort. Check
7604 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
7605 regular object file and tread the weak definition as the normal
7606 one. Don't discard relocs for undefweak or undefined symbols and
7607 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
7608 relocs.
7609 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
7610 symbols that have been forced local. Use same test to decide if
7611 we can use a relative reloc for got as relocate_section. Expand
7612 SHN_UNDEF comment. Move expressions out of function calls.
7613 Replace BFD_ASSERT with abort.
7614 (bfd_elf64_bfd_final_link): Removed.
7615 (elf_backend_copy_indirect_symbol): Define.
7616
ff3a6ee3
TR
76172002-02-20 Tom Rix <trix@redhat.com>
7618
7619 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
7620 (_bfd_xcoff_reloc_type_lookup): Use it.
7621 * coff64-rs6000.c (xcoff64_howto_table): Same.
7622 (xcoff64_reloc_type_lookup): Same.
c434dee6 7623
a68d41fb
AM
76242002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7625
9b5ecbd0 7626 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
a68d41fb
AM
7627 little endian.
7628
befc3abb
MS
76292002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
7630
7631 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
7632 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
7633 * bfd-in2.h: Regenerate.
7634 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
7635 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
7636 with "s390:64-bit".
7637 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
7638 (elf_s390_reloc_type_lookup): Likewise.
7639 (elf_s390_check_relocs): Likewise.
7640 (elf_s390_gc_sweep_hook): Likewise.
7641 (elf_s390_relocate_section): Likewise.
7642 (elf_s390_object_p): Use renamed architecture define.
7643 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
7644
6eeeec9b
FCE
76452002-02-19 Frank Ch. Eigler <fche@redhat.com>
7646
7647 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
7648
0bb2d96a
JJ
76492002-02-19 Jakub Jelinek <jakub@redhat.com>
7650
7651 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
7652 absptr -> pcrel optimization for shared libs.
7653 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
7654 library cannot be converted to pcrel.
7655 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
7656 relative.
7657 * elf32-i386.c (elf_i386_relocate_section): If
7658 _bfd_elf_section_offset returned -2, skip, but make sure the
7659 relocation is installed.
7660 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
7661 * elf32-cris.c (cris_elf_relocate_section): Likewise.
7662 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
7663 * elf32-i370.c (i370_elf_relocate_section): Likewise.
7664 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
7665 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
7666 * elf32-s390.c (elf_s390_relocate_section): Likewise.
7667 * elf32-sh.c (sh_elf_relocate_section): Likewise.
7668 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
7669 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
7670 * elf64-s390.c (elf_s390_relocate_section): Likewise.
7671 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
9b5ecbd0 7672 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
0bb2d96a
JJ
7673 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
7674 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
7675 _bfd_elf_section_offset returning -2 the same way as -1.
7676 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
7677 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
7678 and BFD_ASSERT.
7679 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
7680
69f284c7
TR
76812002-02-18 Tom Rix <trix@redhat.com>
7682
7683 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
7684 (bfd_xcoff_size_dynamic_sections): Same.
7685 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
7686 (bfd_xcoff_size_dynamic_sections): Same.
7687 * coff-rs6000.c (xcoff_generate_rtinit): Same.
7688 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
7689 * libxcoff.h (struct xcoff_backend_data_rec): Same.
7690 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
7691 * bfd-in2.h: Regenerate.
7692
82bd7b59
AM
76932002-02-18 Alan Modra <amodra@bigpond.net.au>
7694
7695 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
7696 (struct ppc_link_hash_table): Add sfpr.
7697 (ppc64_elf_link_hash_table_create): Init it.
7698 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
7699 .glink out to..
7700 (create_linkage_sections): ..here. Make .sfpr too.
7701 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
7702 dynobj early.
7703 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
7704 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
7705 ._restf* functions, and create as needed.
7706 (func_desc_adjust): Only force_local for shared libs.
7707
ef1355e8
NC
77082002-02-18 David O'Brien <obrien@FreeBSD.org>
7709
7710 * configure.in: Bump version number post 2.12 branching.
7711 * configure: Regenerate.
7712
dfa36a69
HPN
77132002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
7714
7715 * mmo.c: Correct and improve comments.
7716 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
7717 zero-pad. Use input to fill up non-empty bfd buffer.
7718 (mmo_flush_chunk): New function.
7719 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
7720 changed. Don't emit location specifier if VMA is same as
7721 *LAST_VMAP after omitting leading zero contents. Call
7722 mmo_flush_chunk before emitting location specifier.
7723 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
7724 with mmo_write_loc_chunk calls.
7725 (mmo_internal_write_section): Call mmo_flush_chunk after
7726 mmo_write_chunk.
7727 (mmo_write_symbols_and_terminator): Move :Main to first position
7728 in symbol array. Add faked one if it does not exist if there are
7729 other symbols. Don't add it if there are no symbols at all. Move
7730 out test for value of :Main from symbol loop. Rename table
7731 fakemain to maintable and variable mainsym to fakemain.
7732
ccf00ab6
RH
77332002-02-15 Richard Henderson <rth@redhat.com>
7734
7735 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
7736 section with no got matches any got. Simplify error generaion.
7737
88eaccc2
AM
77382002-02-15 Alan Modra <amodra@bigpond.net.au>
7739
fd96f80f
AM
7740 Support arbitrary length fill patterns.
7741 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
7742 (_bfd_default_link_order): Remove bfd_fill_link_order code.
7743 Call default_data_link_order.
7744 (default_fill_link_order): Delete.
7745 (default_data_link_order): New function.
7746 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
7747 of bfd_fill_link_order with bfd_data_link_order.
7748 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
7749 * elf64-mips.c (mips_elf64_final_link): Likewise.
7750
88eaccc2
AM
7751 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
7752 Correct value returned in "end" for "0x<non-hex>".
7753
e2fd756b
NC
77542002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
7755
7756 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
7757 (scan): Test against 'mach' field in info structure.
7758
edd29cf9
AM
77592002-02-14 Alan Modra <amodra@bigpond.net.au>
7760
7761 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
7762
1e30956e 77632002-02-14 Matt Fredette <fredette@netbsd.org>
76f57f3a
JT
7764
7765 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
7766 EF_M68000.
7767
bf36db18
NC
77682002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
7769
7770 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
edd29cf9
AM
7771 non-zero physical addresses when adjusting the LMAs of new
7772 sections.
bf36db18 7773
189c6563
AM
77742002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
7775
7776 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
7777 from _bfd_elf_hppa_gen_reloc_type.
7778 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
7779 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
7780 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
7781 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
7782
e948afaf
AO
77832002-02-12 Alexandre Oliva <aoliva@redhat.com>
7784
7785 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
7786 loading its contents if there's nothing to do in it.
7787
19397422
AM
77882002-02-12 Alan Modra <amodra@bigpond.net.au>
7789
0ad3a73b
AM
7790 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
7791 64k boundary.
7792
19397422
AM
7793 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
7794 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
7795 (ppc64_elf_finish_dynamic_sections): Set values for them.
7796
51316059
MS
77972002-02-11 Michael Snyder <msnyder@redhat.com>
7798
7799 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
7800 * elf.c (elfcore_grok_pstatus): Add prototype.
7801 (elfcore_grok_lwpstatus): Add prototype.
7802 (elfcore_write_lwpstatus): New function.
7803 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
7804
518313c3
AO
78052002-02-11 Alexandre Oliva <aoliva@redhat.com>
7806
7807 * elf32-sh.c: Added missing prototypes.
7808 * elf32-sh64.c: Likewise.
7809 (sh_elf_align_loads): Mark unused args as such.
7810 * elf64-sh64.c: Added missing prototypes.
7811 (struct elf_sh64_link_hash_entry): Fix typo.
7812 (sh_elf64_relocate_section): Fix info argument passed to
7813 _bfd_elf_section_offset.
7814
2c73f9d8
AM
78152002-02-11 Alan Modra <amodra@bigpond.net.au>
7816
7817 * Makefile.am: "make dep-am".
7818 * Makefile.in: Regenerate.
7819 * aclocal.m4: Regenerate.
7820 * config.in: Regenerate.
7821 * configure: Regenerate.
7822
d426c6b0
DJ
78232002-02-10 Daniel Jacobowitz <drow@mvista.com>
7824
7825 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
7826 variable warnings.
7827 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
7828 comparison warning.
7829 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
7830 cast warnings for the common case.
7831
e58ee0cd
HPN
78322002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
7833
7834 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
7835 vectors.
7836 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
7837 vectors.
7838
7793f4d0
RH
78392002-02-09 Richard Henderson <rth@redhat.com>
7840
7841 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
7842 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
7843 (elf64_alpha_relocate_section): Likewise.
7844 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
7845 * bfd-in2.h, libbfd.h: Rebuild.
7846
7e799044
HPN
78472002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
7848
7849 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
7850 that base-plus-offset reloc accounting is consistent.
7851 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
7852 up to date for undefined symbols.
7853
027d73eb
EC
78542002-02-08 Eric Christopher <echristo@redhat.com>
7855
7856 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7857
7858 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
7859 sections for the O32 ABI.
7860
517662d4
CD
78612002-02-08 Chris Demetriou <cgd@broadcom.com>
7862
7863 * elf32-arm.h: Fix formatting of _("...").
7864 * elf32-d10v.c: Likewise.
7865 * elf32-m68k.c: Likewise.
7866 * elf32-mips.c: Likewise.
7867
5e37cc46
NC
78682002-02-08 Ivan Guzvinec <ivang@opencores.org>
7869
7870 * coff-or32.c: Fix compile time warning messages.
7871
fbca6ad9
AO
78722002-02-08 Alexandre Oliva <aoliva@redhat.com>
7873
7874 Contribute sh64-elf.
7875 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
7876 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
7877 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
7878 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
7879 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
7880 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
7881 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
7882 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
7883 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
7884 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
7885 New relocs.
7886 * libbfd.h, bfd-in2.h: Rebuilt.
7887 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
7888 (sh_reloc_map): Map them.
7889 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
7890 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
7891 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
7892 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
7893 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
7894 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
7895 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
7896 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
7897 datalabel_got_offset.
7898 (sh_elf_link_hash_newfunc): Initialize it.
7899 (sh_elf_relocate_section): Augment the scope of
9b5ecbd0 7900 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
fbca6ad9
AO
7901 GOT and GOTOFF handling to new SHmedia relocation types. Support
7902 GOT_BIAS.
7903 (sh_elf_check_relocs): Likewise.
7904 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
7905 PLT entries using movi_shori_putval. Support GOT_BIAS.
7906 (sh_elf_finish_dynamic_sections): Likewise.
7907 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
7908 relocation, it's now done by the caller.
7909 (GOT_BIAS): New.
7910 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
7911 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
7912 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
7913 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
7914 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
7915 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
7916 sh64_elf64_hash_table): New.
7917 (sh_elf64_howto_table): Introduce new relocs.
7918 (sh_elf64_info_to_howto): Accept new PIC relocs.
7919 (sh_elf64_relocate_section): Augment the scope of
7920 seen_stt_datalabel. Support new PIC relocs.
7921 (sh_elf64_check_relocs): Support new PIC relocs.
7922 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
7923 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
7924 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
7925 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
7926 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
7927 movi_shori_putval, movi_3shori_putval,
7928 sh64_elf64_create_dynamic_sections,
7929 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
7930 sh64_elf64_size_dynamic_sections,
7931 sh64_elf64_finish_dynamic_symbol,
7932 sh64_elf64_finish_dynamic_sections): New.
7933 (elf_backend_create_dynamic-sections,
7934 bfd_elf64_bfd_link_hash_table_create,
7935 elf_backend_adjust_dynamic_symbol,
7936 elf_backend_size_dynamic_sections,
7937 elf_backend_finish_dynamic_symbol,
7938 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
7939 elf_backend_plt_readonly, elf_backend_want_plt_sym,
7940 elf_backend_got_header_size, elf_backend_plt_header_size):
7941 Define.
7942 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
7943 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
7944 match official numbers and names; moved unmaching ones to the
7945 range 0xf2-0xff.
7946 * elf32-sh64.c, elf64-sh64.c: Likewise.
9b5ecbd0 7947 2001-03-12 DJ Delorie <dj@redhat.com>
fbca6ad9
AO
7948 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
7949 sections.
9b5ecbd0 7950 2001-03-12 DJ Delorie <dj@redhat.com>
fbca6ad9
AO
7951 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
7952 be aligned.
7953 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
9b5ecbd0 7954 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
7955 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
7956 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
7957 .cranges section with SEC_SORT_ENTRIES set.
7958 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
7959 incoming sorted .cranges section.
7960 (sh64_bfd_elf_copy_private_section_data): New.
7961 (sh64_elf_final_write_processing): Only sort .cranges and modify
7962 start address if called by linker.
7963 2001-01-08 Ben Elliston <bje@redhat.com>
7964 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
9b5ecbd0 7965 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
fbca6ad9 7966 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
9b5ecbd0 7967 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
7968 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
7969 line. Add comments before all entries.
7970 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
7971 comment.
7972 (sh_elf64_reloc): Correct head comment.
7973 (sh_elf64_relocate_section): Correct spacing.
7974 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
7975 instead call reloc_dangerous callback.
7976 <case R_SH_SHMEDIA_CODE>: New case.
7977 (sh_elf64_gc_mark_hook): Correct spacing.
7978 (sh_elf64_check_relocs): Ditto.
7979 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
7980 New case.
7981 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
7982 functions.
7983 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
7984 clarify describing comment. Add comments before all entries.
7985 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
7986 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
9b5ecbd0 7987 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
7988 Sort .cranges section in final link. Prepare to set bit 0 on
7989 entry address.
7990 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
7991 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
7992 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
7993 .cranges section.
7994 (sh64_backend_section_from_shdr): New, to recognize
7995 SHT_SH5_CR_SORTED on incoming .cranges section.
7996 (elf_backend_section_from_shdr): Define.
7997 (sh64_elf_final_write_processing): Sort outgoing .cranges
7998 section. (New, temporarily disabled:) Set bit 0 on entry address
7999 according to ISA type.
8000 (sh64_find_section_for_address): New.
8001 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
8002 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
8003 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
8004 bfd_malloc, not xmalloc.
8005 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
8006 global.
8007 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
8008 temporarily disabled) setting bit 0 on entry address.
8009 (elf_backend_final_write_processing): Define.
9b5ecbd0 8010 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8011 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
8012 be a proper relocation for PTA and PTB rather than a marker.
8013 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
8014 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
8015 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
8016 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
8017 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
8018 Zero src_mask.
8019 * elf64-sh64.c: Ditto.
8020 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
8021 * elf32-sh64.c: Include opcodes/sh64-opc.h
8022 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
8023 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
8024 parameters. No unused parameters. Caller changed.
8025 <case R_SH_PT_16>: New case.
8026 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
8027 * Makefile.in: Regenerate.
9b5ecbd0 8028 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8029 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
8030 all code sections.
8031 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
8032 (sh64_elf_merge_private_data): Ditto.
8033 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
8034 to access stored section flags.
8035 (sh64_elf_final_write_processing): Return immediately unless
8036 called by linker. Use sh64_elf_section_data (cranges) to get size
8037 of linker-generated cranges entries.
8038 (sh64_elf_copy_private_data): Add missing "return true".
8039 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
8040 (sh_elf64_merge_private_data): Ditto.
9b5ecbd0 8041 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8042 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
8043 elf64-sh64.c:sh64_elf_fake_sections.
8044 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
9b5ecbd0 8045 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8046 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
8047 (sh64_elf_final_write_processing): New.
8048 (elf_backend_final_write_processing): Define.
8049 (sh64_elf_fake_sections): Get header flags from tdata field.
8050 (sh64_elf_copy_private_data): Do not call
8051 sh64_elf_copy_private_data_internal, just copy e_flags field.
8052 (sh64_elf_merge_private_data): Do not call
8053 sh64_elf_copy_private_data_internal.
9b5ecbd0 8054 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8055 Remove EF_SH64_ABI64, let ELF size make difference.
8056 Remove SH64-specific BFD section flag.
8057 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
8058 containing SHmedia through elf_section_data (asect)->tdata
8059 non-zero, not using a BFD section flag.
8060 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
8061 (sh64_elf_merge_private_data): Similar.
8062 (elf_backend_section_flags): Don't define.
8063 (sh64_elf_backend_section_flags): Delete.
8064 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
8065 not EF_SH64_ABI64.
8066 (sh_elf64_merge_private_data): Similar.
8067 * section.c (Section flags definitions): Don't define
8068 SEC_SH_ISA_SHMEDIA.
8069 (bfd-in2.h): Regenerate.
9b5ecbd0 8070 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8071 Make DataLabel references work with partial linking.
8072 * elf32-sh64.c: Fix formatting.
8073 (sh64_elf_link_output_symbol_hook): New.
8074 (elf_backend_link_output_symbol_hook): Define to
8075 sh64_elf_link_output_symbol_hook.
8076 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
8077 undefined if partial linking. Adjust sanity check.
8078 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
8079 (elf_backend_link_output_symbol_hook): Define to
8080 sh64_elf64_link_output_symbol_hook.
8081 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
8082 undefined if partial linking. Adjust sanity check.
9b5ecbd0 8083 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8084 Implement semantics for inter-file DataLabel references.
8085 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
8086 (sh64_elf64_add_symbol_hook): New.
8087 (sh_elf64_relocate_section): If passing an indirect symbol with
8088 st_type STT_DATALABEL on the way to a symbol with st_other
8089 STO_SH5_ISA32, do not bitor 1 to the relocation.
8090 (elf_backend_add_symbol_hook): Define to
8091 sh64_elf64_add_symbol_hook.
8092 * elf64-sh32.c: Tweak comments.
8093 (DATALABEL_SUFFIX): Define.
8094 (sh64_elf_add_symbol_hook): New.
8095 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
8096 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
8097 symbol with st_type STT_DATALABEL on the way to a symbol with
8098 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
9b5ecbd0 8099 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8100 Pass through STT_DATALABEL.
8101 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
8102 (elf_backend_get_symbol_type): Define.
8103 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
8104 (elf_backend_get_symbol_type): Define.
9b5ecbd0 8105 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8106 * elf32-sh64.c: Tweak comments.
8107 (sh64_elf_copy_private_data_internal): Add prototype.
8108 (bfd_elf32_bfd_set_private_flags): Define.
8109 (sh64_elf_copy_private_data_internal): Compare machine name, not
8110 textual BFD target name, to check whether to copy section flag
8111 SHF_SH5_ISA32.
8112 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
8113 Tweak section-contents-type-mismatch message.
8114 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
8115 Validize reloc-types.
8116 * elf64-sh64.c: New file.
8117 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
8118 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
8119 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
8120 Regenerate dependencies.
8121 * Makefile.in: Regenerate.
8122 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
8123 bfd_elf64_sh64l_vec.
8124 * configure.in: Handle bfd_elf64_sh64_vec and
8125 bfd_elf64_sh64l_vec.
8126 * configure: Regenerate.
8127 * po/POTFILES.in: Regenerate.
8128 * po/bfd.pot: Regenerate.
9b5ecbd0 8129 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8130 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
8131 anything else but EF_SH64 and EF_SH64_ABI64.
8132 (sh64_elf_merge_private_data): Emit error for anything else but
8133 EF_SH64 and EF_SH64_ABI64.
8134 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
8135 from targ_selvecs.
8136 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
8137 bfd_elf32_sh64l_vec as a temporary measure.
8138 * configure: Regenerate.
9b5ecbd0 8139 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8140 * cpu-sh.c (arch_info_struct): Include sh5 item
8141 unconditionalized.
8142 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
8143 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
8144 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
8145 * elf32-sh64.c: Tweak comments.
8146 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
8147 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
8148 (sh64_elf_copy_private_data_internal): Wrap long line.
8149 (sh64_elf_merge_private_data): Rewrite to allow objects from
8150 SH64 subsets to be linked together.
8151 (INCLUDE_SHMEDIA): Define.
8152 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
8153 Parenthesize plus-expression inside or-expression.
8154 <global symbol>: Ditto.
8155 (sh_elf_set_mach_from_flags): Remove code refusing
8156 deleted EF_SH64_32BIT_ABI flag.
9b5ecbd0 8157 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8158 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
8159 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
8160 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
8161 (sh_elf_relocate_section) <local symbol>: Or 1 in
8162 calculation of relocation if sym->st_other & STO_SH5_ISA32.
8163 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
8164 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
8165 relocation.
9b5ecbd0 8166 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8167 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
8168 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
8169 Regenerate dependencies.
8170 * Makefile.in: Regenerate.
8171 * archures.c: Add bfd_mach_sh5.
8172 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
8173 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
8174 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
8175 * configure: Regenerate.
8176 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
8177 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
8178 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
8179 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
8180 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
8181 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
8182 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
8183 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
8184 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
8185 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
8186 in item for SH5.
8187 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
8188 for SHmedia relocs.
8189 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
8190 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
8191 shmedia_prepare_reloc, goto final_link_relocate if it returns
8192 non-zero, else fail as before.
8193 (sh_elf_set_mach_from_flags): Provide function only if not defined
8194 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
8195 (sh_elf_set_private_flags): Provide function only if not defined
8196 as a macro.
8197 (sh_elf_copy_private_data): Similar.
8198 (sh_elf_merge_private_data): Similar.
8199 * section.c (SEC_SH_ISA_SHMEDIA): New.
8200 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
8201 * elf32-sh64.c: New file.
8202 * libbfd.h: Regenerate.
8203 * bfd-in2.h: Regenerate.
8204 * po/POTFILES.in: Regenerate.
8205 * po/bfd.pot: Regenerate.
8206 * bfd-in2.h: Regenerate.
8207 * libbfd.h: Regenerate.
8208
e108f470
DJ
82092002-02-07 Daniel Jacobowitz <drow@mvista.com>
8210
8211 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
8212 been included, not drag it in.
8213 * bfd-in2.h: Regenerate.
8214
259d18a3
L
82152002-02-06 H.J. Lu (hjl@gnu.org)
8216
8217 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
8218 the mach and ISA fields if necessary.
8219
f13b834e
NC
82202002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
8221
8222 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
8223 ARM architecture when an F_ARM_5 flag is detected, since we cannot
8224 be sure exactly which architecture this represents.
8225
82f6addb
NC
82262002-02-05 Nick Clifton <nickc@redhat.com>
8227
8228 * po/tr.po: Updated translation.
8229
899f54f5
AM
82302002-02-05 Alan Modra <amodra@bigpond.net.au>
8231
8232 From Jimi X <jimix@watson.ibm.com>
8233 * archures (bfd_mach_ppc64): Define.
8234 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
8235 (bfd_powerpc_arch): Define.
8236 * bfd-in2.h: Regenerate.
8237 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
8238 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
8239 (bfd_powerpc_archs): Add default powerpc64 arch.
8240
248866a8
AM
82412002-02-05 Alan Modra <amodra@bigpond.net.au>
8242
8243 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
8244 against section syms in readonly sections. Don't do the global
8245 sym check if we find one.
8246 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
8247 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
0a6958db 8248 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
248866a8
AM
8249 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
8250 (elf_s390_grok_prstatus): Add missing prototype.
8251
4fa5c2a8
HPN
82522002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
8253
8254 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
8255 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
8256 Call bfd_get_section_by_name only once. Initialize
8257 bpodata->n_bpo_relocs_this_section.
8258 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
8259 referring to DSOs.
8260 (bpo_reloc_request_sort_fn): Don't use difference of values as
8261 return-value.
8262
537c972e
DB
82632002-02-02 David O'Brien <obrien@FreeBSD>
8264
8265 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
8266 version 4.5 and later the same as 5-CURRENT.
8267 * configure: Re-generate.
8268
006336b8
JT
82692002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
8270
8271 * config.bfd (hppa*-*-netbsd*): New target.
8272
6c571f00
PT
82732002-01-31 Philipp Thomas <pthomas@suse.de>
8274
19397422
AM
8275 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
8276 to front of message. Unify messages with elf32-arm.h. Use
8277 commas where neccessary.
8278 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
8279 ERROR in messages. Unify messages with coff-arm.c. Correct
8280 VFP/FPA error message.
8281 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
8282 APCS-32 for translation.
6c571f00 8283
930b4cb2
HPN
82842002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8285
8286 Perform on-demand global register allocation from
8287 R_MMIX_BASE_PLUS_OFFSET relocs.
8288 * elf64-mmix.c (struct bpo_reloc_section_info, struct
8289 bpo_reloc_request, struct bpo_greg_section_info): New.
8290 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
8291 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
8292 _bfd_mmix_check_all_relocs,
8293 _bfd_mmix_prepare_linker_allocated_gregs,
8294 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
8295 (elf_mmix_howto_table): Correct src_mask for most relocs.
8296 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
8297 case.
8298 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
8299 case. Fix typo in comment. New label do_mmix_reloc.
8300 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
8301 store first object file with a base-plus-offset reloc. Call
8302 mmix_elf_check_common_relocs for the part common with mmo.
8303 (mmix_elf_final_link): Write out linker-allocated register
8304 contents section.
8305 (elf_backend_gc_sweep_hook): Define.
8306 (bfd_elf64_bfd_relax_section): Define.
8307
8308 * mmo.c: Don't include <ctype.h>
8309 (mmo_init): Correct init-once logic.
8310
3e36d993
TR
83112002-02-01 Tom Rix <trix@redhat.com>
8312
8313 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
8314
ba323545
AM
83152002-02-01 Alan Modra <amodra@bigpond.net.au>
8316
8317 * Makefile.am: Run "make dep-am"
8318 * Makefile.in: Regenerate.
8319
012884d6
DB
83202002-01-31 David O'Brien <obrien@FreeBSD>
8321
8322 * configure.in: Recognize the differences in core files from FreeBSD
8323 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
8324 5-CURRENT.
8325 * configure: Regenerate.
8326
3b16e843
NC
83272002-01-31 Ivan Guzvinec <ivang@opencores.org>
8328
8329 * coff-or32.c: New file.
8330 * cpu-or32.c: New file.
8331 * elf32-or32.c: New file.
8332 * archures.c: Add support for or32.
8333 * targets.c: Add support for or32.
8334 * bfd-in2.h: Regenerate.
7dc0ab31 8335 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3b16e843
NC
8336 coff_write_object_contents): Add support for or32.
8337 * config.bfd: Add target.
8338 * configure.in: Add support for or32.
8339 * configure: Regenerate.
8340 * Makefile.am: Add support for or32.
8341 * Makefile.in: Regenerate.
3b16e843
NC
8342 * po/SRC-POTFILES.in: Add or32 files.
8343 * po/bfd.pot: Regenerate.
7dc0ab31 8344
caf8ca8e
NC
83452002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
8346 Don Lindsay <lindsayd@cisco.com>
8347
8348 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
8349 false' with a return of a bfd_reloc_ error code.
8350
e5dfef09
HPN
83512002-01-31 Hans-Peter Nilsson <hp@axis.com>
8352
8353 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
8354 unexport unreferenced symbols when --export-dynamic. Call
8355 _bfd_elf_strtab_delref when unexporting.
8356
4e4770d0
DJ
83572002-01-30 Daniel Jacobowitz <drow@mvista.com>
8358
8359 * bfd-in.h: Include <stdbool.h> if it is available.
8360 * bfd-in2.h: Regenerated.
8361
e1fa50e7
AM
83622002-01-31 Alan Modra <amodra@bigpond.net.au>
8363
8364 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
8365 not go via the plt.
8366
b5f79c76
NC
83672002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
8368
b5f79c76
NC
8369 * archures.c: Tidy up formatting of embedded comments.
8370 * bfd.c: Tidy up formatting of embedded comments.
7dc0ab31 8371 * bfd-in.h: Fix formatting of comments.
b5f79c76
NC
8372 * reloc.c: Tidy up formatting of ordinary & embedded comments.
8373 * section.c: Tidy up formatting of embedded comments.
8374 * syms.c: Tidy up formatting of embedded comments.
8375 * targets.c: Tidy up formatting of embedded comments.
8376
8377 * bfd-in2.h: Regenerate.
8378
ca09e32b
NC
83792002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
8380
8381 * vms-tir.c (cmd_name): New function.
8382 (tir_cmd_name): New function.
8383 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
8384 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
8385 Fix formatting.
7dc0ab31 8386
ca09e32b
NC
8387 * peXXigen.c (pe_print_idata): Rearrange message to aid in
8388 translation.
9b5ecbd0 8389 (pe_print_pdata): Rearrange message to aid in translation.
ca09e32b
NC
8390
8391 * libbfd.c (warn_deprecated): Rearrange error message to aid in
8392 translation.
8393
8394 * ihex.c (ihex_write_object_contents): Fix spelling typo.
8395
8396 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
8397
8398 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
8399 message to aid in translation.
8400
8401 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
8402 to aid in translation.
8403
8404 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
8405
7dc0ab31 84062002-01-30 Philipp Thomas <pthomas@suse.de>
ae1a89b7
PT
8407
8408 * coff-arm.c, elf32-elf.h: Unify messages.
8409
05f64ac6
NC
84102002-01-30 Nick Clifton <nickc@redhat.com>
8411
8412 * po/sv.po: Updated translation.
8413
f5a3e38a
NC
84142002-01-30 Philipp Thomas <pthomas@suse.de>
8415
8416 * dwarf2.c (read_abbrev): Use full section name in error message.
8417 (decode_line_info): Likewise.
661a3fd4
NC
8418
8419 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
8420 message.
8421
d926e03d
AM
84222002-01-30 Alan Modra <amodra@bigpond.net.au>
8423
8424 * elf64-ppc.c (func_desc_adjust): Only provide missing function
8425 descriptor symbols for undefined function code syms. Clear
8426 ELF_LINK_NON_ELF so that they can stay weak.
8427
030d18fb 84282002-01-29 Chris Demetriou <cgd@broadcom.com>
7dc0ab31 8429 Mitch Lichtenberg <mpl@broadcom.com>
030d18fb
CD
8430
8431 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
8432 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
8433 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
8434 generation.
8435 * bfd-in2.h: Regenerate.
8436
fcc76bea
CD
84372002-01-29 Chris Demetriou <cgd@broadcom.com>
8438
8439 * elf32-mips.c: Add additional comments about HI16 relocation
8440 processing.
8441 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
8442 pc-relative relocations. (Reverts change made on 2001-10-31.)
8443 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
8444 for pc-relative relocations.
8445 (mips_elf_calculate_relocation): Add a comment about a kludge
8446 in the R_MIPS_GNU_REL_HI16 handling.
8447 (_bfd_mips_elf_relocate_section): Implement that kludge;
8448 adjust pc-relative HI16 relocation for difference in HI16 and
8449 LO16 addresses, since it can't easily be done in
8450 mips_elf_calculate_relocation.
8451
f9cd9119
MS
84522002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
8453
8454 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
8455 relocations with PC32 relocations for undefined or weak symbols.
8456 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
8457 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
8458
702248bb
JT
84592002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
8460
8461 * elfcore.h (elf_core_file_p): Improve comment for last change.
8462
4867be41
DJ
84632002-01-27 Daniel Jacobowitz <drow@mvista.com>
8464
8465 * configure: Regenerated.
8466
a94cef6a
JT
84672002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
8468
8469 * elfcore.h (elf_core_file_p): Set the machine architecture
8470 before processing the program headers.
8471
7562a296
HPN
84722002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
8473
966abd70
HPN
8474 * configure.in <64-bit configuration>: If using gcc, check and
8475 emit error for egcs-1.1.2.
8476 * configure: Regenerate.
8477
e8eab623
NC
84782002-01-26 Egor Duda <deo@logos-m.ru>
8479
8480 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
8481 as possible to avoid stack corruption.
8482
73896efb
RH
84832002-01-26 Richard Henderson <rth@redhat.com>
8484
8485 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
8486 for non-allocated sections.
8487
84882002-01-25 Mark Kettenis <kettenis@gnu.org>
c106e334
MK
8489
8490 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
8491 prstat.pr_reg even if it is a struct.
8492
73896efb 84932002-01-25 Steve Ellcey <sje@cup.hp.com>
254ed743 8494
c5cd6d62 8495 * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
254ed743 8496
3d66c4f7
NC
84972002-01-25 Philipp Thomas <pthomas@suse.de>
8498
8499 * coffgen.c (coff_print_symbol): Don't mark info message
8500 for translation.
8501
9460ecda
NC
85022002-01-25 Nick Clifton <nickc@redhat.com>
8503
8504 * po/fr.po: Updated translation.
8505 * po/es.po: Updated translation.
8506
cc9ff76a
AM
85072002-01-25 Philipp Thomas <pthomas@suse.de>
8508
8509 * coff-alpha.c (alpha_relocate_section): Unify warning message
8510 for GP relative relocations without GP defined.
8511 * coff-mips.c (mips_relocate_section): Likewise.
8512
c68836a9
AM
85132002-01-25 Alan Modra <amodra@bigpond.net.au>
8514
8515 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
8516 unsigned overflow when new_offset < old_offset.
8517
e8eab623 85182002-01-24 Philipp Thomas <pthomas@suse.de>
391154e9
NC
8519
8520 * bfd.c (_bfd_abort): Fix typo.
8521
8ba89f17
RH
85222002-01-23 Richard Henderson <rth@redhat.com>
8523
8524 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
8525 plt entries for undefweak symbols.
8526
c6953948
NC
85272002-01-23 Steve Ellcey <sje@cup.hp.com>
8528
c5cd6d62 8529 * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
c6953948
NC
8530 (bfd_elf64_ia64_hpux_big_vec): Ditto.
8531 (bfd_elf32_h8300_vec): Ditto.
8532
41bd81ab
AM
85332002-01-23 Alan Modra <amodra@bigpond.net.au>
8534
8535 * elf64-ppc.c: Remove stale part of ABI comment.
8536 (NO_OPD_RELOCS): Define.
8537 (ppc64_elf_check_relocs): Use it.
8538 (ppc64_elf_relocate_section): Here too.
8539 (build_one_stub): Don't point function syms at the stub. Instead,
8540 hijack plt.offset.
8541 (ppc64_elf_relocate_section): Check whether REL24 relocs should
8542 really go to the stub. Make all dynamic relocs in opd against
8543 locals.
8544 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
8545 plt.offset.
8546
f304919d
RH
85472002-01-22 Richard Henderson <rth@redhat.com>
8548
8549 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
8550
c0ef99a7
AM
85512002-01-22 Alan Modra <amodra@bigpond.net.au>
8552
60ee0d4a
AM
8553 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
8554 TOC_BASE_OFF adjustment.
8555
c0ef99a7
AM
8556 * Makefile.am: Run "make dep-am".
8557 * Makefile.in: Regenerate.
8558 * po/SRC-POTFILES.in: Regenerate.
8559
64328b46
AM
85602002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
8561
8562 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
8563 host defines.
8564
59953665 85652002-01-21 Hans-Peter Nilsson <hp@axis.com>
58255df3
HPN
8566
8567 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
8568 Check for and emit error if sgot is NULL at this point.
8569
9596feea
JT
85702002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
8571
8572 * config.bfd (ia64*-*-netbsd*): New target.
8573
7b45c6e1
AM
85742002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
8575
8576 * som.c (som_write_space_strings): Comment typo fix.
8577
e5094212
AM
85782002-01-21 Alan Modra <amodra@bigpond.net.au>
8579
e86ce104
AM
8580 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
8581 is_func_descriptor fields.
8582 (link_hash_newfunc): Init them.
8583 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
8584 dot are candidates for plt entries. When processing .opd relocs,
8585 set function descriptor strings to point inside function code
8586 string, and set new ppc_link_hash_entry fields.
8587 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
8588 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
8589 function descriptors. It's now done in..
8590 (func_desc_adjust): New.
8591 (ppc64_elf_func_desc_adjust): New.
8592 (define elf_backend_always_size_sections): Define.
8593 (ppc64_elf_hide_symbol): New.
8594 (define elf_backend_hide_symbol): Define.
8595 (allocate_dynrelocs): Remove code looking up function descriptors
8596 as that has been done earlier.
8597 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
8598 table.
8599 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
8600 up function descriptor.
8601 (build_one_stub): Look up the function code sym. Check for
8602 invalid plt offsets.
8603 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
8604 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
8605
e5094212
AM
8606 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
8607 boolean param.
8608 (_bfd_elf_link_hash_hide_symbol): Likewise.
8609 * elflink.h (elf_link_add_object_symbols): Adjust call to
8610 elf_backend_hide_symbol.
8611 (elf_fix_symbol_flags): Likewise.
8612 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
8613 than bfd_alloc.
8614 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
8615 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
8616 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
8617 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
8618 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
8619 and adjust to suit.
8620 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
8621 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
8622 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
8623
40b8271b
AM
86242002-01-18 Alan Modra <amodra@bigpond.net.au>
8625
8626 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
8627 dynamic function descriptor symbol, not the associated function
8628 symbol.
8629
55baa95b
EC
86302002-01-17 Eric Christopher <echristo@redhat.com>
8631
8632 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
8633
328577ad
NC
86342002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
8635
8636 * po/bfd.pot: Regenerate.
8637 * po/fr.po: Regenerate.
8638
af746e92
AM
86392002-01-17 Alan Modra <amodra@bigpond.net.au>
8640
8641 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
8642 Remove "Elf_Internal_Shdr *" param.
8643 (_bfd_mips_elf_section_from_bfd_section): Ditto.
8644 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
8645 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
8646 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
8647 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
8648 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
8649 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
8650 function to override special sections. Remove hdr arg from
8651 backend call, and don't loop.
8652
175e9962
EC
86532002-01-16 Eric Christopher <echristo@redhat.com>
8654
8655 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
8656 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
8657 relocations requiring gp0 and gp.
8658
96a846ea
RE
86592002-01-16 Richard Earnshaw <rearnsha@arm.com>
8660
175e9962 8661 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
96a846ea
RE
8662 EF_ARM_VFP_FLOAT.
8663 (elf32_arm_print_private_bfd_data): Likewise.
8664
af3ae48d
NC
86652002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
8666
8667 * po/tr.po: Import new version.
8668
10ed1bba
AM
86692002-01-16 Alan Modra <amodra@bigpond.net.au>
8670
8671 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
8672 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
8673 (ORI_R0_R0_0): Correct.
8674
5d1634d7
AM
86752002-01-16 Alan Modra <amodra@bigpond.net.au>
8676
8677 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
8678 when plt_not_loaded.
8679 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
8680 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
8681 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
8682 (ppc64_elf_glink_code): Delete.
8683 (PPC64_ELF_GLINK_SIZE): Delete.
8684 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
8685 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
8686 ORI_R0_R0_0): Define.
8687 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
8688 (struct ppc_link_hash_table): Add sstub and plt_overflow.
8689 (ppc64_elf_link_hash_table_create): Init them.
8690 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
8691 Don't copy to shared lib.
8692 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
8693 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
8694 (allocate_dynrelocs <plt>): Don't change function sym here. Make
8695 room for .stub and .glink code.
8696 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
8697 DT_PPC64_GLINK.
8698 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
8699 bfd_elf64_bfd_final_link.
8700 (bfd_elf64_bfd_final_link): Don't define.
8701 (ppc64_elf_size_stubs): New.
8702 (build_plt_stub): New.
8703 (build_one_stub): New.
8704 (ppc64_elf_build_stubs): New.
8705 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
8706 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
8707 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
8708 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
8709 case output sections not separate. Adjust DT_RELASZ to not
8710 include plt relocs. Set reserved got entry. Set got and plt
8711 entry size.
8712 (elf_backend_got_header_size): Set to 8.
8713 * elf64-ppc.h: New file.
8714
c601ffdb
AM
87152002-01-16 Alan Modra <amodra@bigpond.net.au>
8716
8717 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
8718 sections, use bfd_section_list_remove.
8719 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
8720 * elflink.h (elf_link_add_object_symbols): When removing all
8721 sections, use bfd_section_list_clear.
8722
8fb4cb7f
NC
87232002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
8724
8725 * po/sv.po: New file: Swedish translation.
8726 * configure.in (ALL_LINGUAS): Add sv.
8727 * configure: Regenerate.
8728
d3c456e9
JJ
87292002-01-15 Jakub Jelinek <jakub@redhat.com>
8730
8731 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
8732 * elf.c (merge_sections_remove_hook): New function.
8733 (_bfd_elf_merge_sections): Pass it as 3rd argument to
8734 _bfd_merge_sections.
8735 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
8736 * libbfd.h: Rebuilt.
8737 * merge.c (_bfd_merge_sections): Add remove_hook argument.
8738 Call remove_hook if a SEC_EXCLUDE section is encountered.
8739
1f7fd478
NC
87402002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
8741
8742 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
8743 (xstormy16_reloc_map): Initialise new field with correct howto
8744 table.
8745 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
8746 howto entry.
8747
b87011e9
MS
87482002-01-10 Michael Snyder <msnyder@redhat.com>
8749
8750 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
8751 (elfcore_write_pstatus): Use long instead of pid_t;
8752 * elf-bfd.h: Change prototypes to use long instead of pid_t;
8753
175e9962 87542002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
b4db1224
JT
8755
8756 * elf.c: Update copyright years.
8757 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
8758 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
8759
7c76fa91
MS
87602002-01-08 Michael Snyder <msnyder@redhat.com>
8761
8762 Add capability to write corefile note sections, for gdb.
8763 * elf.c (elfcore_write_note): New function.
8764 (elfcore_write_prpsinfo): New function.
8765 (elfcore_write_prstatus): New function.
8766 (elfcore_write_pstatus): New function.
8767 (elfcore_write_prfpreg): New function.
8768 (elfcore_write_prxfpreg): New function.
97996af6 8769 * elf-bfd.h: Add prototypes for above functions.
7c76fa91 8770
e1fddb6b
AO
87712002-01-08 Alexandre Oliva <aoliva@redhat.com>
8772
8773 * elf.c (elf_fake_sections): Propagate errors from
8774 elf_backend_fake_section.
8775
8d05742f
JT
87762002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
8777
8778 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
8779 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
8780 (elf32-sh-nbsd.lo): New rule.
8781 * Makefile.in: Regenerate.
8782 * config.bfd (sh*le-*-netbsdelf*): New target.
8783 (sh*-*-netbsdelf*): New target.
8784 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
8785 (bfd_elf32_shnbsd_vec): New vector.
8786 (bfd_elf32_shlnbsd_vec): New vector.
8787 * configure: Regenerate.
8788 * elf32-sh-nbsd.c: New file.
8789 * targets.c: Update copyright years.
175e9962 8790 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
8d05742f
JT
8791 bfd_elf32_shnbsd_vec.
8792
1dba4cb4
AH
87932002-01-07 Aldy Hernandez <aldyh@redhat.com>
8794
8795 * coff-rs6000.c (READ20): Use bfd_scan_vma.
8796
47b22aef
GK
87972002-01-07 Geoffrey Keating <geoffk@redhat.com>
8798
8799 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
8800 of a symbol in a section that will be deleted.
8801
be2d1673
NC
88022002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
8803
8804 * po/es.po: New file: Spanish translation.
8805 * configure.in (ALL_LINGUAS): Add es.
8806 * configure: Regenerate.
8807
d9cf1b54
AM
88082002-01-06 Steve Ellcey <sje@cup.hp.com>
8809
8810 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
8811 argument so we can handle HP-UX specially.
8812 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
8813 (elfNN_hpux_backend_section_from_bfd_section): New for support
8814 of SHN_IA_64_ANSI_COMMON.
8815 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
8816 (is_unwind_section_name): Add special HP-UX support.
8817 (elfNN_ia64_section_from_shdr): Add support for more sections.
8818 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
8819 add support for more sections.
8820 (elfNN_ia64_additional_program_headers): Modify
8821 is_unwind_section_name call.
8822 (elfNN_ia64_modify_segment_map): Remove assumption that there is
8823 only one unwind section in segment.
8824
3f3c5c34
AM
88252002-01-06 Alan Modra <amodra@bigpond.net.au>
8826
8827 * syms.c (_bfd_generic_make_empty_symbol): New function.
8828 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
8829 _bfd_generic_make_empty_symbol.
8830 * libbfd.h: Regenerate.
8831 * bfd-in2.h: Regenerate.
8832 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
8833 (hppabsd_core_get_symtab_upper_bound): Don't define.
8834 (hppabsd_core_get_symtab): Likewise.
8835 (hppabsd_core_print_symbol): Likewise.
8836 (hppabsd_core_get_symbol_info): Likewise.
8837 (hppabsd_core_bfd_is_local_label_name): Likewise.
8838 (hppabsd_core_get_lineno): Likewise.
8839 (hppabsd_core_find_nearest_line): Likewise.
8840 (hppabsd_core_bfd_make_debug_symbol): Likewise.
8841 (hppabsd_core_read_minisymbols): Likewise.
8842 (hppabsd_core_minisymbol_to_symbol): Likewise.
8843 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
8844 Formatting fixes.
8845 * hpux-core.c: Similarly.
8846 * irix-core.c: Similarly.
8847 * osf-core.c: Similarly.
8848 * sco5-core.c: Similarly.
8849 * binary.c (binary_make_empty_symbol): Remove function, define as
8850 _bfd_generic_make_empty_symbol.
8851 * ihex.c (ihex_make_empty_symbol): Likewise.
8852 * mmo.c (mmo_make_empty_symbol): Likewise.
8853 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
8854 * srec.c (srec_make_empty_symbol): Likewise.
8855 * versados.c (versados_make_empty_symbol): Likewise.
8856 * vms.c (_bfd_vms_make_empty_symbol): Remove.
8857 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
8858 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
8859 rather than _bfd_vms_make_empty_symbol.
8860 * vms-misc.c (new_symbol): Likewise.
8861
3f0a7f7f
AM
88622002-01-05 Alan Modra <amodra@bigpond.net.au>
8863
9e7b37b3
AM
8864 * section.c (bfd_section_init): Remove unnecessary initialisations.
8865 (bfd_section_list_clear): New function.
8866 (bfd_section_list_remove, bfd_section_list_insert): New macros.
8867 (_bfd_strip_section_from_output): Use them.
8868 * coffcode.h (coff_set_alignment_hook): Likewise.
8869 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
8870 * elf64-mips.c (mips_elf64_final_link): Likewise.
8871 * elf64-mmix.c (mmix_elf_final_link): Likewise.
8872 * sunos.c (sunos_add_dynamic_symbols): Likewise.
8873 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
8874 * bfd-in2.h: Regenerate.
8875
8876 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
8877 rather than doing our own section handling. Clean up after errors
8878 with bfd_release and bfd_section_list_clear. Handle unexpected
8879 flags.
8880 * aoutf1.h (sunos4_core_file_p): Likewise.
8881 * aix386-core.c (aix386_core_file_p): Likewise.
8882 * cisco-core.c (cisco_core_file_validate): Likewise.
8883 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
8884 * trad-core.c (trad_unix_core_file_p): Likewise.
8885
9b5ecbd0 8886 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
9e7b37b3
AM
8887 with bfd_release and bfd_section_list_clear.
8888 * hpux-core.c (hpux_core_core_file_p): Likewise.
8889 * irix-core.c (irix_core_core_file_p): Likewise.
8890 * lynx-core.c (lynx_core_file_p): Likewise.
8891 * osf-core.c (osf_core_core_file_p): Likewise.
8892 * rs6000-core.c (rs6000coff_core_p): Likewise.
8893 * sco5-core.c (sco5_core_file_p): Likewise.
8894
3f0a7f7f
AM
8895 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
8896 sign extension adjustments without conditionals.
8897
a3aa38ee
JJ
88982002-01-04 Jakub Jelinek <jakub@redhat.com>
8899
8900 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
8901 CIE at .eh_frame start is removed due to no FDEs referencing it.
8902
8a8b2d4b
AJ
89032002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
8904
8905 * config.bfd (x86_64-*-netbsd*): New target.
8906 * configure.in (x86_64-*-netbsd*): Set COREFILE
8907 to netbsd-core.lo.
8908 * configure: Regenerated.
8909
04b5af89
TR
89102002-01-03 Tom Rix <trix@redhat.com>
8911
8912 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
8913 for recent bfd_make_section_anyway change.
8914
51c5503b
NC
89152002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
8916
8917 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
8918 R_ARM_THM_PC11 reloc.
8919
07f7c046
NC
89202002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
8921
8922 * configure.in (LINGUAS): Add ja.
8923 * configure: Regenerate.
8924 * po/ja.po: Import from translation project's web site.
8925
5eefb65f
NC
89262002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
8927
8928 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
8929 messages to ease translation into other languages.
8930
39e90f10 8931For older changes see ChangeLog-0001
56882138
AM
8932\f
8933Local Variables:
8934mode: change-log
8935left-margin: 8
8936fill-column: 74
8937version-control: never
8938End:
This page took 0.570271 seconds and 4 git commands to generate.