]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
* elf32-xtensa.c (plt_reloc_count): Fix typo in comment.
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
b536dc1e
BW
12003-07-23 Bob Wilson <bob.wilson@acm.org>
2
3 * elf32-xtensa.c (plt_reloc_count): Fix typo in comment.
4 (elf_xtensa_size_dynamic_sections): Use elf_discarded_section.
5 (elf_xtensa_combine_prop_entries): Avoid returning non-zero without
6 first printing an error message.
7 (elf_xtensa_finish_dynamic_sections): Likewise.
8 (elf_xtensa_discard_info_for_section): Adjust size of .got.loc when
9 discarding literal table entries.
10 (elf_xtensa_merge_private_bfd_data): Remove newline from error message.
11 (elf_xtensa_do_asm_simplify): Likewise.
12
7f888330
SC
132003-07-23 Stephane Carrez <stcarrez@nerim.fr>
14
15 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Avoid crash when
16 we have a local symbol in common section.
17
ecc27c31
L
182003-07-22 H.J. Lu <hongjiu.lu@intel.com>
19
20 * elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
21 weak symbols.
22
f9f3cf65
NC
232003-07-22 Nick Clifton <nickc@redhat.com>
24
25 * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to
26 expected RS6000 storage classes.
27
bb32e54f
L
282003-07-21 H.J. Lu <hongjiu.lu@intel.com>
29
30 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark
31 output_bfd unused to silence gcc.
32
796f2a93
NC
332003-07-21 Nick Clifton <nickc@redhat.com>
34
35 * po/sv.po: Updated Swedish translation.
36
f6c52c13
AM
372003-07-21 Alan Modra <amodra@bigpond.net.au>
38
39 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use..
40 (_bfd_elf_symbol_refs_local_p): ..this. Declare.
41 * elflink.c (_bfd_elf_symbol_refs_local_p): New function.
42 * elf32-i386.c (elf_i386_relocate_section): Remove h NULL test
43 now done in _bfd_elf_symbol_refs_local_p.
44 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
45 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
46 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
47
aa37626c
L
482003-07-18 H.J. Lu <hongjiu.lu@intel.com>
49
50 * elflink.c (_bfd_elf_dynamic_symbol_p): Undo the last change.
51
1e364ec9
L
522003-07-18 H.J. Lu <hongjiu.lu@intel.com>
53
54 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Fix a typo.
55 (SYMBOL_CALLS_LOCAL): Likewise.
56
57 * elflink.c (_bfd_elf_dynamic_symbol_p): Return TRUE
58 immediately if symbol isn't defined locally.
59
986a241f
RH
602003-07-18 Richard Henderson <rth@redhat.com>
61
62 * elflink.c (_bfd_elf_dynamic_symbol_p): New.
63 * elf-bfd.h (_bfd_elf_dynamic_symbol_p): Declare it.
64 (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use it.
65 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Likewise.
66 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
67 * elf64-hppa.c (elf64_hppa_dynamic_symbol_p): Likewise.
68 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Likewise.
69 Update all callers to provide the relocation being resolved.
70
ac4b3dd8
NC
712003-07-17 Shaun Jackman <sjackman@pathwayconnect.com>
72
73 * config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to
74 targ_cflags.
75
6c37ac4d
NC
762003-07-17 Nick Clifton <nickc@redhat.com>
77
78 * po/es.po: New Spanish translation.
79 * po/sv.po: New Swedish translation.
80 * po/opcodes.pot: Regenerate.
81
02e6ad56
RH
822003-07-16 Richard Henderson <rth@redhat.com>
83
84 * config.bfd, configure.host, configure.in: Remove ia64-aix support.
85 * elfxx-ia64.c, targets.c: Likewise.
86
5686517c
RH
872003-07-16 Richard Henderson <rth@redhat.com>
88
89 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Properly return false
90 for symbols defined locally plus -Bsymbolic. Tidy logic.
91
5a7ea749
RS
922003-07-15 Richard Sandiford <rsandifo@redhat.com>
93
94 * archures.c (bfd_mach_mips7000): New.
95 * bfd-in2.h: Regenerated.
96 * cpu-mips.c (arch_info_struct): Add an entry for mips:7000.
97 * elfxx-mips.c (mips_set_isa_flags): Handle bfd_mach_mips7000.
98 (mips_mach_extensions): Add an entry for it.
99
76bff705
NC
1002003-07-14 Nick Clifton <nickc@redhat.com>
101
102 * po/tr.po: Update with latest version.
103 * po/SRC-POTFILES.in: Regenerate.
104 * po/bfd.pot: Regenerate.
105 * Makfile.in: Regenerate.
106 * configure: Regenerate.
107
d0facd1b
NC
1082003-07-12 Jeff Baker <jbaker@qnx.com>
109
110 * bfd/config.bfd (__QNXTARGET__): Define for Neutrino architectures.
111 * bfd/elf32-arm.h (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
112 * bfd/elf32-sh.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
113 * bfd/elf32-ppc.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
114
bcb9b88d
NC
1152003-07-12 Jeff Muizelaar <muizelaar@rogers.com>
116
117 * coffcode.h (coff_set_section_contents): Set the
118 IMAGE_FILE_32BIT_MACHINE flag for PE targets.
119
7a9823f1
RS
1202003-07-11 Richard Sandiford <rsandifo@redhat.com>
121
122 * bfd-in.h (bfd_h8300_pad_address): Declare.
123 * bfd-in2.h: Regenerate.
124 * cpu-h8300.c (bfd_h8300_pad_address): New function.
125 * coff-h8300.c (h8300_reloc16_estimate): Use it to canonicalize
126 addresses before checking whether they can be relaxed.
127 (h8300_reloc16_extra_cases): Likewise for the R_MOVL2 sanity check.
128 Don't complain about overflows in general 8-bit relocations.
129 * elf32-h8300.c (elf32_h8_relax_section): Use bfd_h8300_pad_address.
130 Fix handling of R_H8_DIR24A8.
131
c6baf75e
RS
1322003-07-11 Richard Sandiford <rsandifo@redhat.com>
133
134 * elf32-h8300.c: Convert function prototypes and definitions
135 to C90 syntax.
136 * coff-h8300.c: Likewise.
137 * cpu-h8300.c: Likewise.
138
fce00800
AM
1392003-07-11 Alan Modra <amodra@bigpond.net.au>
140
141 * po/SRC-POTFILES.in: Regenerate.
142 * po/bfd.pot: Likewise.
143
e901de89
BW
1442003-07-10 Bob Wilson <bob.wilson@acm.org>
145
146 * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Create new
147 .got.loc section. Do not set SEC_ALLOC or SEC_LOAD flags for the
148 .xt.lit.plt section.
149 (elf_xtensa_size_dynamic_sections): Set size of the .got.loc section
150 and allocate memory for it.
151 (elf_xtensa_combine_prop_entries): Copy contents of .xt.lit output
152 section to the .got.loc section.
153 (elf_xtensa_finish_dynamic_sections): Fix up call to
154 elf_xtensa_combine_prop_entries and set DT_XTENSA_GOT_LOC_OFF to
155 the address of .got.loc.
156 (relax_property_section): Shrink .got.loc to match changes in any
157 literal table section.
158 (xtensa_is_property_section): Change to match
159 xtensa_get_property_section_name.
160 (xtensa_is_littable_section): New.
161
eff26f78
L
1622003-07-10 H.J. Lu <hongjiu.lu@intel.com>
163
164 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1 instead of
165 -1LL.
166
942e0f42
AM
1672003-07-10 Alan Modra <amodra@bigpond.net.au>
168
169 * Makefile.am (BFD32_BACKENDS): Add elf32-am33lin.lo.
170 (BFD32_BACKENDS_CFILES): elf32-am33lin.c not elf32-am33lin.lo.
171 Run "make dep-am".
172 * Makefile.in: Regenerate.
173
73c3cd1c
AO
1742003-07-10 Alexandre Oliva <aoliva@redhat.com>
175
176 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
177 * elf32-am33lin.c (ELF_MACHINE_CODE): Redefine to EM_MN10300.
178 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300.
179 2001-06-02 Nick Clifton <nickc@cambridge.redhat.com>
180 * elf32-am33lin.c: Rename global functions.
181 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
182 * config.bfd (am33_2.0, am33_2.0-*-linux*): Added.
183 * configure.in (bfd_elf32_am33lin_vec): Added.
184 * Makefile.am (BFD32_BACKENDS): Added elf32-am33lin.lo.
185 (elf32-am33lin.lo): List dependencies.
186 * aclocal.m4, configure, Makefile.in: Rebuilt.
187 * elf-m10300.c (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME,
188 ELF_ARCH, ELF_MACHINE_CODE, ELF_MAXPAGESIZE): Define only if
189 ELF_ARCH was not defined before.
190 (elf_symbol_leading_char): Define if not defined.
191 * elf32-am33lin.c: Override the definitions above.
192 * targets.c (bfd_elf32_am33lin_vec): New.
193
03a12831
AO
1942003-07-09 Alexandre Oliva <aoliva@redhat.com>
195
196 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
197 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Initialize
198 pcrel_relocs_copied.
199 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
200 * elf-m10300.c (ELF_DYNAMIC_INTERPRETER): Renamed from
201 ld-linux.so.2 to ld.so.1.
202 2001-10-10 Alexandre Oliva <aoliva@redhat.com>
203 * elf-m10300.c (elf_mn10300_sizeof_plt0): New macro.
204 (_bfd_mn10300_elf_adjust_dynamic_symbol): Use it.
205 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
206 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Allocate
207 .rela.* section contents with bfd_zalloc.
208 2001-09-25 Alexandre Oliva <aoliva@redhat.com>
209 * elf-m10300.c: Added declarations for functions missing them.
210 Merge some shared-library changes from the i386 back-end. Use
211 R_MN10300_RELATIVE instead of R_MN10300_PCREL32 and
212 R_MN10300_GLOB_DAT instead of R_MN10300_32 where appropriate.
213 (struct elf32_mn10300_link_hash_entry): Remove duplicates of
214 members of elf_link_hash_entry. Adjusted references.
215 (mn10300_elf_final_link_relocate): dynobj was already loaded
216 into a local variable, use it.
217 2001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
218 * elf-m10300.c: Add missing function prototypes.
219 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
220 * elf-m10300.c (mn10300_elf_relocate_section): Don't compute
221 relocation for dynamic relocations.
222 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
223 * reloc.c (BFD_RELOC_MN10300_GOTOFF24): New.
224 * elf-m10300.c: Introduce GOTPC16, GOTOFF24, GOTOFF16 and
225 PLT16, and rename GOTPC to GOTPC32 and GOTOFF to GOTOFF32.
226 (_bfd_mn10300_elf_create_dynamic_sections): Move creation ot PLT...
227 (_bfd_mn10300_elf_create_got_section): ... here, so that its
228 adress is already known at the time we compute relaxations.
229 (mn10300_elf_relax_section): Relax GOTPC32, GOTOFF32, GOT32
230 and PLT32 to narrower relocations.
231 * libbfd.h, bfd-in2.h: Rebuilt.
232 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
233 * reloc.c (BFD_RELOC_MN10300_GOT32, BFD_RELOC_MN10300_GOT24,
234 BFD_RELOC_MN10300_GOT16, BFD_RELOC_MN10300_COPY,
235 BFD_RELOC_MN10300_GLOB_DAT, BFD_RELOC_MN10300_JMP_SLOT,
236 BFD_RELOC_MN10300_RELATIVE): New relocs.
237 * libbfd.h, bfd-in2.h: Rebuilt.
238 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): New.
239 (struct elf32_mn10300_link_hash_entry): Added DSO-related
240 fields.
241 (elf_mn10300_howto): Defined new relocation types.
242 (mn10300_reloc_map): Map them.
243 (_bfd_mn10300_elf_create_got_section): New fn.
244 (mn10300_elf_check_relocs): Handle PIC relocs.
245 (mn10300_elf_final_link_relocate): Likewise.
246 (mn10300_elf_relocate_section): Handle DSOs.
247 (PLT0_ENTRY_SIZE, PLT_ENTRY_SIZE, PIC_PLT_ENTRY_SIZE): New macros.
248 (elf_mn10300_plt0_entry, elf_mn10300_plt_entry,
249 elf_mn10300_pic_plt_entry): New.
250 (elf_mn10300_sizeof_plt, elf_mn10300_plt_plt0_offset,
251 elf_mn10300_plt0_linker_offset, elf_mn10300_plt0_gotid_offset,
252 elf_mn10300_plt_temp_offset, elf_mn10300_plt_symbol_offset,
253 elf_mn10300_plt_reloc_offset: New macros.
254 (ELF_DYNAMIC_INTERPRETER): Likewise.
255 (_bfd_mn10300_elf_create_dynamic_sections): New function.
256 (_bfd_mn10300_elf_adjust_dynamic_symbol): Likewise.
257 (_bfd_mn10300_elf_discard_copies): Likewise.
258 (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
259 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
260 (_bfd_mn10300_elf_finish_dynamic_sections): Likewise.
261 (elf_backend_can_gc_sections,
262 elf_backend_create_dynamic_sections,
263 elf_backend_adjust_dynamic_sections,
264 elf_backend_size_dynamic_sections,
265 elf_backend_finish_dynamic_symbol,
266 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
267 elf_backend_plt_readonly, elf_backend_want_plt_sym,
268 elf_backend_got_header_size, elf_backend_plt_header_size): New
269 macros.
270
b08fa4d3
AO
2712003-07-09 Alexandre Oliva <aoliva@redhat.com>
272
273 2001-05-06 Alexandre Oliva <aoliva@redhat.com>
274 * elf-m10300.c (compute_function_info): Account for AM33
275 registers in `movm' when computing stack space for `call' when
276 linking for AM33/2.0 link.
277 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
278 * archures.c (bfd_mach_am33_2): Renamed from bfd_mach_am332.
279 * bfd-in2.h: Rebuilt.
280 * cpu-m10300.c (bfd_am33_2_arch): Renamed from bfd_am332_arch.
281 * elf-m10300.c: Updated.
282 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
283 * archures.c (bfd_mach_am332): Defined.
284 * bfd-in2.h: Rebuilt.
285 * cpu-m10300.c (bfd_am332_arch): Defined.
286 (bfd_am33_arch): Chained with am33-2.
287 * elf-m10300.c (elf_mn10300_mach): Handle am332.
288 (_bfd_mn10300_elf_final_write_processing): Likewise.
289
201933ea
L
2902003-07-09 H.J. Lu <hongjiu.lu@intel.com>
291
292 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
293
e717da7e
AM
2942003-07-10 Alan Modra <amodra@bigpond.net.au>
295
296 * elf64-ppc.c (bfd_elf64_mkobject): Define.
297 (struct ppc64_elf_obj_tdata): New.
298 (ppc64_elf_tdata, ppc64_tlsld_got): Define.
299 (ppc64_elf_mkobject): New function.
300 (struct got_entry): Add "owner". Move "tls_type".
301 (struct ppc_link_hash_table): Delete "relgot", "tlsld_got".
302 (ppc64_elf_init_stub_bfd): New function.
303 (create_got_section): Create header .got in dynobj. Create .got
304 and .rela.got in each bfd. Stash pointers in ppc64_elf_obj_tdata.
305 (ppc64_elf_create_dynamic_sections): Don't call create_got_section.
306 Look for dynobj .got, and test it.
307 (ppc64_elf_copy_indirect_symbol): Adjust for changed got.
308 (update_local_sym_info): Likewise.
309 (ppc64_elf_check_relocs): Likewise.
310 (ppc64_elf_gc_sweep_hook): Likewise.
311 (ppc64_elf_tls_optimize): Likewise.
312 (allocate_dynrelocs): Likewise.
313 (ppc64_elf_size_dynamic_sections): Likewise.
314 (ppc64_elf_relocate_section): Likewise.
315 (ppc64_elf_next_toc_section): Update comment.
316 (toc_adjusting_stub_needed): Remove unneeded cast.
317 (ppc64_elf_build_stubs): Check for stub sections in stub bfd by
318 testing section flags.
319 (ppc64_elf_build_stubs): Likewise.
320 (ppc64_elf_size_stubs): Likewise. Remove stub_bfd param.
321 (ppc64_elf_finish_dynamic_sections): Write out got sections.
322 (func_desc_adjust): Copy over dynamic info for undef weaks.
323 * elf64-ppc.h (ppc64_elf_init_stub_bfd): Declare.
324 (ppc64_elf_size_stubs): Update prototype.
325 * elflink.h (elf_link_sort_relocs): Use link_orders to find reldyn
326 input sections rather than scanning dynobj.
327
18ad015f
RS
3282003-07-09 Richard Sandiford <rsandifo@redhat.com>
329
330 * elfxx-mips.c (mips_elf_link_hash_entry): Remove min_dyn_reloc_index.
331 (bfd_mips_elf_swap_msym_in, bfd_mips_elf_swap_msym_out): Delete.
332 (mips_elf_create_msym_section): Delete.
333 (mips_elf_create_dynamic_relocation): Don't set min_dyn_reloc_index.
334 (_bfd_mips_elf_copy_indirect_symbol): Likewise.
335 (_bfd_mips_elf_create_dynamic_sections): Don't create .msym.
336 (_bfd_mips_elf_size_dynamic_sections): Don't calculate its size.
337 (_bfd_mips_elf_size_dynamic_sections): Don't add DT_MIPS_MSYM.
338 (_bfd_mips_elf_finish_dynamic_symbol): Don't add symbols to .msym.
339 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
340
e10609d3
RS
3412003-07-09 Richard Sandiford <rsandifo@redhat.com>
342
343 * elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make the
344 symbols protected.
345
0d591ff7
RS
3462003-07-09 Richard Sandiford <rsandifo@redhat.com>
347
348 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Fix handling
349 of relocations whose offset is -2.
350
fdd07405
RS
3512003-07-09 Richard Sandiford <rsandifo@redhat.com>
352
353 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): Treat
354 forced-local symbols like other locals. Don't create relocations
355 against STN_UNDEF in irix objects.
356
d2fba50d
RS
3572003-07-09 Richard Sandiford <rsandifo@redhat.com>
358
359 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI-
360 compatible objects, add the values of defined external symbols
361 to the addend.
362
6eaa6adc
RS
3632003-07-09 Richard Sandiford <rsandifo@redhat.com>
364
365 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Always
366 initialize a GOT entry to the symbol's st_value.
367
0c83546a
AM
3682003-07-08 Alan Modra <amodra@bigpond.net.au>
369
43c40ab2
AM
370 * elf-bfd.h (struct elf_obj_tdata): Move linker_section_pointers..
371 * elf32-ppc.c (struct ppc_elf_obj_tdata): ..to here. New.
372 (ppc_elf_tdata): Define.
373 (elf_local_ptr_offsets): Adjust.
374 (ppc_elf_mkobject): New function.
375 (bfd_elf32_mkobject): Define.
376
0c83546a
AM
377 * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format.
378 * elfcore.h (elf_core_file_p): Likewise.
379 * section.c (bfd_section_init): Remove prototype.
380
58111eb7
AM
3812003-07-08 Alan Modra <amodra@bigpond.net.au>
382
383 * elf-bfd.h (struct elf_link_hash_entry): Remove linker_section_pointer
384 field.
385 (enum elf_linker_section_enum): Delete.
386 (struct elf_linker_section): Delete.
387 (struct elf_linker_section_pointers): Delete.
388 (struct elf_obj_tdata): Remove #if 0 chunk. Remove linker_section.
389 Make linker_section_pointers a void**.
390 (elf_local_ptr_offsets, elf_linker_section): Don't define.
391 * elf32-ppc.c (enum elf_linker_section_enum): New, cut-down version
392 of old item in elf-bfd.h.
393 (struct elf_linker_section): Likewise.
394 (struct elf_linker_section_pointers): Likewise.
395 (elf_local_ptr_offsets): Define.
396 (struct ppc_elf_link_hash_entry): Add linker_section_pointer.
397 (ppc_elf_link_hash_newfunc): Init it.
398 (struct ppc_elf_link_hash_table): Add sbss.
399 (ppc_elf_link_hash_table_create): zmalloc rather than clearing
400 individual fields.
401 (elf_create_linker_section): Fold into..
402 (ppc_elf_create_linker_section): ..here. Remove hole_size code.
403 Make rela section here if shared.
404 (elf_find_pointer_linker_section): Pass lsect rather than enum.
405 (elf_create_pointer_linker_section): Adjust. zalloc rather than
406 clearing in a loop.
407 (elf_finish_pointer_linker_section): Adjust. Don't make rela
408 section here.
409 (ppc_elf_check_relocs): Adjust.
410 (ppc_elf_add_symbol_hook): Tighten hash creator test. Remove code
411 creating .sbss by hand.
412 * elf.c (_bfd_elf_link_hash_newfunc): Adjust.
413
15f8604d
JJ
4142003-07-04 Jakub Jelinek <jakub@redhat.com>
415
416 * elf32-s390.c (elf_howto_table): Change R_390_GOT12 to
417 complain_overflow_bitfield.
418 * elf64-s390.c (elf_howto_table): Change R_390_GOT12 to
419 complain_overflow_bitfield.
420
3368a7fb
JJ
4212003-07-04 Jakub Jelinek <jakub@redhat.com>
422
423 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Return
424 true even if -pie.
425
9203ba99
JJ
4262003-07-04 Jakub Jelinek <jakub@redhat.com>
427
428 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add rel_fptr_sec.
429 (elfNN_ia64_dynamic_symbol_p): Change info->shared into
430 !info->executable.
431 (get_fptr): For -pie create .opd as writable section and create
432 .rela.opd as well.
433 (elfNN_ia64_check_relocs): Change info->shared into
434 !info->executable.
435 (allocate_fptr): Likewise.
436 (allocate_dynrel_entries): Account for a relative reloc for -pie
437 @fptr(). Don't account for a relative reloc if -pie want_ltoff_fptr
438 for undefweak symbol. Account for an IPLT reloc in .rela.opd
439 section if -pie.
440 (set_got_entry): Don't create a relative reloc if -pie
441 want_ltoff_fptr for undefweak symbol.
442 (set_fptr_entry): Emit an IPLT reloc in .rela.opd for -pie.
443 (elfNN_ia64_relocate_section): Emit a relative reloc for -pie
444 @fptr().
445
446 * elfxx-ia64.c (elfNN_ia64_relocate_section): Issue undefined_symbol
447 even if -pie.
448 * elf32-i386.c (elf_i386_relocate_section): Likewise.
449 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
450 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
451 * elf64-s390.c (elf_s390_relocate_section): Likewise.
452 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
453 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
454 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
455 * elf32-s390.c (elf_s390_relocate_section): Likewise.
456 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
457
e0a868d1 4582003-07-04 Paul Clarke <paulc@senet.com.au>
8c17da6e
NC
459
460 * elf32-h8300.c (R_H8_DIR32A16): Fix name field.
461 (elf32_h8_relax_section) <R_H8_DIR16A8>: Adjust position of relocation.
462 <R_H8_DIR32A16>: Fix type of relocation.
463
35cad4c4
KK
4642003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
465
466 * elf32-sh.c (sh_elf_create_dynamic_sections): Return if dynamic
467 sections were created already. Remove unnecessary tests of
468 the previous change.
469
03151a5a
KK
4702003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
471
472 * elf32-sh.c (sh_elf_create_dynamic_sections): Don't call
473 bfd_make_section for existing sections.
474
003d627e
AM
4752003-07-04 Alan Modra <amodra@bigpond.net.au>
476
2293c499
AM
477 * elf32-sparc.c (elf32_sparc_check_relocs): Don't call
478 create_got_section if we already have done so.
479 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
480 (sh_elf_check_relocs): Likewise.
481 (sh_elf_adjust_dynamic_symbol): Delete "dynobj" var. Use
482 htab->root.dynobj instead.
483 (sh_elf_check_relocs): Likewise.
484 (sh_elf_finish_dynamic_sections): Likewise.
485
003d627e
AM
486 * section.c (bfd_make_section): Return NULL for existing section.
487
fa681e5d
AM
4882003-07-04 Alan Modra <amodra@bigpond.net.au>
489
490 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Don't call
491 ppc_elf_create_got if we've already done so.
3dab13f6
AM
492
493 * elf-bfd.h (_bfd_elf_create_linker_section) Don't declare.
494 (_bfd_elf_find_pointer_linker_section): Likewise.
495 (bfd_elf32_create_pointer_linker_section): Likewise.
496 (bfd_elf32_finish_pointer_linker_section): Likewise.
497 (bfd_elf64_create_pointer_linker_section): Likewise.
498 (bfd_elf64_finish_pointer_linker_section): Likewise.
499 (_bfd_elf_make_linker_section_rela): Likewise.
500 * elfcode.h (elf_create_pointer_linker_section): Don't define.
501 (elf_finish_pointer_linker_section): Likewise.
502 * elflink.c (_bfd_elf_make_linker_section_rela): Delete.
503 (_bfd_elf_create_linker_section): Move this function..
504 (_bfd_elf_find_pointer_linker_section): ..and this..
505 * elflink.h (elf_create_pointer_linker_section): ..and this..
506 (elf_finish_pointer_linker_section): ..and this..
507 * elf32-ppc.c: ..to here, renaming to the following, and adjusting
508 calls.
509 (elf_create_linker_section): Convert to C90, tidy.
510 (elf_find_pointer_linker_section): Likewise.
511 (elf_create_pointer_linker_section): Likewise.
512 (elf_finish_pointer_linker_section): Likewise.
513 * elf32-i370.c: Delete #if 0 code.
514
772119ce
AM
5152003-07-02 Alan Modra <amodra@bigpond.net.au>
516
517 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* and
518 _restf* to be satisfied by shared libs, and always force them local.
519 (toc_adjusting_stub_needed): Avoid scanning linker created sections.
520 Correct test for "bl".
521 (ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for
522 primary opcode 31.
523
bd1ea41b
MS
5242003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
525
526 * elf32-s390.c (s390_elf_ldisp_reloc): New prototype.
527 (s390_tls_reloc): New function.
528 (elf_howto_table): Add long displacement relocations R_390_20,
529 R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
530 (elf_s390_reloc_type_lookup): Likewise.
531 (elf_s390_check_relocs): Likewise.
532 (elf_s390_gc_sweep_hook): Likewise.
533 (elf_s390_relocate_section): Likewise.
534 * elf64-s390.c: Same changes as for elf32-s390.c.
535 * reloc.c: Add long displacement relocations BFD_RELOC_390_20,
43c40ab2 536 BFD_RELOC_390_GOT20, BFD_RELOC_390_GOTPLT20 and
bd1ea41b
MS
537 BFD_RELOC_390_TLS_GOTIE20.
538 * bfd-in2.h: Regenerate.
539 * libbfd.h: Likewise.
540
113202d6
AM
5412003-06-30 Alan Modra <amodra@bigpond.net.au>
542
543 * cpu-ia64-opc.c (ext_imms_scaled): Don't sign extend using shifts.
544 (ins_imms, ins_immsm1u4): Likewise. Warning fix.
545
c58b9523
AM
5462003-06-29 Alan Modra <amodra@bigpond.net.au>
547
548 * archive.c: Convert to C90, remove unnecessary prototypes and casts.
549 Replace PTR with void *. Formatting.
550 * archive64.c: Likewise.
551 * archures.c: Likewise.
552 * bfd-in.h: Likewise.
553 * bfd.c: Likewise.
554 * bfdio.c: Likewise.
555 * bfdwin.c: Likewise.
556 * cache.c: Likewise.
557 * corefile.c: Likewise.
558 * format.c: Likewise.
559 * init.c: Likewise.
560 * libbfd-in.h: Likewise.
561 * libbfd.c: Likewise.
562 * linker.c: Likewise.
563 * opncls.c: Likewise.
564 * reloc.c: Likewise.
565 * section.c: Likewise.
566 * simple.c: Likewise.
567 * syms.c: Likewise.
568 * targets.c: Likewise.
569 * bfd-in2.h: Regenerate.
570 * libbfd.h: Regenerate.
571
572 * ecoff.c (bfd_debug_section): Add missing kept_section initialization.
573 * libbfd-in.h (_bfd_sh_align_load_span): Don't declare if defined.
574 * libbfd.c (COERCE32, EIGHT_GAZILLION): Simplify.
575 (bfd_getb64): Rewrite without parens.
576 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
577 * cache.c (insert, snip): Remove INLINE.
578 * linker.c (bfd_link_add_undef): Likewise.
579
27482721
AJ
5802003-06-29 Andreas Jaeger <aj@suse.de>
581
582 * elf64-x86-64.c: Convert to ISO C90 prototypes, remove
583 unnecessary prototypes. Replace PTR with void *.
58611256
AJ
584 (elf64_x86_64_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL to
585 trim plt entries. Move undefweak non-default visibility test ...
586 (allocate_dynrelocs): ... from here.
587 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
588 Change all callers.
589 (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL. Use
590 SYMBOL_REFERENCES_LOCAL for dynreloc check.
591 (elf64_x86_64_relocate_section): Use SYMBOL_CALLS_LOCAL for
592 dynreloc and .got relocs.
593 (elf64_x86_64_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL
594 for .got relocs.
27482721 595
2b86c02e
TS
5962003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
597
598 * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
599
e7c81c25
NC
6002003-06-27 Nick Clifton <nickc@redhat.com>
601
602 * opncls.c (bfd_add_gnu_debuglink_section): Rename to
603 bfd_add_gnu_debuglink_section and only create the section, do not
604 fill in its contents.
605 (bfd_fill_in_gnu_debuglink_section): New function. Fill in the
606 contents of a .gnu-debuglink section.
607 * bfd-in2.h: Regenerate.
608
72b4917c
TS
6092003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
610
611 * elfxx-mips.c: Revert .got alignment to 2**4.
612
91709090
TS
6132003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
614
615 * elf32-mips.c: Fix addend for _gp_disp special symbol.
616
7a79a000
TS
6172003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
618
619 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-default
620 relocation header setup.
621
e47cd125
AM
6222003-06-25 Alan Modra <amodra@bigpond.net.au>
623
624 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
625 (ppc_elf_reloc_type_lookup): Modify comment.
626 (ppc_elf_info_to_howto): Ditto.
627 (ppc_elf_relocate_section): Ditto.
628 (ppc_elf_check_relocs): Call ppc_elf_howto_init.
629
1049f94e
AM
6302003-06-25 Alan Modra <amodra@bigpond.net.au>
631
632 * aout-ns32k.c: Correct spelling of "relocatable".
633 * aoutx.h: Likewise.
634 * bfd-in.h: Likewise.
635 * bfd.c: Likewise.
636 * bout.c: Likewise.
637 * coff-a29k.c: Likewise.
638 * coff-alpha.c: Likewise.
639 * coff-arm.c: Likewise.
640 * coff-i386.c: Likewise.
641 * coff-i860.c: Likewise.
642 * coff-i960.c: Likewise.
643 * coff-m68k.c: Likewise.
644 * coff-m88k.c: Likewise.
645 * coff-mcore.c: Likewise.
646 * coff-mips.c: Likewise.
647 * coff-or32.c: Likewise.
648 * coff-ppc.c: Likewise.
649 * coff-rs6000.c: Likewise.
650 * coff-sh.c: Likewise.
651 * coff-tic80.c: Likewise.
652 * coff64-rs6000.c: Likewise.
653 * cofflink.c: Likewise.
654 * cpu-ns32k.c: Likewise.
655 * ecoff.c: Likewise.
656 * ecofflink.c: Likewise.
657 * elf-bfd.h: Likewise.
658 * elf-eh-frame.c: Likewise.
659 * elf-hppa.h: Likewise.
660 * elf-m10200.c: Likewise.
661 * elf-m10300.c: Likewise.
662 * elf.c: Likewise.
663 * elf32-arm.h: Likewise.
664 * elf32-avr.c: Likewise.
665 * elf32-cris.c: Likewise.
666 * elf32-d10v.c: Likewise.
667 * elf32-dlx.c: Likewise.
668 * elf32-fr30.c: Likewise.
669 * elf32-frv.c: Likewise.
670 * elf32-h8300.c: Likewise.
671 * elf32-hppa.c: Likewise.
672 * elf32-i370.c: Likewise.
673 * elf32-i386.c: Likewise.
674 * elf32-i860.c: Likewise.
675 * elf32-i960.c: Likewise.
676 * elf32-ip2k.c: Likewise.
677 * elf32-iq2000.c: Likewise.
678 * elf32-m32r.c: Likewise.
679 * elf32-m68hc11.c: Likewise.
680 * elf32-m68hc1x.c: Likewise.
681 * elf32-m68k.c: Likewise.
682 * elf32-mcore.c: Likewise.
683 * elf32-mips.c: Likewise.
684 * elf32-msp430.c: Likewise.
685 * elf32-openrisc.c: Likewise.
686 * elf32-ppc.c: Likewise.
687 * elf32-s390.c: Likewise.
688 * elf32-sh.c: Likewise.
689 * elf32-sh64.c: Likewise.
690 * elf32-sparc.c: Likewise.
691 * elf32-v850.c: Likewise.
692 * elf32-vax.c: Likewise.
693 * elf32-xstormy16.c: Likewise.
694 * elf32-xtensa.c: Likewise.
695 * elf64-alpha.c: Likewise.
696 * elf64-hppa.c: Likewise.
697 * elf64-mips.c: Likewise.
698 * elf64-mmix.c: Likewise.
699 * elf64-ppc.c: Likewise.
700 * elf64-s390.c: Likewise.
701 * elf64-sh64.c: Likewise.
702 * elf64-sparc.c: Likewise.
703 * elf64-x86-64.c: Likewise.
704 * elfcode.h: Likewise.
705 * elflink.h: Likewise.
706 * elfn32-mips.c: Likewise.
707 * elfxx-ia64.c: Likewise.
708 * elfxx-mips.c: Likewise.
709 * i386linux.c: Likewise.
710 * ieee.c: Likewise.
711 * libcoff-in.h: Likewise.
712 * linker.c: Likewise.
713 * m68klinux.c: Likewise.
714 * pdp11.c: Likewise.
715 * pe-mips.c: Likewise.
716 * peXXigen.c: Likewise.
717 * reloc.c: Likewise.
718 * reloc16.c: Likewise.
719 * sparclinux.c: Likewise.
720 * sunos.c: Likewise.
721 * syms.c: Likewise.
722 * versados.c: Likewise.
723 * vms.c: Likewise.
724 * xcofflink.c: Likewise.
725 * bfd-in2.h: Regenerate.
726 * libcoff.h: Regenerate.
727 * libbfd.h: Regenerate.
728
55fd94b0
AM
7292003-06-24 Alan Modra <amodra@bigpond.net.au>
730
d85f2c7d
AM
731 * elf32-ppc.c (ppc_elf_check_relocs): Report plt reloc against
732 local sym errors.
733
55fd94b0
AM
734 * elf32-i386.c: Convert to C90 function definitions, remove unnecessary
735 prototypes and casts. Replace PTR with void *. Formatting.
736 * elf32-ppc.c: Likewise. Break long strings too.
737 (ppc_elf_relax_section): Use enum elf_ppc_reloc_type for r_type.
738 (ppc_elf_unhandled_reloc): Internationalize error message.
739 * elf32-ppc.h: Remove PARAMS.
740
88810f8c
MM
7412003-06-23 Mark Mitchell <mark@codesourcery.com>
742
743 * elf32-ppc.c (ppc_elf_begin_write_processing): Use bytes to count
744 APUinfo slots.
745 (ppc_elf_final_write_processing): Likewise.
746
6e35c4da
L
7472003-06-23 H.J. Lu <hongjiu.lu@intel.com>
748
749 * elflink.h (elf_link_input_bfd): Check raw size when using
750 kept_section to preserve debug information discarded by
751 linkonce.
752
8f3bab57
AM
7532003-06-20 Alan Modra <amodra@bigpond.net.au>
754
755 * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
756 (ppc64_elf_setup_section_lists): Set it.
757 (ppc64_elf_relocate_section): Check sym section id against top_id.
758 (ppc_build_one_stub): Comment on top_id.
759
efbc813e
NC
7602003-06-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762 * config.bfd: Add tic4x-*-rtems*.
763
4ce794b7
AM
7642003-06-20 Alan Modra <amodra@bigpond.net.au>
765
766 * elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
767 prototypes and casts. Replace PTR with void *. Format copyright.
768 Mention ABI links.
769 (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt,
770 sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt.
771 (ppc_type_of_stub): Make r_type an enum.
772 (ppc64_elf_size_stubs): Likewise.
773 * elf64-ppc.h: Remove PARAMS macro.
774
d2a300cf
AM
7752003-06-19 Alan Modra <amodra@bigpond.net.au>
776
3254fd24
AM
777 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init of
778 elf hash tab fields.
779
d2a300cf
AM
780 * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.
781 (ppc64_elf_info_to_howto): Likewise.
782 (ppc64_elf_build_stubs): Add "stats" param, and print statistics.
783 * elf64-ppc.h (ppc64_elf_build_stubs): Adjust prototype.
784
83615de0
AM
7852003-06-19 Alan Modra <amodra@bigpond.net.au>
786
787 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore R_SPARC_DISP32
788 reloc overflow on discarded eh_frame entries.
789
9b5ecbd0
AM
7902003-06-19 Alan Modra <amodra@bigpond.net.au>
791
792 * elf64-ppc.c (toc_adjusting_stub_needed): New function.
793 (ppc64_elf_next_input_section): Use it here to set has_gp_reloc.
794 Return error condition.
795 (ppc64_elf_size_stubs): Restrict toc adjusting stubs to sections
796 that have has_gp_reloc set.
797 (struct ppc_link_hash_table): Add stub_count.
798 (ppc_build_one_stub): Increment it.
799 (ppc64_elf_link_hash_table_create): zmalloc rather than clearing
800 individual fields.
801 * elf64-ppc.h (ppc64_elf_next_input_section): Update prototype.
802
64c456e1
AM
8032003-06-18 Alan Modra <amodra@bigpond.net.au>
804
805 * elflink.h (elf_gc_record_vtentry): Revert last change. Correct
806 size calculation from addend. Round size up.
807
3dab95d3
HPN
8082003-06-18 Hans-Peter Nilsson <hp@axis.com>
809
810 * elf32-cris.c (cris_elf_relocate_section) <case
811 R_CRIS_32_GOTREL>: When linking a program, don't complain about a
812 symbol from a normal object or an undefined weak symbol.
813
0b13192e
AM
8142003-06-18 Alan Modra <amodra@bigpond.net.au>
815
816 * elf64-ppc.c (ppc64_elf_relocate_section): Accept a symbol on
817 R_PPC64_TOC relocs.
818
f97b9cb8
L
8192003-06-17 H.J. Lu <hongjiu.lu@intel.com>
820
821 * section.c (struct sec): Put back kept_section.
822 (STD_SECTION): Put back kept_section initialization.
823 * bfd-in2.h: Regenerate.
824
825 * elflink.h (elf_link_input_bfd): Also check discarded linkonce
826 sections for relocateable output. Use kept_section to preserve
827 debug information discarded by linkonce.
828
9f1c3a0a
L
8292003-06-17 Roland McGrath <roland@redhat.com>
830
831 * elfxx-ia64.c (elfNN_ia64_relocate_section): Support
832 segment-relative relocation between different segments.
833
734b6cf9
AM
8342003-06-17 Alan Modra <amodra@bigpond.net.au>
835
1cf1f670
AM
836 * elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned reloc
837 optimizations earlier.
838
734b6cf9
AM
839 * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.
840 Restore previous input_list type.
841 (ppc64_elf_link_hash_table_create): Undo last change.
842 (ppc64_elf_setup_section_lists): Reinstate code setting up input lists
843 per output section, but don't bother with bfd_abs_section marker.
844 (ppc64_elf_next_input_section): Adjust for multiple input section
845 lists.
846 (group_sections): Likewise.
847
23fbd6fa
JJ
8482003-06-17 Jakub Jelinek <jakub@redhat.com>
849
850 * elf64-ppc.c (ppc64_elf_relocation_section): Ensure
851 *r_offset == r_addend for RELATIVE relocs against .got.
852
dad27d18
AM
8532003-06-17 Alan Modra <amodra@bigpond.net.au>
854
855 * elf64-ppc.c (ppc64_elf_relocate_section): Optimize unaligned relocs.
856
b613960a
NC
8572003-06-17 Nick Clifton <nickc@redhat.com>
858
859 * elflink.h (elf_gc_record_vtentry): Allocate an extra element
4ce794b7
AM
860 in the vtable_entries_used array to allow for the accessing
861 the largest element.
b613960a 862
000732f7
AM
8632003-06-17 Alan Modra <amodra@bigpond.net.au>
864
3d6f9012
AM
865 * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index. Modify
866 input_list.
867 (ppc64_elf_link_hash_table_create): Init input_list here.
868 (ppc64_elf_setup_section_lists): Remove code setting up input lists
869 per output section. Set toc_off for abs and other standard sections.
870 (ppc64_elf_reinit_toc): Don't set elf_gp on input bfds lacking a toc.
871 (ppc64_elf_next_input_section): Adjust for single input section list.
872 Don't set toc_curr from input bfds that haven't set elf_gp.
873 (group_sections): Adjust for single input section list.
874
000732f7
AM
875 * elf64-ppc.c (ppc64_elf_relocate_section): Correct pcrel section zero.
876
81407a69
AM
8772003-06-16 Alan Modra <amodra@bigpond.net.au>
878
879 * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprel
880 tls, check that a TOC16_DS or TOC16_LO_DS reloc isn't pointing to a
881 dtprel entry. Ensure TLS_LD DTPMOD reloc has a zero addend. Write
882 got section for RELATIVE relocs. Fix wrong comment. Change condition
883 under which dynamic relocs update the section contents.
884
a06a29f2
NC
8852003-06-13 Robert Millan <zeratul2@wanadoo.es>
886
887 * config.bfd: Add i386-netbsd-gnu target.
888
7d1ebfb2
NC
8892003-06-12 Nick Clifton <nickc@redhat.com>
890
891 * opncls.c (calc_crc32): Rename to
892 bfd_calc_gnu_debuglink_crc32 and export.
81407a69 893 (GNU_DEBUGLINK): Define and use to replace occurrences of
7d1ebfb2 894 hard-coded ".gnu_debuglink" in the code.
81407a69 895 (get_debug_link_info): Prevent aborts by replacing call to
7d1ebfb2 896 xmalloc with a call to malloc.
81407a69 897 (find_separate_debug_file): Prevent aborts by replacing calls
7d1ebfb2 898 to xmalloc and xstrdup with calls to malloc and strdup.
81407a69 899 (bfd_add_gnu_debuglink): New function. Add a .gnu_debuglink
7d1ebfb2
NC
900 section to a bfd.
901 * bfd-in2.h: Regenerate.
902
9032003-06-12 Federico G. Schwindt <fgsch@lodoss.net>
81407a69 904
7d1ebfb2
NC
905 * config.bfd (i[3-7]86-*-openbsd[0-2].* | i[3-7]86-*-openbsd3.[0-3]):
906 New target (was i[3-7]86-*-openbsd* before).
907 (i[3-7]86-*-openbsd*): Change to use bfd_elf32_i386_vec.
908 (vax-*-openbsd*): New target.
909
d80dcc6a
TS
9102003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
911
912 * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
913 for n32, too.
914 (MIPS_ELF_STUB_SECTION_NAME): Use .MIPS.stubs for n32, too.
915 (mips_elf_rel_dyn_section): Use appropriate section alignment.
916 (mips_elf_create_got_section): Likewise.
917 (_bfd_mips_elf_create_dynamic_sections): Likewise.
918
a7ebbfdf
TS
9192003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
920
921 * elf32-mips.c (mips_elf_generic_reloc): New Function.
922 (elf_mips_howto_table_rel): Use it.
923 (gprel32_with_gp): Move prototype.
924 (mips_elf_hi16_reloc): Check for ! BSF_LOCAL instead of zero addend.
925 Use mips_elf_generic_reloc.
926 (mips_elf_got16_reloc): Check for ! BSF_LOCAL instead of zero addend.
927 Code cleanup.
928 (_bfd_mips_elf32_gprel16_reloc): Check for ! BSF_LOCAL instead of
929 zero addend.
930 (mips_elf_gprel32_reloc): Likewise. Use the same GP assignment logic
931 as in the other *_gprel*_reloc functions.
932 (gprel32_with_gp): Handle partial_inplace properly.
933 (mips32_64bit_reloc): Use mips_elf_generic_reloc.
934 (mips16_gprel_reloc): Check for ! BSF_LOCAL instead of zero addend.
935 Do addend handling directly instead of calling
936 _bfd_mips_elf_gprel16_with_gp. Handle partial_inplace properly.
937 * elf64-mips.c (mips_elf64_hi16_reloc): Check for ! BSF_LOCAL instead
938 of zero addend. Handle partial_inplace properly.
939 (mips_elf64_got16_reloc): Check for ! BSF_LOCAL instead of zero
940 addend.
941 (mips_elf64_gprel16_reloc): Likewise.
942 (mips_elf64_literal_reloc): Likewise.
943 (mips_elf64_gprel32_reloc): Likewise. Use the same GP assignment
944 logic as in the other *_gprel*_reloc functions. Handle
945 partial_inplace properly.
946 (mips_elf64_shift6_reloc): Check for ! BSF_LOCAL instead of zero
947 addend. Handle partial_inplace properly.
948 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
949 of calling _bfd_mips_elf_gprel16_with_gp.
950 * elfn32-mips.c (mips_elf_got16_reloc): Check for BSF_LOCAL.
951 (mips_elf_gprel32_reloc): Check for ! BSF_LOCAL instead
952 of zero addend.
953 (mips_elf_shift6_reloc): Handle partial_inplace properly.
954 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
955 of calling _bfd_mips_elf_gprel16_with_gp.
956 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp): Handle
957 partial_inplace properly. Fix wrong addend handling. Fix overflow
958 check.
959 (_bfd_mips_elf_sign_extend): Renamed from mips_elf_sign_extend and
960 exported.
961 (mips_elf_calculate_relocation): Use _bfd_mips_elf_sign_extend.
962 (_bfd_mips_elf_relocate_section): Likewise.
963 (mips_elf_create_dynamic_relocation): Update sec_info_type access.
964 * elfxx-mips.h (_bfd_mips_relax_section): Fix prototype declaration.
965 (_bfd_mips_elf_sign_extend): New prototype.
966
49ba19a4 9672003-06-11 Federico G. Schwindt <fgsch@lodoss.net>
81407a69 968
49ba19a4
NC
969 * config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]):
970 New target (was sparc-*-openbsd* before).
971 (sparc-*-openbsd*): Change to use bfd_elf32_sparc_vec.
81407a69 972
de6e5e1a
NC
973 * configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
974 * configure: Regenerate.
975
3b443373
L
9762003-06-11 H.J. Lu <hongjiu.lu@intel.com>
977
978 * po/Make-in (DESTDIR): New.
979 (install-data-yes): Support $(DESTDIR).
980 (uninstall): Likewise.
981
795bb480
AM
9822003-06-11 Alan Modra <amodra@bigpond.net.au>
983
984 * Makefile.am (config.status): Depend on version.h.
985 Run "make dep-am".
986 * Makefile.in: Regenerate.
987 * po/SRC-POTFILES.in: Regenerate.
988
adadcc0c
AM
9892003-06-10 Alan Modra <amodra@bigpond.net.au>
990 Gary Hade <garyhade@us.ibm.com>
991
992 * elf64-ppc.c (ppc64_elf_relocate_section <*_DS>): Special case lq.
993
f4984206
RS
9942003-06-10 Richard Sandiford <rsandifo@redhat.com>
995
996 * archures.c (bfd_mach_h8300sxn): New architecture.
997 * bfd-in2.h: Regenerate.
998 * cpu-h8300.c (h8300_scan): Check for 'sxn'.
999 (h8300sxn_info_struct): New.
1000 (h8300sx_info_struct): Link to it.
1001 * elf32-h8300.c (elf32_h8_mach): Add h8300sxn case.
1002 (elf32_h8_final_write_processing): Likewise.
1003
ad8e1ba5
AM
10042003-06-08 Alan Modra <amodra@bigpond.net.au>
1005
1006 * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by
1007 elfxx-target.h so that we can use elf_backend_got_header_size.
1008 (ELF_MACHINE_ALT1, ELF_MACHINE_ALT2): Delete.
1009 (GLINK_CALL_STUB_SIZE): Modify. Define new glink call stub and
1010 associated macros.
1011 (ppc64_elf_howto_raw <GOT_TPREL16_DS, GOT_TPREL16_LO_DS>): Correct
1012 dst_mask.
1013 (enum ppc_stub_type): Add ppc_stub_long_branch_r2off and
1014 ppc_stub_plt_branch_r2off.
1015 (struct ppc_stub_hash_entry): Reorganize.
1016 (struct ppc_link_hash_table): Add no_multi_toc, multi_toc_needed,
1017 toc_curr, toc_off and emit_stub_syms.
1018 (ppc64_elf_link_hash_table_create): Init them.
1019 (ppc_stub_name): Correct string size.
1020 (ppc64_elf_check_relocs): Set has_gp_reloc on GOT and TOC relocs.
1021 (ppc64_elf_size_dynamic_sections): Set no_multi_toc if GOT entries
1022 used.
1023 (ppc_type_of_stub): Tweak root.type test.
1024 (build_plt_stub): Remove glink code. Adjust for insn macro changes.
1025 (ppc_size_one_stub): Handle ppc_stub_long_branch_r2off and
1026 ppc_stub_plt_branch_r2off.
1027 (ppc_build_one_stub): Likewise. Fix var shadowing. Correct addis,addi
1028 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
1029 (ppc64_elf_setup_section_lists): Remove htab creator flavour test.
1030 Initialize elf_gp and toc_curr.
1031 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): New functions.
1032 (ppc64_elf_next_input_section): Set toc_off.
1033 (group_sections): Ensure groups have the same TOC.
1034 (ppc64_elf_size_stubs): Check whether we need a TOC adjusting stub.
1035 (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
1036 Build new glink stub.
1037 (ppc64_elf_relocate_section): Handle multiple TOCs. Fix comments.
1038 (ppc64_elf_finish_dynamic_sections): Adjust DT_PPC64_GLINK.
1039 * elf64-ppc.h (ppc64_elf_build_stubs): Update prototype.
1040 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): Declare.
1041 * section.c (struct sec): Rename flag12 to has_gp_reloc.
1042 (STD_SECTION): Update.
1043 * ecoff.c (bfd_debug_section): Update comment.
1044 * bfd-in2.h: Regenerate.
1045
90fff0d4
DJ
10462003-06-05 Daniel Jacobowitz <drow@mvista.com>
1047
1048 * elfcode.h (elf_slurp_reloc_table_from_section): Don't dereference
1049 NULL function pointers.
1050
c82b20e4
DJ
10512003-06-05 Daniel Jacobowitz <drow@mvista.com>
1052
1053 * simple.c (bfd_simple_get_relocated_section_contents): Call
1054 _bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
1055
53d4437a
SS
10562003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
1057
5a5b9651
SS
1058 * coff-tic54x.c: Removed the ticoff0_bad_format_hook() and
1059 ticoff1_bad_format_hook() functions. Removed the coff0 and coff1
1060 swaptables.
1061 * coff-tic4x.c: Ditto
53d4437a
SS
1062 * coffcode.h: Added extra arguments to CREATE_BIG_COFF_TARGET_VEC
1063 and CREATE_LITTLE_COFF_TARGET_VEC. Created the macro
5a5b9651
SS
1064 CREATE_BIGHDR_COFF_TARGET_VEC. Created the ticoff0_bad_format_hook(),
1065 ticoff1_bad_format_hook() functions. Created the coff0 and coff1
1066 swap tables.
53d4437a
SS
1067 * coff-tic4x.c: Adopted new CREATE_xxx_COFF_TARGET_VEC macros.
1068 * coff-a29k.c: Append COFF_SWAP_TABLE argument
1069 * coff-apollo.c: Ditto
1070 * coff-arm.c: Ditto
1071 * coff-h8300.c: Ditto
1072 * coff-h8500.c: Ditto
1073 * coff-i960.c: Ditto
1074 * coff-m68k.c: Ditto
1075 * coff-m88k.c: Ditto
1076 * coff-mcore.c: Ditto
1077 * coff-sh.c: Ditto
1078 * coff-sparc.c: Ditto
1079 * coff-tic80.c: Ditto
1080 * coff-we32k.c: Ditto
1081 * coff-z8k.c: Ditto
1082 * coff-w65.c: Ditto
1083
736694c8
SS
10842003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
1085
1086 * coff-tic4x.c (ticoff0_swap_table, ticoff1_swap_table): Fixed
1087 initialization bug
1088
9ee5e499
JJ
10892003-06-03 Jakub Jelinek <jakub@redhat.com>
1090
1091 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
1092 (bfd_section_from_phdr): Likewise.
1093 (map_sections_to_segments): Create PT_GNU_STACK segment header.
1094 (get_program_header_size): Count with PT_GNU_STACK.
1095 * elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
1096 * elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
1097
6f6f27f8
L
10982003-06-03 H.J. Lu <hongjiu.lu@intel.com>
1099
1100 * elflink.h (elf_link_input_bfd): Call linker error_handler
1101 for discarded definitions.
1102
a3b6428f
NC
11032003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
1104
1105 * syms.c (decode_section_type): Return 'n' if section flags are
1106 SEC_HAS_CONTENTS && SEC_READONLY.
1107
e30ddb24
NC
11082003-06-03 Nick Clifton <nickc@redhat.com>
1109
1110 * elf32-v850.c (v850_elf_howto_t): Rename R_V850_32to
1111 R_V850_ABS32. Add entry for R_V850_REL32.
adadcc0c
AM
1112 (v850_elf_reloc_map): Likewise.
1113 (v850_elf_check_relocs): Likewise.
1114 (v850_elf_perform_relocation): Likewise.
1115 (v850_elf_final_link_relocate): Likewise. Include computation
e30ddb24 1116 to make R_V850_REl32 pc-relative.
adadcc0c 1117
2558b9a9
KK
11182003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1119
1120 * elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
1121 and DT_DEBUG dynamic tag even for position independent executables.
1122 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewize.
1123
f15398ef
DJ
11242003-06-02 Daniel Jacobowitz <drow@mvista.com>
1125
1126 * config.bfd: Move obsolete entries out of the range of the
1127 targmatch sed script.
1128
cad28985
DJ
11292003-06-02 Daniel Jacobowitz <drow@mvista.com>
1130
1131 * config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
1132
f2c822e3
JJ
11332003-05-31 Jakub Jelinek <jakub@redhat.com>
1134
1135 * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
1136 plt entries, not just 8191.
1137
c9c27aad
DJ
11382003-05-30 Daniel Jacobowitz <drow@mvista.com>
1139
1140 * elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.
1141 Reported by Ken Faiczak <kfaiczak@SANDVINE.com>.
1142
36af4a4e
JJ
11432003-05-30 Ulrich Drepper <drepper@redhat.com>
1144 Jakub Jelinek <jakub@redhat.com>
1145
1146 * elflink.h (elf_link_add_object_symbols): Use !info->executable
1147 instead of info->shared where appropriate.
1148 (bfd_elfNN_size_dynamic_sections, elf_link_output_extsym): Likewise.
1149 * elflink.c (_bfd_elf_create_got_section): Likewise.
1150 (_bfd_elf_link_create_dynamic_sections): Likewise.
1151 (_bfd_elf_link_assign_sym_version): Likewise.
1152 * elf32-i386.c (elf_i386_size_dynamic_sections): Create .interp section
1153 and DT_DEBUG dynamic tag even for position independent executables.
1154 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
1155 * elf32-s390.c (elf_s390_size_dynamic_sections: Likewise.
1156 * elf64-ppc.c (ppc64_elf_size_dynamic_sections: Likewise.
1157 * elf64-s390.c (elf_s390_size_dynamic_sections: Likewise.
1158 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections: Likewise.
1159 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections: Likewise.
1160 * elf32-sparc.c (elf32_sparc_size_dynamic_sections: Likewise.
1161 * elf64-alpha.c (elf64_alpha_size_dynamic_sections: Likewise.
1162 * elf64-sparc.c (sparc64_elf_size_dynamic_sections: Likewise.
1163
f8843e87
AM
11642003-05-30 Kris Warkentin <kewarken@qnx.com>
1165
1166 * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
1167 signalled thread.
1168 (elfcore_grok_nto_gregs): Only make .reg section for the active thread.
1169
29e1a6e4
NC
11702003-05-29 Nick Clifton <nickc@redhat.com>
1171
1172 * pef.c: Include "safe-ctype.h" instead of <ctype.h>.
1173 Tidy up formatting.
1174 * Makefile.am: Add dependency on safe-ctype.h.
1175 * Makefile.in: Regenerate.
1176
4b555070
TS
11772003-05-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1178
1179 * elfxx-mips.c: Don't force symbols local unconditionally.
1180
0236e03e
L
11812003-05-28 Alan Modra <amodra@bigpond.net.au>
1182
1183 * elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
1184 undefined_symbol call.
1185
9e4aeb93
RS
11862003-05-27 Richard Sandiford <rsandifo@redhat.com>
1187
1188 * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
1189 (mips_elf_link_hash_table): Likewise.
1190
d0c728db
TS
11912003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1192
1193 * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
1194 R_MIPS_GNU_REL16_S2 support.
1195 (bfd_elf64_bfd_reloc_type_lookup): Use it.
1196 (mips_elf64_rtype_to_howto): Use it.
1197 * elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used
1198 R_MIPS_GNU_REL16_S2 support.
1199 (bfd_elf32_bfd_reloc_type_lookup): Use it.
1200 (mips_elf_n32_rtype_to_howto): Use it.
1201
759ebd76
DA
12022003-05-21 Stuart F. Downing <sdowning@fame.com>
1203
1204 * som.h: Define PA_2_0 before including a.out.h
1205
143d77c5
EC
12062003-05-07 Eric Christopher <echristo@redhat.com>
1207 Alexandre Oliva <aoliva@redhat.com>
1208
1209 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
1210 pic tests, change to warning.
1211 (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.
1212
cea3d58d
NC
12132003-05-21 Marcus Comstedt <marcus@mc.pp.se>
1214
1215 * config.bfd: Check for a target triplet of shl-...-netbsdelf as
1216 well as shle-...-netbsdelf. Remove duplicate entry.
1217
385a4c14
NC
12182003-05-21 Nick Clifton <nickc@redhat.com>
1219
60e42408
NC
1220 * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
1221 for X_STORMY16_REL_12 reloc.
1222
385a4c14 1223 * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
9b5ecbd0 1224 the type of the hash table in the bfd_link_info structure.
385a4c14
NC
1225 (bfd_elf_get_runpath_list): Likewise.
1226
129b8c20
RM
12272003-05-19 Roland McGrath <roland@redhat.com>
1228
1229 * elf.c (bfd_elf_bfd_from_remote_memory): New function.
1230 * bfd-in.h: Declare it.
1231 * bfd-in2.h: Regenerated.
1232 * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
1233 * elf-bfd.h (struct elf_backend_data): New function pointer member
1234 elf_backend_bfd_from_remote_memory.
1235 (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
1236 Declare them.
1237 * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
1238 (elfNN_bed): Add that to the initializer.
1239
12402003-05-15 Roland McGrath <roland@redhat.com>
1241
1242 * elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section.
1243
22d5e339
L
12442003-05-20 Jakub Jelinek <jakub@redhat.com>
1245
1246 * elflink.h (elf_link_output_extsym): Only issue error about !=
1247 STV_DEFAULT symbols if they are bfd_link_hash_undefined.
1248
12492003-05-20 H.J. Lu <hongjiu.lu@intel.com>
1250
1251 * elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF
1252 when removing the old definition for symbols with non-default
1253 visibility.
1254
b645cb17
JE
12552003-05-18 Jason Eckhardt <jle@rice.edu>
1256
1257 * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation.
1258
d2ff124f
AS
12592003-05-17 Andreas Schwab <schwab@suse.de>
1260
1261 * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in
1262 elf_section_data during processing of pc-relative and absolute
1263 relocations.
1264 (elf_m68k_relocate_section): Use the cached reloc section instead
1265 of computing it again. Fix handling of visibility. Don't modify
1266 addend when copying over a relocation into the output.
1267
9c7a29a3
AM
12682003-05-17 Alan Modra <amodra@bigpond.net.au>
1269
1270 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
1271 to trim plt entries. Move undefweak non-default visibility test..
1272 (allocate_dynrelocs): ..from here.
1273 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't test
1274 dynamic_sections_created here. Update comment. Move undefweak
1275 non-default visibility test..
1276 (allocate_dynrelocs): ..from here. Fix comment.
1277 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
1278 to trim plt entries. Move undefweak non-default visibility test..
1279 (allocate_dynrelocs): ..from here. Fix comment.
1280 * elflink.h (elf_link_output_extsym): Compare ELF_ST_VISIBILITY with
1281 STV_DEFAULT rather than comparing with zero.
1282 * elflink.c (_bfd_elf_merge_symbol): Likewise.
1283 (_bfd_elf_fix_symbol_flags): Likewise. Format comment.
1284
9bcf4de0
TS
12852003-05-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1286
1287 * bfd.c (_bfd_get_gp_value): Prevent illegal access for abfd null
1288 pointers.
1289 (_bfd_set_gp_value): Likewise.
1290
5d1db417
MS
12912003-05-16 Michael Snyder <msnyder@redhat.com>
1292 From Bernd Schmidt <bernds@redhat.com>
1293 * archures.c (bfd_mach_h8300sx): New.
1294 * bfd-in2.h: Regenerate.
1295 * cpu-h8300.c (h8300_scan)): Add support for h8300sx.
1296 (h8300sx_info_struct): New.
1297 (h8300s_info_struct): Link to it.
1298 * elf32-h8300.c (elf32_h8_mach): Add support for h8300sx.
1299 (elf32_h8_final_write_processing): Likewise.
1300 (elf32_h8_relax_section): Likewise.
1301
80c7c40a
NC
13022003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
1303
1304 * config.bfd: Accept i[3-7]86 variants.
1305 * configure.host: Likewise.
1306 * configure.in: Likewise.
1307 * configure: Regenerate.
1308
c1be741f
L
13092003-05-15 H.J. Lu <hongjiu.lu@intel.com>
1310
1311 * elflink.c (_bfd_elf_fix_symbol_flags): Also hide protected
1312 symbol.
1313
a15d9d3a
L
13142003-05-15 H.J. Lu <hongjiu.lu@intel.com>
1315
1316 * elflink.h (elf_link_check_versioned_symbol): Also allow
1317 the base version.
1318
09695f56
AM
13192003-05-15 Alan Modra <amodra@bigpond.net.au>
1320 H.J. Lu <hongjiu.lu@intel.com>
1321
1322 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.
1323 (elf_i386_relocate_section): Likewise.
1324 * elf32-ppc.c (allocate_dynrelocs): Likewise.
1325 (ppc_elf_relocate_section): Likewise.
1326 * elf64-ppc.c (allocate_dynrelocs): Likewise.
1327 (ppc64_elf_relocate_section): Likewise.
1328
40f62fa0
TS
13292003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1330
1331 * elf32-mips.c (gprel32_with_gp): Remove useless N64 ABI case.
1332
47247ced
SC
13332003-05-13 Stephane Carrez <stcarrez@nerim.fr>
1334
1335 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Check for
1336 processor capability, allow merge of HC12 and HCS12 in some cases.
1337 (m68hc11_elf_hash_table_create): Use bfd_malloc instead of bfd_zalloc.
1338 * cpu-m68hc12.c (bfd_m68hc12s_arch): New struct.
1339 (bfd_m68hc12_arch): Link it.
1340 (scan_mach): New function.
1341
32dfa85d
AH
13422003-05-13 Andrew Haley <aph@redhat.com>
1343
1344 * elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
1345
586119b3
AM
13462003-05-13 Alan Modra <amodra@bigpond.net.au>
1347 H.J. Lu <hongjiu.lu@intel.com>
1348
1349 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move from
1350 elf32-ppc.c. Add ELF_LINK_FORCED_LOCAL check.
1351 * elf32-ppc.c: (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Delete.
1352 (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for dynreloc check.
1353 (ppc_elf_relocate_section): Likewise.
1354 * elf64-ppc.c (allocate_dynrelocs): Likewise.
1355 (ppc64_elf_relocate_section): Likewise. Use for .got relocs too.
1356 (ppc64_elf_adjust_dynamic_symbol): Don't assume symbols with .plt
1357 relocs need no other types.
1358 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for
1359 dynreloc check.
1360 (elf_i386_relocate_section): Likewise. Use for .got relocs too.
1361 (elf_i386_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL for
1362 .got relocs.
1363
04e534c3
KK
13642003-05-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1365
1366 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols,
1367 copy ELF_LINK_NON_GOT_REF from weakdef.
9b5ecbd0 1368 (allocate_dynrelocs): For undef weak syms with non-default
04e534c3
KK
1369 visibility, a) don't allocate plt entries, b) don't allocate
1370 .got relocs, c) discard dyn rel space
adadcc0c
AM
1371 (sh_elf_relocate_section): d) don't generate .got relocs, e)
1372 don't generate dynamic relocs.
04e534c3
KK
1373 (sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF
1374 for weakdefs when symbol already adjusted.
1375
0afb2dc0
NC
13762003-05-12 Nick Clifton <nickc@redhat.com>
1377
1378 * elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield'
1379 overflow detection for R_XSTORMY16_16 reloc.
1380
9d29900b
NC
13812003-05-12 Paul Clarke <paulc@senet.com.au>
1382
1383 * elf32-h8300.c: Fix typo in name of R_H8_DIR8 reloc.
1384
a48c6a54
JE
13852003-05-11 Jason Eckhardt <jle@rice.edu>
1386
1387 * elf32-i860.c (elf32_i860_relocate_highadj): Properly
1388 adjust upper bits.
1389 (elf32_i860_relocate_splitn): Obtain upper 5 bits from the
1390 proper place.
1391 (elf32_i860_relocate_pc16): Obtain upper 5 bits from the
1392 proper place.
1393
44f745a6
AS
13942003-05-11 Andreas Schwab <schwab@suse.de>
1395
1396 * elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
1397 complicated tests for unresolvable relocs with a simple direct
1398 scheme using "unresolved_reloc" var. Report some detail on
1399 bfd_reloc_outofrange and similar errors.
1400
4ec72bde
MS
14012003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1402
1403 * elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
1404 Fix WILL_CALL_FINISH_DYNAMIC_SYMBOL call.
1405 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
1406 * elf64-s390.c: Likewise.
1407
64285810
MS
14082003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1409
1410 * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
1411 (elf_s390_adjust_dynamic_symbol): For weak symbols, copy
1412 ELF_LINK_NON_GOT_REF from weakdef.
1413 (elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
1414 already been adjusted before treating it specially.
1415 * el64-s390.c: Likwise.
1416
82058a73
MS
14172003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1418
1419 * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
1420 non-default visibility, a) don't make them dynamic, b) discard
1421 space for dynamic relocs.
1422 (elf_s390_relocate_section): Initialize the GOT entries and skip
1423 R_390_{8,16,32}/R_390_PC{16,16DBL,32DBL,32} for weak undefined
1424 symbols with non-default visibility.
1425 * elf64-s390.c: Likewise.
1426
60d8b524
AM
14272003-05-09 Alan Modra <amodra@bigpond.net.au>
1428
1429 * cpu-arm.c (arm_check_note): Warning fix.
1430 * elf32-iq2000.c (iq2000_elf_check_relocs): Warning fixes. Arrange
1431 to keep relocs if edited.
1432 (iq2000_elf_print_private_bfd_data): Return TRUE.
1433 * elfxx-ia64.c (elfNN_ia64_relax_section): Use ELFNN_R_SYM, not
1434 ELF64_R_SYM.
1435 (elfNN_ia64_relax_ldxmov): Warning fix.
1436 * xtensa-isa.c (xtensa_add_isa): Warning fix.
1437 * xtensa-modules.c (get_num_opcodes): Warning fix.
1438
e57b5356
AM
14392003-05-09 Andrey Petrov <petrov@netbsd.org>
1440
1441 * elf.c (elf_fake_sections): Use correct cast for sh_name.
1442
45d6a902
AM
14432003-05-09 Alan Modra <amodra@bigpond.net.au>
1444
1445 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
1446 elflink.h. Replace LOG_FILE_ALIGN with bed->s->log_file_align.
1447 (_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
1448 (bfd_elf_record_link_assignment): Move from elflink.h.
1449 (_bfd_elf_merge_symbol): Likewise.
1450 (_bfd_elf_add_default_symbol): Likewise.
1451 (_bfd_elf_export_symbol): Likewise.
1452 (_bfd_elf_link_find_version_dependencies): Likewise.
1453 (_bfd_elf_link_assign_sym_version): Likewise.
1454 (_bfd_elf_link_read_relocs): Likewise.
1455 (_bfd_elf_link_size_reloc_section): Likewise.
1456 (_bfd_elf_fix_symbol_flags): Likewise.
1457 (_bfd_elf_adjust_dynamic_symbol): Likewise.
1458 (_bfd_elf_link_sec_merge_syms): Likewise.
1459 (elf_link_read_relocs_from_section): Likewise. Use bed->s->sizeof_rel
1460 and bed->s->sizeof_rela.
1461 (_bfd_elf_link_output_relocs): Likewise.
1462 * elf-bfd.h (struct elf_size_info): Rename file_align to
1463 log_file_align.
1464 (struct elf_info_failed): Move from elflink.h.
1465 (struct elf_assign_sym_version_info): Likewise.
1466 (struct elf_find_verdep_info): Likewise.
1467 (_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
1468 (_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
1469 _bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
1470 _bfd_elf_link_assign_sym_version,
1471 _bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
1472 _bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
1473 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
1474 _bfd_elf_link_sec_merge_syms): Declare.
1475 (bfd_elf32_link_create_dynamic_sections): Don't declare.
1476 (_bfd_elf32_link_read_relocs): Likewise.
1477 (bfd_elf64_link_create_dynamic_sections): Likewise.
1478 (_bfd_elf64_link_read_relocs): Likewise.
1479 * elflink.h: Move lots o' stuff elsewhere.
1480 * bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
1481 (bfd_elf64_record_link_assignment): Likewise.
1482 (bfd_elf_record_link_assignment): Declare.
1483 * bfd-in2.h: Regenerate.
1484 * elfcode.h (elf_link_create_dynamic_sections): Don't declare.
1485 (NAME(_bfd_elf,size_info)): Adjust for log_file_align.
1486 * elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
1487 (assign_file_positions_for_segments): Likewise.
1488 (assign_file_positions_except_relocs): Likewise.
1489 (swap_out_syms, elfcore_write_note): Likewise.
1490 * elf-m10200.c: Adjust for changed function names.
1491 * elf-m10300.c: Likewise.
1492 * elf32-arm.h: Likewise.
1493 * elf32-h8300.c: Likewise.
1494 * elf32-hppa.c: Likewise.
1495 * elf32-ip2k.c: Likewise.
1496 * elf32-m32r.c: Likewise.
1497 * elf32-m68hc11.c: Likewise.
1498 * elf32-m68hc1x.c: Likewise.
1499 * elf32-m68k.c: Likewise.
1500 * elf32-mips.c: Likewise.
1501 * elf32-ppc.c: Likewise.
1502 * elf32-sh.c: Likewise.
1503 * elf32-v850.c: Likewise.
1504 * elf32-xtensa.c: Likewise.
1505 * elf64-alpha.c: Likewise.
1506 * elf64-hppa.c: Likewise.
1507 * elf64-mmix.c: Likewise.
1508 * elf64-ppc.c: Likewise.
1509 * elf64-sh64.c: Likewise.
1510 * elfxx-ia64.c: Likewise.
1511 * elfxx-mips.c: Likewise.
1512 (MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
1513 * elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
1514 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
1515 * elf64-mips.c (mips_elf64_size_info): Likewise.
1516 * elf64-s390.c (s390_elf64_size_info): Likewise.
1517 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
1518
bf1e742e
L
15192003-05-08 H.J. Lu <hongjiu.lu@intel.com>
1520
1521 * elflink.h (elf_add_default_symbol): After skipping the
1522 unversioned symbol, go to non-default one.
1523
6a32c710
L
15242003-05-07 H.J. Lu <hongjiu.lu@intel.com>
1525
1526 * elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
1527 want_plt field.
1528 (elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
1529 for symbols with non-default visibility.
1530
71552942
L
15312003-05-07 H.J. Lu <hongjiu.lu@intel.com>
1532
1533 * elflink.h (elf_link_check_versioned_symbol): Also handle the
1534 case that a DSO references a hidden symbol which may be
1535 satisfied by a versioned symbol in another DSO.
1536 (elf_link_output_extsym): Check versioned definition for hidden
1537 symbol referenced by a DSO.
1538
208c2cd6
NC
15392003-05-07 Nick Clifton <nickc@redhat.com>
1540
1541 * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
1542 R_XSTORMY16_16 reloc to ignore overflows.
1543
aa701218
AO
15442003-05-06 Alexandre Oliva <aoliva@redhat.com>
1545
1546 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
1547 error message for mixing different-endian files. Check for ABI
1548 compatibility of input files with the selected emulation.
1549
4e795f50
AM
15502003-05-05 Alan Modra <amodra@bigpond.net.au>
1551
1552 * elf32-i386.c (allocate_dynrelocs): For undef weak syms with
1553 non-default visibility, a) don't make them dynamic, b) discard
1554 space for dynamic relocs.
1555 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
1556
1557 * elf32-ppc.c (allocate_dynrelocs): For undef weak syms with
1558 non-default visibility, a) don't allocate plt entries, b) don't
1559 allocate .got relocs, c) discard dyn rel space,
1560 (ppc_elf_relocate_section): d) don't generate .got relocs, e)
1561 don't generate dynamic relocs.
1562 * elf64-ppc.c (allocate_dynrelocs): As above.
1563 (ppc64_elf_relocate_section): As above.
1564
4bc6e03a
AJ
15652003-05-05 Andreas Jaeger <aj@suse.de>
1566
1567 * elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic
1568 relocation entries for weak undefined symbols with non-default
1569 visibility.
1570 (elf64_x86_64_relocate_section): Initialize the GOT entries and
1571 skip R_386_32/R_386_PC32 for weak undefined symbols with
1572 non-default visibility.
1573
ef5aade5
L
15742003-05-04 H.J. Lu <hjl@gnu.org>
1575
1576 * elf32-i386.c (allocate_dynrelocs): Don't allocate dynamic
1577 relocation entries for weak undefined symbols with non-default
1578 visibility.
1579 (elf_i386_relocate_section): Initialize the GOT entries and
1580 skip R_386_32/R_386_PC32 for weak undefined symbols with
1581 non-default visibility.
129b8c20 1582
ef5aade5
L
1583 * elfxx-ia64.c (allocate_fptr): Don't allocate function
1584 descriptors for weak undefined symbols with non-default
1585 visibility.
1586 (allocate_dynrel_entries): Don't allocate relocation entries
1587 for symbols resolved to 0.
1588 (set_got_entry): Don't install dynamic relocation for weak
1589 undefined symbols with non-default visibility.
1590 (set_pltoff_entry): Likewise.
1591
1592 * elflink.h (elf_fix_symbol_flags): Hide weak undefined symbols
1593 with non-default visibility.
1594 (elf_link_output_extsym): Don't make weak undefined symbols
1595 with non-default visibility dynamic.
1596
c424e0e9
L
15972003-05-04 H.J. Lu <hjl@gnu.org>
1598
1599 * elflink.h (elf_merge_symbol): Correctly handle weak definiton.
1600
d31e3dfe
L
16012003-05-04 H.J. Lu <hjl@gnu.org>
1602
1603 * elflink.h (elf_merge_symbol): Don't record a hidden/internal
1604 symbol dynamic. Check indirection when removing the old
1605 definition for symbols with non-default visibility.
1606 (elf_add_default_symbol): Skip when told by elf_merge_symbol.
1607
4d2e1ff0
NC
16082003-05-02 Nick Clifton <nickc@redhat.com>
1609
1610 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make the
1611 R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
1612 unsigned overflow.
1613
d40d037c
AJ
16142003-05-02 Andreas Jaeger <aj@suse.de>
1615
1616 * elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
1617 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
1618 (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
1619 (elf_x86_64_adjust_dynamic_symbol): For weak symbols, copy
1620 ELF_LINK_NON_GOT_REF from weakdef.
1621
c5d1701e
NC
16222003-05-02 Charles Lepple <clepple@ghz.cc>
1623 Nick Clifton <nickc@redhat.com>
1624
1625 * acinclude.m4: Fix name of --enable-install-libbfd switch.
1626 * aclocal.m4: Regenerate.
1627 * configure: Regenerate.
1628 * Makefile.in: Regenerate.
1629
81848ca0
AM
16302003-05-01 Alan Modra <amodra@bigpond.net.au>
1631
1632 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
1633 weakdef sym has already been adjusted before treating it specially.
1634 * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
1635 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
1636 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
1637 (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
03d14457 1638
c7996ad6
L
16392003-04-28 H.J. Lu <hjl@gnu.org>
1640
1641 * elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
1642 the relax finalize pass.
1643
1644 * section.c (struct sec): Add need_finalize_relax and remove
1645 flag11.
1646 (STD_SECTION): Update struct sec initializer.
1647 * bfd-in2.h: Regenerated.
1648
f006af20
L
16492003-04-28 H.J. Lu <hjl@gnu.org>
1650
1651 * elflink.h (elf_merge_symbol): Call elf_backend_copy_indirect_symbol
1652 to copy any information related to dynamic linking when we flip
1653 the indirection.
1654
1b1fe8fe
L
16552003-04-27 H.J. Lu <hjl@gnu.org>
1656
1657 * elf-bfd.h (ELF_LINK_DYNAMIC_DEF): New.
1658 (ELF_LINK_DYNAMIC_WEAK): New.
1659
1660 * elflink.h (elf_merge_symbol): Add one argument to indicate if
1661 a symbol should be skipped. Ignore definitions in dynamic
1662 objects for symbols with non-default visibility.
1663 (elf_add_default_symbol): Adjusted.
1664 (elf_link_add_object_symbols): Check if a symbol should be
1665 skipped. Don't merge the visibility field with the one from
1666 a dynamic object.
1667 (elf_link_check_versioned_symbol): Use undef_bfd.
1668 (elf_link_output_extsym): Warn if a forced local symbol is
1669 referenced from dynamic objects. Make non-weak undefined symbol
1670 with non-default visibility a fatal error.
1671
052a450c
DJ
16722003-04-27 Daniel Jacobowitz <drow@mvista.com>
1673
1674 * configure.in: Bump version on HEAD to 2.14.90.
1675 * configure: Regenerated.
1676
d204f4c0
SC
16772003-04-26 Stephane Carrez <stcarrez@nerim.fr>
1678
1679 PR savannah/3331:
1680 * elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group
1681 when we couldn't relax something.
1682
3c0a515d
L
16832003-04-25 Alan Modra <amodra@bigpond.net.au>
1684
1685 * elflink.h (elf_merge_symbol): When we find a regular definition
1686 for an indirect symbol, flip the indirection so that the old
1687 direct symbol now points to the new definition.
1688
d145330d
RM
16892003-04-24 Roland McGrath <roland@redhat.com>
1690
1691 * elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".
1692
fc0bffd6
AM
16932003-04-24 Alan Modra <amodra@bigpond.net.au>
1694
1695 * elf32-ppc.c: Formatting and comment fixes.
1696 (ELIMINATE_COPY_RELOCS): Move before ppc_elf_copy_indirect_symbol.
1697 (ppc_elf_copy_indirect_symbol): Copy flags here for weakdefs.
1698
16992003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
8d9cd6b1
NC
1700
1701 * archures.c (bfd_mach_h8300hn, bfd_mach_h8300sn): Added.
1702 * bfd-in2.h: Rebuilt.
1703 * coff-h8300.c (BADMAG): Add check for H8300HNBADMAG & H8300SNBADMAG.
fc0bffd6 1704 * coffcode.h (coff_set_arch_mach_hook): Add case for H8300HNMAGIC
8d9cd6b1
NC
1705 & H8300SNMAGIC.
1706 (coff_set_flags): Add case for bfd_mach_h8300hn & bfd_mach_h8300sn.
1707 * cpu-h8300.c (h8300_scan): Handle h8300hn, h8300sn.
1708 (h8300sn_info_struct, h8300hn_info_struct): New.
1709 * elf32-h8300.c (elf32_h8_mach): Handle case for h8300hn & h8300sn
1710 (elf32_h8_final_write_processing): Likewise.
1711
267fb3c1
KK
17122003-04-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1713
1714 * elf32-sh.c (tpoff): New.
1715 (struct elf_sh_dyn_relocs): Remove tls_tpoff32.
1716 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
fc0bffd6 1717 (allocate_dynrelocs): Don't make unnecessary dynamic TLS
267fb3c1 1718 relocations. Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses.
fc0bffd6 1719 (sh_elf_relocate_section): Likewise. Remove unnecessary tests.
267fb3c1
KK
1720 (dtpoff_base): Fix wrong indentation.
1721 (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS
1722 relocations. Don't set tls_tpoff32 flag. Don't make unnecessary
1723 R_SH_TLS_TPOFF32 relocations.
1724
ef230218
JR
17252003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
1726
1727 * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
1728 * cpu-sh.c: Likewise.
1729 * elf32-sh.c: Likewise.
1730 * reloc.c (bfd_reloc_code_real): Likewise.
1731 * elf32-sh64-com.c: Change comment to refer to SuperH.
1732 * elf32-sh64.c: Likewise.
1733 * elf64-sh64.c: Likewise.
1734 * bfd-in2.h (enum bfd_architecture): Regenerate.
1735
8c29f035
AM
17362003-04-23 Alan Modra <amodra@bigpond.net.au>
1737
1738 From Julien LEMOINE <speedblue@debian.org>
1739 * elf32-i386.c (elf_i386_info_to_howto): Delete.
1740 (elf_info_to_howto): Define as elf_i386_info_to_howto_rel.
1741
26597c86
NC
17422003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1743
1744 * archures.c: Replace references to Mitsubishi M32R with references
1745 to Renesas M32R.
1746 * relocs.c: Likewise.
1747 * bfd-in2.h: Regenerate.
1748
cc13e3ef
RH
17492003-04-21 Richard Henderson <rth@redhat.com>
1750
1751 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an
1752 executable when a symbol is defined both regular and dynamic.
1753
f5a6f915
SC
17542003-04-21 Stephane Carrez <stcarrez@nerim.fr>
1755
1756 * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo.
1757 (elf32-m68hc1x.lo): Update dependencies
1758 * configure.in: Add elf32-m68hc1x.lo.
1759 * configure: Rebuild.
1760 * Makefile.in: Rebuild.
1761
3a65329d
SC
17622003-04-21 Stephane Carrez <stcarrez@nerim.fr>
1763
1764 * elf32-m68hc1x.c: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
1765 (m68hc11_elf_hash_table_create): New function.
1766 (elf32_m68hc11_link_hash_table_free): New function.
1767 (stub_hash_newfunc): New function.
1768 (m68hc11_add_stub): New function.
1769 (elf32_m68hc11_add_symbol_hook): New function.
1770 (elf32_m68hc11_setup_section_lists): New function.
1771 (elf32_m68hc11_next_input_section): New function.
1772 (elf32_m68hc11_size_stubs): New function.
1773 (elf32_m68hc11_build_stubs): New function.
1774 (m68hc11_get_relocation_value): New function.
1775 (elf32_m68hc11_relocate_section): Call the above to redirect
1776 some relocations to the trampoline code.
1777 (m68hc11_elf_export_one_stub): New function.
1778 (m68hc11_elf_set_symbol): New function.
1779 (elf32_m68hc11_build_stubs): Call it via bfd_hash_traverse.
1780 (m68hc11_elf_get_bank_parameters): Get parameters only when the info
1781 is not yet initialized.
1782
1783 * elf32-m68hc1x.h: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
1784 (elf32_m68hc11_stub_hash_entry): New struct.
1785 (m68hc11_page_info): Add trampoline handler address.
1786 (m68hc11_elf_link_hash_table): Add stubs generation members.
1787 (elf32_m68hc11_add_symbol_hook): Declare.
1788 (elf32_m68hc11_setup_section_lists): Declare.
1789 (elf32_m68hc11_size_stubs): Declare.
1790 (elf32_m68hc11_build_stubs): Declare.
8c29f035 1791
3a65329d
SC
1792 * elf32-m68hc11.c (m68hc11_elf_ignore_reloc): Move to elf32-m68hc1x.c.
1793 (elf32_m68hc11_gc_mark_hook, elf32_m68hc11_gc_sweep_hook): Likewise.
1794 (elf32_m68hc11_check_relocs, elf32_m68hc11_relocate_section): Ditto.
1795 (_bfd_m68hc11_elf_set_private_flags): Ditto.
1796 (_bfd_m68hc11_elf_merge_private_bfd_data): Ditto.
1797 (_bfd_m68hc11_elf_print_private_bfd_data): Ditto.
1798 (bfd_elf32_bfd_link_hash_table_create): Define.
1799 (elf_backend_add_symbol_hook): Define.
1800 (m68hc11_elf_bfd_link_hash_table_create): New function.
1801 (m68hc11_elf_build_one_stub): New function.
1802 (m68hc11_elf_size_one_stub): New function.
1803 (m68hc11_elf_bfd_link_hash_table_create): Install the above.
1804 (bfd_elf32_bfd_link_hash_table_create): Define.
1805
1806 * elf32-m68hc12.c (m68hc11_elf_ignore_reloc): Remove.
1807 (m68hc12_addr_is_banked): Remove, use m68hc11_addr_is_banked.
1808 (m68hc12_phys_addr): Ditto.
1809 (m68hc12_phys_page): Ditto.
1810 (m68hc12_elf_special_reloc): Move to elf32-m68hc1x.c.
1811 (elf32_m68hc11_gc_mark_hook): Likewise.
1812 (elf32_m68hc11_gc_sweep_hook): Likewise.
1813 (elf32_m68hc11_check_relocs): Likewise.
1814 (elf32_m68hc11_relocate_section): Likewise.
1815 (_bfd_m68hc12_elf_set_private_flags): Likewise.
1816 (_bfd_m68hc12_elf_merge_private_bfd_data): Likewise.
1817 (_bfd_m68hc12_elf_print_private_bfd_data): Likewise.
1818 (m68hc12_elf_build_one_stub): New function.
1819 (m68hc12_elf_size_one_stub): New function.
1820 (m68hc12_elf_bfd_link_hash_table_create): New function, use the above.
1821 (elf_backend_add_symbol_hook): Define.
1822 (elf_m68hc11_howto_table): Use TRUE for pcrel relocs; fix masks.
1823
4081944f
NC
18242003-04-18 Nick Clifton <nickc@redhat.com>
1825
1826 * format.c (bfd_check_format_matches): Only check associated
1827 vector if the matching_vector has been created.
1828
060dc71d
AO
18292003-04-15 Alexandre Oliva <aoliva@redhat.com>
1830
1831 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
1832 2003-04-09's change.
1833
a3476bef
NC
18342003-04-15 Brian Ford <ford@vss.fsi.com>
1835
1836 * peicode.h (coff_swap_scnhdr_in): If a section holds
1837 uninitialized data and is from an object file or from an
1838 executable image that has not initialized the s_size field, or if
1839 the physical size is padded, use the virtual size (stored in
1840 s_paddr) instead.
1841
ca4fa240
NC
18422003-04-15 H.J. Lu <hjl@gnu.org>
1843
1844 * elflink.h (elf_link_add_object_symbols): Properly report
1845 filename for alignment reduction.
1846
c2dcd04e
NC
18472003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
1848
1849 * archures.c: Replace occurrances of 'Hitachi' with 'Renesas'.
1850 * reloc.c: Likewise.
1851 * coff-h8300.c: Likewise.
1852 * coff-h8500.c: Likewise.
1853 * coff-sh.c: Likewise.
1854 * cpu-h8300.c: Likewise.
1855 * cpu-sh.c: Likewise.
1856 * elf32-h8300.c: Likewise.
1857 * elf32-sh.c: Likewise.
1858 * elf32-sh64-com.c: Likewise.
1859 * elf32-sh64.c: Likewise.
1860 * elf64-sh64.c: Likewise.
1861 * bfd-in2.h: Regenerate.
1862
f7661995
NC
18632003-04-14 H.J. Lu <hjl@gnu.org>
1864
1865 * elflink.h (elf_link_add_object_symbols): Maintain maximum
1866 alignment for common symbols. Warn reducing alignment for
1867 common symbols. Report old filename when symbol size changes.
1868
93a2b7ae
AO
18692003-04-12 Alexandre Oliva <aoliva@redhat.com>
1870
1871 * elfxx-mips.c (mips_elf_calculate_relocation): Adjust two other
1872 occurrences of the same test changed in the previous patch.
1873 Optimize.
1874
0176c794
AO
18752003-04-11 Alexandre Oliva <aoliva@redhat.com>
1876
1877 * elfxx-mips.c (mips_elf_get_global_gotsym_index): New.
1878 (mips_elf_calculate_relocation): Decay GOT_PAGE/GOT_OFST to
1879 GOT_DISP/addend only if the symbol got a global GOT entry.
1880
0fdc1bf1
AO
18812003-04-10 Alexandre Oliva <aoliva@redhat.com>
1882
1883 * elfxx-mips.c (mips_elf_calculate_relocation): Decay
1884 GOT_PAGE/GOT_OFST referencing overridable symbol to
1885 GOT_DISP/addend.
1886 (_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing
1887 global symbol as GOT_DISP.
1888
9b8c98a4
BW
18892003-04-10 Bob Wilson <bob.wilson@acm.org>
1890
1891 * elf32-xtensa.c (elf_xtensa_relocate_section): Don't continue to the
1892 next relocation on an undefined symbol.
1893
ec1659c8
RH
18942003-04-09 Richard Henderson <rth@redhat.com>
1895
1896 * elf64-alpha.c (elf64_alpha_relocate_section) <R_ALPHA_GPREL32>:
1897 Ignore relocations against r_symndx == 0.
1898
7dfb07f7
L
18992003-04-09 H.J. Lu <hjl@gnu.org>
1900
1901 * elf64-alpha.c (elf64_alpha_relocate_section): Don't return
1902 FALSE for undefined symbols.
1903 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
1904
a3805e4e
AO
19052003-04-09 Alexandre Oliva <aoliva@redhat.com>
1906
1907 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
1908 and IRIX-specific shift-to-64-bit 4-byte lengths before following
1909 addr_size.
1910
69931e60
AO
19112003-04-08 Alexandre Oliva <aoliva@redhat.com>
1912
1913 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor)
1914 pointer size from ABI, not arch_bits_per_address.
1915
59a8c196
KB
19162003-04-07 Kevin Buettner <kevinb@redhat.com>
1917
1918 * elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
1919 constants for n32 ABI.
1920
8e16317c
NC
19212003-04-06 Andrew Cagney <cagney@redhat.com>
1922
1923 * simple.c (bfd_simple_get_relocated_section_contents): Disable
1924 free that leads to GDB vs BFD memory corruption.
1925
196486be
SC
19262003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1927
1928 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Also adjust
1929 symbols that mark the end of the section.
1930 (m68hc11_elf_relax_section): Use R_M68HC11_PCREL_8 relocs when
1931 converting to a relative branch so that the offset is computed after
1932 the relaxation; also relocate a jsr into a bsr if possible but don't
1933 relax them if they are to a far symbol as we need to call the
1934 trampoline code.
1935 (elf_m68hc11_howto_table): Set pcrel_offset to true.
1936
be33c5dd
SS
19372003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
1938
1939 * archures.c: Namespace cleanup. Rename bfd_mach_c3x to
1940 bfd_mach_tic3x and bfd_mach_c4x to bfd_mach_tic4x
1941 * bfd-in2.h: Regenerate
1942 * coff-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/
1943 * cpu-tic4x.c: Ditto
1944
ff0c9faf
NC
19452003-04-03 Nick Clifton <nickc@redhat.com>
1946
1947 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Compute ps and ss
1948 differently for object files and executables.
1949 * peicode.h (coff_swap_scnhdr_in): Only set the s_size field
1950 for object files or for executables who have not already
1951 initialised the field.
1952 * libpei.h (bfd_pe_executable_p): New macro. Return true if
1953 the PE format bfd is an executable.
1954
2b98e6c0
AM
19552003-04-03 Alan Modra <amodra@bigpond.net.au>
1956
1957 * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL
1958 here as it's too early to reliably determine locality.
1959 (ppc_elf_gc_sweep_hook): Likewise.
c8b21ee5 1960 (SYMBOL_REFERENCES_LOCAL): Expand comment.
2b98e6c0 1961
92403579
BW
19622003-04-02 Bob Wilson <bob.wilson@acm.org>
1963
1964 * xtensa-modules.c: Remove comment indicating that this is a
1965 generated file.
1966
c45a316a
AM
19672003-04-02 Alan Modra <amodra@bigpond.net.au>
1968
1969 * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.
1970
e0001a05
NC
19712003-04-01 Bob Wilson <bob.wilson@acm.org>
1972
8c29f035
AM
1973 * Makefile.am (ALL_MACHINES): Add cpu-xtensa.lo.
1974 (ALL_MACHINES_CFILES): Add cpu-xtensa.c.
1975 (BFD32_BACKENDS): Add elf32-xtensa.lo, xtensa-isa.lo, and
1976 xtensa-modules.lo.
1977 (BFD32_BACKENDS_CFILES): Add elf32-xtensa.c, xtensa-isa.c, and
1978 xtensa-modules.c.
1979 (cpu-xtensa.lo): New target.
1980 (elf32-xtensa.lo): Likewise.
1981 (xtensa-isa.lo): Likewise.
1982 (xtensa-modules.lo): Likewise.
1983 * Makefile.in: Regenerate.
1984 * archures.c (bfd_architecture): Add bfd_{arch,mach}_xtensa.
1985 (bfd_archures_list): Add bfd_xtensa_arch.
1986 * config.bfd: Handle xtensa-*-*.
1987 * configure.in: Handle bfd_elf32_xtensa_{le,be}_vec.
1988 * configure: Regenerate.
1989 * reloc.c: Add BFD_RELOC_XTENSA_{RTLD,GLOB_DAT,JMP_SLOT,RELATIVE,
1990 PLT,OP0,OP1,OP2,ASM_EXPAND,ASM_SIMPLIFY}.
1991 * targets.c (bfd_elf32_xtensa_be_vec): Declare.
1992 (bfd_elf32_xtensa_le_vec): Likewise.
1993 (bfd_target_vector): Add bfd_elf32_xtensa_{be,le}_vec.
1994 * cpu-xtensa.c: New file.
1995 * elf32-xtensa.c: Likewise.
1996 * xtensa-isa.c: Likewise.
1997 * xtensa-modules.c: Likewise.
1998 * libbfd.h: Regenerate.
1999 * bfd-in2.h: Likewise.
e0001a05 2000
5a6c6817
NC
20012003-04-01 Nick Clifton <nickc@redhat.com>
2002
2003 * archures.c (bfd_mach_arm_unknown): Define.
2004 * bfd-in.h (bfd_arm_merge_machines, bfd_arm+update_notes,
2005 bfd_arm_get_mach_from_notes): Prototype.
2006 * bfd-in2.h: Regenerate.
2007 * coff-arm.c (coff_arm_merge_private_bfd_data): Call
2008 bfd_arm_merge_machines.
2009 (coff_arm_final_link_postscript): Call bfd_arm_update_notes.
2010 * coffcode.h (coff_set_arch_mach_hook): Call
2011 bfd_arm_get_mach_from_notes.
2012 * coffgen.c (coff_real_object_p): Revert previous delta.
2013 * cpu_arm.c (arm_check_note): New function. Examine a note in a
2014 .note section.
2015 (bfd_arm_merge_machines): New function: Handle the merging of ARM
2016 binaries compiled for different architectures..
2017 (bfd_arm_update_notes): New function: Update an ARM note section.
2018 (bfd_arm_get_mach_from_notes): New function: Extract a bfd machine
2019 number from an ARM note section.
2020 * elf32-arm.h (elf32_arm_object_p): Use
2021 bfd_arm_get_mach_from_notes.
2022 (elf32_arm_merge_private_bfd_data): Use bfd_arm_merge_machines.
2023 (elf32_arm_final_write_processing): Use bfd_arm_update_notes.
8c29f035 2024
0cc1cf99
BE
20252003-04-01 Ben Elliston <bje@wasabisystems.com>
2026
2027 * dwarf2.c (read_attribute_value): Correct typo in comment.
2028
af3ef9fe
NC
20292003-04-01 Nick Clifton <nickc@redhat.com>
2030
2031 * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
2032 instead of concat().
2033 (decode_line_info): Only free filename if it is not NULL.
d63fd5d1
NC
2034 (add_line_info): Make a copy of the filename when storing it into
2035 the info structure.
af3ef9fe 2036
6e84a906
DJ
20372003-03-31 Andreas Schwab <schwab@suse.de>
2038 Daniel Jacobowitz <drow@mvista.com>
2039
2040 * simple.c (bfd_simple_get_relocated_section_contents): Add
2041 parameter symbol_table. Optionally use it instead of the symbol
2042 table from the bfd. Save and restore output offsets and output
2043 sections around bfd_get_relocated_section_contents. Fix a memory
2044 leak.
2045 (simple_save_output_info, simple_restore_output_info): New
2046 functions.
2047 * bfd-in2.h: Regenerate.
2048 * dwarf2.c (read_abbrevs): Use
2049 bfd_simple_get_relocated_section_contents instead of
2050 bfd_get_section_contents.
2051 (decode_line_info): Likewise.
2052 (_bfd_dwarf2_find_nearest_line): Likewise. Don't call
2053 find_rela_addend.
2054 (find_rela_addend): Remove.
2055 * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for
2056 debugging sections.
2057 (elfNN_ia64_hash_table_create): Create the hash table with malloc,
2058 not bfd_zalloc.
2059
5ed6aba4
NC
20602003-03-31 David Heine <dlheine@suif.stanford.edu>
2061
2062 * aoutx.h (aout_link_hash_table_create): Use bfd_malloc instead of
2063 bfd_alloc.
2064 * dwarf2.c (concat_filename): Always allocate space for the
2065 returned filename.
2066 (decode_line_info): Free the allocated filename returned by
2067 concat_filename.
2068 * elf-eh-frame.c (bfd_elf_write_section_eh_frame): Fix memory leaks.
2069 * elf.c (copy_private_bfd_data): Likewise.
2070 (_bfd_elf_slurp_version_tables): Fix bug freeing contents pointer.
2071 * elflink.h (elf_link_sort_relocs): Fix memory leak.
2072 * format.c (bfd_check_format_matches): Likewise.
2073 * linker.c (bfd_generic_final_link): Likewise.
2074 * opncls.c (find_separate_debug_info): Likewise.
2075 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
8c29f035 2076
5941afc1
L
20772003-03-28 H.J. Lu <hjl@gnu.org>
2078
2079 * elflink.h (elf_link_add_object_symbols): Correctly combine
2080 visibilities.
2081
9d73f260
JJ
20822003-03-27 Jakub Jelinek <jakub@redhat.com>
2083
2084 * elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
2085 to -1 before recomputing got offsets.
2086
a5ad465a
AS
20872003-03-26 Andreas Schwab <schwab@suse.de>
2088
2089 * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
2090 (elf_m68k_relocate_section): Use it to correctly handle symbols
2091 forced to be local.
2092 (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
2093 entries for symbols that are forced to be local.
2094
d0647110
AO
20952003-03-25 Alexandre Oliva <aoliva@redhat.com>
2096
2097 * elfxx-mips.c (_bfd_mips_relax_section): New function.
2098 * elfxx-mips.h (_bfd_mips_relax_section): Declare.
2099 * elfn32-mips.c, elf64-mips.c: Use it.
2100
e16bb312
NC
21012003-03-25 Stan Cox <scox@redhat.com>
2102 Nick Clifton <nickc@redhat.com>
8c29f035 2103
9b5ecbd0 2104 Contribute support for Intel's iWMMXt chip - an ARM variant:
e16bb312
NC
2105
2106 * archures.c: Add bfd_mach_arm_iWMMXt.
2107 * reloc.c: Add BFD_RELOC_ARM_CP_OFF_IMM_S2.
2108 * bfd-in2.h: Regenerate.
2109 * libbfd.h: Regenerate.
2110 * coff-arm.c (coff_arm_merge_private_bfd_data): Allow iWMMXt
2111 object files to be linked with XScale ones.
2112 (coff_arm_final_link_postscript): Update note section.
2113 * coffcode.h (coff_set_arch_mach_hook): Handle note section.
2114 * coffgen.c (coff_real_object_p): Call bfd_coff_set_arch_mach_hook
2115 after identifying a coff binary.
2116 * cpu-arm.c (processors): Add iWMMXt.
2117 (arch_inf): Likewise.
2118 * elf32-arm.h (arm_object_p): Handle note section.
9b5ecbd0 2119 (elf32_arm_merge_private_bfd_data): Allow iWMMXt object files to
e16bb312
NC
2120 be linked with XScale ones.
2121 (elf32_arm_section_flags): New function: Set flags on note section.
2122 (elf32_arm_final_write_processing): Handle note section.
2123
25f14c34
DD
21242003-03-21 DJ Delorie <dj@redhat.com>
2125
2126 * elf32-xstormy16.c (elf32_xstormy16_relocate_section): Call
2127 _bfd_elf_rela_local_sym.
2128
04b3329b
L
21292003-03-20 H.J. Lu <hjl@gnu.org>
2130
2131 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for
2132 non-ELF outputs.
2133
c25cfdf8
NC
21342003-03-20 Nick Clifton <nickc@redhat.com>
2135
2136 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and
2137 $idata5 in case bfd_coff_final_link is not called.
2138
3e1d7f19
JJ
21392003-03-19 Jakub Jelinek <jakub@redhat.com>
2140
2141 * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
2142 field.
2143 (canon_reloc_count): Define.
2144 (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
2145 sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
2146 reloc_count.
2147 (sparc64_elf_canonicalize_reloc): New routine.
2148 (bfd_elf64_canonicalize_reloc): Define.
2149
3fa1d917
JJ
21502003-03-18 Jakub Jelinek <jakub@redhat.com>
2151
2152 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
2153 againt mergeable sections. Take r_addend into account when caching
2154 trampolines.
2155
f86b235a
RH
21562003-03-18 Richard Henderson <rth@redhat.com>
2157
8c29f035
AM
2158 * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
2159 local symbols that have no dyninfo.
f86b235a 2160
49ae03bf
NC
21612003-03-14 Gene Smith <gene.smith@siemens.com>
2162
2163 * ieee.c (ieee_write_expression): Handle the case where symbol is
2164 NULL.
2165 General formatting improvements.
2166
6a457e5c
NC
21672003-03-13 Nick Clifton <nickc@redhat.com>
2168
2169 * configure.in (LINGUAS): Add zh_CN.
2170 * configure: Regenerate.
2171 * po/zh_CN.po: New file.
2172
93516ec3
NC
21732003-03-13 Elias Athanasopoulos <elathan@phys.uoa.gr>
2174
2175 * aout-cris.c (BYTES_IN_WORD): Don't define.
2176 aout-encap.c: Likewise.
2177 aout-ns32k.c: Likewise.
2178 aout-tic30.c: Likewise.
2179 hp300bsd.c: Likewise.
2180 i386aout.c: Likewise.
2181 i386dynix.c: Likewise.
2182 i386linux.c: Likewise.
2183 i386lynx.c: Likewise.
2184 i386mach3.c: Likewise.
2185 m68k4knetbsd.c: Likewise.
2186 m68klinux.c: Likewise.
2187 m68klynx.c: Likewise.
2188 m68knetbsd.c: Likewise.
2189 m88kmach3.c: Likewise.
2190 mipsbsd.c: Likewise.
2191 newsos3.c: Likewise.
2192 sparclinux.c: Likewise.
2193 sparclynx.c: Likewise.
2194 sparcnetbsd.c: Likewise.
2195 vaxbsd.c: Likewise. Fix comment formatting.
2196
fee24f1c
AO
21972003-03-12 Alexandre Oliva <aoliva@redhat.com>
2198
0b25d3e6
AO
2199 * Reverted 2003-03-02's patch.
2200
fee24f1c
AO
2201 * elfxx-target.h (bfd_elfNN_canonicalize_reloc): Make it
2202 overridable.
2203 * elf64-mips.c (mips_elf64_canonicalize_reloc,
2204 mips_elf64_get_dynamic_reloc_upper_bound,
2205 mips_elf64_canonicalize_dynamic_reloc): New, adapted from elf.c.
2206 (bfd_elf64_get_canonicalize_reloc,
2207 bfd_elf64_get_dynamic_reloc_upper_bound,
2208 bfd_elf64_canonicalize_dynamic_reloc): Define.
2209 (mips_elf64_slurp_reloc_table): Support dynamic.
2210 (mips_elf64_slurp_one_reloc_table): Adjust.
2211
64fb1839
NC
22122003-03-12 Nick Clifton <nickc@redhat.com>
2213
2214 * xsym.c (bfd_sym_fetch_type_information_table_entry): Change
2215 'index' to 'offset' in test for zero value.
2216
908488f1
AO
22172003-03-11 Alexandre Oliva <aoliva@redhat.com>
2218
2219 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
2220 dynamic relocations pointing to local or section symbols, use the
2221 NULL symbol instead. Document the choice to not emit an
2222 additional R_MIPS_64 relocation.
2223
e515b051
AM
22242003-03-11 Alan Modra <amodra@bigpond.net.au>
2225
2226 * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
2227 zero index dynamic tls relocs generated for the GOT. Tidy code.
2228 Set "relocation" to 1 on DTPMOD32 relocs. Optimize HA adjustment.
2229 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2230
a23b6845
AM
22312003-03-07 Alan Modra <amodra@bigpond.net.au>
2232
87d243f1
AM
2233 * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop after
2234 a tls_get_addr call.
2235
a23b6845
AM
2236 * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
2237 (ppc_elf_adjust_dynamic_symbol): For weak symbols, copy
2238 ELF_LINK_NON_GOT_REF from weakdef.
2239 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
2240 (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy
2241 ELF_LINK_NON_GOT_REF from weakdef.
2242 * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
2243 (elf_i386_adjust_dynamic_symbol): For weak symbols, copy
2244 ELF_LINK_NON_GOT_REF from weakdef.
2245
2d36fe5f
AH
22462003-03-06 Jakub Jelinek <jakub@redhat.com>
2247 Andrew Haley <aph@redhat.com>
2248
2249 * elflink.h (elf_bfd_discard_info): Don't process eh frames if
2250 output is relocateable.
2251
34f304a7
NC
22522003-03-06 Steven Konopa <skonopa@kgo.csc.com>
2253
2254 * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
2255 R_COMMENT.
2256
7b609f53
AM
22572003-03-06 Alan Modra <amodra@bigpond.net.au>
2258
2259 * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalize
2260 error messages.
2261 (ELIMINATE_COPY_RELOCS): Define to zero.
2262 (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating
2263 TLSLD relocs. Report reloc types on a number of errors. Optimize
2264 LOCAL24PC check for non-local syms. Don't capitalize error messages.
2265 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero.
2266 (ppc64_elf_relocate_section): Don't deref htab->tls_sec when
2267 calculating TLSLD relocs. Report reloc types on a number of errors.
2268 Don't capitalize error messages.
2269
6a0fb186
L
22702003-03-03 H.J. Lu <hjl@gnu.org>
2271
2272 * elfxx-ia64.c (USE_BRL): Removed.
2273 (oor_ip): Removed.
2274
34f304a7 22752003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
bdfaef52
JR
2276
2277 * elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
2278 relocation (no special function), and make it non-partial_inplace.
2279 (sh_elf_relax_section): When creating a bsr, use a consistent value
2280 no matter if the symbol is extern or not; set addend to -4.
2281 Don't swap load / non-load instructions for SH4.
2282 (sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
2283 rather than if the symbol is external to determine if adjusting the
2284 offset makes sense. Adjust the addend too if appropriate.
2285 (sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
2286 relocation.
2287
a9d68a1e
NC
22882003-03-03 Nick Clifton <nickc@redhat.com>
2289
2290 * po/da.po: Installed latest translation.
2291
7c2be35c
TS
22922003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2293
2294 * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
2295 R_MIPS_PC16 to rightshift 2.
2296 (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
2297 (bfd_elf32_bfd_reloc_type_lookup): Support
2298 BFD_RELOC_MIPSEMB_16_PCREL_S2.
2299 * elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
2300 R_MIPS_PC16 to rightshift 2.
2301 (mips_elf64_howto_table_rela): Likewise.
2302 (mips_reloc_map): Map to rightshifted BFD reloc.
2303 * elfn32-mips.c: The same as in elf64-mips.c.
2304 * elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
2305 (mips_elf_calculate_relocation): Handle rightshifted addends for
2306 R_MIPS_PC16.
2307 * reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
2308 MIPS Embedded PIC. Remove superfluous empty COMMENT.
2309 * libbfd.h: Regenerate.
2310 * bfd-in2.h: Regenerate.
2311
484a4f9c
RH
23122003-02-28 Richard Henderson <rth@redhat.com>
2313
2314 * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
2315 for ltoff22x relaxation.
2316
2ce40c65
AM
23172003-03-01 Alan Modra <amodra@bigpond.net.au>
2318
2319 * bfd-in.h (_bfd): Don't define.
2320 * bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
2321 * syms.c: Likewise.
2322 * bfd-in2.h: Regenerate.
2323
2c4c2bc0
RH
23242003-02-27 Richard Henderson <rth@redhat.com>
2325
2326 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
2327 (elfNN_ia64_check_relocs): Set it.
2328 (allocate_global_data_got): Check it.
2329 (allocate_local_got): Likewise.
2330 (allocate_dynrel_entries): Likewise.
2331 (elfNN_ia64_relax_ldxmov): New.
2332 (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
2333 (elfNN_ia64_choose_gp): Split out from ...
2334 (elfNN_ia64_final_link): ... here.
8c29f035 2335
c2852e88
AC
23362003-02-27 Andrew Cagney <cagney@redhat.com>
2337
2338 * bfd.c (struct bfd): Rename "struct _bfd".
2339 * bfd-in.h: Update copyright.
2340 (struct bfd): Rename "struct _bfd".
2341 (_bfd): Define for backward compatibility.
2342 * bfd-in2.h: Regenerate.
2343
3f87cb70
AM
23442003-02-25 Alan Modra <amodra@bigpond.net.au>
2345
3f9a32bd
AM
2346 * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
2347 and rel_hdr2 when initially counting input relocs rather than after
2348 creating output reloc sections.
4fabe71e
AM
2349 (elf_link_read_relocs_from_section): Don't abort with wrong reloc
2350 sizes.
3f9a32bd 2351
3f87cb70
AM
2352 * Makefile.am: Run "make dep-am".
2353 * Makefile.in: Regenerate.
2354
07c6e936
NC
23552003-02-24 Kris Warkentin <kewarken@qnx.com>
2356
2357 * elf.c (elfcore_read_notes): Add check for QNX style core file.
2358 (elfcore_grog_nto_note): New function.
2359 (elfcore_grog_nto_gregs): New function.
2360 (elfcore_grog_nto_status): New function.
2361
aad5d350
AM
23622003-02-24 Alan Modra <amodra@bigpond.net.au>
2363
2364 * elflink.c (_bfd_elf_create_got_section): Check existing .got
2365 section flags before concluding that we've already been called.
2366 Don't use register keyword.
2367 (_bfd_elf_create_dynamic_sections): Don't use register keyword.
2368 (_bfd_elf_create_linker_section): Formatting.
2369
2ab1486e
NC
23702003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
2371
2372 * coff-h8300.c: Fix typo: intial -> initial.
2373 * coff-ppc.c: Likewise.
2374
70bccea4
AM
23752003-02-20 Alan Modra <amodra@bigpond.net.au>
2376
2377 * elf32-ppc.c: Formatting.
2378 (allocate_dynrelocs): LD and GD relocs against the same sym need
2379 separate GOT entries.
2380 (ppc_elf_relocate_section): Correct GOT handling for multiple GOT
2381 entries per symbol.
2382
ee05f2fe
AM
23832003-02-19 Alan Modra <amodra@bigpond.net.au>
2384
26e41594
AM
2385 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc
2386 removal. Localize vars. Remove unnecessary dynobj test.
2387 * elf32-i386 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead
2388 of INFO.
2389 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
2390 and optimize.
2391 (elf_i386_relocate_section): Likewise.
2392 (elf_i386_gc_sweep_hook): Simplify dyn reloc removal. Localize vars.
2393 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
2394 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
2395 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
2396 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
2397 * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise. Remove
2398 local_dynrel for section too. Don't touch HIPLT22, LOPLT10, PCPLT32
2399 or PCPLT10 relocs. Don't subtract twice on PLT32 relocs.
2400 Formatting.
2401
f4656909
AM
2402 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.
2403 (ppc64_elf_check_relocs): Use it. Correct comment. Move SEC_ALLOC
2404 test.
2405 (ppc64_elf_adjust_dynamic_symbol): Use ELIMINATE_COPY_RELOCS.
2406 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2407 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
2408 and optimize. Use ELIMINATE_COPY_RELOCS.
2409 (ppc64_elf_relocate_section): Likewise.
2410
ee05f2fe
AM
2411 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.
2412 (ppc_elf_copy_indirect_symbol): Copy pc_count field.
2413 (ELIMINATE_COPY_RELOCS): Define.
2414 (ppc_elf_adjust_dynamic_symbol): Convert copy relocs to dynamic.
2415 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2416 (MUST_BE_DYN_RELOC): Define.
2417 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
2418 and optimize. Trim dyn_relocs.
2419 (ppc_elf_check_relocs): Don't generate dyn_relocs when we know they'll
2420 not be used. Do generate dyn_relocs for copy reloc avoidance. Keep
2421 track of pc_rel dyn relocs.
2422 (ppc_elf_relocate_section): Remove "will_become_local". Adjust
2423 WILL_CALL_FINISH_DYNAMIC_SYMBOL use. Trim dyn relocs as per
2424 allocate_dynrelocs. Don't recalculate "sec".
2425
7619e7c7
AM
24262003-02-18 Alan Modra <amodra@bigpond.net.au>
2427
d881513a
AM
2428 * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.
2429 * elf64-ppc.c (ppc64_elf_tls_optimize): Decrement tlsld_got.refcount
2430 on invalid LD relocs.
2431 (allocate_dynrelocs): Invalid LD relocs don't use tlsld_got entry.
2432 (ppc64_elf_relocate_section): Unify new handling of LD relocs and
2433 tlsld_got entry. Use IS_PPC64_TLS_RELOC.
2434
7619e7c7
AM
2435 * elf32-ppc.h: New file.
2436 * elf32-ppc.c: Include elf32-ppc.h.
2437 (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define.
2438 (struct ppc_elf_link_hash_entry): Rename "root" to "elf". Adjust uses.
2439 Add "tls_mask" field.
2440 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
2441 (struct ppc_elf_link_hash_table): Rename "root" to "elf". Adjust uses.
2442 Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss,
2443 sdata, sdata2, tls_sec, tls_get_addr, tlsld_got fields.
2444 Make use of htab shortcuts throughout file.
2445 (ppc_elf_link_hash_newfunc): Init tls_mask field.
2446 (ppc_elf_link_hash_table_create): Init new fields.
2447 (ppc_elf_copy_indirect_symbol): Copy tls_mask.
2448 (ppc_elf_howto_raw): Add tls relocs.
2449 (ppc_elf_reloc_type_lookup): Handle them.
2450 (ppc_elf_unhandled_reloc): New function.
2451 (ppc_elf_create_got): Stash got section pointer in hash table,
2452 return status. Make .rela.got too.
2453 (ppc_elf_create_dynamic_sections): Stash section pointers in htab.
2454 (ppc_elf_adjust_dynamic_symbol): Only set up copy relocs when
2455 NON_GOT_REF set. Don't allocate space in .plt here..
2456 (allocate_dynrelocs): ..do so here instead, properly ref-counting and
2457 not allocating plt entries unnecessarily. Allocate got entries here.
2458 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
2459 (ppc_elf_size_dynamic_sections): Allocate local got entries. Pass
2460 "info" during allocate_dynrelocs hash traversal. Use htab section
2461 shortcuts rather than searching for named sections. Get rid of
2462 "plt" and "strip" booleans.
2463 (update_local_sym_info, bad_shared_reloc): New functions.
2464 (ppc_elf_check_relocs): Handle TLS relocs. Move .rela.got creation to
2465 ppc_elf_create_got. Don't mark got or plt reloc syms dynamic, do so
2466 in allocate_dynreloc. Use update_local_sym_info and bad_shared_reloc.
2467 Disallow R_PPC_EMB_RELSDA, R_PPC_EMB_NADDR32, R_PPC_EMB_NADDR16,
2468 R_PPC_EMB_NADDR16_LO, R_PPC_EMB_NADDR16_HI and R_PPC_EMB_NADDR16_HA
2469 in shared libs. R_PPC_PLTREL32 is a plt reloc too. Refcount all
2470 relocs that might use a plt entry. Set NON_GOT_REF too.
2471 Enumerate all do-nothing relocs.
2472 (ppc_elf_gc_sweep_hook): Simplify removal of dynrelocs. Handle
2473 tls relocs and all plt relocs.
2474 (ppc_elf_tls_setup, ppc_elf_tls_optimize): New functions.
2475 (ppc_elf_finish_dynamic_symbol): Don't build got entries here.
2476 (ppc_elf_finish_dynamic_sections): Rewrite tag code using htab
2477 shortcuts.
2478 (ppc_elf_relocate_section): Tidy. Handle TLS relocs. Use
2479 bfd_elf_local_sym_name. Simplify unresolved reloc code. Build got
2480 entries and got relocs here. Warn on non-zero got reloc addend.
2481 Split out branch taken/not taken reloc code into a separate switch
2482 and correct offset calculation. Allow BRTAKEN/BRNTAKEN dynamic relocs.
2483 Split out HA reloc adjustments to separate switch statement. Don't
2484 warn on reloc overflow if we've already warned about undefined.
2485 Don't rebuild sym name when reporting errors. Report all possible
2486 errors from _bfd_final_link_relocate.
2487 (bfd_elf32_bfd_final_link): Don't define.
2488
cd27b276
AM
24892003-02-18 Alan Modra <amodra@bigpond.net.au>
2490
2491 * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r". Don't
2492 rebuild sym name when reporting errors.
2493
ae9a127f
NC
24942003-02-17 Nick Clifton <nickc@redhat.com>
2495
3f9a32bd 2496 * elflink.h (elf_link_output_extsym): Only check
ae9a127f
NC
2497 allow_shlib_undefined for shared libraries.
2498 * elf32-i386.c (elf_i386_relocate_section): Remove bogus check
2499 of allow_shlib_undefined.
2500 * elf32-cris.c (cris_elf_relocate_section): Likewise.
2501 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
2502 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2503 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2504 * elf32-s390.c (elf_s390_relocate_section): Likewise.
2505 * elf32-sh.c (sh_elf_relocate_section): Likewise.
2506 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2507 * elf32-vax.c (elf_vax_relocate_section): Likewise.
2508 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
2509 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
2510 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2511 * elf64-s390.c (elf_s390_relocate_section): Likewise.
2512 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2513 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2514 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
2515 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
2516
b5f852ea
NC
25172003-02-17 Nick Clifton <nickc@redhat.com>
2518
2519 * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
2520 address field to use in the comparison.
3f9a32bd 2521 (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
b5f852ea 2522
3193e234
NC
25232003-02-14 Bob Wilson <bob.wilson@acm.org>
2524
2525 * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF
2526 backends when checking if the generic ELF target should be used.
2527
21efdc8d
NC
2528 * syms.c (_bfd_stab_section_find_nearest_line): For line number stabs
2529 outside of functions, treat values as absolute addresses.
2530
ed781d5d
NC
2531 * bfd.c: Change embedded documentation to use consistent indentation
2532 and to split up long lines. Change informal style of description
2533 for functions lacking real documentation.
2534 * coffcode.h: Break up long lines in embedded documentation.
2535 * format.c: Likewise.
2536 * targets.c: Likewise.
2537 * libcoff.h: Regenerate.
2538 * bfd-in2.h: Regenerate.
2539
58ac9f71
AM
25402003-02-14 Alan Modra <amodra@bigpond.net.au>
2541
2542 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
2543 (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
2544 (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs.
2545 (allocate_dynrelocs): Don't treat undefined and undefweak specially.
2546 (ppc_size_one_stub): Fix warning, and tighten plt entry check.
2547 (group_sections): Don't share a stub section if stubs are for a large
2548 section. Adjust comment.
2549 (ppc64_elf_size_stubs): Roughly double the size left for stubs if
2550 !stubs_always_before_branch.
2551 (ppc64_elf_relocate_section): Initialize tlsld GOT entry once. Don't
2552 treat undefined and undefweak specially when processing dyn relocs.
2553
9147e853
JJ
25542003-02-13 Jakub Jelinek <jakub@redhat.com>
2555
2556 * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO.
2557
427bfd90
NC
25582003-02-13 Nick Clifton <nickc@redhat.com>
2559
2560 * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
2561 in computation of offset to insert into BL instruction.
2562
42b5d0ea
NC
25632003-02-11 Uwe Stieber <uwe@wwws.de>
2564
2565 * config.bfd: Add support for kaOS as cross build target system.
2566
a48ebf4d
AM
25672003-02-11 Alan Modra <amodra@bigpond.net.au>
2568
2569 * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
2570 .__tls_get_addr too.
2571 (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
2572
c95b8a7a
KK
25732003-02-10 Kaz kojima <kkojima@rr.iij4u.or.jp>
2574
2575 * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
2576 (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
2577 (sh_elf_link_hash_newfunc): Remove the initialization of
2578 tls_tpoff32 field.
2579 (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
2580 for which tls_tpoff32 flag is set.
2581 (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
2582 of the symbol includes the entry matched with the input_section
2583 and having tls_tpoff32 flag on. When linking statically, set
2584 symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
2585 is defined in this executable.
2586 (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
2587
a779acda
JJ
25882003-02-10 Jakub Jelinek <jakub@redhat.com>
2589
2590 * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
2591 even if there is just non-empty .rela.plt.
2592
fde78edd
NC
25932003-02-10 Nick Clifton <nickc@redhat.com>
2594
2595 * archures.c (bfd_mach_arm_ep9312): Define.
2596 * bfd-in2.h: Regenerate.
2597 * cpu-arm.c (processors[]): Add ep9312.
2598 (bfd_arm_arch): Add ep9312.
2599 * elf32-arm.h (elf32_arm_merge_private_data): Update error
2600 messages and add test for Maverick floating point support.
2601 (elf32_arm_print_private_bfd_data): Handle
2602 EF_ARM_MAVERICK_FLOAT flag.
c178919b
NC
2603 (elf32_arm_object_p): New function.
2604 (elf_backend_object_p): Define.
fde78edd 2605
e7b938ca
AM
26062003-02-10 Alan Modra <amodra@bigpond.net.au>
2607
2608 * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
2609 variables, structure fields or function params to tls_mask or
2610 similar to better reflect usage.
2611 (struct got_entry): Comment.
9b5ecbd0 2612 (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
e7b938ca
AM
2613 (get_tls_mask): Rename from get_tls_type.
2614
951fd09b
AM
26152003-02-09 Alan Modra <amodra@bigpond.net.au>
2616
2617 * elf64-ppc.c (TLS_GD_LD): Don't define..
2618 (TLS_GD): ..define this instead and update all uses.
2619 (TLS_TPRELGD): Define.
2620 (ppc64_elf_link_hash_table_create): Tweak initialization of
2621 init_refcount and init_offset.
2622 (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
2623 Mark second slot of GD or LD toc entries.
2624 (get_tls_type): Return an int. Distinguish toc GD and LD entries
2625 from other tls types.
2626 (ppc64_elf_tls_setup): New function, split out from..
2627 (ppc64_elf_tls_optimize): ..here. Don't optimize when symbols are
2628 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL
2629 on GD->IE optimization, use TLS_TPRELGD instead. Use get_tls_type
2630 return value to properly decide whether toc GD and LD entries can
2631 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
2632 to determine GD or LD rather than looking at TLS_LD flag. Don't
2633 attempt to adjust got entry tls_type here..
2634 (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
2635 look for possible merges.
2636 (ppc64_elf_size_dynamic_sections): Adjust local got entries for
2637 optimization.
2638 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
2639 (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
2640 Make use of return value from get_tls_type to properly detect GD and
2641 LD optimizations. Split tlsld/gd hi/ha from lo/ds case. Don't
2642 handle tls_get_addr removal when looking at REL24 relocs, do it when
2643 looking at the previous reloc. Check reloc after DTPMOD64 to determine
2644 GD or LD.
2645 * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
2646
acc990f2
AM
26472003-02-08 Alan Modra <amodra@bigpond.net.au>
2648
00b28bb0
AM
2649 * elf32-hppa.c (group_sections): Don't share a stub section if
2650 stubs are for a large section.
2651
acc990f2
AM
2652 * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
2653 stubs if !stubs_always_before_branch.
2654
589e6347
NC
26552003-02-07 Nick Clifton <nickc@redhat.com>
2656
2657 * elf.c (swap_out_syms): Generate an error message if an
2658 equivalent output section cannot be found for a symbol.
2659
c328dc3f
JJ
26602003-02-07 Jakub Jelinek <jakub@redhat.com>
2661
2662 * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
2663 local_got_entries is NULL.
2664
84f97cb6
AS
26652003-02-06 Andreas Schwab <schwab@suse.de>
2666
2667 * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
2668 (read_value): Add parameter is_signed, use signed extraction if
2669 the value is signed.
2670 (_bfd_elf_write_section_eh_frame): Pass signed flag of the
2671 encoding to read_value.
2672
6349e628
AM
26732003-02-06 Alan Modra <amodra@bigpond.net.au>
2674
2675 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
2676 plt info when called to transfer weak sym info.
2677
411e1bfb
AM
26782003-02-05 Alan Modra <amodra@bigpond.net.au>
2679
2680 * reloc.c: Add PPC and PPC64 TLS relocs.
2681 * libbfd.h: Regenerate.
2682 * bfd-in2.h: Regenerate.
2683 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
2684 (ppc64_elf_howto_raw): Add TLS howto's. Adjust R_PPC64_NONE to be
2685 against a 32 bit field.
2686 (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
2687 (_ppc64_elf_section_data): Add t_symndx and comments.
2688 (ppc64_elf_section_data): Use elf_section_data macro.
2689 (ppc64_elf_new_section_hook): American spelling.
2690 (struct got_entry, struct plt_entry): New.
2691 (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
2692 (struct ppc_stub_hash_entry): Add "addend" field.
2693 (struct ppc_link_hash_entry): Add "tls_type".
2694 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
2695 TLS_EXPLICIT): Define.
2696 (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
2697 (link_hash_newfunc): Init new fields.
58ac9f71 2698 (ppc64_elf_link_hash_table_create): Likewise. Set init_refcount and
411e1bfb
AM
2699 init_offset to NULL.
2700 (ppc64_elf_copy_indirect_symbol): Copy got and plt info. Don't call
2701 _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
2702 there.
2703 (update_local_sym_info, update_plt_info): New functions.
2704 (ppc64_elf_check_relocs): Use them. Handle TLS relocs. Adjust GOT
2705 handling to use got.glist rather than got.refcount. Likewise for PLT.
2706 (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
2707 (func_desc_adjust): Adjust for new PLT list.
2708 (ppc64_elf_adjust_dynamic_symbol): Likewise.
2709 (get_sym_h, get_tls_type): New functions.
2710 (ppc64_elf_edit_opd): Remove unused variable. Use get_sym_h.
2711 (ppc64_elf_tls_optimize): New function.
2712 (allocate_dynrelocs): Adjust for new PLT and GOT lists. Allocate
2713 TLS relocs.
2714 (ppc64_elf_size_dynamic_sections): Likewise.
2715 (ppc_type_of_stub): Adjust for new PLT list.
2716 (ppc_build_one_stub): Likewise.
2717 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
2718 calls specially.
2719 (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists. Handle
2720 TLS relocs. Report local syms using bfd_elf_local_sym_name. Don't
2721 init GOT entries that have a reloc. Generate GOT relocs here..
2722 (ppc64_elf_finish_dynamic_symbol): ..not here. Adjust for PLT list.
2723 * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
2724
0cca5f05
AS
27252003-02-04 Andreas Schwab <schwab@suse.de>
2726
2727 * elf32-m68k.c (elf_m68k_hash_entry): Define.
2728 (elf_m68k_link_hash_traverse): Remove.
2729 (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
2730 elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
2731 reduce casting.
2732 (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
2733 casting.
2734 (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
2735 instead of elf_m68k_link_hash_traverse.
2736 (elf_m68k_discard_copies): Change first parameter to pointer to
2737 struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
2738 elf_m68k_link_hash_entry is needed.
2739
5cab59f6
AM
27402003-02-04 Alan Modra <amodra@bigpond.net.au>
2741
2742 * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
2743 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
2744 "got" union, and declare as gotplt_union. Use gotplt_uinion for
2745 "plt" field.
2746 (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
2747 Add "init_offset" field.
2748 (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
2749 (elf_local_got_ents): Declare.
2750 * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
2751 and "plt".
2752 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
2753 (_bfd_elf_link_hash_table_init): Set "init_offset".
2754 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
2755 from init_offset.
2756 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
2757
2758 * elf.c (bfd_elf_local_sym_name): Split out from..
2759 (group_signature): ..here.
2760 * elf-bfd.h (bfd_elf_local_sym_name): Declare.
2761
68bfbfcc
AM
27622003-02-04 Alan Modra <amodra@bigpond.net.au>
2763
2764 * elf-bfd.h (enum elf_link_info_type): Remove.
2765 (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
2766 to struct sec. Remove linkonce_p field.
2767 (elf_linkonce_p): Delete.
2768 (elf_discarded_section): Update for sec_info_type change.
2769 * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
2770 flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
2771 (ELF_INFO_TYPE_NONE): Define.
2772 (ELF_INFO_TYPE_STABS): Define.
2773 (ELF_INFO_TYPE_MERGE): Define.
2774 (ELF_INFO_TYPE_EH_FRAME): Define.
2775 (ELF_INFO_TYPE_JUST_SYMS): Define.
2776 (STD_SECTION): Update struct sec initializer.
2777 * ecoff.c (bfd_debug_section): Likewise.
2778 * elf.c: Likewise. Update occurrences of sec_info_type and use_rela_p.
2779 * elflink.h: Likewise.
2780 * elf-eh-frame.c: Likewise.
2781 * elf64-alpha.c: Likewise.
2782 * elfxx-ia64.c: Likewise.
2783 * elfxx-mips.c: Likewise.
2784 * bfd-in2.h: Regenerate.
2785
2786 * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
2787 referring to used_by_bfd.
2788 * elf64-sparc.c (sec_do_relax): Likewise.
2789 * elf64-mmix.c (mmix_elf_section_data): Likewise.
2790 * elfxx-mips.c (mips_elf_section_data): Likewise.
2791 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
2792 (ieee_get_section_contents): Likewise.
2793 (ieee_new_section_hook): Formatting.
2794 (ieee_canonicalize_reloc): Remove commented out code.
2795 * mmo.c (mmo_section_data): Define. Use throughout file.
2796 * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
2797
31f7ba04
NC
27982003-01-31 Graydon Hoare <graydon@redhat.com>
2799
2800 * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
2801 * Makefile.in: Regenerate.
2802 * opncls.c (calc_crc32, get_debug_link_info,
2803 seperate_debug_file_exists, find_seperate_debug_file): New
2804 internal functions.
2805 (bfd_follow_gnu_debuglink): New function. Follow the pointer
2806 contained inside a .gnu_debuglink section.
2807 * bfd-in2.h: Regenerate.
2808
38985a1c
AO
28092003-01-29 Alexandre Oliva <aoliva@redhat.com>
2810
2811 * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
2812 entry->abfd when it's NULL.
2813
4bb9a95f
AO
28142003-01-27 Alexandre Oliva <aoliva@redhat.com>
2815
2816 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
2817 _bfd_elf_section_offset returning -2 the same way as -1.
2818
f4416af6
AO
2819 * elfxx-mips.c (mips_elf_multi_got): New function.
2820 (struct mips_got_entry): Make symndx and gotidx signed. Moved
2821 addend into union along with address and link hash entry.
2822 (struct mips_got_info): Added bfd2got and next.
2823 (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
2824 (mips_elf_got_section, mips_elf_create_got_section): Use
2825 SEC_EXCLUDE bit to tell whether we really need the got
2826 section. Take boolean arguments to disregard an excluded
2827 section, or to create it as excluded. Adjust all callers.
2828 Use mips_elf_got_section all over.
2829 (mips_elf_local_got_index, mips_elf_got_page,
2830 mips_elf_got16_entry): Take input bfd as argument, and pass it
2831 on to mips_elf_create_local_got_entry.
2832 (mips_elf_global_got_index, mips_elf_create_local_got_entry):
2833 Take input bfd as argument, and manage entries in the
2834 appropriate GOT.
2835 (mips_elf_got_offset_from_index): Take input bfd as argument,
2836 and use it to adjust the GP offset of the bfd.
2837 (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
2838 unreferenced GOT entries of global symbols to the end.
2839 (mips_elf_record_global_got_symbol): Take input bfd as
2840 argument. Add entries to the master GOT hash table.
2841 (struct mips_elf_bfd2got_hash): New.
2842 (struct mips_elf_got_per_bfd_arg): New.
2843 (struct mips_elf_set_global_got_offset_arg): New.
2844 (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
2845 mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
2846 mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
2847 mips_elf_merge_gots, mips_elf_set_global_got_offset,
2848 mips_elf_resolve_final_got_entry,
2849 mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
2850 mips_elf_got_for_ibfd): New functions.
2851 (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
2852 (MIPS_ELF_GOT_MAX_SIZE): New macro.
2853 (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
2854 (mips_elf_got_entry_hash): Take new fields into account. Use
2855 mips_elf_hash_bfd_vma.
2856 (mips_elf_got_entry_eq): Take new fields into account.
2857 (mips_elf_create_got_section): Initialize new fields.
2858 (mips_elf_calculate_relocation): Pass input_bfd to functions
2859 that now take it. Adjust gp for the input_bfd.
2860 (mips_elf_allocate_dynamic_relocation,
2861 mips_elf_create_dynamic_relocation,
2862 _bfd_mips_elf_create_dynamic_sections): Use...
2863 (mips_elf_rel_dyn_section): New function. Borrow code from...
2864 (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
2865 now take it. Create the got section if needed, even if
2866 excluded, before recording a global got symbol. Move some
2867 code to...
2868 (mips_elf_record_local_got_symbol): New fn.
2869 (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
2870 Compute multi-got global entries offsets. Move GOT code to...
2871 (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
2872 if the GOT is too big.
2873 (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
2874 undefweak symbol to zero. Generate dynamic relocations for
2875 non-primary GOT entries for global symbols.
2876 (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
2877 case. Generate dynamic relocations for local got entries.
2878 Sort dynamic relocations on N64 too, using...
2879 (sort_dynamic_relocs_64): New fns.
2880 (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
2881 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
2882
52b69c9e
AO
28832003-01-27 Alexandre Oliva <aoliva@redhat.com>
2884
2885 * bfd.c (struct _bfd): Added id field.
2886 * opncls.c (_bfd_id_counter): New static variable.
2887 (_bfd_new_bfd): Use it.
2888 * bfd-in2.h: Rebuilt.
2889
71e5db1c
AM
28902003-01-25 Alan Modra <amodra@bigpond.net.au>
2891
2892 * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
2893
b9734f35
JJ
28942003-01-25 Jakub Jelinek <jakub@redhat.com>
2895
2896 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
2897 (elf32_sparc_rev32_howto): New variable.
2898 (sparc_reloc_map): Add TLS relocs.
2899 (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
2900 Handle REV32.
2901 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
2902 New functions.
2903 (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
2904 struct elf32_sparc_link_hash_table):
2905 New structures.
2906 (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
2907 elf32_sparc_hash_table): Define.
2908 (link_hash_newfunc, elf32_sparc_link_hash_table_create,
2909 create_got_section, elf32_sparc_create_dynamic_sections,
2910 elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
2911 functions.
2912 (elf32_sparc_check_relocs): Handle TLS relocs. Add dynamic reloc
2913 reference counting.
2914 (elf32_sparc_gc_sweep_hook): Likewise.
2915 (elf32_sparc_adjust_dynamic_symbol): Likewise.
2916 (elf32_sparc_size_dynamic_sections): Likewise.
2917 (elf32_sparc_relocate_section): Likewise.
2918 (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
2919 New functions.
2920 (elf32_sparc_object_p): Allocate backend private object data.
2921 (bfd_elf32_bfd_link_hash_table_create,
2922 elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
2923 elf_backend_can_refcount): Define.
2924 (elf_backend_create_dynamic_sections): Define to
2925 elf32_sparc_create_dynamic_sections.
2926 * reloc.c: Add SPARC TLS relocs.
2927 * bfd-in2.h, libbfd.h: Rebuilt.
2928 * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
2929 (sparc_reloc_map): Likewise.
2930
69fc87f1
MS
29312003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
2932
2933 * bfd-in2.h: Regenerate.
2934 * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
2935 s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
2936 (elf_howto_table): Add TLS relocs.
2937 (elf_s390_reloc_type_lookup): Likewise.
2938 (elf_s390_link_hash_entry): Add tls_type.
2939 (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
2940 New macros.
2941 (elf_s390_link_hash_table): Add tls_ldm_got.
2942 (link_hash_newfunc): Initialize tls_type.
2943 (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
2944 (elf_s390_copy_indirect_symbol): Copy tls_type information.
2945 (elf_s390_check_relocs): Support TLS relocs.
2946 (elf_s390_gc_sweep_hook): Likewise.
2947 (allocate_dynrelocs): Likewise.
2948 (elf_s390_size_dynamic_sections): Likewise.
2949 (elf_s390_relocate_section): Likewise.
2950 (elf_s390_finish_dynamic_symbol): Likewise.
2951 (bfd_elf32_mkobject): Define for TLS.
2952 * elf64-s390.c: Same changes as for elf32-s390.c.
2953 * libbfd.h: Regenerate.
2954 * reloc.c: Add s390 TLS relocations.
2955
c5d1701e 29562003-01-24 Charles Lepple <clepple@ghz.cc>
9aa4e505
NC
2957
2958 * aclocal.m4: Fix name of --enable-install-libbfd switch.
2959
5177500f
NC
29602003-01-23 Nick Clifton <nickc@redhat.com>
2961
2962 * Add sh2e support:
5177500f 2963 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9b5ecbd0
AM
2964 * archures.c (bfd_mach_sh2e): Added.
2965 * bfd-in2.h: Rebuilt.
2966 * cpu-sh.c (arch_info_struct): Added SH2e.
2967 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
5177500f 2968
f0abc2a1
AM
29692003-01-23 Alan Modra <amodra@bigpond.net.au>
2970
2971 * elf-bfd.h (struct bfd_elf_section_data): Remove tdata. Change
2972 dynindx to an int. Rearrange for better packing.
2973 * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
2974 * elf32-mips.c (bfd_elf32_new_section_hook): Define.
2975 * elf32-sh64.h: New. Split out from include/elf/sh.h.
2976 (struct _sh64_elf_section_data): New struct.
2977 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
2978 * elf32-sh64-com.c: Include elf32-sh64.h.
2979 * elf32-sh64.c: Likewise.
2980 (sh64_elf_new_section_hook): New function.
2981 (bfd_elf32_new_section_hook): Define.
2982 (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
2983 (sh64_bfd_elf_copy_private_section_data): Likewise.
2984 (sh64_elf_final_write_processing): Likewise.
2985 * elf32-sparc.c (struct elf32_sparc_section_data): New.
2986 (elf32_sparc_new_section_hook): New function.
2987 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
2988 (sec_do_relax): Define.
2989 (elf32_sparc_relax_section): Adjust to use sec_do_relax.
2990 (elf32_sparc_relocate_section): Likewise.
2991 * elf64-mips.c (bfd_elf64_new_section_hook): Define.
2992 * elf64-mmix.c (struct _mmix_elf_section_data): New.
2993 (mmix_elf_section_data): Define. Use throughout file.
2994 (mmix_elf_new_section_hook): New function.
2995 (bfd_elf64_new_section_hook): Define.
2996 * elf64-ppc.c (struct _ppc64_elf_section_data): New.
2997 (ppc64_elf_section_data): Define. Use throughout.
2998 (ppc64_elf_new_section_hook): New function.
2999 (bfd_elf64_new_section_hook): Define.
3000 * elf64-sparc.c (struct sparc64_elf_section_data): New.
3001 (sparc64_elf_new_section_hook): New function.
3002 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
3003 (sec_do_relax): Define.
3004 (sparc64_elf_relax_section): Adjust to use sec_do_relax.
3005 (sparc64_elf_relocate_section): Likewise.
3006 (bfd_elf64_new_section_hook): Define.
3007 * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
3008 * elfxx-mips.c (struct _mips_elf_section_data): New.
3009 (mips_elf_section_data): Define. Use throughout.
3010 (_bfd_mips_elf_new_section_hook): New function.
3011 (mips_elf_create_got_section): Don't alloc used_by_bfd.
3012 * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
3013 * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
3014 * Makefile.am: Run "make dep-am".
3015 * Makefile.in: Regenerate.
3016
cc03ec80
RH
30172003-01-21 Richard Henderson <rth@redhat.com>
3018
3019 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
3020 (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
3021 (elf64_alpha_adjust_dynamic_symbol): Set them.
3022 (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
3023 (elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the
3024 symbol index when relaxing LDM to TPREL.
3025 (elf64_alpha_relax_section): Likewise. Allow relaxation of GD
3026 relocs, even if the target isn't locally defined.
3027 (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
3028 (elf64_alpha_relocate_section): Likewise. Force TP-relative
3029 relocs vs symndx 0 to the tp base.
3030
da896d3f
NC
30312003-01-21 Fabio Alemagna <falemagn@aros.org>
3032
3033 * config.bfd: Handle i[3456]86-*-aros*.
3034
7fce784e
AS
30352003-01-21 Andreas Schwab <schwab@suse.de>
3036
3037 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
3038 (struct ppc_elf_link_hash_entry): Define.
3039 (ppc_elf_hash_entry): New function.
3040 (struct ppc_elf_link_hash_table): Define.
3041 (ppc_elf_hash_table): New function.
3042 (ppc_elf_link_hash_newfunc): New function.
3043 (ppc_elf_link_hash_table_create): New function.
3044 (ppc_elf_copy_indirect_symbol): New function.
3045 (allocate_dynrelocs): New function.
3046 (readonly_dynrelocs): New function.
3047 (ppc_elf_size_dynamic_sections): Allocate space for dynamic
3048 relocs and determine DT_TEXTREL.
3049 (ppc_elf_check_relocs): Don't do that here, just count the
3050 dynamic relocs.
3051 (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
3052 removed section.
3053 (bfd_elf32_bfd_link_hash_table_create): Define.
3054 (elf_backend_copy_indirect_symbol): Define.
3055
1bbc9cec
RH
30562003-01-21 Richard Henderson <rth@redhat.com>
3057
3058 * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
3059 TPREL also get a reloc if shared. Remove SREL support.
3060 (elf64_alpha_emit_dynrel): New.
acc990f2 3061 (elf64_alpha_relocate_section): Use it. Resolve dynamic TPREL
1bbc9cec
RH
3062 and GOTTPREL relocs to local symbols against the tp base.
3063 (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
3064
3065 * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
3066 use count before clobbering r_type.
3067 (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
3068 ordering would mean dataflow inspection is necessary.
3069
0da35f8b
SS
30702003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com>
3071
3072 * coffcode.h (coff_set_flags): Added get/set arch hooks.
acc990f2 3073
571fe01f
NC
30742003-01-20 Fabio Alemagna <falemagn@aros.org>
3075
3076 * elf32-sh.c: Treat elfNN_bed like other macros defined in
3077 elfxx-target.h and #undef it before #define'ing it.
3078 * elf32-i386.c: Likewise.
acc990f2
AM
3079 * elf32-sh64.c: Likewise.
3080 * elf64-alpha.c: Likewise.
3081 * elf64-sh64.c: Likewise.
571fe01f 3082
5236c819
MS
30832003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
3084
3085 * bfd-in2.h: Regenerate.
3086 * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
3087 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
3088 R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
3089 R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
3090 R_390_PLTOFF32 and R_390_PLTOFF64.
3091 (elf_s390_reloc_type_lookup): Likewise.
3092 (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
3093 of GOTPLT references to a function.
3094 (link_hash_newfunc): Initialize gotplt_refcount.
3095 (elf_s390_check_relocs): Move allocation of local_got_refcounts array
3096 and creation of the got section out of the main switch. Add support
3097 for the gotoff, gotplt and pltoff relocations.
3098 (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
3099 and pltoff.
3100 (elf_s390_adjust_gotplt): New function.
3101 (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
3102 plt entries.
3103 (allocate_dynrelocs): Add comment.
3104 (elf_s390_relocate_section): Change r_type to unsigned. Add support
3105 for gotoff, gotplt and pltoff relocations.
3106 * elf64-s390.c: Same changes as for elf32-s390.c.
3107 * libbfd.h: Regenerate.
3108 * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
3109 BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
3110 BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
3111 and BFD_RELOC_390_PLTOFF64.
3112
a823975a
JJ
31132003-01-18 Jakub Jelinek <jakub@redhat.com>
3114
3115 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
3116 R_IA64_TPREL64[LM]SB against non-global symbol properly.
3117
b3dfd7fe
JJ
31182003-01-16 Jakub Jelinek <jakub@redhat.com>
3119
3120 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
3121 self_dtpmod_done and self_dtpmod_offset.
3122 (allocate_global_data_got): Only use one got entry for all
3123 dtpmod relocs against local symbols.
3124 (allocate_dynrel_entries): Only need .rela.got entry for
3125 dtpmod against global symbol.
3126 (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
3127 Reserve space in .rela.got for the local dtpmod entry.
3128 (set_got_entry): Initialize the common local dtpmod .got entry.
3129 (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
3130 and R_IA_64_DTPREL64MSB.
3131
04c9666a
AM
31322003-01-16 Alan Modra <amodra@bigpond.net.au>
3133
3134 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
3135 (R_PPC_*): Rename all occurrences to R_PPC64_*.
3136 (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
3137 (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
3138 (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
3139 relative relocs, not with absolute ones.
3140 * Makefile.am: Run "make dep-am".
3141 * Makefile.in: Regenerate.
3142 * po/SRC-POTFILES.in: Regenerate.
3143
c87f1ff7
AS
31442003-01-15 Andreas Schwab <schwab@suse.de>
3145
3146 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
3147 relocation against a non-allocated readonly section.
3148
86bbe32f
AM
31492003-01-10 Alan Modra <amodra@bigpond.net.au>
3150
3151 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
3152 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
3153
32d95f29
KD
31542002-01-08 Klee Dienes <kdienes@apple.com>
3155
3156 * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
3157 (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
3158 * Makefile.in: Regenerate.
acc990f2 3159
ab7d0aa0
AO
31602003-01-08 Alexandre Oliva <aoliva@redhat.com>
3161
3162 * elfn32-mips.c (prev_reloc_section): New.
3163 (GET_RELOC_ADDEND): Use it. Parenthesize macro arguments.
3164 (SET_RELOC_ADDEND): Parenthesize macro argument.
3165
95d0f04a
DA
31662003-01-07 John David Anglin <dave.anglin@nrc.gc.ca>
3167
3168 * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
3169 adjust addil instructions if the symbol has no section.
3170
5c9e189c
DD
31712003-01-07 DJ Delorie <dj@redhat.com>
3172
3173 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
3174 partial_inplace.
3175
3e829b4a
AS
31762003-01-07 Andreas Schwab <schwab@suse.de>
3177
3178 * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
3179 PC relative relocations.
3180 (elf_m68k_discard_copies): Set it here instead.
3181
a75473eb
SC
31822002-01-02 Ben Elliston <bje@redhat.com>
3183 Jeff Johnston <jjohnstn@redhat.com>
3184
3185 * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
3186 (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
3187 (BFD32_BACKENDS): Add elf32-iq2000.lo.
3188 (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
3189 (cpu-iq2000.lo): New target.
3190 * Makefile.in: Regenerate.
3191 * config.bfd: Handle iq2000-*-elf.
3192 * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
3193 (bfd_archures_list): Add bfd_iq2000_arch.
3194 * configure.in: Handle bfd_elf32_iq2000_vec.
3195 * configure: Regenerate.
acc990f2 3196 * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
a75473eb
SC
3197 and BFD_RELOC_IQ2000_UHI16.
3198 * targets.c (bfd_elf32_iq2000_vec): Declare.
3199 (bfd_target_vector): Add bfd_elf32_iq2000_vec.
3200 * elf.c (prep_headers): Set e_machine to EM_IQ2000.
3201 * cpu-iq2000.c: New file.
3202 * elf32-iq2000.c: Likewise.
3203 * libbfd.h: Regenerate.
3204 * bfd-in2.h: Likewise.
3205
64543e1a
RS
32062003-01-02 Richard Sandiford <rsandifo@redhat.com>
3207
3208 * elfxx-mips.c: Include libiberty.h.
3209 (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
3210 (mips_set_isa_flags): New function, split out from...
3211 (_bfd_mips_elf_final_write_processing): ...here. Only call
3212 mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
3213 (mips_mach_extensions): New array.
3214 (mips_32bit_flags_p): New function.
3215 (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
3216 Use mips_32bit_flags_p to check if one binary is 32-bit and the
3217 other is 64-bit. When adopting IBFD's architecture, adopt the
3218 bfd_mach as well as the flags.
3219
4852a44e
NC
32202003-01-02 Nick Kelsey <nickk@ubicom.com>
3221
3222 * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
3223 fix internal errors, fix bad code generation, fix incorrect stabs
3224 information, and improve ability to eliminate redundant page
3225 instructions. Added code to ip2k_final_link_relocate to self-verify
3226 the linker relaxation. Fix formatting problems.
3227
af7ee8bf
CD
32282002-12-30 Chris Demetriou <cgd@broadcom.com>
3229
3230 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
3231 * archures.c (bfd_mach_mipsisa32r2): New define.
3232 * bfd-in2.h: Regenerate.
3233 * cpu-mips.c (I_mipsisa32r2): New enum value.
3234 (arch_info_struct): Add entry for I_mipsisa32r2.
3235 * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
3236 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
3237 (_bfd_mips_elf_final_write_processing): Add
3238 bfd_mach_mipsisa32r2 case.
3239 (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
3240 binaries marked as using MIPS32 Release 2.
3241
2469cfa2
NC
32422002-12-30 Dmitry Diky <diwil@mail.ru>
3243
3244 * Makefile.am: Add msp430 target.
3245 * configure.in: Likewise.
3246 * Makefile.in: Regenerate.
3247 * configure: Regenerate.
3248 * archures.c: Add msp430 architecture vector.
3249 * config.bfd: Likewise.
3250 * reloc.c: Add msp430 relocs.
3251 * targets.c: Add msp320 target.
3252 * cpu-msp430.c: New file: msp430 cpu detection.
3253 * elf32-msp430.c: New file: msp430 reloc processing.
3254 * bfd-in2.h: Regenerate.
3255 * libbfd.h: Regenerate.
3256
eecdbe52
JJ
32572002-12-28 Jakub Jelinek <jakub@redhat.com>
3258
3259 * elf.c (elf_sort_sections): Don't reorder .tbss.
3260 (assign_file_positions_for_segments): Only adjust off/voff
3261 for increased alignment in PT_LOAD or PT_NOTE segment,
3262 but adjust p_filesz for .tbss too. in PT_LOAD consider
3263 .tbss to have zero memory size.
3264 (copy_private_bfd_data) [SECTION_SIZE]: Define.
3265 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
3266 [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
3267 into PT_TLS segment. Never put SHF_TLS sections in
3268 segments other than PT_TLS or PT_LOAD.
3269
3270 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
3271 sh_entsize.
3272
213e90f4
DD
32732002-12-23 DJ Delorie <dj@redhat.com>
3274
3275 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
3276
75828352
AM
32772002-12-23 Alan Modra <amodra@bigpond.net.au>
3278
3279 * elflink.h (elf_link_output_extsym): Heed strip_discarded.
3280
312b768e
NC
32812002-12-23 Nick Clifton <nickc@redhat.com>
3282
3283 * archures.c (bfd_arch_get_compatible): Add third parameter
3284 'accept_unknowns'. Only accept unknown format BFDs if
3285 accept_unknowns is true, or if the format is "binary".
acc990f2 3286 * bfd-in2.h: Regenerate.
312b768e 3287
63222ec9
NC
32882002-12-21 Nick Clifton <nickc@redhat.com>
3289
3290 * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
3291 that subtracted 8 from pc relative relocations.
3292
19852a2a
KH
32932002-12-20 Kazu Hirata <kazu@cs.umass.edu>
3294
3295 * coff-h8300.c: Fix comment typos.
3296 * coffcode.h: Likewise.
3297 * cpu-cris.c: Likewise.
3298 * elf32-vax.c: Likewise.
3299 * genlink.h: Likewise.
3300 * linker.c: Likewise.
3301 * som.c: Likewise.
3302 * tekhex.c: Likewise.
3303 * vms-misc.c: Likewise.
3304
5fd63999
DD
33052002-12-20 DJ Delorie <dj@redhat.com>
3306
3307 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
3308 * libbfd.h: Regenerate.
3309 * bfd-in2.h: Regenerate.
3310 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
3311 (xstormy16_reloc_map): Add R_XSTORMY16_12.
acc990f2 3312
4ee79850
KH
33132002-12-19 Kazu Hirata <kazu@cs.umass.edu>
3314
3315 * doc/bfdint.texi: Fix typos.
3316
66e25bab
AM
33172002-12-20 Paul Eggert <eggert@twinsun.com>
3318
3319 Port to POSIX 1003.1-2001.
3320 * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
3321 * configure.in (build-warnings): Likewise.
3322 (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
3323 * aclocal.m4: Regenerate.
3324 * config.in: Regenerate.
3325 * configure: Regenerate.
3326
7dc77aaa
AM
33272002-12-19 Alan Modra <amodra@bigpond.net.au>
3328
0171ee92
AM
3329 * coff-h8300.c: Include libiberty.h.
3330 (h8300_reloc16_extra_cases): Check the hash table creator before
3331 referencing h8300 specific fields. Stash the hash table pointer
3332 in a local var. Comment typo fixes.
3333 (h8300_bfd_link_add_symbols): Likewise.
3334
1049f94e 3335 * reloc.c (struct reloc_howto_struct): Revise src_mask and
7dc77aaa
AM
3336 dst_mask comments.
3337 * bfd-in2.h: Regenerate.
3338
47388f4c
AM
33392002-12-18 Alan Modra <amodra@bigpond.net.au>
3340
3341 * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
3342 code a little. Comment on dynamic relocs against section symbols.
3343
1b3e3744
AM
33442002-12-17 Roger Sayle <roger@eyesopen.com>
3345
3346 * configure.host (ia64-*-hpux*): Support 64 bit targets using
3347 the HP compiler's "long long".
3348
46f2b541
DD
33492002-12-16 Andrew MacLeod <amacleod@redhat.com>
3350
3351 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
3352 and R_XSTORMY16_HI16) howto entries.
3353 (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
1b3e3744 3354 (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
46f2b541
DD
3355 determine the start of the second reloc table.
3356
af738ea7
NC
33572002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu>
3358
3359 * ecofflink.c: Fix the reading of the debugging information
3360 of Tru64/Alpha binaries that are produced by recent Compaq
3361 compilers.
3362 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
3363 table.
3364 (lookup_line): Because of the strange information sometimes
3365 generated by Compaq's recent compilers, change how the FDR
3366 table is searched so that PDRs (procedure descriptors) are
3367 correctly found. Note that this change is really more of a hack;
3368 however, I have included extensive documentation as to why
3369 this is the best solution short of an extensive rewrite or
3370 another hack.
3371 (fdrtab_lookup): Add comments to explain the algorithm.
3372
5354b572
AO
33732002-12-12 Alexandre Oliva <aoliva@redhat.com>
3374
3375 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
3376 initializers to match struct declaration.
3377
ab3acfbe
AM
33782002-12-12 Alan Modra <amodra@bigpond.net.au>
3379
3380 * dwarf2.c (comp_unit_contains_address): Comment typo fix.
3381 * elf.c (get_program_header_size): Likewise.
3382 * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
3383 (m32r_elf_generic_reloc): Likewise.
3384 * elf32-ppc.c (ppc_elf_howto_init): Likewise.
3385 * elflink.h (elf_bfd_discard_info): Likewise.
3386
6348e046
AM
33872002-12-12 Alan Modra <amodra@bigpond.net.au>
3388
3389 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
3390 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
3391 DT_RELSZ adjustment, not output section. Avoid writing tags when
3392 unchanged. Don't assume linker script is sane, adjust DT_REL too.
3393 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
3394 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
3395 DT_RELASZ adjustment, not output section. Avoid writing tags when
3396 unchanged. Adjust DT_RELA.
3397 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
3398 formatting. Avoid writing tags when unchanged. Adjust DT_RELA.
3399
2e7a68a8
AO
34002002-12-12 Alexandre Oliva <aoliva@redhat.com>
3401
3402 * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
3403 addend by 4.
3404
b15e6682
AO
34052002-12-12 Alexandre Oliva <aoliva@redhat.com>
3406
3407 * elfxx-mips.c (struct mips_got_entry): New.
3408 (struct mips_got_info): Added got_entries field.
3409 (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
3410 (mips_elf_local_got_index, mips_elf_got_page,
3411 mips_elf_got16_entry): Re-implement in terms of new...
3412 (mips_elf_create_local_got_entry): Rewrite to use got_entries.
3413 Change return type.
3414 (mips_elf_highest): Warning clean-up.
3415 (mips_elf_create_got_section): Initialize got_entries.
3416 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
3417 local got size.
3418 (_bfd_mips_elf_size_dynamic_sections): Do not account for
3419 GOT_PAGE entries, since we now reuse GOT16 entries.
3420
e6af3a53
NC
34212002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
3422
3423 * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
3424 read-only section that lies after .text and before .data to be
3425 written into the output file and included in a_text.
3426 (translate_to_native_sym_flags): If an otherwise unrepresentable
3427 section was merged with .text, convert its symbols to N_TEXT
3428 symbols.
3429 * libaout.h (aout_section_merge_with_text_p): New macro.
3430
cf3d882d
AM
34312002-12-08 Alan Modra <amodra@bigpond.net.au>
3432
3433 * bfd-in.h: Comment typo fix. Formatting.
3434 * bfd-in2.h: Regenerate.
3435 * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
3436 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
3437 * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
3438
2f9bd3f6
RH
34392002-12-05 Richard Henderson <rth@redhat.com>
3440
3441 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
3442 Only send PCREL21B though the plt. Fix installed reloc type.
3443 (elfNN_ia64_relocate_section): Give error for dynamic reloc
3444 against PCREL22 or PCREL64I; clean up error messages for
3445 branch relocs.
3446
d0112f73
KB
34472002-12-04 Kevin Buettner <kevinb@redhat.com>
3448
3449 * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
3450 New functions.
3451 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
3452
c10d9d8f
JW
34532002-12-04 David Mosberger <davidm@hpl.hp.com>
3454
3455 * cpu-ia64-opc.c: Add operand constant "ar.csd".
3456
d48770d4
L
34572002-12-04 H.J. Lu <hjl@gnu.org>
3458
3459 * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
3460 BFD address when constructing local name.
3461
b6152c34
AS
34622002-12-04 Andreas Schwab <schwab@suse.de>
3463
3464 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
3465 member.
3466 (elf_m68k_link_hash_table_create): Initialize it.
3467 (elf_m68k_check_relocs): Handle symbols that are forced to be
3468 local due to visibility changes.
3469 (elf_m68k_adjust_dynamic_symbol): Likewise.
3470 (elf_m68k_size_dynamic_sections): Likewise.
3471 (elf_m68k_discard_copies): Likewise.
3472 (elf_m68k_relocate_section): Likewise.
3473
73374ef1
AM
34742002-12-04 Alan Modra <amodra@bigpond.net.au>
3475
3476 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
3477
c5c1944d
AM
34782002-12-04 Alan Modra <amodra@bigpond.net.au>
3479
3480 * srec.c (srec_write_symbols): Restore '$' prefix to address
3481 accidentally removed in 2002-04-04 change.
3482 (srec_get_symtab): Use 0 instead of `(long) FALSE'.
3483
e1a9cb8e
NC
34842002-12-03 Nick Clifton <nickc@redhat.com>
3485
3486 * elf32-ppc.c (apuinfo_list_init): New function.
73374ef1
AM
3487 (apuinfo_list_add): New function: Add a value to the list.
3488 (apuinfo_list_length): New function: Return the number of
3489 values on the list.
3490 (apuinfo_list_element): New function: Return a value on the
3491 list.
3492 (apuinfo_list_finish): New function: Free the resources used
3493 by the list.
3494 (ppc_elf_begin_write_processing): New function. Scan the
3495 input bfds for apuinfo sections.
3496 (ppc_elf_write_section): New function: Delay the creation of
3497 the contents of an apuinfo section in an output bfd.
3498 (ppc_elf_final_write_processing): New function. Create the
3499 contents of an apuinfo section in an output bfd.
3500 (elf_backend_begin_write_processing): Define.
3501 (elf_backend_final_write_processing): Define.
3502 (elf_backend_write_section): Define.
e1a9cb8e 3503
a823923b
RH
35042002-12-03 Richard Henderson <rth@redhat.com>
3505
3506 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
3507
30491647
SC
35082002-12-01 Stephane Carrez <stcarrez@nerim.fr>
3509
3510 Fix PR savannah/1417:
3511 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
3512 branch if it goes to the start of the deleted region.
3513
bc7c6a90
SC
35142002-12-01 Stephane Carrez <stcarrez@nerim.fr>
3515
3516 * bfd-in2.h (bfd_mach_m6812): Rebuild.
3517 * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
3518 bfd_mach_m6812s): Declare.
3519
3520 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
3521 (_bfd_m68hc12_elf_set_private_flags): Call it.
3522 (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
3523 (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
3524 report microcontroller incompatibilities (HC12 vs HCS12).
3525 (elf_backend_object_p): Update.
3526
b34976b6
AM
35272002-11-30 Alan Modra <amodra@bigpond.net.au>
3528
3529 * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
3530 (enum bfd_boolean, boolean): Delete.
3531 (bfd_boolean): Typedef to an int.
3532 (FALSE, TRUE): Define.
3533 * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
3534 aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
3535 aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
3536 binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
3537 coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
3538 coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
3539 coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
3540 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
3541 coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
3542 coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
3543 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
3544 cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
3545 cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
3546 cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
3547 cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
3548 cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
3549 cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
3550 cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
3551 cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
3552 cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
3553 dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
3554 elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
3555 elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
3556 elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
3557 elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
3558 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
3559 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
3560 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
3561 elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
3562 elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
3563 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
3564 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
3565 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
3566 elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
3567 elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
3568 elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
3569 hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
3570 i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
3571 libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
3572 libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
3573 m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
3574 mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
3575 nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
3576 pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
3577 pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
3578 pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
3579 reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
3580 som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
73374ef1 3581 syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
b34976b6
AM
3582 vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
3583 xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
3584 bfd_boolean, true with TRUE, false with FALSE. Simplify comparisons
3585 of bfd_boolean vars with TRUE/FALSE. Formatting.
3586 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
3587
947216bf
AM
35882002-11-28 Alan Modra <amodra@bigpond.net.au>
3589
3590 * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
3591 Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
3592 with Elf_Internal_Rela.
3593 * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
3594 elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
3595 elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
3596 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
3597 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
3598 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
3599 elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
3600 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
3601 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
3602 elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
3603 elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
3604 * elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
3605 throughout instead.
3606 * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
3607 * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
3608 Remove INLINE keyword.
3609 (elf_swap_reloc_in): Likewise. Also clear r_addend.
3610 (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
3611 as a bfd_byte *.
3612 (elf_write_relocs): Consolidate REL and RELA code.
3613 (elf_slurp_reloc_table_from_section): Simplify REL code.
3614 (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
3615 * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
3616 * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
3617 RELA code.
3618 (elf_link_adjust_relocs): Likewise. Don't malloc space for temp
3619 reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
3620 (elf_link_output_relocs): Likewise.
3621 (elf_reloc_link_order): Likewise.
3622 (elf_finish_pointer_linker_section): Likewise.
3623 (struct elf_link_sort_rela): Remove union.
3624 (elf_link_sort_cmp1): Update to suit.
3625 (elf_link_sort_cmp2): Here too.
3626 (elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
3627 over-allocation for int_rels_per_ext_rel != 1 case.
3628 * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
3629 * elf32-i386.c: Likewise.
3630 * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
3631 * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
3632 elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
3633 * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
3634 * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
3635 elf64-sparc.c, elf64-x86-64.c: Likewise.
3636 * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
3637 * elfxx-mips.c (sort_dynamic_relocs): Likewise for
3638 bfd_elf32_swap_reloc_in.
3639
3640 * elf32-arm.h: Update elf32_arm_info_to_howto calls.
3641 * elf32-mips.c: Likewise for mips_info_to_howto_rel.
3642 (mips_elf64_swap_reloc_in): Zero r_addend.
3643 (mips_elf64_be_swap_reloc_in): Likewise.
3644 (mips_elf64_slurp_one_reloc_table): Simplify.
3645
3646 * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
3647 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
3648 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
3649
1448fa32
KK
36502002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3651
3652 * elf32-sh.c (sh_elf_relocate_section): Don't complain about
73374ef1 3653 unresolved debugging relocs in dynamic applications.
1448fa32
KK
3654 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
3655
73722af0
AM
36562002-11-26 Alan Modra <amodra@bigpond.net.au>
3657
3658 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
3659 (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
3660 on a relocatable link. Comment typos.
3661 * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
3662 in the order they are declared. Clear elf_hash_value too.
3663 (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear
3664 eh_info and tls_segment.
3665 * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
3666 sorted when discarding relocs by turning them into R_*_NONE.
3667
3668 * libbfd.c (warn_deprecated): Comment spelling.
3669 * po/SRC-POTFILES.in: Regenerate.
3670
7c25b72c
RH
36712002-11-21 Richard Henderson <rth@redhat.com>
3672
3673 * elflink.h (elf_link_add_object_symbols): Don't overwrite the
3674 arch's st_other bits when merging visibilities.
3675 (elf_link_output_extsym): Tidy clearing of visibility field.
3676
dc12c51f
AM
36772002-11-21 Alan Modra <amodra@bigpond.net.au>
3678
3679 * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
3680 (SWAP_OUT_RELOC_OFFSET): Define.
3681
963f13ec
AO
36822002-11-20 Alexandre Oliva <aoliva@redhat.com>
3683
3684 * elf.c (_bfd_elf_link_hash_table_init): Make sure
3685 can_refcount is properly extended to the type of
3686 init_refcount.
3687
ee6423ed
AO
36882002-11-19 Alexandre Oliva <aoliva@redhat.com>
3689
4ffba85c
AO
3690 * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
3691 (_bfd_mips_elf_relocate_section): Use it.
3692
ee6423ed
AO
3693 * elfxx-mips.c (MNAME): New macro.
3694 (_bfd_mips_elf_check_relocs): Use it.
3695 (_bfd_mips_elf_discard_info): Likewise.
3696 (_bfd_mips_elf_final_link): Likewise.
3697
cdcf6e38
AM
36982002-11-19 Alan Modra <amodra@bigpond.net.au>
3699
3700 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
3701 rel_hdr.sh_size too.
3702
93509525
KD
37032002-11-18 Klee Dienes <kdienes@apple.com>
3704
3705 * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
3706 (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
3707 (BFD_H_FILES): Add bfdwin.c, bfdio.c.
3708 (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
3709 Add dependencies for bfdwin.c, bfdio.c.
3710 * bfd.c: Remove bfd_get_mtime, bfd_get_size.
3711 * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
3712 bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
3713 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
3714 * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
3715 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
3716 bfd_get_size (moved from libbfd.c and bfd.c).
3717 * bfdwin.c New file. Contains _bfd_window_internal,
3718 bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
3719 libbfd.c and bfd.c).
3720 * po/SRC-POTFILES.in: Regenerate.
3721 * po/bfd.pot: Regenerate.
3722 * libbfd.h: Regenerate.
3723 * bfd-in2.h: Regenerate.
3724 * aclocal.m4: Regenerate.
3725 * Makefile.in: Regenerate.
3726 * configure: Regenerate.
3727
3ae41454
AM
37282002-11-18 Klee Dienes <kdienes@apple.com>
3729
3730 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
3731
e514ac71
NC
37322002-11-15 Kazu Hirata <kazu@cs.umass.edu>
3733
3734 * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
3735 jsr after a short jump.
3736 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
3737
eddc4f81
KD
37382002-11-15 Klee Dienes <kdienes@apple.com>
3739
3740 * pef.c (bfd_pef_convert_architecture): Move declaration of
3741 ARCH_POWERPC and ARCH_M68K to the start of the function.
3742
51908eee
SS
37432002-11-14 Svein E. Seldal <Svein.Seldal@solidas.com>
3744
3745 * coff-tic4x.c (tic4x_howto_table): Formatting fixup
3746
3416d2e7
HPN
37472002-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3748
3749 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
3750 For bpo_gregs_section->contents, allocate _raw_size, not
3751 _cooked_size.
3752
b1c58715
AM
37532002-11-13 Klee Dienes <kdienes@apple.com>
3754
3755 * config.bfd: Add entries for powerpc-*-darwin and cousins.
3756
077ca68b
L
37572002-11-13 H.J. Lu <hjl@gnu.org>
3758
3759 * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
3760
e84d6fca
AM
37612002-11-13 Klee Dienes <kdienes@apple.com>
3762 Alan Modra <amodra@bigpond.net.au>
3763
3764 * bfd.c (struct bfd_preserve): New.
3765 (bfd_preserve_save): New function.
3766 (bfd_preserve_restore): Ditto.
3767 (bfd_preserve_finish): Ditto.
3768 * bfd-in2.h: Regenerate.
3769 * mach-o.c: Formatting.
3770 (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
3771 (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
3772 (bfd_mach_o_core_p): Ditto.
3773 (bfd_mach_o_scan): Pass in mdata.
3774 * mach-o.h (bfd_mach_o_scan): Update prototype.
3775 * pef.c: Formatting.
3776 (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
3777 (bfd_pef_xlib_object_p): Ditto.
3778 (bfd_pef_scan): Pass in mdata. Move version check to bfd_pef_object_p.
3779 * pef.h (bfd_pef_scan): Update prototype.
3780 * xsym.c: Formatting, K&R fixes.
3781 (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
3782 (bfd_sym_scan): New function split out from bfd_sym_object_p.
3783 * xsym.h (bfd_sym_scan): Declare.
3784 * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
a7f84125 3785 * elfcore.h (elf_core_file_p): Likewise.
e84d6fca
AM
3786 * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
3787
cd24c222
NC
37882002-11-12 Nick Clifton <nickc@redhat.com>
3789
3790 * po/da.po: Updated Danish translation.
3791
99eb2ac8
AM
37922002-11-12 Alan Modra <amodra@bigpond.net.au>
3793
d6fe2dc1
AM
3794 * elflink.h (elf_link_add_object_symbols): Optimize stabs for
3795 relocatable link too.
3796 (elf_link_input_bfd): When emitting relocs, adjust offsets for
3797 eh_frame and stab sections. Zap deleted relocs.
3798 (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
3799 (elf_bfd_discard_info): Run for relocatable link too.
3800 * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd. Make global.
3801 Handle ld -r case.
3802 (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
3803 * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
3804
126495ed
AM
3805 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
3806 (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
3807 (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
3808 (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
3809 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
3810 (struct elf_link_hash_table): Add eh_info.
3811 (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
3812 (_bfd_elf_discard_section_eh_frame): Update prototype.
3813 (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
3814 (_bfd_elf_write_section_eh_frame): Likewise.
3815 (_bfd_elf_write_section_eh_frame_hdr): Likewise.
3816 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
3817 param. Get "hdr_info" from link hash table.
3818 (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param. Get
3819 header section from link hash table. Save header section to elf_tdata.
3820 (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec". Use
3821 header section from link hash table. Don't alloc hdr_info. Clear
3822 hdr_sec instead of setting "strip".
3823 (_bfd_elf_eh_frame_section_offset): Formatting.
3824 (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
3825 Get header section from link hash table.
3826 (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
3827 Get header section from link hash table.
3828 * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
3829 (get_program_header_size): Likewise.
3830 (_bfd_elf_section_offset): Formatting.
3831 * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
3832 section pointer in link hash table.
3833 (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
3834 and _bfd_elf_write_section_eh_frame calls. Update comment about
3835 eh_frame entries.
3836 (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
3837 _bfd_elf_discard_section_eh_frame_hdr calls. Remove "ehdr".
3838
3839 * po/SRC-POTFILES.in: Regenerate.
3840
99eb2ac8
AM
3841 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
3842 relocs for discarded FDEs. Remove dead code.
3843 (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
3844 * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
3845 Tidy conditions under which stabs are edited. Formatting.
3846 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
3847 from discarded relocs.
3848 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
3849 section adjustments after testing magic values.
3850
7c319a27
AM
38512002-11-12 Thomas Moestl <tmm@FreeBSD.org>
3852
3853 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
3854 references to large plt symbols.
3855
a95a4550
AM
38562002-11-12 Klee Dienes <kdienes@apple.com>
3857
3858 * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
3859 looking for an unused section name.
3860
bc7eab72
KH
38612002-11-11 Kazu Hirata <kazu@cs.umass.edu>
3862
3863 * coff-h8300.c: Fix formatting.
3864 * elf32-h8300.c: Likewise.
3865 * reloc16.c: Likewise.
3866
52585bb8
AM
38672002-11-09 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
3868
3869 * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
3870 section when dynamic section unused; _bfd_strip_section_from_output
3871 instead.
3872
9f632188
AM
38732002-11-08 Alan Modra <amodra@bigpond.net.au>
3874
207b304b
AM
3875 * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
3876 and sym_vec.
3b029f65 3877
9f632188
AM
3878 * dwarf2.c: Revert last change.
3879
ec4530b5
NC
38802002-11-07 Michal Ludvig <mludvig@suse.cz>
3881
9b5ecbd0 3882 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
ec4530b5
NC
3883 _bfd_dwarf2_find_nearest_line): Use
3884 bfd_simple_get_relocated_section_contents() instead of
3885 bfd_get_section_contents().
3886 * reloc.c (bfd_perform_relocation): Add sanity check.
3887 * simple.c (simple_get_relocated_section_contents): If the section
3888 does not have any relocs associated with it, just return the
3889 unadjusted contents.
3890
205cfeb0
HPN
38912002-11-07 Hans-Peter Nilsson <hp@axis.com>
3892
3893 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
3894 case R_CRIS_32_GOT>: Correct test for filling in constant .got
3895 contents, enabling for a non-DSO, for symbols defined in the
3896 program with --export-dynamic.
3897
87e226ce
AM
38982002-11-07 Alan Modra <amodra@bigpond.net.au>
3899
3900 * elf64-ppc.c: Comment typo fixes.
3901 (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
3902
235c4794
NC
39032002-11-07 Nick Clifton <nickc@redhat.com>
3904
3905 * po/da.po: Updated Danish translation.
3906
49179469
AO
39072002-11-06 Alexandre Oliva <aoliva@redhat.com>
3908
3909 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
3910 exactly three internal relocs per external reloc. Set reloc_count
3911 to the external reloc count.
3912
246178f2
NC
39132002-11-06 Klee Dienes <kdienes@apple.com>
3914
3ae41454 3915 * coff-stgo32.c (stub_bytes): Mark as const.
246178f2
NC
3916 Fix comment formatting.
3917
3af9a47b
NC
39182002-11-06 Klee Dienes <kdienes@apple.com>
3919
3ae41454 3920 * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
3af9a47b
NC
3921 xsym.lo.
3922 (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
3923 (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
3924 * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
3925 * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
3926 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
3927 sym.
3ae41454 3928 (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
3af9a47b
NC
3929 * Makefile.in: Regenerate.
3930 * doc/Makefile.in: Regenerate.
3ae41454 3931 * bfd-in2.h: Regenerate.
3af9a47b
NC
3932 * xsym.c: New file. Contains support for the Apple/Metrowerks
3933 xSYM debugging format.
3934 * xsym.h: New file.
3935 * pef.c: New file. Contains support for the Apple Code Fragment
3936 Manager Preferred Executable Format
3937 * pef.h: New file.
3938 * pef-traceback.h: New file. Contains support for parsing PowerPC
3939 traceback tables as used by PEF executables (and perhaps other
3940 systems as well).
3ae41454 3941 * mach-o.c: New file. Contains support for the Mach-O object file
3af9a47b
NC
3942 format.
3943 * mach-o.h: New file.
3944 * mach-o-target.c: New file. Declares the mach-o targets
3945 themselves. Included three times by mach-o.c; each time with a
3946 different set of macros set.
3ae41454 3947
b6821651 39482002-11-06 Graeme Peterson <gp@qnx.com>
911b232a
AM
3949
3950 * Makefile.am: Remove entries for elf32-qnx.[ch].
3951 * Makefile.in: Regenerate.
3952 * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
3953 ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
3954 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
3955 * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
3956 bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
3957 and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
3958 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
3959 * configure: Regenerate.
3960 * elf32-qnx.c: Remove.
3961 * elf32-qnx.h: Remove.
3962 * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
3963 is_contained_by_filepos, and copy_private_bfd_data_p.
ad12c1c5
AM
3964 * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
3965 is_contained_by_filepos, and copy_private_bfd_data_p.
911b232a
AM
3966 * elf32-i386.c: Remove QNX extended bfd support.
3967 * elf32-ppc.c: Remove QNX extended bfd support.
3968 * elf32-sh.c: Remove QNX extended bfd support.
3969 * elfarm-nabi.c: Remove QNX extended bfd support.
3970 * targets.c: Remove qnx vectors.
3971 * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
3972 (elf_backend_is_contained_by_filepos): Remove.
3973 (elf_backend_copy_private_bfd_data_p): Remove.
3974 * po/SRC-POTFILES.in: Regenerate.
3975
b6821651
AM
39762002-11-06 David O'Brien <obrien@FreeBSD.org>
3977 Alan Modra <amodra@bigpond.net.au>
3978
3979 * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
3980 dynamic relocs against section symbols for the output section vma.
3981
39822002-11-05 Alan Modra <amodra@bigpond.net.au>
3983
3984 * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
3985 t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
3986
08f74004
AM
39872002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3988 Alan Modra <amodra@bigpond.net.au>
3989
3990 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
3991 vectors in target_selvecs.
3992 (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
3993 in target_selvecs.
3994 (sh-*-netbsdelf*): Likewise.
3995 * configure.in (assocvecs): New variable. Handle assocvecs like
3996 selvecs.
3997 * configure: Regenerate.
3998 * format.c (bfd_check_format_matches): Store bfd_target pointers
3999 in matching_vector instead of target names. Select first target
4000 from bfd_associated_vector that matches a list of ambiguous targets.
4001 * targets.c (_bfd_associated_vector): New array.
4002 (bfd_associated_vector): New variable.
4003 (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
4004 * libbfd-in.h (bfd_associated_vector): Declare.
4005 * libbfd.h: Regenerate.
4006
89117aab
AM
40072002-11-05 Elias Athanasopoulos <eathan@otenet.gr>
4008
4009 * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
4010 non-NULL before dereferencing.
4011
5e9aae3e
KK
40122002-11-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4013
4014 * vms.c (vms_object_p): Restore the start address when returning
4015 NULL.
4016
c97e73dd
AM
40172002-11-04 Alan Modra <amodra@bigpond.net.au>
4018 Hans-Peter Nilsson <hp@axis.com>
4019
4020 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
4021 (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
4022 Set up a larger symshndxbuf, and write it out. Free it on
4023 exit rather than freeing symbuf twice. Correct section index
4024 on output section symbol loop.
4025 (elf_link_output_sym): Accumulate symbol extension section
4026 indices, reallocating symshndxbuf rather than writing it out.
4027 (elf_link_flush_output_syms): Don't flush symshndxbuf.
4028 * elf.c (assign_section_numbers): Init i_shdrp to all zero.
4029 Use bfd_zalloc to clear i_shdrp[0] too.
4030
3463048e
SC
40312002-11-03 Stephen Clarke <stephen.clarke@earthling.net>
4032
4033 * elf32-sh64-com.c (sh64_address_in_cranges): Use
4034 _raw_size of cranges section if _cooked_size not yet set.
4035
63a23799
HPN
40362002-11-03 Hans-Peter Nilsson <hp@axis.com>
4037
4038 * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
4039 for bfd_elf32_swap_symbol_out.
4040
e68cc12e
DB
40412002-10-31 David O'Brien <obrien@FreeBSD.org>
4042
4043 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
4044 signed and unsigned in comparison.
4045
db4b6d01
DJ
40462002-10-30 Daniel Jacobowitz <drow@mvista.com>
4047
4048 * coffcode.h: Remove extraneous '\'.
4049
840f0243
L
40502002-10-28 H.J. Lu <hjl@gnu.org>
4051
4052 * Makefile.am (targets.lo): Depend on Makefile instead of
4053 config.status.
4054 (archures.lo): Likewise.
4055 * Makefile.in: Regenerated.
4056
05a7e2db
JT
40572002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
4058
4059 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
4060 bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
4061 targ_selvecs.
4062
a0087177
JW
40632002-10-25 Jim Wilson <wilson@redhat.com>
4064
4065 * elf64-sh64.c (sh_elf64_relocate_section): Call
4066 _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
4067 of SHF_MERGE section.
4068
8718ac9c
HPN
40692002-10-25 Hans-Peter Nilsson <hp@axis.com>
4070
4071 * simple.c: Correct placement of ATTRIBUTE_UNUSED.
4072
d45913a0
DA
40732002-10-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
4074
4075 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
4076 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
4077 unsigned int.
4078 (NAME(aout,final_link)): Cast enum used in assignment.
4079 (aout_link_write_symbols): Cast enums in comparisons, int values to
4080 boolean, enums in assignments to int.
4081 (aout_link_input_section_std): Cast rel->r_index to unsigned int.
3dab13f6
AM
4082 (aout_link_input_section_ext): Likewise. Cast enums used in
4083 comparisons with unsigned ints.
d45913a0
DA
4084 (aout_link_reloc_link_order): Cast enum to int in assignment.
4085 * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
4086 calls to char *.
4087 * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
4088 assignment.
4089 * bfd-in2.h (bfd_set_section_vma): Likewise.
4090 * bfd.c (bfd_record_phdr): Cast enums in assignments.
4091 * binary.c (bfd_alloc): Cast enum to long.
4092 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
4093 * dwarf2.c (read_abbrevs): Add casts to enum types.
4094 (read_attribute_value): Likewise.
4095 (arange_add): Cast result of bfd_zalloc call.
4096 (comp_unit_contains_address): Return true and false.
4097 (comp_unit_find_nearest_line): Cast return to boolean.
4098 * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
4099 * gen-aout.c: define macro '_' if not defined.
4100 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
4101 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
4102 (bfd_write_bigendian_4byte_int): Cast return to boolean.
4103 (bfd_seek): Cast bfd_realloc to bfd_byte *.
4104 (bfd_generic_is_local_label_name): Cast return to boolean.
4105 * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
4106 * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
4107 struct bfd_hash_entry *.
4108 (_bfd_generic_link_hash_newfunc): likewise.
4109 (_bfd_generic_final_link): Cast enum to unsigned int.
4110 * merge.c (sec_merge_emit): Cast return to boolean.
4111 (merge_strings): Add casts to const unsigned char *.
4112 * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
4113 (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
3dab13f6
AM
4114 * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result
4115 to struct bfd_hash_entry *.
d45913a0
DA
4116 (bfd_set_section_content): Add cast to PTR in comparison.
4117 * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
4118 simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
4119 simple_dummy_unattached_reloc,
4120 bfd_simple_get_relocated_section_contents): Add K&R declarations and
4121 function definitions.
4122 * srec.c (S3Forced): Initialize to false.
4123 (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
4124 * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
4125 (_bfd_discard_section_stabs): Likewise. Also cast return to boolean.
4126 * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
4127 (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
4128 comparisons.
4129
475c2a7e
JJ
41302002-10-23 Jakub Jelinek <jakub@redhat.com>
4131
4132 * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
4133 relocs into shared lib non-allocated reloc sections.
4134
e82ce529
AM
41352002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu>
4136
4137 * dwarf2.c (add_line_info): Ensure that the line_info_table is
4138 sorted even when given an out-of-order line sequence.
4139 (lookup_address_in_line_info_table): When an exact VMA match is
4140 not found, return line information with the closest VMA.
4141
f2482cb2
NC
41422002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
4143
4144 * elf64-hppa.c: Force DT_FLAGS to always be set. Required by
4145 HPUX 11.00 patch PHSS_26559.
4146
c1fd6598
AO
41472002-10-22 Alexandre Oliva <aoliva@redhat.com>
4148
4149 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
4150 the options section into a separate section unless IRIX 6
4151 compatibility is enabled.
4152
033fd5f9
AO
41532002-10-22 Alexandre Oliva <aoliva@redhat.com>
4154
4155 * elflink.h (struct elf_link_sort_rela): Turn rel and rela
4156 into arrays.
4157 (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
4158 (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
4159 into account.
4160 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
4161 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
4162
ef485c01
AM
41632002-10-21 Graeme Peterson <gp@qnx.com>
4164
4165 * targets.c (_bfd_target_vector): Add missing qnx vectors.
4166
b50afec9
AM
41672002-10-21 Alan Modra <amodra@bigpond.net.au>
4168
4169 * targets.c (bfd_target_list): Don't return the default target twice.
4170
5fe39cae
AM
41712002-10-21 Elias Athanasopoulos <eathan@otenet.gr>
4172
4173 * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
4174 perror with bfd_perror.
4175
5d603aa9
L
41762002-10-19 H.J. Lu <hjl@gnu.org>
4177
4178 * elflink.h (elf_link_add_object_symbols): Correctly handle
4179 DT_RPATH and DT_RUNPATH.
4180
e377ab71
MK
41812002-10-19 Mark Kettenis <kettenis@gnu.org>
4182
4183 * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
4184
0d09fec6
DC
41852002-10-17 Denis Chertykov <denisc@overta.ru>
4186
4187 * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
4188 for ip2k port.
4189
acf8aed4
AM
41902002-10-17 Alan Modra <amodra@bigpond.net.au>
4191
4192 * elfxx-target.h (USE_REL): Don't define as 1.
4193 * elf32-arm.h (USE_REL): Provide a default define of 0.
4194 Use #if rather than #ifdef when testing USE_REL.
4195 * elf32-m32r.c: Likewise.
4196
4197 * elf32-arc.c (USE_REL): Define as 1.
4198 * elf32-d10v.c (USE_REL): Likewise.
4199 * elf32-m32r.c (USE_REL): Likewise.
4200 * elf32-m68hc11.c (USE_REL): Likewise.
4201 * elf32-m68hc12.c (USE_REL): Likewise.
4202 * elf32-or32.c (USE_REL): Likewise.
4203 * elfarm-nabi.c (USE_REL): Likewise.
4204
f52d1d64
JJ
42052002-10-16 Jakub Jelinek <jakub@redhat.com>
4206
4207 * config.bfd (s390-*-linux*): Add targ64_selvecs.
4208 (s390x-*-linux*): Add targ_selvecs.
4209
2bc3c89a
AM
42102002-10-16 Alan Modra <amodra@bigpond.net.au>
4211
4212 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
5fe39cae 4213 elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
2bc3c89a
AM
4214 elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
4215 elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo.
4216 (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
4217 (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
4218 (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
4219 (SOURCE_HFILES): Add elf32-qnx.h.
4220 (BUILD_HFILES): Add bfdver.h.
4221 Run "make dep-am".
4222 * Makefile.in: Regenerate.
4223 * configure.in Update bfd vector dependencies.
4224 * configure: Regenerate.
4225 * elf32-i386-fbsd.c: Delete. Move code to elf32-i386.c.
4226 * elf32-i386qnx.c: Likewise.
4227 * elf32-ppcqnx.c: Delete. Move code to elf32-ppc.c.
4228 * elf32-sh-nbsd.c: Delete. Move code to elf32-sh.c.
4229 * elf32-sh-lin.c: Likewise.
4230 * elf32-shqnx.c: Likewise.
4231 * elf32-sh64-lin.c: Delete. Move code to elf32-sh64.c.
4232 * elf32-sh64-nbsd.c: Likewise.
4233 * elf64-sh64-lin.c: Delete. Move code to elf64-sh64.c.
4234 * elf64-sh64-nbsd.c: Likewise.
4235 * elfarmqnx-nabi.c: Delete. Move code to elfarm-nabi.c.
4236 * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
4237 * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
4238 * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
4239 * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
4240 (elf_backend_is_contained_by_filepos): Likewise.
4241 (elf_backend_copy_private_bfd_data_p): Likewise.
4242 Globalize and move functions to..
4243 * elf32-qnx.c: ..here. New file.
4244 * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests. Don't
4245 emit target vectors when INCLUDE_SHMEDIA.
4246 * elf32-sh64.c: Remove ELF_ARCH test. Move TARGET_* etc. defines to
4247 end of file.
4248 * elf64-sh64.c: Remove ELF_ARCH test.
4249 * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
4250 * po/BLD-POTFILES.in: Regenerate.
4251 * po/SRC-POTFILES.in: Regenerate.
4252
90c9df85
AM
42532002-10-16 Alan Modra <amodra@bigpond.net.au>
4254
366f2964
AM
4255 * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
4256 loaded with --just-symbols.
4257
90c9df85
AM
4258 * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
4259 * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
4260 * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
4261 * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
4262
2238051f
RH
42632002-10-15 Richard Henderson <rth@redhat.com>
4264
4265 * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
4266 (BFD64_BACKENDS_CFILES): Likewise.
4267 * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
4268 * elf64-alpha-fbsd.c: Remove file, move code ...
4269 * elf64-alpha.c: ... here.
4270 * Makefile.in, configure: Rebuild.
4271
64e04ecd
RH
42722002-10-14 Richard Henderson <rth@redhat.com>
4273
4274 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
4275 VALUE, not ADDEND.
4276
396a6083
SC
42772002-10-14 Stephen Clarke <stephen.clarke@superh.com>
4278
4279 * elf32-sh.c (elf_sh_link_hash_entry): Replace
4280 datalabel_got_offset with union of datalabel_got
4281 offset and refcount.
4282 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
4283 (allocate_dynrelocs): Delete unnecessary code for
4284 STT_DATALABEL type. Create entry in got for
4285 datalabel version of symbol if datalabel_got.refcount > 0.
4286 (sh_elf_relocate_section): Use datalabel_got union.
4287 (sh_elf_gc_sweep_hook): Pull common code to initialize
4288 h and eh out of switch statement. Declare seen_stt_datalabel.
4289 Initialize it. Decrement datalabel_got.refcount for
4290 got relocs when seen_stt_datalabel is true.
4291 Decrement local_got_refcounts entry for datalabel got relocs
4292 of local symbols.
4293 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
4294 (sh_elf_check_relocs): Declare seen_stt_datalabel.
4295 Initialize it. When seen_stt_datalabel is true, increment
4296 datalabel_got refcount rather than got.refcount.
4297 (sh_elf_finish_dynamic_symbol): Create relocs to
4298 initialize got entry for datalabel version of symbol.
4299
6a0735ef
AM
43002002-10-14 Alan Modra <amodra@bigpond.net.au>
4301
4302 * Makefile.am: Run "make dep-am".
4303 (BFD_H_FILES): Remove version.h.
4304 * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
4305 * version.h: ..to here.
4306 * configure.in (bfd_version_date): Remove.
4307 (AC_OUTPUT): Make bfdver.h from version.h.
4308 * bfd.c: #include "bfdver.h".
4309 * vms-hdr.c: Likewise.
4310 * Makefile.in: Regenerate.
4311 * bfd-in2.h: Regenerate.
4312 * configure: Regenerate.
4313 * po/SRC-POTFILES.in: Regenerate.
4314
686e4055
AM
43152002-10-14 Alan Modra <amodra@bigpond.net.au>
4316
4317 * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
4318 bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
4319 bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
4320 bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
4321 bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
4322 bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
4323 bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
4324 bfd_mach_ip2022, bfd_mach_ip2022ext,
4325 bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
4326 * bfd-in2.h: Regenerate.
4327
019dca2b
KK
43282002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4329
4330 * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
4331 endian vector to targ_selvecs.
4332
bce03d3d
AO
43332002-10-13 Alexandre Oliva <aoliva@redhat.com>
4334
4335 * elfxx-mips.c (mips_elf_calculate_relocation): Take
4336 save_addend argument. Don't apply the 32-bit mask to a
4337 GPREL32 value if it's to be used in another relocation. Don't
4338 use forced-check computation of local_p to decide whether to
4339 add gp0 to GPREL16 value. Don't use only the lowest 16 bits
4340 of the addend of a non-in-place GPREL16 relocation.
4341 (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
4342 mips_elf_calculate_relocation().
4343
9b691193
SC
43442002-10-12 Stephane Carrez <stcarrez@nerim.fr>
4345
4346 * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
4347 with symbols in other sections if we relaxed something; the sections
4348 output offsets must be re-computed before.
4349
1f4c5b47
SC
43502002-10-12 Stephane Carrez <stcarrez@nerim.fr>
4351
4352 * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
4353 handling to use Elf_Internal_Sym.
4354 (m68hc11_elf_relax_delete_bytes): Likewise.
4355
5dc97655
KK
43562002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4357
4358 * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
4359 sh_elf_object_p, dtpoff_base): New functions.
4360 (sh_elf_howto_table): Add TLS relocs.
4361 (sh_reloc_map): Likewise.
4362 (sh_elf_info_to_howto): Support TLS relocs.
4363 (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
4364 (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
4365 New macros.
4366 (sh_elf_obj_tdata): New.
4367 (elf_sh_link_hash_table): Add tls_ldm_got.
4368 (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
4369 (allocate_dynrelocs): Support TLS relocs.
4370 (sh_elf_size_dynamic_sections): Likewise.
4371 (sh_elf_relocate_section): Support TLS relocs. Don't try to find
4372 .rela.got section when found already. Return false after printing
4373 error about unresolvable relocation.
4374 (sh_elf_gc_sweep_hook): Support TLS relocs.
4375 (sh_elf_check_relocs): Likewise.
4376 (sh_elf_finish_dynamic_symbol): Likewise.
4377 (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
4378 * reloc.c: Add SH TLS relocs.
4379 * bfd-in2.h, libbfd.h: Regenerate.
4380
6a0735ef
AM
43812002-10-11 Daniel Jacobowitz <drow@mvista.com>
4382
4383 * Makefile.in: Regenerated.
4384
af39267e
DJ
43852002-10-11 Daniel Jacobowitz <drow@mvista.com>
4386
4387 * Makefile.am: Run dep-am.
6a0735ef 4388 (BFD_H_DEP): Add simple.c and linker.c.
af39267e
DJ
4389 (BFD32_LIBS): Add simple.lo.
4390 (BFD32_LIBS_CFILES): Add simple.c.
4391 * Makefile.in: Regenerated.
4392 * bfd-in2.h: Regenerated.
4393 * simple.c: New file.
4394
0be617ce
AM
43952002-10-11 Alan Modra <amodra@bigpond.net.au>
4396
14a793b2
AM
4397 * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
4398 (record_thumb_to_arm_glue): Likewise.
4399 * ecoff.c (ecoff_link_add_externals): Likewise.
4400 * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
4401 (record_thumb_to_arm_glue): Likewise.
4402 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
4403 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
4404 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
4405 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
4406 * elf64-ppc.c (func_desc_adjust): Likewise.
4407 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
4408 (sh64_elf64_create_dynamic_sections): Likewise.
4409 * elflink.c (_bfd_elf_create_got_section): Likewise.
4410 (_bfd_elf_create_dynamic_sections): Likewise.
4411 (_bfd_elf_create_linker_section): Likewise.
4412 * elflink.h (elf_add_default_symbol): Likewise.
4413 (elf_link_create_dynamic_sections): Likewise.
4414 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
4415 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
4416 * elfxx-mips.c (mips_elf_create_got_section): Likewise.
4417 (_bfd_mips_elf_add_symbol_hook): Likewise.
4418 (_bfd_mips_elf_create_dynamic_sections): Likewise.
4419 * linker.c (generic_link_add_symbol_list): Likewise.
4420 * xcofflink.c (xcoff_link_add_symbols): Likewise.
4421
4422 * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
4423
0be617ce 4424 * elf64-ppc.c (edit_opd): Only zero opd syms when function is
7f6a7663 4425 completely removed. Correct local sym adjustment.
0be617ce 4426
0a4ef3f4
SC
44272002-10-10 Stephen Clarke <stephen.clarke@superh.com>
4428
4429 * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
4430 Correct mistake in calculation of address of .got.
4431 * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
4432 elf_sh64_pic_plt_entry_le): Likewise.
4433
efacd36e
SC
44342002-10-09 Richard Shann <richard.shann@superh.com>
4435 Stephen Clarke <stephen.clarke@superh.com>
4436
4437 * Makefile.am: Add entries for elf32-sh64-lin.c and
4438 elf64-sh64-lin.c. Regenerate.
4439 * Makefile.in: Regenerate.
9b5ecbd0 4440 * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
efacd36e
SC
4441 to use sh64 vectors rather than sh vectors.
4442 * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
4443 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
4444 * configure: Regenerate.
4445 * elf32-sh64-lin.c: New file.
4446 * elf64-sh64-lin.c: New file.
4447 * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5fe39cae
AM
4448 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
4449
299bf759
L
44502002-10-08 H.J. Lu <hjl@gnu.org>
4451
4452 * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
4453 IE->LE transition for R_386_TLS_IE.
4454
51020317
AM
44552002-10-08 Alan Modra <amodra@bigpond.net.au>
4456
4457 * elf64-ppc.c (edit_opd): Correct test for discarded sections.
4458
a8fcf378
NC
44592002-10-07 Mark Elbrecht <snowball3@softhome.net>
4460
51020317
AM
4461 * cofflink.c (mark_relocs): Don't mark relocations in excluded
4462 sections.
a8fcf378 4463
a16d5acb
AM
44642002-10-07 Alan Modra <amodra@bigpond.net.au>
4465
a6b511bd
AM
4466 * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
4467 code.
4468
a16d5acb
AM
4469 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
4470
7c4a37eb
AM
44712002-10-06 Alan Modra <amodra@bigpond.net.au>
4472
4473 * opncls.c: Formatting.
4474 (_bfd_new_bfd): Use a smaller section hash table.
4475
7c4ca42d
AO
44762002-10-05 Alexandre Oliva <aoliva@redhat.com>
4477
4478 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
4479 of the other two relocations packed with a REL32 to NONE.
4480
4989d792
SC
44812002-10-02 Stephen Clarke <stephen.clarke@superh.com>
4482
4483 * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
4484 (sh_elf_link_hash_newfunc): Initialize it.
4485 (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
4486 to got.refcount for symbols that are forced local or when
4487 we have direct got refs.
4488 (sh_elf_gc_sweep_hook): Adjust gotplt_refcount. Use it
4489 to correctly adjust got.refcount and plt.refcount.
4490 (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
4491 (sh_elf_check_relocs): Increment gotplt_refcount.
51020317 4492
7c445aa3
JJ
44932002-10-01 Jakub Jelinek <jakub@redhat.com>
4494
4495 * elf32-i386.c (elf_i386_relocate_section): Fix
4496 movl foo@indntpoff, %eax IE->LE transition.
4497
abcf1d52
JJ
44982002-10-01 Jakub Jelinek <jakub@redhat.com>
4499
4500 * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
4501 sequence and its transitions.
4502
a45bb67d
JJ
45032002-10-01 Jakub Jelinek <jakub@redhat.com>
4504
4505 * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
4506 to st_value + addend in non-code sections.
4507 * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
4508 R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
4509
00707a0e 45102002-09-30 Gavin Romig-Koch <gavin@redhat.com>
51020317
AM
4511 Ken Raeburn <raeburn@cygnus.com>
4512 Aldy Hernandez <aldyh@redhat.com>
4513 Eric Christopher <echristo@redhat.com>
4514 Richard Sandiford <rsandifo@redhat.com>
00707a0e
RS
4515
4516 * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
4517 (bfd_mach_mips5500): New.
4518 * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
4519 (arch_info_struct): Add corresponding entries here.
4520 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
4521 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
4522 (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
4523 bfd_mach_mips5400 and bfd_mach_mips5500.
4524 (_bfd_mips_elf_mach_extends_p): New function.
4525 (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
4526 the EF_MIPS_MACH flags.
4527 * bfd-in2.h: Regenerate.
4528
624f0b25
JT
45292002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
4530
4531 * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
4532 .got sections.
4533
b89fe0ee
AM
45342002-09-28 Alan Modra <amodra@bigpond.net.au>
4535
4536 * elf.c (map_sections_to_segments): Correct test for start of
4537 writable section in the same page as end of read-only section.
4538
b29635ba
JT
45392002-09-27 Matt Thomas <matt@3am-software.com>
4540
4541 * elf32-vax.c (elf_vax_check_relocs): Remove unused
4542 local_got_refcounts usage. Remove allocation of got slot.
4543 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
4544 Remove de-allocation of got slot.
4545 (elf_vax_size_dynamic_section): Fix some indentation. Add hash
4546 traversal for elf_vax_instantiate_got_entries. Allow empty .got
4547 sections to be GC'ed.
4548 (elf_vax_instantiate_got_entries): New function.
4549 (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling. Remove
4550 tests that are now handled by elf_vax_instantiate_got_entries.
4551 Assert GOT entry falls within .got section size. Remove redundant
4552 comparisions. Fix comments.
4553
bffbf940
JJ
45542002-09-27 Jakub Jelinek <jakub@redhat.com>
4555
4556 * reloc.c: Add x86-64 TLS relocs.
4557 * bfd-in2.h, libbfd.h: Rebuilt.
4558 * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
4559 relocs. Add TLS relocs.
4560 (x86_64_reloc_map): Add TLS relocs.
4561 (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
4562 (struct elf64_x86_64_link_hash_entry): Add tls_type field.
4563 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
4564 (elf64_x86_64_hash_entry): Define.
4565 (struct elf64_x86_64_obj_tdata): New.
4566 (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
4567 (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
4568 (link_hash_newfunc): Initialize tls_type.
4569 (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
4570 (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
4571 (elf64_x86_64_mkobject): New.
4572 (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
4573 (elf64_x86_64_tls_transition): New.
4574 (elf64_x86_64_check_relocs): Add r_type variable and use it.
4575 Handle TLS relocs.
4576 (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
4577 (allocate_dynrelocs): Allocate GOT space for TLS relocs.
4578 (elf64_x86_64_size_dynamic_sections): Likewise.
4579 (dtpoff_base, tpoff): New.
4580 (elf64_x86_64_relocate_section): Handle TLS relocs.
4581 (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
4582 entries.
4583 (bfd_elf64_mkobject): Define.
4584
4585 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
4586 DF_STATIC_TLS if shared.
4587
14366460
TS
45882002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4589
4590 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
4591 empty relocation sections.
4592
9f951329
AM
45932002-09-26 Alan Modra <amodra@bigpond.net.au>
4594
4595 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
4596 (ppc64_elf_build_stubs): Build them here instead.
4597
6b3ac709
JJ
45982002-09-24 Jakub Jelinek <jakub@redhat.com>
4599
4600 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
4601 addend into r_addend, not *r_offset.
4602 (elf32_sparc_finish_dynamic_symbol): Likewise.
4603 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
4604 R_SPARC_RELATIVE's r_offset.
4605
e2f6d277
NC
46062002-09-23 Nathan Tallent <eraxxon@alumni.rice.edu>
4607
4608 * dwarf2.c (decode_line_info): Update to correctly decode
4609 the (non-standard DWARF2) out-of-order address sequences
4610 generated by the Intel C++ 6.0 compiler for ia64-Linux.
4611
f3961b2b
DD
46122002-09-23 Mark Elbrecht <snowball3@softhome.net>
4613
4614 * config.bfd: For DJGPP targets, match with any cpu and any machine.
4615
ad34bc37
AM
46162002-09-23 Alan Modra <amodra@bigpond.net.au>
4617
4618 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
4619 for discarded FDEs. Remove redundant assignment.
4620 * elflink.h (elf_bfd_discard_info): Save edited relocs.
4621
82988bff
L
46222002-09-22 H.J. Lu <hjl@gnu.org>
4623
4624 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
4625 the relocation count between different .reloc sections.
4626
5ad8645c
AM
46272002-09-21 Alan Modra <amodra@bigpond.net.au>
4628
5f819128
AM
4629 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
4630 ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
4631 R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and
4632 R_PPC_EMB_RELSDA.
4633
5ad8645c
AM
4634 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
4635 unsigned. Move "symcount" assignment out of loop.
4636 * Makefile.am: Run "make dep-am".
4637 * Makefile.in: Regenerate.
4638 * configure: Regenerate.
4639 * po/SRC-POTFILES.in: Regnerate.
4640
75936555
NC
46412002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
4642
4643 * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
4644 zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
4645 (e.g. IRIX64).
4646
2243deae
L
46472002-09-19 Jakub Jelinek <jakub@redhat.com>
4648
4649 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
4650 even if generating R_PPC_RELATIVE reloc.
4651 (ppc_elf_relocate_section): Make sure relocation is performed
4652 if skip == -2. Clear memory at r_offset when creating dynamic
4653 relocation.
4654
37e55690
JJ
46552002-09-19 Jakub Jelinek <jakub@redhat.com>
4656
4657 * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
4658 BFD_RELOC_386_TLS_GOTIE): Add.
4659 * bfd-in2.h, libbfd.h: Rebuilt.
4660 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
4661 and R_386_TLS_GOTIE.
4662 (elf_i386_reloc_type_lookup): Handle it.
4663 (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
4664 char instead of enum, change GOT_* into defines.
4665 (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
4666 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
4667 (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is
4668 accessed both as normal and TLS symbol. Move R_386_TLS_LDM and
4669 R_386_PLT32 cases so that R_386_TLS_IE can fall through.
4670 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
4671 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
4672 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
4673 (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
4674 tls_type is GOT_TLS_IE_BOTH.
4675 (elf_i386_size_dynamic_sections): Likewise.
4676 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
4677 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
4678 (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
4679 all 4 GOT_TLS_* TLS types.
4680
8e67855b
NC
46812002-09-19 Nick Clifton <nickc@redhat.com>
4682
4683 * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
4684 follow indirect links.
4685
1c59ba3f
NC
46862002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
4687
4688 * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
4689 correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
4690 on 64 bit machines.
4691 (ecoff_swap_sym_in) <iss>: Likewise.
0e327d91
NC
4692 * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
4693 ECOFF information: 'ioptMax' refers to the actual *size*
4694 of the optimization symtab, not the number of entries.
1c59ba3f 4695
9d7404b7
NC
46962002-09-19 Daniel Jacobowitz <drow@mvista.com>
4697
4698 * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
4699 ELF_LINK_HASH_NEEDS_PLT logic.
4700
05a487dc
DJ
47012002-09-18 Daniel Jacobowitz <drow@mvista.com>
4702
4703 * elfcode.h (elf_slurp_reloc_table_from_section): Check
4704 correct relocation count.
4705
1f70368c
DJ
47062002-09-17 Daniel Jacobowitz <drow@mvista.com>
4707
4708 * bfd-in.h (bfd_get_dynamic_symcount): Define.
4709 * bfd.c (struct _bfd): Add dynsymcount.
4710 * bfd-in2.h: Regenerated.
4711 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
4712 abfd->dynsymcount.
4713 * elfcode.h (elf_slurp_reloc_table_from_section): Check
4714 for overflow.
4715
51020317 47162002-09-17 Stan Cox <scox@redhat.com>
a902ee94
SC
4717
4718 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
4719 (mips_elf64_final_gp): Don't make up gp value.
4720 * elfn32-mips.c (mips_elf_final_gp): Likewise.
4721 * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
4722 .MIPS.options/.options section.
4723
290062cc
DB
47242002-09-17 David O'Brien <obrien@FreeBSD.org>
4725
4726 * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
4727 It is benign for FreeBSD < 4.1. Minor reformatting.
4728 * elf64-alpha-fbsd.c: Likewise.
4729
c5c1f40c
JJ
47302002-09-17 Jakub Jelinek <jakub@redhat.com>
4731
ca1eb0ba
JJ
4732 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
4733 addend.
c5c1f40c 4734
562ace6b
AM
47352002-09-17 Alan Modra <amodra@bigpond.net.au>
4736
4737 * elf64-alpha.c (alpha_elf_size_info): Make static.
4738
5af6ead6
AM
47392002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
4740
4741 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
4742 * cpu-tic4x.c: Ditto.
4743
cb9512fc
TS
47442002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4745
4746 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
4747 duplicate define.
4748
4ada7262
DB
47492002-09-16 Bruno Haible <bruno@clisp.org>
4750
4751 * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
4752 by a target variant implementation.
4753 * elf64-alpha.c: Likewise.
4754 * elf32-i386-fbsd.c: New file.
4755 * elf64-alpha-fbsd.c: New file.
4756 * targets.c: Support bfd_elf32_i386_freebsd_vec and
4757 bfd_elf64_alpha_freebsd_vec.
4758 * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
4759 bfd_elf64_alpha_freebsd_vec.
4760 * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
4761 (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
4762 (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
4763 (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
4764 (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
4765 * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
4766 specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
4767
6a30718d
JJ
47682002-09-12 Jakub Jelinek <jakub@redhat.com>
4769
4770 * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
4771 NULL.
4772 (elf_i386_relocate_section): Return false after printing error about
4773 unresolvable relocation.
4774
6cf9e9fe
NC
47752002-09-12 Nick Clifton <nickc@redhat.com>
4776
4777 * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
4778 R_ARM_THM_PC11.
4779
10f469bf
DJ
47802002-09-11 Jeffrey Law <law@redhat.com>
4781
4782 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
4783
dc43ada5
NC
47842002-09-11 Andrew Haley <aph@cambridge.redhat.com>
4785
4786 * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
4787 line_ptr before deciding we've found a symbol.
4788
e09f4395
NC
47892002-09-11 Nick Clifton <nickc@redhat.com>
4790
4791 * po/da.po: New Danish translation file.
4792 * configure.in (LINGUAS): Add 'da'.
4793 * configure: Regenerate.
4794
b3018b5f
NC
47952002-09-10 Michael Snyder <msnyder@redhat.com>
4796
4797 * irix-core.c (do_sections, do_sections64): New functions.
51020317 4798 (irix_core_core_file_p): Call new functions do_sections,
b3018b5f
NC
4799 do_sections64, depending on corefile (32-bit or 64-bit).
4800
2f21f25e
RH
48012002-09-09 Richard Henderson <rth@redhat.com>
4802
4803 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
4804 and PCREL21F like PCREL21B.
4805
28b94e7c
KB
48062002-09-04 Kevin Buettner <kevinb@redhat.com>
4807
51020317
AM
4808 * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
4809 vector.
28b94e7c 4810
5cec6941
NC
48112002-09-02 Nick Clifton <nickc@redhat.com>
4812
4813 * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
4814 names instead of cryptically overloaded bfd_reloc error
4815 codes.
4816 (v850_elf_relocate_section): Likewise.
4817 (v850_elf_relax_section): Replace caching of external symbols
4818 with caching of internal symbols obtained from calling
4819 bfd_elf_get_elf_syms().
51020317 4820 Fixup problems with freeing cached allocated memory blocks.
5cec6941 4821
3b77b1d5
AM
48222002-09-02 Alan Modra <amodra@bigpond.net.au>
4823
638524b5
AM
4824 * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
4825 (bfd_pj_arch): Use bfd_default_scan.
4826 * cpu-v850.c (scan): Remove.
4827 (N): Use bfd_default_scan.
4828 * cpu-z8k.c (scan_mach): Remove.
4829 (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
4830 first. Use bfd_default_scan.
4831
250d94fd
AM
4832 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
4833 bfd_mach constants.
4834 (ecoff_get_magic): Likewise.
4835 * elf32-v850.c (v850_elf_object_p): Likewise.
4836 (v850_elf_final_write_processing): Likewise.
4837 * mipsbsd.c (MY(set_arch_mach)): Likewise.
4838 (MY(write_object_contents)): Likewise.
4839 * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
4840 * coffcode.h (coff_write_object_contents): Likewise.
4841 (coff_set_arch_mach_hook): Add comment describing machine == 0.
4842 Remove unnecessary "machine" assignments.
4843 (coff_write_relocs): Test for the absolute section sym by testing
4844 section and flags.
4845
3b77b1d5
AM
4846 * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
4847 and bfd_mach_i386_i386_intel_syntax.
250d94fd 4848 * pdp11.c (NAME(aout,machine_type)): Likewise.
3b77b1d5 4849
e5b45b83
DA
48502002-08-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
4851
4852 * bfd-in.h (align_power): Cast constants to bfd_vma type.
4853 * bfd-in2.h (align_power): Likewise.
4854
37f45cf8
AM
48552002-08-30 Alan Modra <amodra@bigpond.net.au>
4856
4857 * Makefile.am: Run "make dep-am".
4858 * Makefile.in: Regenerate.
4859
4860 * cpu-avr.c (compatible): Don't use hard-coded mach constants.
4861 * cpu-powerpc.c (powerpc_compatible): Likewise.
4862 * cpu-rs6000.c (rs6000_compatible): Likewise.
4863
86aba9db
NC
48642002-08-28 Catherine Moore <clm@redhat.com>
4865
9b5ecbd0 4866 * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
86aba9db
NC
4867 (v850-elf-reloc): Don't resolve pc relative relocs.
4868 (v850_elf_ignore_reloc): New routine.
4869 (v850_elf_final_link_relocate): Handle new relocs.
4870 (v850_elf_relax_delete_bytes ): New routine.
4871 (v850_elf_relax_section): New routine.
4872 (bfd_elf32_bfd_relax_section): Define.
4873 (HOWTO): New entries for new relocs.
4874 * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
4875 (BFD_RELOC_V850_LONGJUMP): New reloc.
4876 (BFD_RELOC_V850_ALIGN): New reloc.
4877 * archures.c: Remove redundant v850ea architecture.
4878 * cpu-v850.c: Remove redundant v850ea support.
4879 * libbfd.h: Regenerate.
4880 * bfd-in2.h: Regenerated.
4881
026df7c5
NC
48822002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
4883
4884 * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
4885 * configure.in: Add tic4x_coff vector files.
4886 * configure: Regenerate.
4887 * Makefile.am: Add tic4x target.
4888 * Makefile.in: Regenerate.
4889
48902002-08-27 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4891
4892 * archures.c: Add the BFD arch type tic4x.
4893 * bfd-in.h: Add BFD_IN_MEMORY flag.
4894 * coff-tic4x.c: New file.
4895 * coffswap.h (coff_swap_sym_out): Add preadjuster.
4896 * cpu-tic4x.c: New file.
4897 * targets.c: Added tic4x- in list of xvecs.
4898 * ticoff.h: New file.
4899 * bfd-in2.h: Regenerate.
4900
88f7bcd5
NC
49012002-08-27 Adam Nemet <anemet@lnxw.com>
4902
4903 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
4904 bit of DT_INIT and DT_FINI for Thumb functions.
4905
c8e48751
AM
49062002-08-26 Alan Modra <amodra@bigpond.net.au>
4907
4908 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
4909
2846975a
AM
49102002-08-26 Alan Modra <amodra@bigpond.net.au>
4911
4912 * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
4913
067653c5
AM
49142002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4915
4916 * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
4917 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
4918 Likewise.
4919 (struct elf_sh_pcrel_relocs_copied): Removed.
4920 (struct elf_sh_dyn_relocs): New.
4921 (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
4922 field with dyn_relocs.
4923 (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
4924 sections and sym_sec.
4925 (sh_elf_link_hash_newfunc): Clear dyn_relocs.
4926 (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
4927 (sh_elf_create_dynamic_sections): Use create_got_section instead
4928 of _bfd_elf_create_got_section.
4929 (sh_elf_check_relocs): Likewise.
4930 (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
4931 sections.
4932 (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
4933 sh_elf_relocate_section, sh_elf_check_relocs,
4934 sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
4935 Likewise.
4936 (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
4937 dynamic relocations and avoiding the copy relocation when we
4938 didn't find any dynamic relocations in the section which has
4939 contents or is read-only.
4940 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
4941 (sh_elf_size_dynamic_sections): Don't reset the size of
4942 .rela.got section even if dynamic_sections_created flag is off.
4943 Don't use sh_elf_discard_copies. Scan all input bfd and use
4944 allocate_dynrelocs. Call readonly_dynrelocs to determine
4945 whether we need DT_TEXTREL.
4946 (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
4947 whether the symbol was never referred to.
4948 (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
4949 (sh_elf_gc_sweep_hook): Fill with the real sweep function.
4950 (sh_elf_check_relocs): Call create_got_section if the short-cut
4951 to .got is null. Increment reference counters only instead of
4952 allocating space on dynamic sections here. Don't conditionalize
4953 uninitialized got.offset value when marking the symbol as a
4954 global offset table entry. Keep relocations for symbols satisfied
4955 by a dynamic library to avoid copy relocations for the symbol.
4956 Set dynobj field of an elf hash table if needed.
4957 (sh_elf_finish_dynamic_sections): Handle null section pointer
4958 correctly.
4959 (elf_backend_copy_indirect_symbol): Defined.
4960 (elf_backend_can_refcount): Defined.
4961
7e326afc
NC
49622002-08-23 Nick Clifton <nickc@redhat.com>
4963
4964 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
4965 previous change. Add comment explaining why.
4966
c8614e8e
AM
49672002-08-23 Stephen Clarke <stephen.clarke@superh.com>
4968
4969 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
4970 contents of .got.plt[2] to tr0, not address of .got.plt.
4971 (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
4972 patching absolute plt entry. For shmedia plt entry, set bottom bit
4973 of branch to plt0 as this is a branch to an shmedia instruction.
4974 * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
4975 Copy contents of .got.plt[2] to tr0, not address of .got.plt.
4976 (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
4977 branch to plt0.
4978 (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
4979 patching absolute plt entry. For shmedia plt entry, branch to
4980 plt0 is now ptrel, so use relative offset. Set bottom bit of
4981 branch target as it is a branch to an shmedia instruction.
4982
3b587c71
AM
49832002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
4984 Richard Shann <richard.shann@superh.com>
4985
4986 * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
4987 value if .init is an SHmedia function. Similarly for DT_FINI.
4988 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
51020317 4989
957dcaa8
AM
49902002-08-23 Stephen Clarke <stephen.clarke@superh.com>
4991
3b587c71 4992 * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
957dcaa8 4993 dynamic section.
3b587c71 4994 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
957dcaa8 4995
a4263c47
NC
49962002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4997
4998 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
51020317 4999 byte read when reading the return address register column.
a4263c47 5000
db4ed121
NC
50012002-08-22 Nick Clifton <nickc@redhat.com>
5002
5003 * config.bfd: Add powepc64-*-*bsd* target.
5004
ed71e111
NC
50052002-08-22 Graeme Peterson <gp@qnx.com>
5006
5007 * Makefile.am: Add entries for elf32-shqnx.c
5008 * Makefile.in: Regenerate.
5009 * config.bfd: Add support sh-*-nto* target.
5010 * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
5011 * configure: Regenerate.
5012 * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
5013 * elf32-sh.c: Do not include elf32-target.h if
5014 ELF32_SH_C_INCLUDED is defined.
5015 * elf32-shqnx.c: New file: Support for QNX.
5016 * targets.c: Add bfd_elf32_sh{l}qnx_vec.
5017
0ab72ee2
NC
50182002-08-22 Nick Clifton <nickc@redhat.com>
5019
75c83283
NC
5020 * po/tr.po: Updated Turkish translation.
5021
0ab72ee2
NC
5022 * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
5023 symbols are not read.
5024
56780f18
AM
50252002-08-22 Alan Modra <amodra@bigpond.net.au>
5026
5027 * elf32-m68hc11.c: Formatting fixes.
5028 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
5029 * elf32-m68hc12.c: Formatting fixes.
5030 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
5031
b48fa14c
AM
50322002-08-22 Alan Modra <amodra@bigpond.net.au>
5033
a7c71b0c
AM
5034 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
5035 SEC_DATA.
5036 (pmac_xcoff_vec): Likewise.
5037 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
5038 (aix5coff64_vec): Likewise.
5039
56780f18
AM
50402002-08-22 Alan Modra <amodra@bigpond.net.au>
5041
b48fa14c
AM
5042 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
5043 param to elf_backend_copy_indirect_symbol.
5044 (_bfd_elf_link_hash_copy_indirect): Likewise.
5045 * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
5046 calls to copy_indirect_symbol.
5047 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
5048 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
5049 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
5050 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
5051 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
5052 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
5053 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
5054 * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
5055 * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
5056 * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Properly
5057 test refcounts for "used" values.
5058
8c2ab17d
AM
50592002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
5060
5061 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
5062 argument declaration.
5063
d62b1198 50642002-08-19 Elena Zannoni <ezannoni@redhat.com>
51020317
AM
5065
5066 * archures.c (bfd_mach_ppc_e500): Added.
5067 * bfd-in2.h: Rebuilt.
d62b1198
EZ
5068 * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
5069
9f88ba09
AM
50702002-08-19 Alan Modra <amodra@bigpond.net.au>
5071
5072 * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
5073
df622259
AC
50742002-08-17 Andrew Cagney <ac131313@redhat.com>
5075
5076 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
51020317 5077 `bfd_byte'.
df622259 5078
44c410de
SC
50792002-08-17 Stan Cox <scox@redhat.com>
5080
5081 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
5082 IRIX 6 segment layout for NEWABI.
5083
4972a8e9
SC
50842002-08-16 Stephen Clarke <stephen.clarke@superh.com>
5085
1049f94e 5086 * elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
4972a8e9 5087 symbols when looking for section referred to by a relocation.
1049f94e 5088 * elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
51020317 5089
c5cd6d62
AM
50902002-08-15 Alan Modra <amodra@bigpond.net.au>
5091
5092 * elf32-i370.c: Move reloc enum to include/elf/i370.h.
5093
0741c7be
HPN
50942002-08-15 Hans-Peter Nilsson <hp@axis.com>
5095
5096 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
5097 missing check for whether the symbol is referenced by DSO before
5098 unexporting it as an unneeded dynamic symbol.
5099
e8d5d179
L
51002002-08-14 H.J. Lu <hjl@gnu.org>
5101
5102 * libbfd.h: Regenerate.
5103
e9229007
L
51042002-08-14 H.J. Lu <hjl@gnu.org>
5105
5106 * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
5107
1fd03b5a
SC
51082002-08-14 Stephane Carrez <stcarrez@nerim.fr>
5109
5110 * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
5111 instructions.
5112 (m68hc11_direct_relax): New to define table of relaxable instructions.
5113 (find_relaxable_insn): New, find a relaxable insn.
5114 (compare_reloc): New to compare two relocs.
5115 (m68hc11_elf_relax_section): New, relax text sections.
5116 (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
5117 (elf32_m68hc11_check_relocs): New function for GC support.
5118 (elf32_m68hc11_relocate_section): New function for GC support.
5119 (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
5120 (elf_backend_check_relocs): Likewise.
5121 (elf_backend_relocate_section): Likewise.
5122
c828c771
L
51232002-08-13 H.J. Lu <hjl@gnu.org>
5124
5125 * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
5126 definitions in shared objects when checking symbol with
5127 undefined version.
5128
9b701e44
SC
51292002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5130
5131 * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
5132 (elf32_m68hc11_gc_sweep_hook): Likewise.
5133 (elf_backend_gc_mark_hook): Define for GC section support.
5134 (elf_backend_gc_sweep_hook): Likewise.
5135 (elf_backend_can_gc_sections): Likewise.
5136
5137 * elf32-m68hc12.c: Likewise.
5138
96405e3c
SC
51392002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5140
5141 * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
5142 (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
5143 (_bfd_m68hc11_elf_set_private_flags): New function.
5144 Use them to set/check/print ELF flags specific to 68HC11.
5145
5146 * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
5147 (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
5148 (_bfd_m68hc12_elf_set_private_flags): New function.
5149 Use them to set/check/print ELF flags specific to 68HC12.
5150
dae78fb0
SC
51512002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5152
5153 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
5154 fix masks for PC-rel relocs.
5155 (m68hc11_elf_ignore_reloc): New function.
5156
5157 * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
5158 68HC12 banked addressing relocs.
5159 (m68hc12_phys_addr): New to compute physical address of banked memory.
5160 (m68hc12_phys_page): Likewise for page.
5161 (m68hc12_addr_is_banked): New to see if address is in banked area.
5162 (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
5163
3dbfec86
SC
51642002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5165
5166 * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
5167 BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
5168 BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
5169 * bfd-in2.h: Regenerate.
5170
871da94f
L
51712002-08-12 H.J. Lu <hjl@gnu.org>
5172
5173 * elflink.h (elf_add_default_symbol): Preserve section across
5174 elf_merge_symbol.
5175
59bc061d
NC
51762002-08-09 Graeme Peterson <gp@qnx.com>
5177
51020317 5178 * Makefile.am: Add entries for elf32-ppcqnx.c, and add
59bc061d
NC
5179 elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
5180 * Makefile.in: Regenerate.
5181 * config.bfd: Add support for powerpc{le}-*-nto targets.
5182 * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
5183 * configure: Regenerate.
5184 * elf32-i386qnx.c: Moved backend functions into a QNX specific
5185 common file "elf32-qnx.h", and now include that file.
5186 * elf32-qnx.h: New file: QNX specific common elf backend.
5187 * elf32-ppc.c: Do not include elf32-target.h if
5188 ELF32_PPC_C_INCLUDED is defined.
5189 * elf32-ppcqnx.c: New file: Support for QNX.
5190 * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
5191 * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
5192
2b692c59
NC
51932002-08-09 Nick Clifton <nickc@redhat.com>
5194
5195 * po/sv.po: Updated Swedish translation.
5196
d0c7ff07
TS
51972002-08-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5198
5199 * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
5200 g->global_gotsym is NULL.
5201
d8bbe778
L
52022002-08-08 H.J. Lu <hjl@gnu.org>
5203
c5cd6d62 5204 * elflink.h (elf_add_default_symbol): Don't warn if a definition
d8bbe778
L
5205 overrides an indirect versioned symbol.
5206
c366c25e
JJ
52072002-08-08 Jakub Jelinek <jakub@redhat.com>
5208
5209 * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
5210 for R_386_TLS_TPOFF32 relocs against symndx 0.
5211
31941635
L
52122002-08-07 H.J. Lu <hjl@gnu.org>
5213
5214 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
5215 with undefined version if needed.
5216 (elf_link_assign_sym_version): Match a default symbol with a
5217 version without definition. No need to hide the default
5218 definition separately.
5219
0f3bd64f
AM
52202002-08-08 Alan Modra <amodra@bigpond.net.au>
5221
7330fb86
AM
5222 * elflink.h (elf_link_output_extsym): Don't output symbols from
5223 SEC_EXCLUDE sections.
5224
0f3bd64f
AM
5225 * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
5226
a4aa0fb7
AM
52272002-08-07 Alan Modra <amodra@bigpond.net.au>
5228
5229 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
5230 entries.
5231
34ea4a36
TS
52322002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5233
5234 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
5235 mismatch.
5236
141ff970
TS
52372002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5238
5239 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
5240
28458e7e
TS
52412002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5242
5243 * elf32-mips.c (mips_reloc_map): Fix typo.
5244
0121a3da
AM
52452002-08-06 Alan Modra <amodra@bigpond.net.au>
5246
5247 * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
5248
d006db6c
AM
52492002-08-06 Alan Modra <amodra@bigpond.net.au>
5250
5251 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
5252
8ea80f08
AM
52532002-08-06 Alan Modra <amodra@bigpond.net.au>
5254
2a52da53
AM
5255 * libxcoff.h: Use PARAMS on function declarations.
5256 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
5257 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
5258
8ea80f08
AM
5259 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
5260 addend.
5261 * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
5262
cf9ab45b
AM
52632002-08-06 Alan Modra <amodra@bigpond.net.au>
5264
5265 * coff-rs6000.c: Formatting fixes.
5266 (xcoff_calculate_relocation): Use PARAMS in declaration.
5267 (xcoff_complain_overflow): Likewise.
5268 (xcoff_ppc_relocate_section): Use old-style function pointer call.
5269 (bfd_xcoff_backend_data): Remove useless comments.
5270 (rs6000coff_vec): Likewise.
5271 (bfd_pmac_xcoff_backend_data): Likewise.
5272 (pmac_xcoff_vec): Likewise.
8ea80f08 5273
cf9ab45b
AM
5274 * coff64-rs6000.c: Formatting fixes.
5275 (xcoff64_calculate_relocation): Use PARAMS in declaration.
5276 (xcoff64_ppc_relocate_section): Use old-style function pointer call.
5277 (bfd_xcoff_backend_data): Remove useless comments.
5278 (rs6000coff64_vec): Likewise.
5279 (bfd_xcoff_aix5_backend_data): Likewise.
5280 (aix5coff64_vec): Likewise.
5281
48bfecdd
AM
52822002-08-06 Alan Modra <amodra@bigpond.net.au>
5283
a78eab4e
AM
5284 * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
5285 mask entries. Use complain_overflow_dont for R_REF.
5286 (xcoff_reloc_type_ba): Revert last change.
5287 (xcoff_reloc_type_br): Likewise.
5288 (xcoff_reloc_type_crel): Likewise.
5289 (xcoff_ppc_relocate_section): Likewise.
5290 * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
5291 (xcoff64_ppc_relocate_section): Likewise.
5292 (xcoff64_howto_table): Revert some of last change to mask entries.
5293 Use complain_overflow_dont for R_REF.
5294
48bfecdd
AM
5295 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
5296 relocs with bitsize == 16 have size = 1.
5297 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
5298 (xcoff_reloc_type_br): Likewise.
5299 (xcoff_reloc_type_crel): Likewise.
5300 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
5301 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
5302 dst_mask adjustment.
5303 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
5304 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with
5305 bitsize == 16 have size = 1.
5306
fd13ed0c
DC
53072002-08-01 Denis Chertykov <denisc@overta.ru>
5308
5309 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
5310 (struct misc): New field isymbuf. All free_* fields removed.
5311 (symbol_value): Pass in internal syms. No need to swap syms in.
5312 (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
5313 possibly cached info.
5314 (tidyup_after_error): Removed.
5315 (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
5316 misc. Use new field.
5317 (adjust_all_relocations): Use internal syms. No need to swap syms
5318 in and out.
5319 (add_page_insn): Don't use removed fields of struct misc.
5320
24a1ba0f
NC
53212002-08-01 Nick Clifton <nickc@redhat.com>
5322
5323 * elf32-arm.h: Revert previous delta.
5324
a6903459
NC
53252002-08-01 Nick Clifton <nickc@redhat.com>
5326
5327 * configure.in (AM_INIT_AUTOMAKE): Bump version number.
5328 * configure: Regenerate.
5329
39a2a3eb
L
53302002-07-31 H.J. Lu <hjl@gnu.org>
5331
5332 * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
5333 selected.
5334
a0dfa6a8
L
53352002-07-31 H.J. Lu <hjl@gnu.org>
5336
5337 * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
5338 is selected.
5339
cd67d266
JJ
53402002-07-31 Jakub Jelinek <jakub@redhat.com>
5341
5342 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
5343 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
5344
4eb6b71c
NC
53452002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
5346
5347 * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
5348 There is no 8 byte relocation type for this architecture.
5349 (do_ns32k_reloc): Use bfd_vma instead of native types.
5350 (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
5351 returns void.
5352 (_bfd_ns32k_put_displacement): Don't check for overflow. We can
5353 rely on generic code to do that.
5354 * aout-ns32k.c (howto_table): Add appropriate overflow detection
5355 to all table entries.
5356 (_bfd_ns32k_relocate_contents): put_data returns void.
5357 * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
5358 (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
5359 return void.
5360
f7c33884
NC
53612002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
5362
5363 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
5364 archive object is target dependant.
5365
8f64befb
NC
53662002-07-31 Adam Nemet <anemet@lnxw.com>
5367
5368 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
5369 (THUMB_PLT_ENTRY_SIZE): New macro.
5370 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
5371 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
5372 ARM_PLT_ENTRY_SIZE.
5373 (elf32_arm_plt_entry): Likewise.
5374 (elf_backend_plt_header_size): Likewise.
5375 (elf32_thumb_plt0_entry): New global.
5376 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
5377 into .plt.thumb.
5378 (elf32_thumb_plt_entry): New global.
5379 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
5380 Thumb entries. Set the bottom bit of the corresponding GOT entry
5381 for a Thumb PLT entry.
5382 (struct elf32_arm_plt_entry_info): New structure.
5383 (struct elf32_arm_link_hash_entry, plt_info): New member of this
5384 type.
5385 (elf32_arm_link_hash_newfunc): Initialize new member.
5386 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
5387 relocations against the PLT.
5388 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
5389 first_rel_type if this is the first time we encounter the symbol.
5390 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
5391 Determine if relocation needs a PLT entry. Set first_rel_type if
5392 this is the first time we encounter the symbol
5393 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
5394 functions as well.
5395 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
5396 (elf32_arm_create_dynamic_sections): New function. Create the
5397 .plt.thumb section.
5398 (elf_backend_create_dynamic_sections): Call it.
5399
47badb7b
NC
54002002-07-31 Nick Clifton <nickc@redhat.com>
5401
5402 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
5403 'alternative' in order to avoid shadowing global symbol of the
5404 same name.
5405 * bfd-in2.h: Regenerate.
5406 * libbfd.h: Regenerate.
5407 * libcoff.h: Regenerate.
5408
8a397dad
TS
54092002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5410
5411 * Makefile.am: Add n32 ABI support.
5412 * Makefile.in: Regenerate.
5413 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
5414 bit vectors for mips*-*-linux targets as optional.
5415 * configure.in: Add n32 ABI vectors.
5416 * configure: Regenerate.
5417 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
5418 * elfn32-mips.c: New file, n32 ABI support.
5419 * targets.c: Add n32 ABI vectors.
5420
7e392df6 54212002-07-30 Graeme Peterson <gp@qnx.com>
83e1617e 5422
7e392df6
NC
5423 * elfarmqnx-nabi.c: New file: Support for QNX.
5424 * config.bfd: Add support for arm-*-nto target.
5425 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
5426 * configure: Regenerate.
5427 * Makefile.am: Add entries for elfarmqnx-nabi.c.
5428 * Makefile.in: Regenerate.
5429 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
5430 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
5431 * elfarm-nabi.c: Do not include elf32-arm.h if
5432 ELFARM_NABI_C_INCLUDED is defined.
5433 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
7330fb86 5434
7e392df6 54352002-07-30 Nick Clifton <nickc@redhat.com>
7330fb86 5436
83e1617e
NC
5437 * po/sv.po: Updated Swedish translation.
5438
704afa60
JJ
54392002-07-30 Jakub Jelinek <jakub@redhat.com>
5440
5441 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
5442
487e54f2
AM
54432002-07-30 Alan Modra <amodra@bigpond.net.au>
5444
5445 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
5446 * archive.c (bfd_generic_archive_p): Likewise.
5447 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
5448 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
5449 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
5450 (xcoff64_archive_p): Likewise.
5451 (xcoff64_openr_next_archived_file): Likewise.
5452 (xcoff64_archive_p): Clean up tdata properly on error.
5453 * coffgen.c (coff_real_object_p): Likewise.
5454 (coff_object_p): Release filehdr and opthdr.
5455 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
5456 * ieee.c (ieee_archive_p): Likewise.
5457 * ihex.c (ihex_object_p): Likewise.
5458 (ihex_mkobject): Always allocate tdata.
5459 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
5460 * srec.c (srec_mkobject): Always allocate tdata.
5461 (srec_object_p): Clean up tdata properly on error.
5462 (symbolsrec_object_p): Likewise.
5463 * versados.c (versados_object_p): Likewise.
5464 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
5465 and bfd_realloc instead of realloc.
5466 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
5467 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
5468 place of bfd_malloc, simplifying error freeing. Free hash table too.
5469 (vms_object_p): Clean up tdata on error.
5470 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
5471 (vms_close_and_cleanup): Adjust for bfd_alloc use.
5472
9d46020e
AM
54732002-07-30 Alan Modra <amodra@bigpond.net.au>
5474
5475 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
5476
fb39dac1
RS
54772002-07-26 Chris Demetriou <cgd@broadcom.com>
5478
5479 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
5480 flags into resulting BFD.
5481
7a624474
AM
54822002-07-26 Alan Modra <amodra@bigpond.net.au>
5483
5484 From John Reiser <jreiser@BitWagon.com>
5485 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
5486 tls_ldm_got.refcount.
5487
a4382ec6
TS
54882002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5489
5490 * elf64-mips.c: Update TODO comment.
5491 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
5492 mips_elf64_gprel16_reloca): Remove prototypes.
5493 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
5494 (UNUSED_RELOC): Replace by EMPTY_RELOC.
5495 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
5496 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
5497 R_MIPS_HIGHEST.
5498 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
5499 R_MIPS_GOT16. Remove wrong comments.
5500 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
5501 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
5502 from elf32-mips.c.
5503 (mips_elf64_hi16_reloc): Fix formatting.
5504 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
5505 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
5506 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
5507 (mips_elf64_gprel16_reloc): Make static. Add check for
5508 partial_inplace.
5509 (mips_elf64_gprel16_reloca): Remove.
5510 (mips_elf64_literal_reloc): New function.
5511 (mips_elf64_gprel32_reloc): Fix formatting.
5512 (mips_elf64_shift6_reloc): Fix comment. Make static.
5513 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
5514 elf32-mips.c.
5515 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
5516 elf32-mips.c
5517 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
5518 specific relocations.
5519 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
5520 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
5521 (ELF_MAXPAGESIZE): Add comment.
5522
219576a4
NC
55232002-07-25 Nick Clifton <nickc@redhat.com>
5524
5525 * po/sv.po: Updated Swedish translation.
5526 * po/es.po: Updated Spanish translation.
5527 * po/fr.po: Updated French translation.
5528
8c58d23b
AM
55292002-07-25 Alan Modra <amodra@bigpond.net.au>
5530
5531 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
5532 as elf_link_record_local_dynamic_symbol.
5533 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
5534 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
5535 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
5536 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
5537 attempt is made to record a symbol in a discarded section, and
5538 return `2' in that case.
5539
ff3063f5
NC
55402002-07-24 Nick Clifton <nickc@redhat.com>
5541
5542 * po/sv.po: Updated Swedish translation.
5543 * po/es.po: Updated Spanish translation.
5544
f0fe0e16
AM
55452002-07-23 Alan Modra <amodra@bigpond.net.au>
5546
c1fb5f8a
AM
5547 * po/SRC-POTFILES.in: Regenerate.
5548
f0fe0e16
AM
5549 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
5550 immediately. Remove code handling relocatable linking.
5551 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
5552 * elf32-cris.c (cris_elf_relocate_section): Likewise.
5553 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
de2d743e 5554 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
5555 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
5556 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
5557 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
5558 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5559 * elf32-v850.c (v850_elf_relocate_section): Likewise.
5560 * elf32-vax.c (elf_vax_relocate_section): Likewise.
5561 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5562 * elf32-avr.c (elf_backend_rela_normal): Define.
5563 * elf32-cris.c: Likewise.
5564 * elf32-fr30.c: Likewise.
de2d743e 5565 * elf32-frv.c: Likewise.
f0fe0e16
AM
5566 * elf32-h8300.c: Likewise.
5567 * elf32-hppa.c: Likewise.
5568 * elf32-ip2k.c: Likewise.
5569 * elf32-sparc.c: Likewise.
5570 * elf32-v850.c: Likewise.
5571 * elf32-vax.c: Likewise.
5572 * elf64-hppa.c: Likewise.
5573 * elf64-sparc.c: Likewise.
5574 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
de2d743e 5575 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
5576 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
5577 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
5578 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
5579 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
5580 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
5581 * elf-m10200.c (USE_RELA): Don't define.
5582 * elf-m10300.c: Likewise.
de2d743e 5583 * elfarm-oabi.c: Likewise.
f0fe0e16
AM
5584 * elf32-i370.c: Likewise.
5585 * elf32-ip2k.c: Likewise.
5586 * elf32-m68k.c: Likewise.
5587 * elf32-mcore.c: Likewise.
5588 * elf32-ppc.c: Likewise.
5589 * elf32-s390.c: Likewise.
5590 * elf32-vax.c: Likewise.
5591 * elf64-ppc.c: Likewise.
5592 * elf64-s390.c: Likewise.
5593 * elf64-x86-64.c: Likewise.
5594 * elfxx-ia64.c: Likewise.
5595 * elf32-avr.c (USE_REL): Don't undef.
5596 * elf32-ip2k.c: Likewise.
5597
5e8d7549
NC
55982002-07-23 Nick Clifton <nickc@redhat.com>
5599
5600 * elf-bfd.h (struct elf_backend_data): Add new bitfield
5601 'want_p_paddr_set_to_zero'.
5602 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
5603 to false;
5604 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
5605 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
5606
9e12c7db
NC
56072002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
5608
5609 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
5610 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
5611 show the Copyright string.
5612 Minor formatting tidy ups.
5613
0461a601
NC
56142002-07-23 Nick Clifton <nickc@redhat.com>
5615
ff3063f5
NC
5616 * po/fr.po: Updated French translation.
5617 * po/sv.po: Updated Swedish translation.
0461a601 5618
fad2542d
AM
56192002-07-23 Alan Modra <amodra@bigpond.net.au>
5620
5621 * elflink.h (elf_link_input_bfd): Don't change internal symbols
5622 when outputting relocs.
5623
c0647bfc
JT
56242002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
5625
5626 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
5627 DT_PLTGOT into the dynamic section if there is a PLT.
5628
d01414a5
TS
56292002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5630
5631 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
5632 elf32-mips.c.
5633 (_bfd_mips_elf_write_section): Likewise.
5634 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
5635 (_bfd_mips_elf_write_section): Likewise.
5636 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
5637 (elf32_mips_write_section): Likewise.
5638 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
5639 (_bfd_mips_elf_write_section): Likewise.
5640
40c97fc6
AM
56412002-07-19 Alan Modra <amodra@bigpond.net.au>
5642
5643 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
5644 PT_IA_64_UNWIND segments for a given section.
5645
58378160
L
56462002-07-17 H.J. Lu <hjl@gnu.org>
5647
5648 * Makefile.am: Fix a typo.
5649 * Makefile.in: Regenerate.
5650
cf88bb9f
NC
56512002-07-15 Denis Chertykov <denisc@overta.ru>
5652 Frank Ch. Eigler <fche@redhat.com>
5653 Ben Elliston <bje@redhat.com>
5654 Alan Lehotsky <alehotsky@cygnus.com>
5655 John Healy <jhealy@redhat.com>
5656 Graham Stott <grahams@redhat.com>
5657 Jeff Johnston <jjohnstn@redhat.com>
5658
5659 * Makefile.am: Add support for ip2k.
5660 * Makefile.in: Regenerate.
5661 * doc/Makefile.in: Regenerate.
5662 * archures.c: Add support for ip2k.
5663 * config.bfd: Add support for ip2k.
5664 * configure.in: Add support for ip2k.
5665 * configure: Regenerate.
5666 * reloc.c: Add support for ip2k.
5667 * targets.c: Add support for ip2k.
5668 * bfd-in2.h: Regenerate.
5669 * libbfd.h: Regenerate.
5670 * cpu-ip2k.c: New file.
5671 * elf32-ip2k.c: New file.
5672
0dafd5f6
RE
56732002-07-17 Ian Rickards <irickard@arm.com>
5674
40c97fc6 5675 * dwarf2.c (concat_filename): If we can't establish the directory
0dafd5f6
RE
5676 just return the filename.
5677
36b08f12
AM
56782002-07-16 Moritz Jodeit <moritz@jodeit.org>
5679
5680 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
5681
58821868
AM
56822002-07-16 Alan Modra <amodra@bigpond.net.au>
5683
5684 * elflink.h: Formatting fixes, tidy prototypes.
5685 (elf_link_assign_sym_version): Move common code out of loop.
5686
c89583f8
AM
56872002-07-16 Alan Modra <amodra@bigpond.net.au>
5688
5689 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
5690 reloc section size is zero. Correct reloc output location.
5691
ba94744e
AM
56922002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
5693
5694 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
5695 the final type for the e_fsel selector when generating PA2.0W code.
5696 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
5697 relocations.
5698
96a94295
L
56992002-07-14 H.J. Lu <hjl@gnu.org>
5700
5701 * elflink.h (elf_link_assign_sym_version): Hide the default
5702 definition if there is a hidden versioned definition.
5703
6849c52f
HPN
57042002-07-12 Hans-Peter Nilsson <hp@axis.com>
5705
5706 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
5707 dynamic reference test in assertion when initializing GOT with
5708 static contents. Just assert that there are either no dynamic
5709 sections, the symbol is defined in the regular objects or that the
5710 symbol is undef weak. Tweak comment.
5711 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
5712 only if the symbol isn't defined in the program and isn't undef
5713 weak.
5714 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
5715 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
5716 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
5717 (elf_cris_discard_excess_program_dynamics): Don't consider
5718 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
5719
239e1f3a
AM
57202002-07-11 Alan Modra <amodra@bigpond.net.au>
5721
5722 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
5723 unresolved debugging relocs in dynamic applications.
5724 * elf32-s390.c (elf_s390_relocate_section): Likewise.
5725 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5726 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
5727 * elf64-s390.c (elf_s390_relocate_section): Likewise.
5728 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5729 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
5730
2f6d9989
AM
57312002-07-10 Alan Modra <amodra@bigpond.net.au>
5732
f5e87a1d
AM
5733 * elf64-ppc.c (ONES): Define.
5734 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
5735 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
5736 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
5737
2f6d9989
AM
5738 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
5739 (ppc64_elf_set_private_flags): Delete.
5740 (ppc64_elf_section_from_shdr): Delete.
5741 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
5742 (ppc64_elf_fake_sections): Delete.
5743 (bfd_elf64_bfd_set_private_flags): Don't define.
5744 (bfd_elf64_get_symbol_info): Likewise.
5745 (elf_backend_section_from_shdr): Likewise.
5746 (elf_backend_fake_sections): Likewise.
5747
0594c12d
AM
57482002-07-10 Marco Walther <Marco.Walther@sun.com>
5749
5750 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
5751 when not already set.
5752 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
5753 (elf_backend_fake_sections): Define.
5754
699cb9b8
AM
57552002-07-10 Alan Modra <amodra@bigpond.net.au>
5756
5757 * merge.c (_bfd_merge_section): Remove redundant output_section check.
5758 Formatting.
5759 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
5760
0a4787a0
HPN
57612002-07-09 Hans-Peter Nilsson <hp@axis.com>
5762
5763 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
5764 NULL sym_hashes to just before use.
5765 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
5766 symbol with non-default visibility.
5767 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
5768 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
5769 Ditto.
5770 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
5771 symbol with non-default visibility.
5772 (cris_elf_check_relocs): At tests for local symbol before
5773 increasing h->plt.refcount, also check for non-default
5774 visibility. Ditto when checking for local symbol to eliminate
5775 pc-relative runtime relocs.
5776
aecc8f8a
AM
57772002-07-08 Alan Modra <amodra@bigpond.net.au>
5778
5779 * elf.c: Formatting.
5780 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
5781 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
5782 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
5783 segments.
5784
e9168c1e
MM
57852002-07-07 Mark Mitchell <mark@codesourcery.com>
5786 Alan Modra <amodra@bigpond.net.au>
5787
5788 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
5789 account the impact of relocation count overflow when computing
5790 section offsets.
5791 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
5792 or not to apply the PE COFF reloc overflow handling. Fix a
5793 fencepost error in deciding whether or not to use that technique.
5794
6cdc0ccc
AM
57952002-07-07 Alan Modra <amodra@bigpond.net.au>
5796
5797 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
5798 change type of locsyms.
5799 (bfd_elf_get_elf_syms): Declare.
5800 * elf.c (bfd_elf_get_elf_syms): New function.
5801 (group_signature): Use bfd_elf_get_elf_syms.
5802 (bfd_section_from_r_symndx): Likewise.
5803 * elfcode.h (elf_slurp_symbol_table): Likewise.
5804 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
5805 (elf_link_add_object_symbols): Likewise. Reorganise to increase
5806 locality of various data structures. Properly free internal relocs.
5807 (elf_bfd_final_link): Properly free internal relocs.
5808 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
5809 (elf_link_input_bfd): Likewise.
5810 (elf_gc_mark): Likewise. Properly free internal relocs.
5811 (elf_gc_sweep): Properly free internal relocs.
5812 (elf_reloc_symbol_deleted_p): No need to swap syms in.
5813 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
5814 internal relocs.
5815 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
5816 Properly free possibly cached info.
5817 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
5818 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
5819 symbol swapping code.
5820 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
5821 Properly free possibly cached info.
5822 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
5823 (mn10300_elf_relax_delete_bytes): Likewise.
5824 (mn10300_elf_symbol_address_p): Likewise.
5825 (mn10300_elf_get_relocated_section_contents): Likewise.
5826 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
5827 (elf32_h8_relax_delete_bytes): Likewise.
5828 (elf32_h8_symbol_address_p): Likewise.
5829 (elf32_h8_get_relocated_section_contents): Likewise.
5830 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
5831 (m32r_elf_relax_delete_bytes): Likewise.
5832 (m32r_elf_get_relocated_section_contents): Likewise.
5833 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
5834 elf_section_data to determine whether cached.
5835 (sh_elf_relax_section): As above for elf-m10200.c.
5836 (sh_elf_relax_delete_bytes): Likewise.
5837 (sh_elf_get_relocated_section_contents): Likewise.
5838 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
5839 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
5840 reading of local syms.
5841 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
5842 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
5843 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
5844 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
5845 relocs.
5846 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
5847 free internal relocs and section contents. Don't read symbols.
5848 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
5849 (elf32_hppa_size_stubs): Don't free local syms.
5850 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
5851 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
5852 possibly cached info.
5853 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
5854 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
5855 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
5856 all_local_syms.
5857 (get_local_syms): Delete function.
5858 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
5859 on exit.
5860 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
5861
b3212001
JW
58622002-07-05 Jim Wilson <wilson@redhat.com>
5863
5864 * syms.c (decode_section_type): New.
5865 (bfd_decode_symclass): Call decode_section_type.
5866
894bb1ee
JJ
58672002-07-04 Jakub Jelinek <jakub@redhat.com>
5868
5869 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
5870 section content start.
5871 Reported by Michael Schumacher <mike@hightec-rt.com>.
5872
bc0ba537
AM
58732002-07-04 Alan Modra <amodra@bigpond.net.au>
5874
9b5ecbd0 5875 * section.c (_bfd_strip_section_from_output): Remove unnecessary
bc0ba537
AM
5876 link order code. Don't actually remove the output section here;
5877 Just set a flag for the linker to do so.
5878 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
5879 sections when setting up output section dynsyms.
5880
797fc050
AM
58812002-07-04 Alan Modra <amodra@bigpond.net.au>
5882
5883 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
5884 fudge.
5885 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
5886 libs here instead.
5887
99881371
MS
58882002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
5889
5890 * elf64-s390.c (create_got_section): Set .got section alignment to
5891 8 bytes.
5892 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
5893
47d9a591
AM
58942002-07-02 Alan Modra <amodra@bigpond.net.au>
5895
5896 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
5897
179d3252
JT
58982002-07-01 Matt Thomas <matt@3am-software.com>
5899
5900 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
5901 to EF_VAX_*.
5902
4a14403c
TS
59032002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5904
5905 * elfxx-mips.c (ABI_64_P): Fix comment.
5906 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
5907 new section names for N64 ABI.
5908 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
5909 (mips_elf_calculate_relocation): Code formatting.
5910 (mips_elf_create_dynamic_relocation): Likewise.
5911 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
5912 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
5913 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
5914 in any NewABI.
5915 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
5916 for NewABI.
5917 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
5918 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
5919 here, too.
5920
607c0e09
AS
59212002-07-01 Andreas Schwab <schwab@suse.de>
5922
5923 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
5924 R_X86_64_64 to R_X86_64_RELATIVE.
5925
ba26fd96
AM
59262002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
5927
5928 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
5929 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
5930 Run "make dep-am".
5931 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
5932 host_aout_vec.
5933 * configure.in (vaxbsd_vec): Add.
5934 * targets.c (vaxbsd_vec): Add.
5935 * Makefile.in: Rebuild.
5936 * configure: Rebuild.
5937 * po/SRC-POTFILES.in: Rebuild.
5938
1e2f5b6e
AM
59392002-07-01 Alan Modra <amodra@bigpond.net.au>
5940
5941 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
5942 examining to gc_mark_hook, rather than the bfd.
5943 (elf_gc_sections): Adjust.
5944 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
5945 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
5946 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
5947 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
5948 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
5949 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
5950 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
5951 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
5952 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
5953 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
5954 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
5955 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
5956 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
5957 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
5958 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
5959 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
5960 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
5961 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
5962 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
5963 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
5964 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
5965 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
5966 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
5967 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
5968 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
5969 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
5970 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
5971 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
5972 redundant local sym tests.
5973 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
5974 (link_hash_newfunc): Init is_entry.
5975 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
5976 (ppc64_elf_link_hash_table_create): Init all_local_syms.
5977 (create_linkage_sections): Use bfd_make_section_anyway rather than
5978 bfd_make_section.
5979 (ppc64_elf_mark_entry_syms): New function.
5980 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
5981 up opd entry to function section map.
5982 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
5983 relocs that reference the opd section.
5984 (edit_opd): New function.
5985 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
5986 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
5987 (get_local_syms): Do so here. Exit if we already have local syms.
5988 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
5989 read local syms on non-ELF input.
5990 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
5991 than duplicating it's function here. Adjust free of internal
5992 relocs to suit.
5993 (ppc64_elf_relocate_section): Adjust local syms in opd section.
5994 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
5995 * elf32-hppa.c (elf32_hppa_size_stubs): Call
5996 _bfd_elf32_link_read_relocs rather than duplicating it's function
5997 here. Adjust free of internal relocs to suit.
5998
1b71fb54
AJ
59992002-07-01 Andreas Jaeger <aj@suse.de>
6000
6001 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
6002 are not allowed in shared libs code, enforce -fPIC.
6003
8d28f606
HPN
60042002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
6005
6006 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
6007 trailing zero-sequences when there's previous left-over data.
6008
5ac81c74
JL
60092002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
6010
6011 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
6012 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
6013 and opd_rel_sec in order for starting rela section. Check _raw_size.
6014 (elf_backend_reloc_type_class): Define.
6015
91a4d569
AM
60162002-06-27 Kevin Buettner <kevinb@redhat.com>
6017
6018 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
6019 DWARF2 formats.
6020
feee612b
AM
60212002-06-27 Alan Modra <amodra@bigpond.net.au>
6022
6023 * cpu-powerpc.c: Comment on ordering of arch_info.
6024 * elf32-ppc.c (ppc_elf_object_p): New function.
6025 (elf_backend_object_p): Define.
6026 * elf64-ppc.c (ppc64_elf_object_p): New function.
6027 (elf_backend_object_p): Define.
6028
a4e6cefc
JT
60292002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6030
6031 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
6032 * configure: Regenerate.
6033
dae2dd0d
NC
60342002-06-25 Jason Eckhardt <jle@rice.edu>
6035
6036 * dwarf2.c (decode_line_info): Check unit->addr_size
6037 to read in the proper number of prologue bytes.
6038
680f9d5c
NC
60392002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
6040
6041 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
6042 aix5coff64_vec if 64-bit bfd support has been enabled.
91a4d569
AM
6043 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
6044 been enabled.
dae2dd0d 6045
680f9d5c
NC
6046 * targets.c (_bfd_target_vector[]): Only include
6047 aix5coff64_vec if 64-bit bfd support has been enabled.
6048
d4c88bbb
AM
60492002-06-25 Alan Modra <amodra@bigpond.net.au>
6050
6051 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
6052 * elf32-hppa.c (hppa_add_stub): Likewise.
6053 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
6054 * elflink.h (elf_add_default_symbol): Fix comment typo.
6055 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
6056 (elf_link_add_object_symbols): Likewise.
6057 (elf_link_assign_sym_version): Likewise.
6058 * hash.c (bfd_hash_lookup): Likewise.
6059 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
6060 * section.c (bfd_get_unique_section_name): Likewise.
6061 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
6062 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
6063 (assign_section_numbers): Likewise.
6064 (_bfd_elfcore_make_pseudosection): Likewise.
6065 (elfcore_grok_lwpstatus): Likewise.
6066 (elfcore_grok_win32pstatus): Likewise.
6067 (elfcore_write_note): Constify input params. Use PTR instead of
6068 void *. Include terminating NUL in namesz. Correct padding.
6069 Support NULL "name" param. Use memcpy instead of strcpy.
6070 (elfcore_write_prpsinfo): Constify input params.
6071 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
6072 (elfcore_write_lwpstatus): Likewise.
6073 (elfcore_write_pstatus): Likewise.
6074 (elfcore_write_prfpreg): Likewise.
6075 (elfcore_write_prxfpreg): Likewise.
6076 * elf-bfd.h (elfcore_write_note): Update declaration.
6077 (elfcore_write_prpsinfo): Likewise.
6078 (elfcore_write_prstatus): Likewise.
6079 (elfcore_write_pstatus): Likewise.
6080 (elfcore_write_prfpreg): Likewise.
6081 (elfcore_write_prxfpreg): Likewise.
6082 (elfcore_write_lwpstatus): Likewise.
6083
b0ac09d2
NC
60842002-06-25 Jason Eckhardt <jle@rice.edu>
6085
6086 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
6087 symbols of type stProc and stStaticProc.
6088
60892002-06-25 Nick Clifton <nickc@redhat.com>
6090
6091 * ecoff.c: VArious formatting fixes.
6092
021d6096
AM
60932002-06-25 Alan Modra <amodra@bigpond.net.au>
6094
6095 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
6096
82e51918
AM
60972002-06-25 Alan Modra <amodra@bigpond.net.au>
6098
6099 * aout-adobe.c: Don't compare against "true" or "false.
6100 * aout-target.h: Likewise.
6101 * aoutx.h: Likewise.
6102 * archive.c: Likewise.
6103 * bout.c: Likewise.
6104 * cache.c: Likewise.
6105 * coff-a29k.c: Likewise.
6106 * coff-alpha.c: Likewise.
6107 * coff-i386.c: Likewise.
6108 * coff-mips.c: Likewise.
6109 * coff-or32.c: Likewise.
6110 * coff64-rs6000.c: Likewise.
6111 * coffcode.h: Likewise.
6112 * coffgen.c: Likewise.
6113 * cpu-ns32k.c: Likewise.
6114 * ecoff.c: Likewise.
6115 * ecofflink.c: Likewise.
6116 * elf.c: Likewise.
6117 * elf32-arm.h: Likewise.
6118 * elf32-cris.c: Likewise.
6119 * elf32-d30v.c: Likewise.
6120 * elf32-i386.c: Likewise.
6121 * elf32-mcore.c: Likewise.
6122 * elf32-ppc.c: Likewise.
6123 * elf32-sh.c: Likewise.
6124 * elf32-sh64.c: Likewise.
6125 * elf32-v850.c: Likewise.
6126 * elf64-alpha.c: Likewise.
6127 * elf64-sh64.c: Likewise.
6128 * elfcode.h: Likewise.
6129 * elfcore.h: Likewise.
6130 * elflink.h: Likewise.
6131 * elfxx-mips.c: Likewise.
6132 * i386os9k.c: Likewise.
6133 * ieee.c: Likewise.
6134 * libbfd.c: Likewise.
6135 * linker.c: Likewise.
6136 * mmo.c: Likewise.
6137 * nlm32-alpha.c: Likewise.
6138 * nlm32-i386.c: Likewise.
6139 * nlm32-ppc.c: Likewise.
6140 * nlm32-sparc.c: Likewise.
6141 * nlmcode.h: Likewise.
6142 * oasys.c: Likewise.
6143 * pdp11.c: Likewise.
6144 * peicode.h: Likewise.
6145 * reloc.c: Likewise.
6146 * som.c: Likewise.
6147 * srec.c: Likewise.
6148 * tekhex.c: Likewise.
6149 * vms.c: Likewise.
6150 * xcofflink.c: Likewise.
6151 * elf64-sparc.c: Edit comment to not use "== false".
6152
6153 * aoutf1.h: Don't use "? true : false".
6154 * ecoff.c: Likewise.
6155 * format.c: Likewise.
6156 * ieee.c: Likewise.
6157 * linker.c: Likewise.
6158 * mmo.c: Likewise.
6159 * oasys.c: Likewise.
6160
48fc70a2
AM
61612002-06-23 H.J. Lu <hjl@gnu.org>
6162
6163 * elflink.h (elf_link_add_archive_symbols): For the default
6164 version, check references with only one `@' first.
6165
47b7c2db
AM
61662002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
6167
6168 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
6169 function.
9b5ecbd0 6170 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
47b7c2db
AM
6171 symbol table.
6172 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
6173 (elf64_hppa_size_dynamic_sections): Revise to use
6174 elf64_hppa_mark_milli_and_exported_functions.
6175 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
6176 symbols out of dynamic symbol table.
6177
f5d44ba0
AM
61782002-06-23 Alan Modra <amodra@bigpond.net.au>
6179
bb3fff1e
AM
6180 * Makefile.in: Regenerate.
6181 * libbfd.h: Regenerate.
6182 * bfd-in2.h: Regenerate.
6183 * configure: Regenerate.
6184 * po/SRC-POTFILES.in: Regenerate.
6185
f5d44ba0
AM
6186 * elflink.h: Comment typo fixes.
6187
61882002-06-23 H.J. Lu <hjl@gnu.org>
6189
6190 * elf-bfd.h (elf_link_loaded_list): New structure.
6191 (elf_link_hash_table): Add "loaded".
6192 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
6193 * elflink.h (elf_link_check_versioned_symbol): New function.
6194 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
6195
cc36acdf
NC
61962002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
6197
6198 * elflink.h (size_dynamic_sections): If the target does not
f5d44ba0 6199 support an ELF style hash table, return true, indicating that
cc36acdf
NC
6200 nothing needed to be done, rather than false, indicating that the
6201 section's size could not be computed.
6202
4e5ba5b7
DB
62032002-06-18 Dave Brolley <brolley@redhat.com>
6204
6205 From Catherine Moore, Michael Meissner, Dave Brolley:
6206 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
6207 * targets.c: Support bfd_elf32_frv_vec.
6208 * reloc.c: Add FRV relocs.
6209 * configure.in: Add support for bfd-elf32-frv-vec.
6210 * config.bfd (targ_cpu): Add support for frv-*-elf.
6211 * archures.c: Add frv arch and machines.
6212 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
6213 (ALL_MACHINES_CFILES): Add cpu-frv.c.
6214 (BFD32_BACKENDS): Add elf32-frv.lo.
6215 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
6216 (cpu-frv.lo): New target.
6217 (elf32-frv.lo): New target.
6218 * cpu-frv.c: New file.
6219 * elf32-frv.c: New file.
6220
7ece0d85
JJ
62212002-06-18 Jakub Jelinek <jakub@redhat.com>
6222
6223 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
6224 e_shnum == 0.
6225 Only read the first section header if e_shoff is non-zero.
6226 Don't consider e_shstrndx if there are no sections.
6227
57fb03ac
TR
62282002-06-17 Tom Rix <trix@redhat.com>
6229
6230 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
f5d44ba0 6231 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
57fb03ac
TR
6232 complain_overflow_bitfield.
6233
341ca622
AM
62342002-06-17 Alan Modra <amodra@bigpond.net.au>
6235
767e34d1
AM
6236 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
6237 (bfd_fdopenr): Likewise.
6238 (bfd_openstreamr): Likewise.
6239 (bfd_openw): Likewise.
6240
341ca622
AM
6241 * targets.c: Sort target vecs.
6242 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
6243 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
6244 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
6245 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
6246 * configure.in: Sort target vecs. Add m88kmach3_vec.
6247 * configure: Regenerate.
6248
dfbbae4c
HPN
62492002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
6250
6251 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
6252 bpo_reloc_no to break sort order ties, not address of items.
6253
d663e1cd
JL
62542002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6255
6256 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
6257 Skip excluded sections in determing __gp value.
6258 (elf_hppa_final_link_relocate): Use the symbol's address in
6259 R_PARISC_FPTR64 relocations that don't need an opd entry.
6260 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
6261 (elf64_hppa_finalize_dynreloc): Likewise.
6262 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
6263 (elf64_hppa_finish_dynamic_symbol): Break up assert.
6264
a8295218
NC
62652002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
6266
6267 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
6268 alignment for .bss, .data and .text sections so that sse and sse2
6269 code will work.
6270 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
6271
62722002-06013 J"orn Rennecke <joern.rennecke@superh.com>
5d9b5481
JR
6273
6274 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
6275 sh[1234]*-elf*.
6276
3db4b612
JL
62772002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
6278
2cb69dd3
JL
6279 * elflink.h (elf_bfd_final_link): Improve error handling for missing
6280 dynamic sections.
6281
3db4b612
JL
6282 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
6283 for a symbol that has no output section.
6284 (allocate_dynrel_entries): Correct comment.
6285 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
6286 unless we want one.
6287 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
6288 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
6289 with no section. Remove unnecessary parentheses.
6290
f3813499
TR
62912002-06-11 Tom Rix <trix@redhat.com>
6292
6293 * coffcode.h (coff_compute_section_file_positions): Add data
6294 section to AIX loader alignment check.
6295
f5d44ba0 6296 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
f3813499
TR
6297 alignment to 4 bytes.
6298 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
6299 power accessor macro.
6300 (do_shared_object_padding): Remove invalid assertion.
6301
0ebaf185
RS
63022002-06-10 Richard Sandiford <rsandifo@redhat.com>
6303
6304 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
6305 for removed output sections.
6306
ebe3e2d1
NC
63072002-06-10 Geoffrey Keating <geoffk@redhat.com>
6308
6309 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
6310 htab_alloc.
6311 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
6312
0b14c2aa
L
63132002-06-08 H.J. Lu <hjl@gnu.org>
6314
6315 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
6316 work around a long long bug in gcc 2.96 on mips.
6317
3c2bfad6
JT
63182002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6319
6320 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
6321 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
6322 Regenerate dependency lists.
6323 * Makefile.in: Regenerate.
6324 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
6325 vax1knetbsd_vec to targ_selvecs.
6326 * configure.in: Add vax1knetbsd_vec.
6327 * configure: Regenerate.
6328 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
6329 * vax1knetbsd.c: New file.
6330 * vaxnetbsd.c: Update copyright years.
6331 (TARGET_PAGE_SIZE): Set to 0x1000.
6332 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
6333
91149be3
JT
63342002-06-08 Matt Thomas <matt@3am-software.com>
6335
6336 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
6337
21e15248
AM
63382002-06-08 Alan Modra <amodra@bigpond.net.au>
6339
6340 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
6341
986b7daa
AM
63422002-06-08 Alan Modra <amodra@bigpond.net.au>
6343
e90b95f6
AM
6344 * Makefile.am: Run "make dep-am".
6345 * Makefile.in: Regenerate.
6346
3f9c735e
AM
6347 * armnetbsd.c: Replace CONST with const.
6348 * corefile.c: Likewise.
6349 * elf32-dlx.c: Likewise.
6350 * elf64-mips.c: Likewise.
6351 * mmo.c: Likewise.
6352 * ns32knetbsd.c: Likewise.
6353
986b7daa
AM
6354 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
6355 table is elf64-sparc.
6356
5a659663
TS
63572002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6358
6359 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
6360 Fix RELA addends to get not shifted in the result. Don't do special
6361 handling of R_MIPS_64 for NewABI.
6362
9bab7074
AM
63632002-06-07 Alan Modra <amodra@bigpond.net.au>
6364
6365 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
6366 (NAME(aout,slurp_reloc_table)): Likewise.
6367 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
6368 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
6369 (xcoff_write_archive_contents_big): Likewise.
6370 (xcoff_generate_rtinit): Likewise.
6371 (xcoff_generate_rtinit): Likewise, and check error return.
6372 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
6373 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
6374 (coff_get_normalized_symtab): Likewise.
6375 (coff_make_empty_symbol): Likewise.
6376 (bfd_coff_set_symbol_class): Likewise.
6377 * cofflink.c (coff_link_add_symbols): Likewise.
6378 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
6379 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
6380 (bfd_ecoff_write_accumulated_debug): Likewise.
6381 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
6382 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
6383 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
6384 * ieee.c (do_with_relocs): Use bfd_zalloc.
6385 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
6386 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
6387 (NAME(aout,slurp_reloc_table)): Likewise.
6388 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
6389 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
6390 * som.c (som_build_and_write_symbol_table): Likewise.
6391 (som_slurp_string_table): Likewise.
6392 (som_slurp_symbol_table): Likewise.
6393 (som_bfd_ar_write_symbol_stuff): Likewise.
6394 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
6395 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
6396 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
6397 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
6398 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
6399
1126897b
AM
64002002-06-07 Alan Modra <amodra@bigpond.net.au>
6401
6402 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
6403 "group" union.
6404 (elf_group_name): Update.
6405 (elf_group_id): Define.
6406 (bfd_elf_set_group_contents): Declare.
6407 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
6408 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
6409 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
6410 that sym for the signature.
6411 (_bfd_elf_compute_section_file_positions): Don't call
6412 set_group_contents for "ld -r" case.
6413 (swap_out_syms): Use bfd_zalloc.
6414 * elflink.h (elf_link_add_archive_symbols): Likewise.
6415 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
6416 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
6417
3fad3c7c
AM
64182002-06-07 Alan Modra <amodra@bigpond.net.au>
6419
6420 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
6421 relocs in opd for non-shared too.
6422
10f469bf 64232002-06-06 Jeffrey Law <law@redhat.com>
76f99c63
JL
6424
6425 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
6426 relocations.
6427
7217313c
NC
64282002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
6429
6430 * merge.c: Include libiberty.h.
6431 * elf-strtab.c: Include libiberty.h.
6432
6cb22815
AM
64332002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
6434
6435 * peXXigen.c (pe_print_idata): Remove unused variable.
6436
1ed89aa9
NC
64372002-06-06 David Heine <dlheine@tensilica.com>
6438
6439 * elf.c (assign_file_positions_for_segments): Remove unallocated
6440 sections from the section to segment mapping for PT_LOAD segments.
6441 Update comment about empty loadable segments.
6442
644c4c80
RS
64432002-06-06 Richard Sandiford <rsandifo@redhat.com>
6444
6445 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
6446 is within the .stabstr section.
6447
f8ecb12b
AM
64482002-06-06 Alan Modra <amodra@bigpond.net.au>
6449
6450 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
6451 are "const PTR", not "const PTR *".
6452 (bfd_elf32_swap_symbol_in): Likewise.
6453 (bfd_elf64_swap_symbol_in): Likewise.
6454 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
6455 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
6456 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
6457 (elf_link_add_object_symbols): Likewise.
6458 (elf_link_record_local_dynamic_symbol): Likewise.
6459 (elf_link_input_bfd): Likewise.
6460 (elf_gc_mark): Likewise.
6461 (elf_reloc_symbol_deleted_p): Likewise.
6462 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
6463 (mn10200_elf_relax_delete_bytes): Likewise.
6464 (mn10200_elf_symbol_address_p): Likewise.
6465 (mn10200_elf_get_relocated_section_contents): Likewise.
6466 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
6467 (mn10300_elf_relax_section): Likewise.
6468 (mn10300_elf_relax_delete_bytes): Likewise.
6469 (mn10300_elf_symbol_address_p): Likewise.
6470 (mn10300_elf_get_relocated_section_contents): Likewise.
6471 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
6472 (elf32_h8_relax_delete_bytes): Likewise.
6473 (elf32_h8_symbol_address_p): Likewise.
6474 (elf32_h8_get_relocated_section_contents): Likewise.
6475 * elf32-hppa.c (get_local_syms): Likewise.
6476 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
6477 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
6478 * elf32-sh.c (sh_elf_relax_section): Likewise.
6479 (sh_elf_relax_delete_bytes): Likewise.
6480 (sh_elf_get_relocated_section_contents): Likewise.
6481 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
6482 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
6483 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
6484 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
6485 * elf64-ppc.c (get_local_syms): Likewise.
6486 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
6487 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
6488
1ed89aa9 64892002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
7a33bc10
JR
6490
6491 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
6492
73ff0d56
AM
64932002-06-05 Alan Modra <amodra@bigpond.net.au>
6494
9dce4196
AM
6495 * elf.c (group_signature): Swap in the whole symbol, and handle
6496 extracting section symbol names.
6497 (setup_group): Add comment.
6498 (set_group_contents): When called from objcopy or ld, arrange for
6499 section contents to be written. Write group member output section
6500 indices to allow objcopy to reorganize sections.
6501 (_bfd_elf_copy_private_section_data): Copy group info.
6502
73ff0d56
AM
6503 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
6504 (bfd_elf32_swap_symbol_in): Update prototype.
6505 (bfd_elf64_swap_symbol_in): Likewise.
6506 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
6507 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
6508 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
6509 (elf_link_add_object_symbols): Likewise.
6510 (elf_link_record_local_dynamic_symbol): Likewise.
6511 (elf_link_input_bfd): Likewise.
6512 (elf_gc_mark): Likewise.
6513 (elf_reloc_symbol_deleted_p): Likewise.
6514 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
6515 (mn10200_elf_relax_delete_bytes): Likewise.
6516 (mn10200_elf_symbol_address_p): Likewise.
6517 (mn10200_elf_get_relocated_section_contents): Likewise.
6518 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
6519 (mn10300_elf_relax_section): Likewise.
6520 (mn10300_elf_relax_delete_bytes): Likewise.
6521 (mn10300_elf_symbol_address_p): Likewise.
6522 (mn10300_elf_get_relocated_section_contents): Likewise.
6523 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
6524 (elf32_h8_relax_delete_bytes): Likewise.
6525 (elf32_h8_symbol_address_p): Likewise.
6526 (elf32_h8_get_relocated_section_contents): Likewise.
6527 * elf32-hppa.c (get_local_syms): Likewise.
6528 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
6529 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
6530 * elf32-sh.c (sh_elf_relax_section): Likewise.
6531 (sh_elf_relax_delete_bytes): Likewise.
6532 (sh_elf_get_relocated_section_contents): Likewise.
6533 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
6534 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
6535 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
6536 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
6537 * elf64-ppc.c (get_local_syms): Likewise.
6538 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
6539 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
6540 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
6541 * elf64-alpha.c (alpha_elf_size_info): Likewise.
6542 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
6543 * elf64-mips.c (mips_elf64_size_info): Likewise.
6544 * elf64-s390.c (s390_elf64_size_info): Likewise.
6545 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
6546
53bfd6b4
MR
65472002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6548
6549 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
6550 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
6551 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
6552 _bfd_mips_elf_ignore_discarded_relocs.
6553 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
6554
d4df96e6
L
65552002-06-05 H.J. Lu <hjl@gnu.org>
6556
6557 * elfxx-mips.c (mips_elf_calculate_relocation): Call
6558 _bfd_elf_rel_local_sym for STT_SECTION relocations against
6559 the SEC_MERGE section.
6560
e61463e1
AM
65612002-06-05 Alan Modra <amodra@bigpond.net.au>
6562
3cac74d0
AM
6563 * coff-alpha.c: Update copyright date.
6564 * coff-mips.c: Likewise.
6565 * xcoff-target.h: Likewise.
6566
e61463e1
AM
6567 * bfd-in.h: Remove "taken from the source" comment.
6568 * libbfd-in.h: Likewise.
6569 * libcoff-in.h: Likewise.
6570 * bfd-in2.h: Regenerate.
6571 * libbfd.h: Regenerate.
6572 * libcoff.h: Regenerate.
6573
6574 * elf.c (bfd_elf_discard_group): Return true.
6575 * elf-bfd.h (bfd_elf_discard_group): Declare.
6576 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
6577 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
6578 * bfd.c (bfd_discard_group): Define.
6579 * targets.c (struct bfd_target): Add _bfd_discard_group.
6580 (BFD_JUMP_TABLE_LINK): Here too.
6581 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
6582 * aout-adobe.c (aout_32_bfd_discard_group): Define.
6583 * aout-target.h (MY_bfd_discard_group): Define.
6584 * aout-tic30.c (MY_bfd_discard_group): Define.
6585 * binary.c (binary_bfd_discard_group): Define.
6586 * bout.c (b_out_bfd_discard_group): Define.
6587 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
6588 * coffcode.h (coff_bfd_discard_group): Define.
6589 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
6590 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
6591 * i386msdos.c (msdos_bfd_discard_group): Define.
6592 * i386os9k.c (os9k_bfd_discard_group): Define.
6593 * ieee.c (ieee_bfd_discard_group): Define.
6594 * ihex.c (ihex_bfd_discard_group): Define.
6595 * mmo.c (mmo_bfd_discard_group): Define.
6596 * nlm-target.h (nlm_bfd_discard_group): Define.
6597 * oasys.c (oasys_bfd_discard_group): Define.
6598 * ppcboot.c (ppcboot_bfd_discard_group): Define.
6599 * som.c (som_bfd_discard_group): Define.
6600 * srec.c (srec_bfd_discard_group): Define.
6601 * tekhex.c (tekhex_bfd_discard_group): Define.
6602 * versados.c (versados_bfd_discard_group): Define.
6603 * vms.c (vms_bfd_discard_group): Define.
6604 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
6605 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
6606 (aix5coff64_vec): Likewise.
6607 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
6608
9cba27b2
JT
66092002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
6610
6611 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
6612 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
6613 (elf32-sh64-com.lo): New dependency list.
6614 * Makefile.in: Regenerate.
6615 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
6616 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
6617 elf32-sh64-com.lo.
6618 * configure: Regenerate.
6619 * elf32-sh64.c (sh64_address_in_cranges)
6620 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
6621 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
6622 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
6623 * elf32-sh64-com.c: ...here. New file.
6624
8d2c33be
AM
66252002-06-04 Alan Modra <amodra@bigpond.net.au>
6626
6627 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
6628 ATTRIBUTE_UNUSED on used params.
6629 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
6630 before calling bfd_section_from_elf_index on local syms.
6631 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
6632
5b0e55b6
JT
66332002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
6634
6635 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
6636 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
6637 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
6638 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
6639 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
6640 * Makefile.in: Regenerate.
6641 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
6642 (sh64-*-netbsd*): New targets.
6643 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
6644 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
6645 * configure: Regenerate.
6646 * elf32-sh64-nbsd.c: New file.
6647 * elf64-sh64-nbsd.c: New file.
6648 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
6649 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
6650 bfd_elf64_sh64lnbsd_vec.
6651
b885599b
AM
66522002-06-04 Alan Modra <amodra@bigpond.net.au>
6653
6654 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
6655 (bfd_section_from_shdr): Likewise. Set section name of group
6656 sections from signature.
6657 (group_signature): Split out from setup_group. Ensure symbol table
6658 is available.
6659 (bfd_elf_discard_group): New function.
6660 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
6661 .gnu.linkonce* sections if they are members of a group.
6662 (set_group_contents): Set GRP_COMDAT flag.
6663 * section.c (bfd_discard_group): New function.
6664 * bfd-in.h (bfd_elf_discard_group): Declare.
6665 * bfd-in2.h: Regenerate.
6666 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
6667 (elf_linkonce_p): Define.
6668
90937f86
AM
66692002-06-04 Alan Modra <amodra@bigpond.net.au>
6670
6671 * elf.c (bfd_section_from_shdr): Make "name" const.
6672 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
6673 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
6674 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
6675 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
6676 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
6677 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
6678 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
6679 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
6680 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
6681 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
6682 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
6683
cf6fb9ce
MR
66842002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6685
6686 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
6687 ABI.
6688
cedb70c5
KH
66892002-06-02 Kazu Hirata <kazu@cs.umass.edu>
6690
6691 * elf32-arc.c: Fix formatting.
6692 * elf32-arm.h: Likewise.
6693 * elf32-cris.c: Likewise.
6694 * elf32-dlx.c: Likewise.
6695 * elf32-hppa.c: Likewise.
6696 * elf32-i386.c: Likewise.
6697 * elf32-i386qnx.c: Likewise.
6698 * elf32-or32.c: Likewise.
6699 * elf32-s390.c: Likewise.
6700 * elf32-sh64.c: Likewise.
6701 * elf32-vax.c: Likewise.
6702 * elf32-xstormy16.c: Likewise.
6703 * elf64-alpha.c: Likewise.
6704 * elf64-mmix.c: Likewise.
6705 * elf64-ppc.c: Likewise.
6706 * elf64-s390.c: Likewise.
6707 * elf64-sh64.c: Likewise.
6708 * elf64-x86-64.c: Likewise.
6709
048d873d
RH
67102002-06-02 Richard Henderson <rth@redhat.com>
6711
6712 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
6713 null when there are no got entries for a symbol.
6714 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
6715 uninitialized variable warning.
6716
4a67a098
RH
67172002-06-01 Richard Henderson <rth@redhat.com>
6718
6719 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
6720 undefined symbols here.
6721 (elf64_alpha_relax_section): Do it here. Also test for not
6722 defined in the current module.
6723 (elf64_alpha_relocate_section_r): Split out of ...
6724 (elf64_alpha_relocate_section): ... here. Don't dereference
6725 NULL when looking up local got entries.
6726
f44f99a5
RH
67272002-06-01 Richard Henderson <rth@redhat.com>
6728
6729 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
6730 symbols from JSR relaxation.
6731 (elf64_alpha_size_plt_section_1): New.
6732 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
6733 (elf64_alpha_size_rela_got_1): ... here.
6734 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
6735 (elf64_alpha_size_rela_got_section): ... here.
6736 (elf64_alpha_size_plt_section): New.
6737 (elf64_alpha_relax_section): Call them.
6738 (elf64_alpha_size_got_sections): Remove output_bfd arg.
6739 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
6740
9e756d64
RH
67412002-06-01 Richard Henderson <rth@redhat.com>
6742
6743 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
6744 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
6745 in shared libraries. Fix DTPRELHI and TPRELHI value.
6746 (INSN_ADDQ, INSN_RDUNIQ): New.
6747 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
6748 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
6749 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
6750 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
6751 Handle GOTDTPREL and GOTTPREL relocations.
6752 (elf64_alpha_relax_gprelhilo): New.
6753 (elf64_alpha_relax_tls_get_addr): New.
6754 (elf64_alpha_relax_find_tls_segment): New.
6755 (elf64_alpha_relax_section): Handle TLS relocations.
6756 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
6757 (elf64_alpha_check_relocs): Set it.
6758
c853d7f6
RH
67592002-06-01 Richard Henderson <rth@redhat.com>
6760
b646261c
RH
6761 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
6762
c853d7f6
RH
6763 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
6764 check; don't suppress dynamic relocs for non-allocated sections.
6765
d7e41a96
RH
6766 * elf64-alpha.c: Remove dead code.
6767
5f333394
AM
67682002-05-31 Alan Modra <amodra@bigpond.net.au>
6769
08e0ee05
AM
6770 * bfd-in2.h: Regenerate.
6771 * libbfd.h: Regenerate.
6772 * po/SRC-POTFILES.in: Regenerate.
6773
5f333394
AM
6774 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
6775 space for bss .plt.
6776
caf47ea6
AM
67772002-05-31 Graeme Peterson <gp@qnx.com>
6778
6779 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
6780 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
6781 Run "make dep-am".
6782 * Makefile.in: Regenerate.
6783 * config.bfd: Add i[3456]86-*-nto-qnx* support.
6784 * configure.in: Add bfd_elf32_i386qnx_vec support.
6785 * configure: Regenerate.
6786 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
6787 is_contained_by_filepos, and copy_private_bfd_data_p.
6788 * elf.c (assign_file_positions_for_segments): Call backend
6789 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
6790 (IS_CONTAINED_BY_FILEPOS): Define.
6791 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
6792 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
6793 Fix non-K&R call to _bfd_error_handler.
6794 (_bfd_elf_copy_private_section_data): Use backend
6795 copy_private_bfd_data_p.
6796 * elf32-i386.c: Don't include elfxx-target.h when
6797 ELF32_I386_C_INCLUDED is defined.
6798 * elf32-i386qnx.c: New QNX elf backend file.
6799 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
6800 elf_backend_is_contained_by_filepos, and
6801 elf_backend_do_copy_private_bfd_data.
6802 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
6803
5bc56484
AM
68042002-05-31 Alan Modra <amodra@bigpond.net.au>
6805
6806 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
6807 Move other similar defines to start of file.
6808
1b164155
TR
68092002-05-30 Tom Rix <trix@redhat.com>
6810
6811 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
6812 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
6813
3765b1be
RH
68142002-05-30 Richard Henderson <rth@redhat.com>
6815
6816 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
6817 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
6818 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
6819 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
6820 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
6821 (struct alpha_elf_obj_tdata): Rename total_got_entries and
6822 n_local_got_entries to total_got_size and local_got_size.
6823 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
6824 (alpha_got_entry_size): New.
6825 (elf64_alpha_relax_with_lituse): Use it.
6826 (elf64_alpha_relax_without_lituse): Likewise.
6827 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
6828 (get_got_entry): New.
6829 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
6830 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
6831 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
6832 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
6833 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
6834 (elf64_alpha_calc_got_offsets): Likewise.
6835 (alpha_dynamic_entries_for_reloc): New.
6836 (elf64_alpha_calc_dynrel_sizes): Use it.
6837 (elf64_alpha_size_dynamic_sections): Likewise.
6838 (elf64_alpha_relocate_section): Handle TLS relocations.
6839 * reloc.c: Add Alpha TLS relocations.
6840 * bfd-in2.h, libbfd.h: Rebuild.
6841
5e226794
NC
68422002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
6843
6844 * peXXigen.c (pe_print_idata): Remove double printed
6845 import table lines; add Bound-To comment.
6846
90ace9e9
JT
68472002-05-29 Matt Thomas <matt@3am-software.com>
6848
6849 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
6850 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
6851 (elf32-vax.lo): New rule.
6852 * Makefile.in: Regenerate.
6853 * configure.in (bfd_elf32_vax_vec)
6854 (vaxnetbsd_vec): New vectors.
6855 * configure: Regenerate.
6856 * config.bfd (vax-*-netbsdelf*)
6857 (vax-*-netbsdaout*)
6858 (vax-*-netbsd*): New targets.
6859 * elf32-vax.c: New file.
6860 * reloc.c: Add VAX relocations.
6861 * bfd-in2.h: Regenerate.
6862 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
6863
4a253e81
JT
68642002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6865
6866 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
6867 and bfd_elf32_bigarm_vec to targ_selvecs.
6868
6e7c73dd
CF
68692002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
6870
6871 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
6872 with auto-imported symbols.
6873
8afb0e02
NC
68742002-05-29 Adam Nemet <anemet@lnxw.com>
6875
6876 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
6877 sections only record bfd.
9bab7074 6878 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
8afb0e02 6879 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
9bab7074 6880 * bfd-in2.h: Regenerate.
8afb0e02 6881
a95653f5
NC
68822002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6883
6884 * syms.c (_bfd_stab_section_find_nearest_line): Move
6885 declaration and initialisation of saw_line and saw_func out of
6886 for loop.
6887
7cdc5bba
AM
68882002-05-29 Alan Modra <amodra@bigpond.net.au>
6889
6890 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
6891 (bfd_elf64_get_symbol_info): Define.
6892 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
6893
4c7aad1c
AM
68942002-05-29 Andrey Volkov <avolkov@transas.com>
6895
6896 * cpu-h8300.c: Make default h8300 machine first in machine list.
6897
d172d4ba
NC
68982002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
6899
6900 * config.bfd: Added DLX configuraton.
6901 * Makefile.am: Added DLX configuraton.
6902 * configure.in: Added DLX configuraton.
6903 * archures.c: Add DLX architecure.
6904 * reloc.c: Add DLX relocs.
6905 * targets.c: Added DLX target vector.
6906 * configure: Regenerate.
6907 * Makefile.in: Regenreate.
6908 * bfd-in2.h: Regenreate.
6909 * elf32-dlx.c: New file: Support DLX target.
6910 * cpu-dlx.c: New file: Support DLX target.
6911
d1329ca3
AM
69122002-05-25 Alan Modra <amodra@bigpond.net.au>
6913
428d0de3
AM
6914 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
6915
d1329ca3
AM
6916 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
6917 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
6918 strings to point inside function code sym string.
6919 (func_desc_adjust): Likewise.
6920 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
6921
3bab7989
ML
69222002-05-24 Michal Ludvig <mludvig@suse.cz>
6923
6924 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
6925 (elf64_x86_64_grok_psinfo): Added.
6926
436e8db0
NC
69272002-05-24 TAMURA Kent <kent@netbsd.org>
6928
6929 * config.bfd: Add a target for i386-netbsdpe.
6930
ea1e4b0d
AM
69312002-05-24 Alan Modra <amodra@bigpond.net.au>
6932
6933 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
6934 and is_func_descriptor.
6935 (func_desc_adjust): Hide function code sym in shared libs unless
6936 there is a matching exported function descriptor sym.
6937
13ae64f3
JJ
69382002-05-23 Jakub Jelinek <jakub@redhat.com>
6939
6940 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
6941 for symbols from SHF_TLS section.
6942 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
6943 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
6944 (map_sections_to_segments): Build PT_TLS segment if necessary.
6945 (assign_file_positions_for_segments): Likewise.
6946 (get_program_header_size): Account for PT_TLS segment.
6947 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
6948 SEC_THREAD_LOCAL sections to STT_TLS.
6949 * reloc.c: Add 386 and IA-64 TLS relocs.
6950 * section.c (SEC_THREAD_LOCAL): Define.
6951 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
6952 Remove.
6953 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
6954 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
6955 unconditionally.
6956 (struct elf_final_link_info): Add first_tls_sec.
6957 (elf_bfd_final_link): Set first_tls_sec.
6958 Compute elf_hash_table (info)->tls_segment.
6959 (elf_link_output_extsym): Handle STT_TLS symbols.
6960 (elf_link_input_bfd): Likewise.
6961 * syms.c (BSF_THREAD_LOCAL): Define.
6962 * bfd-in2.h: Rebuilt.
6963 * libbfd.h: Rebuilt.
6964 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
6965 elf_i386_mkobject, elf_i386_object_p): New functions.
6966 (elf_howto_table): Add TLS relocs.
6967 (elf_i386_reloc_type_lookup): Support TLS relocs.
6968 (elf_i386_info_to_howto_rel): Likewise.
6969 (struct elf_i386_link_hash_entry): Add tls_type.
6970 (struct elf_i386_obj_tdata): New.
6971 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
6972 New macros.
6973 (struct elf_i386_link_hash_table): Add tls_ldm_got.
6974 (link_hash_newfunc): Clear tls_type.
6975 (elf_i386_check_relocs): Support TLS relocs.
6976 (elf_i386_gc_sweep_hook): Likewise.
6977 (allocate_dynrelocs): Likewise.
6978 (elf_i386_size_dynamic_sections): Likewise.
6979 (elf_i386_relocate_section): Likewise.
6980 (elf_i386_finish_dynamic_symbol): Likewise.
6981 (bfd_elf32_mkobject, elf_backend_object_p): Define.
6982 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
6983 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
6984 want_tprel, want_dtpmod, want_dtprel.
6985 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
6986 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
6987 R_IA64_LTOFF_TPREL22.
6988 (elf_code_to_howto_index): Add TLS relocs.
6989 (elfNN_ia64_check_relocs): Support TLS relocs.
6990 (allocate_global_data_got): Account for TLS .got data.
6991 (allocate_dynrel_entries): Account for TLS dynamic relocations.
6992 (elfNN_ia64_install_value): Supprt TLS relocs.
6993 (set_got_entry): Support TLS relocs.
6994 (elfNN_ia64_relocate_section): Likewise.
6995
c62e1cc3
NC
69962002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
6997
6998 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
6999 BLX reloc round the relocation up rather than down.
7000 * coff-arm.c (coff_arm_relocate_section): Likewise.
7001
c5a43a5d
L
70022002-05-21 H.J. Lu (hjl@gnu.org)
7003
7004 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
7005 definition.
7006
afbe61cf
AM
70072002-05-22 Alan Modra <amodra@bigpond.net.au>
7008
7009 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
7010 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
7011
9c07fe7c
AM
70122002-05-22 Alan Modra <amodra@bigpond.net.au>
7013
7014 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
7015 unresolved relocs.
7016 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
7017
21611032
TS
70182002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7019
c5cd6d62 7020 * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
21611032
TS
7021 non-ELF targets.
7022
41241523
TS
70232002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7024
7025 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
7026 an error value.
7027 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
7028 return with false on error.
7029 (elf_link_input_bfd): Check reloc_emitter return value.
7030
658f2588
JT
70312002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7032
7033 * config.bfd (armeb-*-netbsdelf*): New target.
7034
c862ae31
AM
70352002-05-20 Alan Modra <amodra@bigpond.net.au>
7036
7037 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
7038 at the plt call stub.
7039
6dd14845
TS
70402002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7041
7042 * cpu-mips.c (mips_compatible): Don't try to check machine
7043 compatibility.
7044
a58d9c34
TR
70452002-05-18 Tom Rix <trix@redhat.com>
7046
9b5ecbd0 7047 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
a58d9c34 7048
ef60b7ff
AM
70492002-05-17 Alan Modra <amodra@bigpond.net.au>
7050
7051 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
7052 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
7053 we've already warned about an undefined symbol. Report more
7054 detail on reloc errors.
7055
a703a6ea
AM
70562002-05-17 Alan Modra <amodra@bigpond.net.au>
7057
7058 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
7059 * configure.in: Invoke AM_INSTALL_LIBBFD.
7060 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
7061 (install_libbfd): .. New target.
7062 (uninstall_libbfd): Likewise.
7063 (install-bfdlibLTLIBRARIES): Likewise.
7064 (uninstall-bfdlibLTLIBRARIES): Likewise.
7065 (bfdlibdir): New.
7066 (bfdincludedir): New.
7067 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
7068 * aclocal.m4: Regenerate.
7069 * configure: Regenerate.
7070 * Makefile.in: Regenerate.
7071
2c13d98b
NC
70722002-05-17 Stuart Balfour <sbalfour@cisco.com>
7073
7074 * hash.c (bfd_hash_lookup): Remove computation of len from inside
7075 hash loop.
7076
629936c5
NC
70772002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
7078
7079 * config.bfd: Add targets for sh64-linux (little endian and
7080 big endian).
7081
e4cf60a8
NC
70822002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
7083
7084 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
7085 is located in the same section as the import table. Instead
7086 check, and if necessary load the section containing the thunk.
7087
d1e66cd4
NC
70882002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
7089
7090 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
ea1e4b0d
AM
7091 bfd_bread.
7092 (xcoff64_core_file_matches_executable_p): Replace bfd_read
7093 with bfd_bread.
d1e66cd4 7094
2d653fc7
AM
70952002-05-15 Alan Modra <amodra@bigpond.net.au>
7096
7097 * aix5ppc-core.c: Warning fixes.
7098 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
7099 * aout-target.h (MY_bfd_link_just_syms): Define.
7100 * aout-tic30.c (MY_bfd_link_just_syms): Define.
7101 * bfd.c (bfd_link_just_syms): Define.
7102 * binary.c (binary_bfd_link_just_syms): Define.
7103 * bout.c (b_out_bfd_link_just_syms): Define.
7104 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
7105 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
7106 * coffcode.h (coff_bfd_link_just_syms): Define.
7107 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
7108 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
7109 (_bfd_elf_link_just_syms): Declare.
7110 * elf.c (_bfd_elf_link_just_syms): New function.
7111 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
7112 sections haven't already been discarded by the linker.
7113 * elflink.h (elf_link_add_object_symbols): Likewise for stab
7114 sections and SEC_MERGE sections.
7115 (elf_bfd_discard_info): Similarly here.
7116 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
7117 * i386msdos.c (msdos_bfd_link_just_syms): Define.
7118 * i386os9k.c (os9k_bfd_link_just_syms): Define.
7119 * ieee.c (ieee_bfd_link_just_syms): Define.
7120 * ihex.c (ihex_bfd_link_just_syms): Define.
7121 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
7122 (_bfd_generic_link_just_syms): Declare.
7123 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
7124 * linker.c (_bfd_generic_link_just_syms): New function.
7125 * mmo.c (mmo_bfd_link_just_syms): Define.
7126 * nlm-target.h (nlm_bfd_link_just_syms): Define.
7127 * oasys.c (oasys_bfd_link_just_syms): Define.
7128 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
7129 * som.c (som_bfd_link_just_syms): Define.
7130 * srec.c (srec_bfd_link_just_syms): Define.
7131 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
7132 (BFD_JUMP_TABLE_LINK): And here.
7133 * tekhex.c (tekhex_bfd_link_just_syms): Define.
7134 * versados.c (versados_bfd_link_just_syms): Define.
7135 * vms.c (vms_bfd_link_just_syms): Define.
7136 * libbfd.h: Regenerate.
7137 * bfd-in2.h: Regenerate.
7138
cb7394f2
TS
71392002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7140
7141 * elf32-mips.c: Remove superfluous definitions copied from
7142 elfxx-mips.c.
7143 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
7144 SGIish vectors to check the special case.
7145 (mips_elf_hi16_reloc): Fix comment.
7146 (mips_elf_got16_reloc): Likewise.
7147 (_bfd_mips_elf32_gprel16_reloc): Likewise.
7148 (elf_reloc_map): Code cleanup.
7149 (mips_reloc_map): Add comment.
7150 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
7151 (mips_elf32_rtype_to_howto): Likewise.
7152 (mips_elf32_discard_info): Likewise.
7153 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
7154 lead to IRIX compatibility now.
7155
8dc1a139
TS
71562002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7157
7158 * elfxx-mips.c: Call it IRIX, not Irix in comments.
7159
2051e1b5
JT
71602002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
7161
7162 * config.bfd (shle-*-netbsdelf*): Add target which includes
7163 sh64 support.
7164
83954261
AM
71652002-05-13 David Edelsohn <edelsohn@gnu.org>
7166
7167 * configure.in: Revert 2002-04-07. Instead, auto-configure
7168 HAVE_ST_C_IMPL.
7169 * configure: Regenerate.
7170 * config.in: Regenerate.
7171 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
7172 or AIX_5_CORE.
7173
a9bf1154
NC
71742002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
7175
7176 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
7177 corefiles as well.2
7178 * configure: Regenerate.
7179
3129eb7a
AM
71802002-05-13 Alan Modra <amodra@bigpond.net.au>
7181
7182 * Makefile.am (install-data-local): Install headers to
7183 $(exec_prefix)/include.
7184 * Makefile.in: Regenerate.
7185
a9a32010
DJ
71862002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7187 Daniel Jacobowitz <drow@mvista.com>
7188
7189 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
7190 map BFD_RELOC_RVA.
7191
71922002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
690cc98b
NC
7193
7194 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
7195 hppa*-*-openbsd*): New targets.
7196 * configure.in (alpha*-*-openbsd*): Set COREFILE.
7197 * configure: Regenerate.
7198
f1f0d9ab
TR
71992002-05-10 Tom Rix <trix@redhat.com>
7200
ea1e4b0d 7201 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
f1f0d9ab
TR
7202 xcoff64_ppc_relocate_section.
7203 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
7204 * libxcoff.h: Common xcoff_reloc_type function declaration.
7205
c432ba1a
AM
72062002-05-10 Alan Modra <amodra@bigpond.net.au>
7207
16a10388 7208 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
90937f86 7209 added in 2002-05-09 commit.
16a10388 7210
c432ba1a
AM
7211 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
7212 don't look for stubs on all undefined syms.
7213
4a335f3d
AM
72142002-05-09 Alan Modra <amodra@bigpond.net.au>
7215
8fc39d5d
AM
7216 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
7217 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
7218 pcrel_offset.
7219
4a335f3d
AM
7220 * elf32-i386.c (elf_howto_table): Comments.
7221 (elf_i386_relocate_section): Handle more relocs for relocatable
7222 linking and against SEC_MERGE sections.
7223
41fcb14e
AM
72242002-05-08 Alan Modra <amodra@bigpond.net.au>
7225
7226 * elf32-ppc.c (ppc_elf_create_got): New function.
7227 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
ea1e4b0d 7228 _bfd_elf_create_dynamic_sections. Correct .plt flags.
41fcb14e
AM
7229 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
7230 _bfd_elf_create_got_section.
7231
b491616a
AM
72322002-05-07 Alan Modra <amodra@bigpond.net.au>
7233
7234 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
7235 * elfxx-target.h (elf_backend_rela_normal): Define.
7236 (elfNN_bed): Init rela_normal.
7237 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
7238 for section symbols here if rela_normal. Simplify abs section test.
7239 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
7240 return immediately. Remove code handling relocatable linking.
7241 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
7242 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
7243 * elf32-i370.c (i370_elf_relocate_section): Likewise.
7244 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
7245 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
7246 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
7247 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
7248 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
7249 * elf32-s390.c (elf_s390_relocate_section): Likewise.
7250 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
7251 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
7252 * elf64-s390.c (elf_s390_relocate_section): Likewise.
7253 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
7254 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
7255 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
7256 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
7257 * elf-m10200.c (elf_backend_rela_normal): Define.
7258 * elf-m10300.c (elf_backend_rela_normal): Define.
7259 * elf32-fr30.c (elf_backend_rela_normal): Define.
7260 * elf32-i370.c (elf_backend_rela_normal): Define.
7261 * elf32-i860.c (elf_backend_rela_normal): Define.
7262 * elf32-m68k.c (elf_backend_rela_normal): Define.
7263 * elf32-mcore.c (elf_backend_rela_normal): Define.
7264 * elf32-openrisc.c (elf_backend_rela_normal): Define.
7265 * elf32-ppc.c (elf_backend_rela_normal): Define.
7266 * elf32-s390.c (elf_backend_rela_normal): Define.
7267 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
7268 * elf64-ppc.c (elf_backend_rela_normal): Define.
7269 * elf64-s390.c (elf_backend_rela_normal): Define.
7270 * elf64-x86-64.c (elf_backend_rela_normal): Define.
7271 * elfxx-ia64.c (elf_backend_rela_normal): Define.
7272 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
7273 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
7274
df212a7e
NC
72752002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
7276
7277 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
7278 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
7279
3decf53c
AM
72802002-05-06 Alan Modra <amodra@bigpond.net.au>
7281
7282 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
7283 when not relocatable. Fix reloc_emitter call for K&R.
7284
f46c2da6
AM
72852002-05-04 Alan Modra <amodra@bigpond.net.au>
7286
7287 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
7288 reloading local sym addend mistakenly removed in 2002-05-01 change.
7289
7290 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
7291 (read_abbrevs): Change "offset" param to bfd_vma.
7292 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
7293 Change "abbrev_offset" to bfd_vma.
7294 (read_indirect_string): Use correct conversion chars in error
7295 message format string, cast bfd_vma's to unsigned long.
7296 (read_abbrevs): Likewise.
7297 (read_attribute_value): Likewise.
7298 (decode_line_info): Likewise.
7299 (scan_unit_for_functions): Likewise.
7300 (parse_comp_unit): Likewise.
7301
59862849
TR
73022002-05-04 Tom Rix <trix@redhat.com>
7303
7304 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
7305 (coff_swap_reloc_out): Same.
7306 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
7307 (xcoff_swap_reloc_out): Same.
7308 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
7309 case some 16 bit relocs. Add reloc value to output.
7310 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
ea1e4b0d 7311 R_RBR. Improve names.
59862849
TR
7312 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
7313 (bfd_xcoff_backend_data): Update with new reloc swap names.
7314 (bfd_pmac_xcoff_backend_data) : Same.
7315 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
7316 (xcoff64_swap_reloc_out): Same.
ea1e4b0d 7317 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
59862849 7318 R_POS. Add reloc value to output.
ea1e4b0d
AM
7319 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
7320 bit R_RBR. Improve names, masks.
59862849
TR
7321 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
7322 (bfd_xcoff_backend_data): Update with new reloc swap names.
7323 (bfd_xcoff_aix5_backend_data) : Same.
7324
b4655ea9
AM
73252002-05-04 Alan Modra <amodra@bigpond.net.au>
7326
7327 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
7328 bfd_count top_index, input_list, all_local_syms.
7329 (elf32_hppa_setup_section_lists): New function, split from
7330 elf32_hppa_size_stubs.
7331 (elf32_hppa_next_input_section): Likewise.
7332 (group_sections): Likewise.
7333 (get_local_syms): Likewise.
7334 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
7335 stubs on undefined syms too.
7336 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8fc39d5d 7337 Only access htab elf fields when we have an elf hash table.
b4655ea9
AM
7338 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
7339 (elf32_hppa_next_input_section): Declare.
7340
301e3139
AM
73412002-05-04 Bob Byrnes <byrnes@curl.com>
7342
7343 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
7344 _bfd_new_bfd.
7345
7c5fcef7
L
73462002-05-03 H.J. Lu (hjl@gnu.org)
7347
7348 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
7349 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
7350 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
7351 to hide a global symbol.
7352 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
ea1e4b0d 7353 forced_local to true.
7c5fcef7 7354
84de6048
RH
73552002-05-02 Richard Henderson <rth@redhat.com>
7356
7357 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
7358 vs SHN_UNDEF to zero.
7359
805fc799
AM
73602002-05-02 Alan Modra <amodra@bigpond.net.au>
7361
c061c2d8
AM
7362 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
7363 16 bit reloc.
7364 <R_PPC64_SECTOFF_DS>: Likewise.
7365 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
7366 SECTOFF reloc.
7367 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
7368 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
7369 SECTOFF reloc.
7370
805fc799
AM
7371 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
7372 (ppc64_elf_ha_reloc): New function.
7373 (ppc64_elf_brtaken_reloc): New function.
7374 (ppc64_elf_sectoff_reloc): New function.
7375 (ppc64_elf_sectoff_ha_reloc): New function.
7376 (ppc64_elf_toc_reloc): New function.
7377 (ppc64_elf_toc_ha_reloc): New function.
7378 (ppc64_elf_toc64_reloc): New function.
7379 (ppc64_elf_unhandled_reloc): New function.
7380 (ppc64_elf_howto_raw): Use the above.
7381 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
7382 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
7383 <R_PPC64_SECTOFF_DS>: Likewise.
7384 (IS_ABSOLUTE_RELOC): Update.
7385 (struct ppc_link_hash_table): Add have_undefweak.
7386 (ppc64_elf_link_hash_table_create): Init.
7387 (func_desc_adjust): Set have_undefweak.
7388 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
7389 add the .sfpr blr when have_undefweak.
7390 (ppc64_elf_setup_section_lists): Check hash table flavour.
7391 (ppc64_elf_next_input_section): Move output_section->owner test to
7392 ppc64elf.em.
7393 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
7394 and relocatable test. Return TOCstart and don't set elf_gp.
7395 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
7396 offset calculation. Add assert on weak sym branch tweaks.
7397 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
7398 (ppc64_elf_toc): Declare.
7399 (ppc64_elf_next_input_section): Update.
ea1e4b0d 7400
818c39a3
AM
74012002-05-01 Alan Modra <amodra@bigpond.net.au>
7402
7403 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
7404 file_name.
7405
721956f4
AM
74062002-05-01 Alan Modra <amodra@bigpond.net.au>
7407
7408 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
7409 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
7410 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
7411 call branches. Correct undefined weak destination.
7412 (ppc64_elf_func_desc_adjust): Always create at least one blr in
7413 .sfpr, and correct case where either only savef* or restf* is
7414 needed.
7415
7416 Long branch stubs, multiple stub sections.
7417 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
7418 (ppc64_elf_next_input_section): Declare.
7419 * elf64-ppc.c: Move linker-only prototypes.
7420 (STUB_SUFFIX): Define.
7421 (enum ppc_stub_type): New.
7422 (struct ppc_stub_hash_entry): New.
7423 (struct ppc_branch_hash_entry): New.
7424 (struct ppc_link_hash_entry): Add stub_cache, oh.
7425 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
7426 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
7427 Rename plt_overflow to stub_error.
7428 (ppc_stub_hash_lookup): Define.
7429 (ppc_branch_hash_lookup): Define.
7430 (stub_hash_newfunc): New function.
7431 (branch_hash_newfunc): New function.
7432 (link_hash_newfunc): Init new fields.
7433 (ppc64_elf_link_hash_table_create): Likewise.
7434 (ppc64_elf_link_hash_table_free): New function.
7435 (ppc_stub_name): New function.
7436 (ppc_get_stub_entry): New function.
7437 (ppc_add_stub): New function.
7438 (create_linkage_sections): Use bfd_make_section_anyway. Create
7439 .branch_lt and .rela.branch_lt sections. Don't create .stub.
7440 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
7441 and set up for plt call stubs. Link func and func desc syms.
7442 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
7443 (func_desc_adjust): Avoid hash lookup when func desc sym available
7444 via shortcut, and set links when processing.
7445 (ppc64_elf_hide_symbol): Likewise.
7446 (allocate_dynrelocs): Don't allocate stub section here.
7447 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
7448 Remove sstub code.
7449 (ppc_type_of_stub): New function.
7450 (build_one_stub): Delete.
7451 (ppc_build_one_stub): New function.
7452 (ppc_size_one_stub): New function.
7453 (ppc64_elf_setup_section_lists): New function.
7454 (ppc64_elf_next_input_section): New function.
7455 (group_sections): New function.
7456 (get_local_syms): New function.
7457 (ppc64_elf_size_stubs): Rewrite.
7458 (ppc64_elf_build_stubs): Rewrite.
7459 (ppc64_elf_relocate_section): Look up stub entry for REL24
7460 relocs. Don't propagate REL14* to dynamic objects. Look for long
7461 branch stubs if REL14* or REL24 relocs won't reach.
7462 (bfd_elf64_bfd_link_hash_table_free): Define.
7463
09c2219b
MM
74642002-04-30 Mark Mitchell <mark@codesourcery.com>
7465
c5cd6d62 7466 * config.bfd: Add support for powerpc-*-windiss.
09c2219b 7467
07b678c0
TR
74682002-04-30 Tom Rix <trix@redhat.com>
7469
7470 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
7471 symbol names into the hash table.
7472
dbe341c6
TR
74732002-04-28 Tom Rix <trix@redhat.com>
7474
7475 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
ea1e4b0d 7476 calulating relocations.
dbe341c6 7477 (xcoff_complain_overflow) : Function table for relocation errors.
ea1e4b0d
AM
7478 (xcoff_ppc_relocate_section): Use relocation and complain function
7479 tables.
7480 (xcoff_complain_overflow_unsigned_func): New complain function.
dbe341c6
TR
7481 (xcoff_complain_overflow_signed_func): Same.
7482 (xcoff_complain_overflow_bitfield_func): Same.
7483 (xcoff_complain_overflow_dont_func): Same.
7484 (xcoff_reloc_type_crel): New recot function.
7485 (xcoff_reloc_type_br): Same.
7486 (xcoff_reloc_type_ba): Same.
7487 (xcoff_reloc_type_toc): Same.
7488 (xcoff_reloc_type_rel): Same.
7489 (xcoff_reloc_type_neg): Same.
7490 (xcoff_reloc_type_pos): Same.
7491 (xcoff_reloc_type_fail): Same.
7492 (xcoff_reloc_type_noop): Same.
7493 * libxcoff.h : Declare common parts for xcoff64.
7494 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
ea1e4b0d 7495 and complain function tables.
dbe341c6 7496
985142a4
AM
74972002-04-28 Alan Modra <amodra@bigpond.net.au>
7498
7499 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
7500 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
7501
eba91044
AM
75022002-04-26 Alan Modra <amodra@bigpond.net.au>
7503
e54fdaa5
AM
7504 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
7505 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
7506
a50c1845
AM
7507 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
7508 same as the output before calling elf_link_input_bfd.
7509
eba91044
AM
7510 * coffcode.h (coff_compute_section_file_positions): Set
7511 section_tail after shuffling section list.
7512
3c25c5f6
NC
75132002-04-24 Christian Groessler <chris@groessler.org>
7514
7515 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
7516 addresses are 23bit with a special layout, not plain 32bit
7517 values. Prevent relocation of immediate values.
7518
40d32fc6
CD
75192002-04-24 Chris G. Demetriou <cgd@broadcom.com>
7520
7521 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
7522 MIPS-16 ASE flags are set, print something to indicate that.
7523
067fa4a6
AM
75242002-04-23 Alan Modra <amodra@bigpond.net.au>
7525
7526 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
7527 under which a plt call stub is used.
7528 (final_link_relocate): Similarly.
7529 (allocate_plt_static): Clear h-plabel except when plt entry is
7530 exclusively used for a plabel.
7531 (allocate_dynrelocs): Use the above to simplify plt sizing.
7532 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
7533 (elf32_hppa_link_hash_table_create): Init.
7534 (BL22_RP): Define.
7535 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
7536 (elf32_hppa_check_relocs): Set has_22bit_branch.
7537
7538 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
7539 (final_link_relocate): Likewise.
7540
af40ce3c
JJ
75412002-04-22 Jakub Jelinek <jakub@redhat.com>
7542
7543 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
7544 search table if some FDE is DW_EH_PE_aligned encoded either.
7545 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
7546
09ae86c2
JJ
75472002-04-22 Richard Smith <richard@ex-parrot.com>
7548 Jakub Jelinek <jakub@redhat.com>
7549
7550 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
7551 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
7552 encoded personality.
7553 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
7554 for CIE/FDE removal.
7555
deeb2cd7
TR
75562002-04-20 Tom Rix <trix@redhat.com>
7557
7558 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
7559
99dc0092
AM
75602002-04-20 Alan Modra <amodra@bigpond.net.au>
7561
aa3d5824
AM
7562 * archures.c (bfd_lookup_arch): Move the list order comment..
7563 (struct bfd_arch_info): ..to where it belongs.
7564 * bfd-in2.h: Regenerate.
7565
99dc0092
AM
7566 * archures.c (bfd_lookup_arch): Add comment on list order.
7567 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
7568 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
7569 is always at head of list.
7570
7831a775
NC
75712002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
7572
7573 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
7574 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
7575 definition of these functions for ARM_WINCE builds as they are
7576 not used.
ea1e4b0d 7577 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
7831a775
NC
7578 for ARM_WINCE builds.
7579
75802002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
7581
ea1e4b0d 7582 * coff-arm.c (bfd_arm_process_before_allocation):
7831a775
NC
7583
75842002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
a44d7f9c
JR
7585
7586 * cpu-sh.c (scan_mach): Delete.
7587 (arch_info_struct): Replace scan_mach with bfd_default_scan.
7588 (bfd_sh_arch): Likewise.
7589
3d8dbe36
NC
75902002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
7591
7592 * ihex.c (ihex_write_object_contents): Fix check for records
7593 crossing 64K boundaries.
7594
4ab82700
AM
75952002-04-16 Alan Modra <amodra@bigpond.net.au>
7596
7597 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
7598 type rather than just assuming entries are ELF.
7599 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
7600 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
7601 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
7602 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
7603 rather than elf_link_hash_entry.
7604
036fe0fe
RH
76052002-04-15 Richard Henderson <rth@redhat.com>
7606
7607 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
7608 n32 binaries.
7609
c4f3d130
NC
76102002-04-15 Michael Snyder <msnyder@redhat.com>
7611
7612 * opncls.c (bfd_close): Write contents if writeable.
7613 Minor formatting tidy-ups.
7614
4ab82700 76152002-04-15 Alan Modra <amodra@bigpond.net.au>
27242387
AM
7616
7617 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
7618
0c04d169
MS
76192002-04-12 Michael Snyder <msnyder@redhat.com>
7620
7621 * bfd-in.h (bfd_get_section_lma): New access macro.
7622 Minor white-space fix-up.
7623
89d4966f
AM
76242002-04-12 Alan Modra <amodra@bigpond.net.au>
7625
7626 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
7627 header pad.
7628
8d0da3c2
DD
76292002-04-09 DJ Delorie <dj@redhat.com>
7630
7631 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
7632
05793179
NC
76332002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
7634
7635 * coffcode.h (coff_read_word): New.
7636 (coff_compute_checksum): New.
7637 (coff_apply_checksum): New.
7638 (coff_write_object_contents): Call coff_apply_checksum () to
7639 apply checksum to PE image.
7640
46fe4e66
AM
76412002-04-08 Randolph Chung <tausq@debian.org>
7642
7643 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
7644 (elf32_hppa_final_link): Split out sorting logic to..
7645 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
7646 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
7647
3b5b409c
AC
76482002-04-07 Andrew Cagney <ac131313@redhat.com>
7649
7650 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
7651 pattern.
7652 * configure: Re-generate.
7653
ac7b6ceb
AC
76542002-04-07 Andrew Cagney <ac131313@redhat.com>
7655
7656 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
7657 is greater or equal to 4.3.3.
7658 * configure: Regenerate.
7659 Fix PR gdb/344.
7660
44aa49bb
HPN
76612002-04-05 Hans-Peter Nilsson <hp@axis.com>
7662
7663 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
7664 R_CRIS_32_PCREL>: Fix typo in name.
7665 (cris_elf_check_relocs): Always create .rela.got here when
7666 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
7667 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
7668 assume it's created.
7669
e2d34d7d
DJ
76702002-04-04 Daniel Jacobowitz <drow@mvista.com>
7671
7672 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
7673 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
7674 define.
7675 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
7676 * bfd.c (bfd_link_hash_table_free): Define.
7677 * binary.c (binary_bfd_link_hash_table_free): Define.
7678 * bout.c (b_out_bfd_link_hash_table_free): Define.
7679 * coff-rs6000.c (rs6000coff_vec): Include
7680 _bfd_generic_link_hash_table_free.
7681 (pmac_xcoff_vec): Likewise.
7682 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
7683 (aix5coff64_vec): Likewise.
7684 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
7685 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
7686 (bfd_elf32_bfd_link_hash_table_free): Define.
7687 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
7688 (bfd_elf32_bfd_link_hash_table_free): Define.
7689 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
7690 define.
7691 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
7692 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
7693 * ieee.c (ieee_bfd_link_hash_table_free): Define.
7694 * ihex.c (ihex_bfd_link_hash_table_free): Define.
7695 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
7696 (_bfd_generic_link_hash_table_free): Add prototype.
7697 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
7698 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
7699 * linker.c (_bfd_generic_link_hash_table_free): New function.
7700 * mmo.c (mmo_bfd_link_hash_table_free): Define.
7701 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
7702 * oasys.c (oasys_bfd_link_hash_table_free): Define.
7703 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
7704 * som.c (som_bfd_link_hash_table_free): Define.
7705 * srec.c (srec_bfd_link_hash_table_free): Define.
7706 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
7707 * versados.c (versados_bfd_link_hash_table_free): Define.
7708 * vms.c (vms_bfd_link_hash_table_free): New function.
7709 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
7710
7711 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
7712 instead of bfd_alloc.
7713 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
7714 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
7715 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
7716 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
7717 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
7718 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
7719 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
7720 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
7721 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
7722 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
7723 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
7724 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
7725 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
7726 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
7727 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
7728 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
7729 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
7730 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
7731 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
7732 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
7733 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
7734 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
7735 * m68klinux.c (linux_link_hash_table_create): Likewise.
7736 * sparclinux.c (linux_link_hash_table_create): Likewise.
7737 * sunos.c (sunos_link_hash_table_create): Likewise.
7738 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
7739
7740 * targets.c: Add _bfd_link_hash_table_free to xvec.
7741
7742 * bfd-in2.h: Regenerate.
7743 * libbfd.h: Regenerate.
7744 * libcoff.h: Regenerate.
7745
830629ab
AM
77462002-04-04 Alan Modra <amodra@bigpond.net.au>
7747
7748 * dep-in.sed: Cope with absolute paths.
7749 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
7750 Run "make dep-am".
7751 * Makefile.in: Regenerate.
7752 * coff-arm.c: Fix copyright date.
7753 * cpu-h8300.c: Likewise.
7754 * cpu-i370.c: Likewise.
7755 * cpu-s390.c: Likewise.
7756 * cpu-mips.c: Likewise.
7757 * po/SRC-POTFILES.in: Regenerate.
7758
c6e90b02
TS
77592002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7760
7761 * Makefile.am: Add elfxx-mips.c to the known backends.
7762 (elf32-mips.lo): remove dependency to coff/external.h.
7763 * Makefile.in: Regenerate.
7764 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
7765 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
7766 accordingly.
7767 * configure: Regenerate.
7768 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
7769 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
7770 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
7771 MIPS specific backend functions.
7772 * elf32-mips.c: Moved most code to elfxx-mips.c.
7773 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
7774 static.
7775 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
7776 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
7777 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
7778 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
7779 interface to allow selection of the right REL or RELA howto table.
7780 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
7781 static. Let it refuse n32 objects.
7782 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
7783 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
7784 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
7785 (elf32_mips_ignore_discarded_relocs): Rename from
7786 _bfd_elf32_mips_ignore_discarded_relocs.
7787 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
7788 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
7789 (elf_mips_howto_table_rela): Remove.
7790 * elf64-mips.c: Moved most code to elfxx-mips.c.
7791 (bfd_elf64_bfd_reloc_type_lookup): Make static.
7792 (mips_elf64_rtype_to_howto): New function.
7793 (mips_elf64_object_p): Likewise.
7794 (elf64_mips_irix_compat): Likewise.
7795 * elfxx-mips.c: New file containing common code merged together from
7796 elf32-mips.c and elf64-mips.c.
7797 * elfxx-mips.h: New file containing MIPS specific prototypes from
7798 elf-bfd.h.
7799 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
7800 elf_backend_mips_rtype_to_howto.
7801
d8dce692
AM
78022002-04-04 Alan Modra <amodra@bigpond.net.au>
7803
7804 * srec.c (MAXCHUNK, Chunk): Revise comments.
7805 (srec_write_record): Correct buffer size.
7806 (srec_write_header): Do without intermediate buffer.
7807 (srec_write_section): Validate Chunk.
7808 (srec_write_terminator): Pass NULL instead of dummy buffer.
7809 (srec_write_symbols): Pass file and symbol names directly to
7810 bfd_bwrite so sprintf won't overflow buffer.
7811
b88a866a
JJ
78122002-04-03 Jakub Jelinek <jakub@redhat.com>
7813
7814 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
7815 PC relative relocs against hidden symbols.
7816 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
7817
d7866f04
AM
78182002-04-03 Alan Modra <amodra@bigpond.net.au>
7819
7820 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
7821 LMAs, loop over segments until p_vaddr and p_memsz specify an
7822 extent enclosing the section.
7823
9e81ee67
NC
78242002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
7825
7826 * ihex.c (ihex_write_object_contents): Do not allow records to
7827 cross a 64K boundary - wrap if necessary.
7828
d2b64500
JT
78292002-04-01 Nathan Williams <nathanw@wasabisystems.com>
7830
7831 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
7832 which caused the returned LWP ID to always be 0.
7833
e36f7d53
RH
78342002-04-01 Richard Henderson <rth@redhat.com>
7835
7836 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
7837 (elf32_sparc_relocate_section): Use it to figure out when to
7838 initialize .got entries.
7839 * elf64-sparc.c: Similarly.
7840
e92d460e
AM
78412002-03-28 Alan Modra <amodra@bigpond.net.au>
7842
7843 * linker.c (link_action): Ignore duplicate warning syms.
7844 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
7845 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
7846 (elf_adjust_dynamic_symbol): Likewise.
7847 (elf_export_symbol): Likewise.
7848 (elf_link_find_version_dependencies): Likewise.
7849 (elf_link_assign_sym_version): Likewise.
7850 (elf_link_sec_merge_syms): Likewise.
7851 (elf_link_output_extsym): Likewise.
7852 (elf_gc_sweep_symbol): Likewise.
7853 (elf_gc_propagate_vtable_entries_used): Likewise.
7854 (elf_gc_smash_unused_vtentry_relocs): Likewise.
7855 (elf_gc_allocate_got_offsets): Likewise.
7856 (elf_collect_hash_codes): Likewise.
7857 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
7858 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
7859 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
7860 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
7861 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
7862 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
7863 (elf_cris_discard_excess_dso_dynamics): Likewise.
7864 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
7865 (mark_PIC_calls): Likewise.
7866 (allocate_plt_static): Likewise.
7867 (allocate_dynrelocs): Likewise.
7868 (readonly_dynrelocs): Likewise.
7869 * elf32-i386.c (allocate_dynrelocs): Likewise.
7870 (readonly_dynrelocs): Likewise.
7871 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
7872 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
7873 * elf32-mips.c (mips_elf_output_extsym): Likewise.
7874 (mips_elf_sort_hash_table_f): Likewise.
7875 (mips_elf_check_mips16_stubs): Likewise.
7876 * elf32-s390.c (allocate_dynrelocs): Likewise.
7877 (readonly_dynrelocs): Likewise.
7878 * elf32-sh.c (sh_elf_discard_copies): Likewise.
7879 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
7880 (xstormy16_relax_plt_realloc): Likewise.
7881 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
7882 (elf64_alpha_output_extsym): Likewise.
7883 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
7884 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
7885 (mips_elf64_check_mips16_stubs): Likewise.
7886 (mips_elf64_output_extsym): Likewise.
7887 * elf64-ppc.c (func_desc_adjust): Likewise.
7888 (allocate_dynrelocs): Likewise.
7889 (readonly_dynrelocs): Likewise.
7890 * elf64-s390.c (allocate_dynrelocs): Likewise.
7891 (readonly_dynrelocs): Likewise.
7892 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
7893 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
7894 (readonly_dynrelocs): Likewise.
7895 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
7896 * aoutx.h (aout_link_write_other_symbol): Likewise.
7897 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
7898 (_bfd_coff_write_global_sym): Likewise.
7899 * i386linux.c (linux_tally_symbols): Likewise.
7900 * m68klinux.c (linux_tally_symbols): Likewise.
7901 * sparclinux.c (linux_tally_symbols): Likewise.
7902 * pdp11.c (aout_link_write_other_symbol): Likewise.
7903 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
7904 * xcofflink.c (xcoff_build_ldsyms): Likewise.
7905 (xcoff_write_global_symbol): Likewise.
7906
7907 * cofflink.c (_bfd_coff_final_link): Formatting.
7908 * cpu-mips.c (mips_compatible): Make static, prototype.
7909 * elf32-i386.c (elf_i386_check_relocs): Formatting.
7910 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
7911 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
7912 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
7913 (mips_elf64_final_link): Likewise.
7914 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
7915 prototype.
7916
2106126f
NC
79172002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
7918
7919 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
7920 (SWAP_OUT_RELOC_OFFSET): Define.
7921
b99d1833
AM
79222002-03-27 Gregory Steuck <greg@nest.cx>
7923
7924 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
7925 terminating NULL if empty symbol table.
7926 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
7927
ad43ed4c
L
79282002-03-26 H.J. Lu (hjl@gnu.org)
7929
7930 * elflink.h (elf_link_input_bfd): Revert the last change since
7931 the gcc exception handling isn't fixed yet.
7932
3851fca4
L
79332002-03-26 H.J. Lu (hjl@gnu.org)
7934
7935 * elflink.h (elf_link_input_bfd): Complain about relocations
7936 against local symbols in discarded sections.
7937
b91afed7
AM
79382002-03-26 Alan Modra <amodra@bigpond.net.au>
7939
7940 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
7941
dba143ef
AM
79422002-03-23 Alan Modra <amodra@bigpond.net.au>
7943
7944 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
7945 section file offset for !SEC_LOAD sections.
7946
ee29b9fb
RE
79472002-03-21 Richard Earnshaw <rearnsha@arm.com>
7948
830629ab
AM
7949 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
7950 <case R_ARM_GOT>): Handle relocations to Thumb functions.
ee29b9fb 7951
54327882
AM
79522002-03-21 Alan Modra <amodra@bigpond.net.au>
7953
7954 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
7955 Whitespace changes.
7956 * archive.c: Update copyright date.
7957 * bfd-in2.h: Regenerate.
7958 * libbfd.h: Regenerate.
7959 * Makefile.am: Run "make dep-am"
7960 * Makefile.in: Regenerate.
7961 * po/SRC-POTFILES.in: Regenerate.
7962
1ee24f27
DJ
79632002-03-20 Daniel Jacobowitz <drow@mvista.com>
7964
7965 * dwarf2.c (struct funcinfo): Move up.
7966 (lookup_address_in_function_table): New argument function_ptr.
7967 Set it.
7968 (lookup_address_in_line_table): New argument function. If function
7969 is non-NULL, use it to handle ``addr'' before the first line note of
7970 the function.
7971 (comp_unit_find_nearest_line): Update and swap calls to
7972 lookup_address_in_function_table and lookup_address_in_line_table.
7973 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
7974 N_SLINE encountered if we see an N_FUN before any N_SLINE.
7975
51b9608c
TR
79762002-03-20 Tom Rix <trix@redhat.com>
7977
ea1e4b0d 7978 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
51b9608c 7979 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
9b5ecbd0 7980 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
51b9608c 7981
789c90aa
TR
79822002-03-19 Tom Rix <trix@redhat.com>
7983
ea1e4b0d 7984 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
789c90aa
TR
7985 dynamic objects in archives.
7986
1da54d81
HPN
79872002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
7988
7989 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
7990 STT_NOTYPE symbols to STT_OBJECT.
7991
7831a775 79922002-03-18 Jan Hubicka <jh@suse.cz>
beb43bb9
JH
7993
7994 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
7995
eb1e0e80
NC
79962002-03-18 Tom Rix <trix@redhat.com>
7997
7998 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
7999 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
8000 * coff-rs6000 (do_pad) : New function for archive padding.
8001 (do_copy) : New function for object file copying in archives.
8002 (do_shared_object_padding) : New function for padding shared
8003 objects to their text section alignment in archives.
8004 (bfd_xcoff_ar_achive_set_magic) : Stub.
8005 (xcoff_write_armap_big) : Use do_copy and do_pad.
8006 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
8007 do_copy and do_pad.
8008 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
ea1e4b0d 8009 bfd_xcoff_magic_number.
eb1e0e80
NC
8010 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
8011 fop.
8012 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
8013 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
8014 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
8015 * rs6000-core.c : Update copyright date.
ea1e4b0d 8016 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
eb1e0e80
NC
8017 csectpp.
8018 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
8019 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
8020 (coff_set_flags) : Use bfd_xcoff_magic_number.
8021 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
8022 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
8023 * Makefile.am : Same.
8024 * config.bfd : Same.
8025 * targets.c : Same.
8026 * configure : Regnerate.
8027 * Makefile.in : Same.
8028 * bfd-in2.h : Same.
8029
a1c259a1
NC
80302002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
8031
8032 * po/fr.po: Updated version.
8033
4dae1ae7
AM
80342002-03-18 Alan Modra <amodra@bigpond.net.au>
8035
8036 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
8037 * libbfd.h: Regenerate.
8038 * archive.c (coff_write_armap): Pass on failures from
8039 bfd_write_bigendian_4byte_int.
8040
36b4f6e7
L
80412002-03-14 H.J. Lu <hjl@gnu.org>
8042
8043 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
8044 error to bfd_error_nonrepresentable_section for reinit_array
8045 section in DSO.
8046
a1aefc76
NC
80472002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
8048
a181be0a
NC
8049 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
8050 OR it in rather than replacing previously selected flags.
8051
a1aefc76
NC
8052 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
8053 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
8054
c119f9b8
AM
80552002-03-14 Alan Modra <amodra@bigpond.net.au>
8056
8057 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
8058 (N): Use the above.
8059 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
8060 ensure reloc size matches before calling elf_link_input_bfd.
8061 Add an assert to check reloc size when counting output relocs.
8062
c295a511
NC
80632002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
8064
8065 * mmo.c (mmo_get_loc): Return NULL rather than false.
8066
9ce88e60
NC
80672002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
8068
8069 * po/fr.po: Updated version.
8070
4ddafab0
AM
80712002-03-13 Alan Modra <amodra@bigpond.net.au>
8072
b74fa2cd
AM
8073 * archures.c (bfd_default_compatible): Test bits_per_word.
8074 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
8075 bfd_default_compatible.
8076 * cpu-i370.c (i370_compatible): Likewise.
8077 * cpu-sparc.c (sparc_compatible): Likewise.
8078 * cpu-h8300.c (compatible): Test in->arch == out->arch.
8079
40b829d4
AM
8080 * elflink.h: Formatting fixes.
8081 (elf_link_output_extsym): Merge undefined and undef weak cases.
8082
4ddafab0
AM
8083 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
8084 when word size of input matches output word size.
8085
dd53c801
AJ
80862002-03-12 Andreas Jaeger <aj@suse.de>
8087
8088 * cpu-i386.c (i386_compatible): New. Use it instead of
8089 bfd_default_compatible.
8090
aa066ac8
L
80912002-03-07 H.J. Lu (hjl@gnu.org)
8092
8093 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
8094 as the type for bfd_reloc_val.
8095
1bf42538
JL
80962002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
8097
8098 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
8099 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
8100 (elf_hppa_final_link_relocate): Correct relocations for indirect
8101 references to local data through the DLT. Fix .opd creation for
8102 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
8103 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
8104 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
8105 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
8106 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
8107 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
8108 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
8109
86eaf01e
JJ
81102002-03-05 Jakub Jelinek <jakub@redhat.com>
8111
8112 * merge.c (_bfd_merge_sections): Don't segfault if there
8113 is nothing to merge due to GC.
8114
c44233aa
AM
81152002-03-05 Alan Modra <amodra@bigpond.net.au>
8116
039cc25f
AM
8117 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
8118 symbols that have been forced local.
8119
c44233aa
AM
8120 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
8121 to output forced local syms for non-shared link.
8122 (elf_link_output_extsym): Tweak condition for calling backend
8123 adjust_dynamic_symbol so that previous behaviour is kept.
8124 Whitespace changes throughout file.
8125
25e27870
L
81262002-03-04 H.J. Lu <hjl@gnu.org>
8127
8128 * elf.c (bfd_section_from_shdr): Handle special sections,
8129 .init_array, .fini_array and .preinit_array.
8130 (elf_fake_sections): Likewise.
8131
8132 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
8133 DT entry only if the section is in output for .init_array,
8134 .fini_array and .preinit_array. Complain about .preinit_array
8135 section in DSO.
8136 (elf_bfd_final_link): Warn zero size for .init_array,
8137 .fini_array and .preinit_array sections.
8138
8139 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
8140 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
8141 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
8142 .preinit_array.
8143
bb2a49f2
AM
81442002-03-04 Alan Modra <amodra@bigpond.net.au>
8145
8146 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
8147 * configure: Regenerate.
8148
38487e5e
TR
81492002-03-02 Tom Rix <trix@redhat.com>
8150
c44233aa
AM
8151 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
8152 symbolic equiv.
38487e5e
TR
8153 * coff-rs6000.c (xcoff_howto_table): Same.
8154
30831527
RH
81552002-03-01 David Mosberger <davidm@hpl.hp.com>
8156
8157 * elflink.h (size_dynamic_sections): If section named
8158 ".preinit_array" exists, create DT_PREINIT_ARRAY and
8159 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
8160 ".init_array" and ".fini_array".
8161 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
8162 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
8163 DT_FINI_ARRAY.
8164
c8e5ddc8
AM
81652002-02-26 Andrew Macleod <amacleod@cygnus.com>
8166
8167 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
8168 dynsyms.
8169
96e0dda4
AM
81702002-02-25 Alan Modra <amodra@bigpond.net.au>
8171
1c5b6bf8
AM
8172 * elf64-hppa.h: Update copyright date.
8173
96e0dda4
AM
8174 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
8175 (ppc64_elf_relocate_section): Don't generate power4 style branch
8176 hints for *_BRTAKEN and *_BRNTAKEN relocs.
8177
0fb19cbc
JJ
81782002-02-22 Jakub Jelinek <jakub@redhat.com>
8179
8180 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
8181 last patch.
8182 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8183
c434dee6
AJ
81842002-02-21 Andreas Jaeger <aj@suse.de>
8185
8186 * elf64-x86-64.c: Major rework that introduces all recent changes
8187 to the x86-64 backend. Get a closer match to elf32-i386.
8188 (struct elf64_x86_64_dyn_relocs): Rename from
8189 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
8190 all users.
8191 (struct elf64_x86_64_link_hash_table): Add short cuts to some
8192 sections.
8193 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
8194 remove casts, initialize new hash members.
8195 (create_got_section): New.
8196 (elf64_x86_64_create_dynamic_sections): New.
8197 (elf64_x86_64_copy_indirect_symbol): New.
8198 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
8199 relocs, .got or .relgot here but do it in allocate_dynrelocs.
8200 Reference count possible .plt and .got entries. Don't test input
8201 section SEC_READONLY here to try to avoid copy relocs, and keep
8202 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
8203 DF_TEXTREL here. Delay setting of variables until needed. Cache
8204 pointer to "sreloc" section in elf_section_data. Tweak condition
8205 under which .got created. Report files with bad relocation
8206 section names.
8207 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
8208 Reference count possible .plt entries. Don't deallocate .got and
8209 .relgot space here.
8210 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
8211 do copy reloc processing for weakdefs. Remove redundant casts and
8212 aborts. Delay setting of vars until needed. Move creation of
8213 dynamic symbols and allocation of .plt and .rela.plt to
8214 allocate_dynrelocs. Replace BFD_ASSERT with abort.
8215 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
8216 (allocate_dynrelocs): New.
8217 (readonly_dynrelocs): New.
8218 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
8219 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
8220 Zero out the dynamic allocated content space.
8221 (elf64_x86_64_discard_copies): Removed.
8222 (elf64_x86_64_relocate_section): Make use of dynamic section
8223 short-cuts. Localise vars, and delay setting. Better error
8224 reporting, replace BFD_ASSERT with abort. Check
8225 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
8226 regular object file and tread the weak definition as the normal
8227 one. Don't discard relocs for undefweak or undefined symbols and
8228 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
8229 relocs.
8230 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
8231 symbols that have been forced local. Use same test to decide if
8232 we can use a relative reloc for got as relocate_section. Expand
8233 SHN_UNDEF comment. Move expressions out of function calls.
8234 Replace BFD_ASSERT with abort.
8235 (bfd_elf64_bfd_final_link): Removed.
8236 (elf_backend_copy_indirect_symbol): Define.
8237
ff3a6ee3
TR
82382002-02-20 Tom Rix <trix@redhat.com>
8239
8240 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
8241 (_bfd_xcoff_reloc_type_lookup): Use it.
8242 * coff64-rs6000.c (xcoff64_howto_table): Same.
8243 (xcoff64_reloc_type_lookup): Same.
c434dee6 8244
a68d41fb
AM
82452002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8246
9b5ecbd0 8247 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
a68d41fb
AM
8248 little endian.
8249
befc3abb
MS
82502002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
8251
8252 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
8253 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
8254 * bfd-in2.h: Regenerate.
8255 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
8256 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
8257 with "s390:64-bit".
8258 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
8259 (elf_s390_reloc_type_lookup): Likewise.
8260 (elf_s390_check_relocs): Likewise.
8261 (elf_s390_gc_sweep_hook): Likewise.
8262 (elf_s390_relocate_section): Likewise.
8263 (elf_s390_object_p): Use renamed architecture define.
8264 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
8265
6eeeec9b
FCE
82662002-02-19 Frank Ch. Eigler <fche@redhat.com>
8267
8268 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
8269
0bb2d96a
JJ
82702002-02-19 Jakub Jelinek <jakub@redhat.com>
8271
8272 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
8273 absptr -> pcrel optimization for shared libs.
8274 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
8275 library cannot be converted to pcrel.
8276 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
8277 relative.
8278 * elf32-i386.c (elf_i386_relocate_section): If
8279 _bfd_elf_section_offset returned -2, skip, but make sure the
8280 relocation is installed.
8281 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
8282 * elf32-cris.c (cris_elf_relocate_section): Likewise.
8283 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
8284 * elf32-i370.c (i370_elf_relocate_section): Likewise.
8285 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
8286 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
8287 * elf32-s390.c (elf_s390_relocate_section): Likewise.
8288 * elf32-sh.c (sh_elf_relocate_section): Likewise.
8289 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
8290 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
8291 * elf64-s390.c (elf_s390_relocate_section): Likewise.
8292 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
9b5ecbd0 8293 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
0bb2d96a
JJ
8294 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8295 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
8296 _bfd_elf_section_offset returning -2 the same way as -1.
8297 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
8298 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
8299 and BFD_ASSERT.
8300 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
8301
69f284c7
TR
83022002-02-18 Tom Rix <trix@redhat.com>
8303
8304 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
8305 (bfd_xcoff_size_dynamic_sections): Same.
8306 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
8307 (bfd_xcoff_size_dynamic_sections): Same.
8308 * coff-rs6000.c (xcoff_generate_rtinit): Same.
8309 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
8310 * libxcoff.h (struct xcoff_backend_data_rec): Same.
8311 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
8312 * bfd-in2.h: Regenerate.
8313
82bd7b59
AM
83142002-02-18 Alan Modra <amodra@bigpond.net.au>
8315
8316 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
8317 (struct ppc_link_hash_table): Add sfpr.
8318 (ppc64_elf_link_hash_table_create): Init it.
8319 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
8320 .glink out to..
8321 (create_linkage_sections): ..here. Make .sfpr too.
8322 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
8323 dynobj early.
8324 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
8325 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
8326 ._restf* functions, and create as needed.
8327 (func_desc_adjust): Only force_local for shared libs.
8328
ef1355e8
NC
83292002-02-18 David O'Brien <obrien@FreeBSD.org>
8330
8331 * configure.in: Bump version number post 2.12 branching.
8332 * configure: Regenerate.
8333
dfa36a69
HPN
83342002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
8335
8336 * mmo.c: Correct and improve comments.
8337 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
8338 zero-pad. Use input to fill up non-empty bfd buffer.
8339 (mmo_flush_chunk): New function.
8340 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
8341 changed. Don't emit location specifier if VMA is same as
8342 *LAST_VMAP after omitting leading zero contents. Call
8343 mmo_flush_chunk before emitting location specifier.
8344 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
8345 with mmo_write_loc_chunk calls.
8346 (mmo_internal_write_section): Call mmo_flush_chunk after
8347 mmo_write_chunk.
8348 (mmo_write_symbols_and_terminator): Move :Main to first position
8349 in symbol array. Add faked one if it does not exist if there are
8350 other symbols. Don't add it if there are no symbols at all. Move
8351 out test for value of :Main from symbol loop. Rename table
8352 fakemain to maintable and variable mainsym to fakemain.
8353
ccf00ab6
RH
83542002-02-15 Richard Henderson <rth@redhat.com>
8355
8356 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
8357 section with no got matches any got. Simplify error generaion.
8358
88eaccc2
AM
83592002-02-15 Alan Modra <amodra@bigpond.net.au>
8360
fd96f80f
AM
8361 Support arbitrary length fill patterns.
8362 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
8363 (_bfd_default_link_order): Remove bfd_fill_link_order code.
8364 Call default_data_link_order.
8365 (default_fill_link_order): Delete.
8366 (default_data_link_order): New function.
8367 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
8368 of bfd_fill_link_order with bfd_data_link_order.
8369 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
8370 * elf64-mips.c (mips_elf64_final_link): Likewise.
8371
88eaccc2
AM
8372 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
8373 Correct value returned in "end" for "0x<non-hex>".
8374
e2fd756b
NC
83752002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
8376
8377 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
8378 (scan): Test against 'mach' field in info structure.
8379
edd29cf9
AM
83802002-02-14 Alan Modra <amodra@bigpond.net.au>
8381
8382 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
8383
1e30956e 83842002-02-14 Matt Fredette <fredette@netbsd.org>
76f57f3a
JT
8385
8386 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
8387 EF_M68000.
8388
bf36db18
NC
83892002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
8390
8391 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
edd29cf9
AM
8392 non-zero physical addresses when adjusting the LMAs of new
8393 sections.
bf36db18 8394
189c6563
AM
83952002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
8396
8397 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
8398 from _bfd_elf_hppa_gen_reloc_type.
8399 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
8400 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
8401 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
8402 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
8403
e948afaf
AO
84042002-02-12 Alexandre Oliva <aoliva@redhat.com>
8405
8406 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
8407 loading its contents if there's nothing to do in it.
8408
19397422
AM
84092002-02-12 Alan Modra <amodra@bigpond.net.au>
8410
0ad3a73b
AM
8411 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
8412 64k boundary.
8413
19397422
AM
8414 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
8415 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
8416 (ppc64_elf_finish_dynamic_sections): Set values for them.
8417
51316059
MS
84182002-02-11 Michael Snyder <msnyder@redhat.com>
8419
8420 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
8421 * elf.c (elfcore_grok_pstatus): Add prototype.
8422 (elfcore_grok_lwpstatus): Add prototype.
8423 (elfcore_write_lwpstatus): New function.
8424 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
8425
518313c3
AO
84262002-02-11 Alexandre Oliva <aoliva@redhat.com>
8427
8428 * elf32-sh.c: Added missing prototypes.
8429 * elf32-sh64.c: Likewise.
8430 (sh_elf_align_loads): Mark unused args as such.
8431 * elf64-sh64.c: Added missing prototypes.
8432 (struct elf_sh64_link_hash_entry): Fix typo.
8433 (sh_elf64_relocate_section): Fix info argument passed to
8434 _bfd_elf_section_offset.
8435
2c73f9d8
AM
84362002-02-11 Alan Modra <amodra@bigpond.net.au>
8437
8438 * Makefile.am: "make dep-am".
8439 * Makefile.in: Regenerate.
8440 * aclocal.m4: Regenerate.
8441 * config.in: Regenerate.
8442 * configure: Regenerate.
8443
d426c6b0
DJ
84442002-02-10 Daniel Jacobowitz <drow@mvista.com>
8445
8446 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
8447 variable warnings.
8448 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
8449 comparison warning.
8450 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
8451 cast warnings for the common case.
8452
e58ee0cd
HPN
84532002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
8454
8455 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
8456 vectors.
8457 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
8458 vectors.
8459
7793f4d0
RH
84602002-02-09 Richard Henderson <rth@redhat.com>
8461
8462 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
8463 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
8464 (elf64_alpha_relocate_section): Likewise.
8465 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
8466 * bfd-in2.h, libbfd.h: Rebuild.
8467
7e799044
HPN
84682002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
8469
8470 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
8471 that base-plus-offset reloc accounting is consistent.
8472 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
8473 up to date for undefined symbols.
8474
027d73eb
EC
84752002-02-08 Eric Christopher <echristo@redhat.com>
8476
8477 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8478
8479 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
8480 sections for the O32 ABI.
8481
517662d4
CD
84822002-02-08 Chris Demetriou <cgd@broadcom.com>
8483
8484 * elf32-arm.h: Fix formatting of _("...").
8485 * elf32-d10v.c: Likewise.
8486 * elf32-m68k.c: Likewise.
8487 * elf32-mips.c: Likewise.
8488
5e37cc46
NC
84892002-02-08 Ivan Guzvinec <ivang@opencores.org>
8490
8491 * coff-or32.c: Fix compile time warning messages.
8492
fbca6ad9
AO
84932002-02-08 Alexandre Oliva <aoliva@redhat.com>
8494
8495 Contribute sh64-elf.
8496 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
8497 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
8498 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
8499 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
8500 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
8501 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
8502 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
8503 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
8504 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
8505 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
8506 New relocs.
8507 * libbfd.h, bfd-in2.h: Rebuilt.
8508 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
8509 (sh_reloc_map): Map them.
8510 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
8511 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
8512 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
8513 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
8514 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
8515 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
8516 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
8517 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
8518 datalabel_got_offset.
8519 (sh_elf_link_hash_newfunc): Initialize it.
8520 (sh_elf_relocate_section): Augment the scope of
9b5ecbd0 8521 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
fbca6ad9
AO
8522 GOT and GOTOFF handling to new SHmedia relocation types. Support
8523 GOT_BIAS.
8524 (sh_elf_check_relocs): Likewise.
8525 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
8526 PLT entries using movi_shori_putval. Support GOT_BIAS.
8527 (sh_elf_finish_dynamic_sections): Likewise.
8528 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
8529 relocation, it's now done by the caller.
8530 (GOT_BIAS): New.
8531 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
8532 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
8533 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
8534 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
8535 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
8536 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
8537 sh64_elf64_hash_table): New.
8538 (sh_elf64_howto_table): Introduce new relocs.
8539 (sh_elf64_info_to_howto): Accept new PIC relocs.
8540 (sh_elf64_relocate_section): Augment the scope of
8541 seen_stt_datalabel. Support new PIC relocs.
8542 (sh_elf64_check_relocs): Support new PIC relocs.
8543 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
8544 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
8545 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
8546 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
8547 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
8548 movi_shori_putval, movi_3shori_putval,
8549 sh64_elf64_create_dynamic_sections,
8550 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
8551 sh64_elf64_size_dynamic_sections,
8552 sh64_elf64_finish_dynamic_symbol,
8553 sh64_elf64_finish_dynamic_sections): New.
8554 (elf_backend_create_dynamic-sections,
8555 bfd_elf64_bfd_link_hash_table_create,
8556 elf_backend_adjust_dynamic_symbol,
8557 elf_backend_size_dynamic_sections,
8558 elf_backend_finish_dynamic_symbol,
8559 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
8560 elf_backend_plt_readonly, elf_backend_want_plt_sym,
8561 elf_backend_got_header_size, elf_backend_plt_header_size):
8562 Define.
8563 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
8564 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
8565 match official numbers and names; moved unmaching ones to the
8566 range 0xf2-0xff.
8567 * elf32-sh64.c, elf64-sh64.c: Likewise.
9b5ecbd0 8568 2001-03-12 DJ Delorie <dj@redhat.com>
fbca6ad9
AO
8569 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
8570 sections.
9b5ecbd0 8571 2001-03-12 DJ Delorie <dj@redhat.com>
fbca6ad9
AO
8572 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
8573 be aligned.
8574 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
9b5ecbd0 8575 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8576 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
8577 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
8578 .cranges section with SEC_SORT_ENTRIES set.
8579 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
8580 incoming sorted .cranges section.
8581 (sh64_bfd_elf_copy_private_section_data): New.
8582 (sh64_elf_final_write_processing): Only sort .cranges and modify
8583 start address if called by linker.
8584 2001-01-08 Ben Elliston <bje@redhat.com>
8585 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
9b5ecbd0 8586 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
fbca6ad9 8587 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
9b5ecbd0 8588 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8589 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
8590 line. Add comments before all entries.
8591 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
8592 comment.
8593 (sh_elf64_reloc): Correct head comment.
8594 (sh_elf64_relocate_section): Correct spacing.
8595 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
8596 instead call reloc_dangerous callback.
8597 <case R_SH_SHMEDIA_CODE>: New case.
8598 (sh_elf64_gc_mark_hook): Correct spacing.
8599 (sh_elf64_check_relocs): Ditto.
8600 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
8601 New case.
8602 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
8603 functions.
8604 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
8605 clarify describing comment. Add comments before all entries.
8606 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
8607 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
9b5ecbd0 8608 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8609 Sort .cranges section in final link. Prepare to set bit 0 on
8610 entry address.
8611 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
8612 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
8613 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
8614 .cranges section.
8615 (sh64_backend_section_from_shdr): New, to recognize
8616 SHT_SH5_CR_SORTED on incoming .cranges section.
8617 (elf_backend_section_from_shdr): Define.
8618 (sh64_elf_final_write_processing): Sort outgoing .cranges
8619 section. (New, temporarily disabled:) Set bit 0 on entry address
8620 according to ISA type.
8621 (sh64_find_section_for_address): New.
8622 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
8623 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
8624 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
8625 bfd_malloc, not xmalloc.
8626 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
8627 global.
8628 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
8629 temporarily disabled) setting bit 0 on entry address.
8630 (elf_backend_final_write_processing): Define.
9b5ecbd0 8631 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8632 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
8633 be a proper relocation for PTA and PTB rather than a marker.
8634 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
8635 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
8636 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
8637 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
8638 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
8639 Zero src_mask.
8640 * elf64-sh64.c: Ditto.
8641 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
8642 * elf32-sh64.c: Include opcodes/sh64-opc.h
8643 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
8644 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
8645 parameters. No unused parameters. Caller changed.
8646 <case R_SH_PT_16>: New case.
8647 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
8648 * Makefile.in: Regenerate.
9b5ecbd0 8649 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8650 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
8651 all code sections.
8652 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
8653 (sh64_elf_merge_private_data): Ditto.
8654 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
8655 to access stored section flags.
8656 (sh64_elf_final_write_processing): Return immediately unless
8657 called by linker. Use sh64_elf_section_data (cranges) to get size
8658 of linker-generated cranges entries.
8659 (sh64_elf_copy_private_data): Add missing "return true".
8660 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
8661 (sh_elf64_merge_private_data): Ditto.
9b5ecbd0 8662 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8663 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
8664 elf64-sh64.c:sh64_elf_fake_sections.
8665 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
9b5ecbd0 8666 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8667 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
8668 (sh64_elf_final_write_processing): New.
8669 (elf_backend_final_write_processing): Define.
8670 (sh64_elf_fake_sections): Get header flags from tdata field.
8671 (sh64_elf_copy_private_data): Do not call
8672 sh64_elf_copy_private_data_internal, just copy e_flags field.
8673 (sh64_elf_merge_private_data): Do not call
8674 sh64_elf_copy_private_data_internal.
9b5ecbd0 8675 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8676 Remove EF_SH64_ABI64, let ELF size make difference.
8677 Remove SH64-specific BFD section flag.
8678 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
8679 containing SHmedia through elf_section_data (asect)->tdata
8680 non-zero, not using a BFD section flag.
8681 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
8682 (sh64_elf_merge_private_data): Similar.
8683 (elf_backend_section_flags): Don't define.
8684 (sh64_elf_backend_section_flags): Delete.
8685 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
8686 not EF_SH64_ABI64.
8687 (sh_elf64_merge_private_data): Similar.
8688 * section.c (Section flags definitions): Don't define
8689 SEC_SH_ISA_SHMEDIA.
8690 (bfd-in2.h): Regenerate.
9b5ecbd0 8691 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8692 Make DataLabel references work with partial linking.
8693 * elf32-sh64.c: Fix formatting.
8694 (sh64_elf_link_output_symbol_hook): New.
8695 (elf_backend_link_output_symbol_hook): Define to
8696 sh64_elf_link_output_symbol_hook.
8697 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
8698 undefined if partial linking. Adjust sanity check.
8699 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
8700 (elf_backend_link_output_symbol_hook): Define to
8701 sh64_elf64_link_output_symbol_hook.
8702 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
8703 undefined if partial linking. Adjust sanity check.
9b5ecbd0 8704 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8705 Implement semantics for inter-file DataLabel references.
8706 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
8707 (sh64_elf64_add_symbol_hook): New.
8708 (sh_elf64_relocate_section): If passing an indirect symbol with
8709 st_type STT_DATALABEL on the way to a symbol with st_other
8710 STO_SH5_ISA32, do not bitor 1 to the relocation.
8711 (elf_backend_add_symbol_hook): Define to
8712 sh64_elf64_add_symbol_hook.
8713 * elf64-sh32.c: Tweak comments.
8714 (DATALABEL_SUFFIX): Define.
8715 (sh64_elf_add_symbol_hook): New.
8716 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
8717 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
8718 symbol with st_type STT_DATALABEL on the way to a symbol with
8719 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
9b5ecbd0 8720 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8721 Pass through STT_DATALABEL.
8722 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
8723 (elf_backend_get_symbol_type): Define.
8724 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
8725 (elf_backend_get_symbol_type): Define.
9b5ecbd0 8726 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8727 * elf32-sh64.c: Tweak comments.
8728 (sh64_elf_copy_private_data_internal): Add prototype.
8729 (bfd_elf32_bfd_set_private_flags): Define.
8730 (sh64_elf_copy_private_data_internal): Compare machine name, not
8731 textual BFD target name, to check whether to copy section flag
8732 SHF_SH5_ISA32.
8733 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
8734 Tweak section-contents-type-mismatch message.
8735 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
8736 Validize reloc-types.
8737 * elf64-sh64.c: New file.
8738 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
8739 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
8740 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
8741 Regenerate dependencies.
8742 * Makefile.in: Regenerate.
8743 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
8744 bfd_elf64_sh64l_vec.
8745 * configure.in: Handle bfd_elf64_sh64_vec and
8746 bfd_elf64_sh64l_vec.
8747 * configure: Regenerate.
8748 * po/POTFILES.in: Regenerate.
8749 * po/bfd.pot: Regenerate.
9b5ecbd0 8750 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8751 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
8752 anything else but EF_SH64 and EF_SH64_ABI64.
8753 (sh64_elf_merge_private_data): Emit error for anything else but
8754 EF_SH64 and EF_SH64_ABI64.
8755 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
8756 from targ_selvecs.
8757 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
8758 bfd_elf32_sh64l_vec as a temporary measure.
8759 * configure: Regenerate.
9b5ecbd0 8760 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8761 * cpu-sh.c (arch_info_struct): Include sh5 item
8762 unconditionalized.
8763 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
8764 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
8765 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
8766 * elf32-sh64.c: Tweak comments.
8767 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
8768 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
8769 (sh64_elf_copy_private_data_internal): Wrap long line.
8770 (sh64_elf_merge_private_data): Rewrite to allow objects from
8771 SH64 subsets to be linked together.
8772 (INCLUDE_SHMEDIA): Define.
8773 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
8774 Parenthesize plus-expression inside or-expression.
8775 <global symbol>: Ditto.
8776 (sh_elf_set_mach_from_flags): Remove code refusing
8777 deleted EF_SH64_32BIT_ABI flag.
9b5ecbd0 8778 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8779 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
8780 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
8781 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
8782 (sh_elf_relocate_section) <local symbol>: Or 1 in
8783 calculation of relocation if sym->st_other & STO_SH5_ISA32.
8784 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
8785 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
8786 relocation.
9b5ecbd0 8787 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
8788 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
8789 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
8790 Regenerate dependencies.
8791 * Makefile.in: Regenerate.
8792 * archures.c: Add bfd_mach_sh5.
8793 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
8794 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
8795 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
8796 * configure: Regenerate.
8797 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
8798 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
8799 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
8800 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
8801 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
8802 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
8803 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
8804 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
8805 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
8806 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
8807 in item for SH5.
8808 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
8809 for SHmedia relocs.
8810 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
8811 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
8812 shmedia_prepare_reloc, goto final_link_relocate if it returns
8813 non-zero, else fail as before.
8814 (sh_elf_set_mach_from_flags): Provide function only if not defined
8815 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
8816 (sh_elf_set_private_flags): Provide function only if not defined
8817 as a macro.
8818 (sh_elf_copy_private_data): Similar.
8819 (sh_elf_merge_private_data): Similar.
8820 * section.c (SEC_SH_ISA_SHMEDIA): New.
8821 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
8822 * elf32-sh64.c: New file.
8823 * libbfd.h: Regenerate.
8824 * bfd-in2.h: Regenerate.
8825 * po/POTFILES.in: Regenerate.
8826 * po/bfd.pot: Regenerate.
8827 * bfd-in2.h: Regenerate.
8828 * libbfd.h: Regenerate.
8829
e108f470
DJ
88302002-02-07 Daniel Jacobowitz <drow@mvista.com>
8831
8832 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
8833 been included, not drag it in.
8834 * bfd-in2.h: Regenerate.
8835
259d18a3
L
88362002-02-06 H.J. Lu (hjl@gnu.org)
8837
8838 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
8839 the mach and ISA fields if necessary.
8840
f13b834e
NC
88412002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
8842
8843 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
8844 ARM architecture when an F_ARM_5 flag is detected, since we cannot
8845 be sure exactly which architecture this represents.
8846
82f6addb
NC
88472002-02-05 Nick Clifton <nickc@redhat.com>
8848
8849 * po/tr.po: Updated translation.
8850
899f54f5
AM
88512002-02-05 Alan Modra <amodra@bigpond.net.au>
8852
8853 From Jimi X <jimix@watson.ibm.com>
8854 * archures (bfd_mach_ppc64): Define.
8855 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
8856 (bfd_powerpc_arch): Define.
8857 * bfd-in2.h: Regenerate.
8858 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
8859 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
8860 (bfd_powerpc_archs): Add default powerpc64 arch.
8861
248866a8
AM
88622002-02-05 Alan Modra <amodra@bigpond.net.au>
8863
8864 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
8865 against section syms in readonly sections. Don't do the global
8866 sym check if we find one.
8867 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
8868 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
0a6958db 8869 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
248866a8
AM
8870 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
8871 (elf_s390_grok_prstatus): Add missing prototype.
8872
4fa5c2a8
HPN
88732002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
8874
8875 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
8876 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
8877 Call bfd_get_section_by_name only once. Initialize
8878 bpodata->n_bpo_relocs_this_section.
8879 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
8880 referring to DSOs.
8881 (bpo_reloc_request_sort_fn): Don't use difference of values as
8882 return-value.
8883
537c972e
DB
88842002-02-02 David O'Brien <obrien@FreeBSD>
8885
8886 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
8887 version 4.5 and later the same as 5-CURRENT.
8888 * configure: Re-generate.
8889
006336b8
JT
88902002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
8891
8892 * config.bfd (hppa*-*-netbsd*): New target.
8893
6c571f00
PT
88942002-01-31 Philipp Thomas <pthomas@suse.de>
8895
19397422
AM
8896 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
8897 to front of message. Unify messages with elf32-arm.h. Use
8898 commas where neccessary.
8899 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
8900 ERROR in messages. Unify messages with coff-arm.c. Correct
8901 VFP/FPA error message.
8902 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
8903 APCS-32 for translation.
6c571f00 8904
930b4cb2
HPN
89052002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8906
8907 Perform on-demand global register allocation from
8908 R_MMIX_BASE_PLUS_OFFSET relocs.
8909 * elf64-mmix.c (struct bpo_reloc_section_info, struct
8910 bpo_reloc_request, struct bpo_greg_section_info): New.
8911 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
8912 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
8913 _bfd_mmix_check_all_relocs,
8914 _bfd_mmix_prepare_linker_allocated_gregs,
8915 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
8916 (elf_mmix_howto_table): Correct src_mask for most relocs.
8917 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
8918 case.
8919 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
8920 case. Fix typo in comment. New label do_mmix_reloc.
8921 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
8922 store first object file with a base-plus-offset reloc. Call
8923 mmix_elf_check_common_relocs for the part common with mmo.
8924 (mmix_elf_final_link): Write out linker-allocated register
8925 contents section.
8926 (elf_backend_gc_sweep_hook): Define.
8927 (bfd_elf64_bfd_relax_section): Define.
8928
8929 * mmo.c: Don't include <ctype.h>
8930 (mmo_init): Correct init-once logic.
8931
3e36d993
TR
89322002-02-01 Tom Rix <trix@redhat.com>
8933
8934 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
8935
ba323545
AM
89362002-02-01 Alan Modra <amodra@bigpond.net.au>
8937
8938 * Makefile.am: Run "make dep-am"
8939 * Makefile.in: Regenerate.
8940
012884d6
DB
89412002-01-31 David O'Brien <obrien@FreeBSD>
8942
8943 * configure.in: Recognize the differences in core files from FreeBSD
8944 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
8945 5-CURRENT.
8946 * configure: Regenerate.
8947
3b16e843
NC
89482002-01-31 Ivan Guzvinec <ivang@opencores.org>
8949
8950 * coff-or32.c: New file.
8951 * cpu-or32.c: New file.
8952 * elf32-or32.c: New file.
8953 * archures.c: Add support for or32.
8954 * targets.c: Add support for or32.
8955 * bfd-in2.h: Regenerate.
7dc0ab31 8956 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3b16e843
NC
8957 coff_write_object_contents): Add support for or32.
8958 * config.bfd: Add target.
8959 * configure.in: Add support for or32.
8960 * configure: Regenerate.
8961 * Makefile.am: Add support for or32.
8962 * Makefile.in: Regenerate.
3b16e843
NC
8963 * po/SRC-POTFILES.in: Add or32 files.
8964 * po/bfd.pot: Regenerate.
7dc0ab31 8965
caf8ca8e
NC
89662002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
8967 Don Lindsay <lindsayd@cisco.com>
8968
8969 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
8970 false' with a return of a bfd_reloc_ error code.
8971
e5dfef09
HPN
89722002-01-31 Hans-Peter Nilsson <hp@axis.com>
8973
8974 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
8975 unexport unreferenced symbols when --export-dynamic. Call
8976 _bfd_elf_strtab_delref when unexporting.
8977
4e4770d0
DJ
89782002-01-30 Daniel Jacobowitz <drow@mvista.com>
8979
8980 * bfd-in.h: Include <stdbool.h> if it is available.
8981 * bfd-in2.h: Regenerated.
8982
e1fa50e7
AM
89832002-01-31 Alan Modra <amodra@bigpond.net.au>
8984
8985 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
8986 not go via the plt.
8987
b5f79c76
NC
89882002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
8989
b5f79c76
NC
8990 * archures.c: Tidy up formatting of embedded comments.
8991 * bfd.c: Tidy up formatting of embedded comments.
7dc0ab31 8992 * bfd-in.h: Fix formatting of comments.
b5f79c76
NC
8993 * reloc.c: Tidy up formatting of ordinary & embedded comments.
8994 * section.c: Tidy up formatting of embedded comments.
8995 * syms.c: Tidy up formatting of embedded comments.
8996 * targets.c: Tidy up formatting of embedded comments.
8997
8998 * bfd-in2.h: Regenerate.
8999
ca09e32b
NC
90002002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
9001
9002 * vms-tir.c (cmd_name): New function.
9003 (tir_cmd_name): New function.
9004 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
9005 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
9006 Fix formatting.
7dc0ab31 9007
ca09e32b
NC
9008 * peXXigen.c (pe_print_idata): Rearrange message to aid in
9009 translation.
9b5ecbd0 9010 (pe_print_pdata): Rearrange message to aid in translation.
ca09e32b
NC
9011
9012 * libbfd.c (warn_deprecated): Rearrange error message to aid in
9013 translation.
9014
9015 * ihex.c (ihex_write_object_contents): Fix spelling typo.
9016
9017 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
9018
9019 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
9020 message to aid in translation.
9021
9022 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
9023 to aid in translation.
9024
9025 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
9026
7dc0ab31 90272002-01-30 Philipp Thomas <pthomas@suse.de>
ae1a89b7
PT
9028
9029 * coff-arm.c, elf32-elf.h: Unify messages.
9030
05f64ac6
NC
90312002-01-30 Nick Clifton <nickc@redhat.com>
9032
9033 * po/sv.po: Updated translation.
9034
f5a3e38a
NC
90352002-01-30 Philipp Thomas <pthomas@suse.de>
9036
9037 * dwarf2.c (read_abbrev): Use full section name in error message.
9038 (decode_line_info): Likewise.
661a3fd4
NC
9039
9040 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
9041 message.
9042
d926e03d
AM
90432002-01-30 Alan Modra <amodra@bigpond.net.au>
9044
9045 * elf64-ppc.c (func_desc_adjust): Only provide missing function
9046 descriptor symbols for undefined function code syms. Clear
9047 ELF_LINK_NON_ELF so that they can stay weak.
9048
030d18fb 90492002-01-29 Chris Demetriou <cgd@broadcom.com>
7dc0ab31 9050 Mitch Lichtenberg <mpl@broadcom.com>
030d18fb
CD
9051
9052 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
9053 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
9054 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
9055 generation.
9056 * bfd-in2.h: Regenerate.
9057
fcc76bea
CD
90582002-01-29 Chris Demetriou <cgd@broadcom.com>
9059
9060 * elf32-mips.c: Add additional comments about HI16 relocation
9061 processing.
9062 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
9063 pc-relative relocations. (Reverts change made on 2001-10-31.)
9064 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
9065 for pc-relative relocations.
9066 (mips_elf_calculate_relocation): Add a comment about a kludge
9067 in the R_MIPS_GNU_REL_HI16 handling.
9068 (_bfd_mips_elf_relocate_section): Implement that kludge;
9069 adjust pc-relative HI16 relocation for difference in HI16 and
9070 LO16 addresses, since it can't easily be done in
9071 mips_elf_calculate_relocation.
9072
f9cd9119
MS
90732002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
9074
9075 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
9076 relocations with PC32 relocations for undefined or weak symbols.
9077 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
9078 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
9079
702248bb
JT
90802002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
9081
9082 * elfcore.h (elf_core_file_p): Improve comment for last change.
9083
4867be41
DJ
90842002-01-27 Daniel Jacobowitz <drow@mvista.com>
9085
9086 * configure: Regenerated.
9087
a94cef6a
JT
90882002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
9089
9090 * elfcore.h (elf_core_file_p): Set the machine architecture
9091 before processing the program headers.
9092
7562a296
HPN
90932002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
9094
966abd70
HPN
9095 * configure.in <64-bit configuration>: If using gcc, check and
9096 emit error for egcs-1.1.2.
9097 * configure: Regenerate.
9098
e8eab623
NC
90992002-01-26 Egor Duda <deo@logos-m.ru>
9100
9101 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
9102 as possible to avoid stack corruption.
9103
73896efb
RH
91042002-01-26 Richard Henderson <rth@redhat.com>
9105
9106 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
9107 for non-allocated sections.
9108
91092002-01-25 Mark Kettenis <kettenis@gnu.org>
c106e334
MK
9110
9111 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
9112 prstat.pr_reg even if it is a struct.
9113
73896efb 91142002-01-25 Steve Ellcey <sje@cup.hp.com>
254ed743 9115
c5cd6d62 9116 * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
254ed743 9117
3d66c4f7
NC
91182002-01-25 Philipp Thomas <pthomas@suse.de>
9119
9120 * coffgen.c (coff_print_symbol): Don't mark info message
9121 for translation.
9122
9460ecda
NC
91232002-01-25 Nick Clifton <nickc@redhat.com>
9124
9125 * po/fr.po: Updated translation.
9126 * po/es.po: Updated translation.
9127
cc9ff76a
AM
91282002-01-25 Philipp Thomas <pthomas@suse.de>
9129
9130 * coff-alpha.c (alpha_relocate_section): Unify warning message
9131 for GP relative relocations without GP defined.
9132 * coff-mips.c (mips_relocate_section): Likewise.
9133
c68836a9
AM
91342002-01-25 Alan Modra <amodra@bigpond.net.au>
9135
9136 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
9137 unsigned overflow when new_offset < old_offset.
9138
e8eab623 91392002-01-24 Philipp Thomas <pthomas@suse.de>
391154e9
NC
9140
9141 * bfd.c (_bfd_abort): Fix typo.
9142
8ba89f17
RH
91432002-01-23 Richard Henderson <rth@redhat.com>
9144
9145 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
9146 plt entries for undefweak symbols.
9147
c6953948
NC
91482002-01-23 Steve Ellcey <sje@cup.hp.com>
9149
c5cd6d62 9150 * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
c6953948
NC
9151 (bfd_elf64_ia64_hpux_big_vec): Ditto.
9152 (bfd_elf32_h8300_vec): Ditto.
9153
41bd81ab
AM
91542002-01-23 Alan Modra <amodra@bigpond.net.au>
9155
9156 * elf64-ppc.c: Remove stale part of ABI comment.
9157 (NO_OPD_RELOCS): Define.
9158 (ppc64_elf_check_relocs): Use it.
9159 (ppc64_elf_relocate_section): Here too.
9160 (build_one_stub): Don't point function syms at the stub. Instead,
9161 hijack plt.offset.
9162 (ppc64_elf_relocate_section): Check whether REL24 relocs should
9163 really go to the stub. Make all dynamic relocs in opd against
9164 locals.
9165 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
9166 plt.offset.
9167
f304919d
RH
91682002-01-22 Richard Henderson <rth@redhat.com>
9169
9170 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
9171
c0ef99a7
AM
91722002-01-22 Alan Modra <amodra@bigpond.net.au>
9173
60ee0d4a
AM
9174 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
9175 TOC_BASE_OFF adjustment.
9176
c0ef99a7
AM
9177 * Makefile.am: Run "make dep-am".
9178 * Makefile.in: Regenerate.
9179 * po/SRC-POTFILES.in: Regenerate.
9180
64328b46
AM
91812002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
9182
9183 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
9184 host defines.
9185
59953665 91862002-01-21 Hans-Peter Nilsson <hp@axis.com>
58255df3
HPN
9187
9188 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
9189 Check for and emit error if sgot is NULL at this point.
9190
9596feea
JT
91912002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
9192
9193 * config.bfd (ia64*-*-netbsd*): New target.
9194
7b45c6e1
AM
91952002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
9196
9197 * som.c (som_write_space_strings): Comment typo fix.
9198
e5094212
AM
91992002-01-21 Alan Modra <amodra@bigpond.net.au>
9200
e86ce104
AM
9201 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
9202 is_func_descriptor fields.
9203 (link_hash_newfunc): Init them.
9204 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
9205 dot are candidates for plt entries. When processing .opd relocs,
9206 set function descriptor strings to point inside function code
9207 string, and set new ppc_link_hash_entry fields.
9208 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
9209 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
9210 function descriptors. It's now done in..
9211 (func_desc_adjust): New.
9212 (ppc64_elf_func_desc_adjust): New.
9213 (define elf_backend_always_size_sections): Define.
9214 (ppc64_elf_hide_symbol): New.
9215 (define elf_backend_hide_symbol): Define.
9216 (allocate_dynrelocs): Remove code looking up function descriptors
9217 as that has been done earlier.
9218 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
9219 table.
9220 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
9221 up function descriptor.
9222 (build_one_stub): Look up the function code sym. Check for
9223 invalid plt offsets.
9224 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
9225 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
9226
e5094212
AM
9227 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
9228 boolean param.
9229 (_bfd_elf_link_hash_hide_symbol): Likewise.
9230 * elflink.h (elf_link_add_object_symbols): Adjust call to
9231 elf_backend_hide_symbol.
9232 (elf_fix_symbol_flags): Likewise.
9233 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
9234 than bfd_alloc.
9235 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
9236 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
9237 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
9238 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
9239 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
9240 and adjust to suit.
9241 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
9242 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
9243 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
9244
40b8271b
AM
92452002-01-18 Alan Modra <amodra@bigpond.net.au>
9246
9247 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
9248 dynamic function descriptor symbol, not the associated function
9249 symbol.
9250
55baa95b
EC
92512002-01-17 Eric Christopher <echristo@redhat.com>
9252
9253 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
9254
328577ad
NC
92552002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
9256
9257 * po/bfd.pot: Regenerate.
9258 * po/fr.po: Regenerate.
9259
af746e92
AM
92602002-01-17 Alan Modra <amodra@bigpond.net.au>
9261
9262 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
9263 Remove "Elf_Internal_Shdr *" param.
9264 (_bfd_mips_elf_section_from_bfd_section): Ditto.
9265 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
9266 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
9267 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
9268 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
9269 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
9270 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
9271 function to override special sections. Remove hdr arg from
9272 backend call, and don't loop.
9273
175e9962
EC
92742002-01-16 Eric Christopher <echristo@redhat.com>
9275
9276 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
9277 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
9278 relocations requiring gp0 and gp.
9279
96a846ea
RE
92802002-01-16 Richard Earnshaw <rearnsha@arm.com>
9281
175e9962 9282 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
96a846ea
RE
9283 EF_ARM_VFP_FLOAT.
9284 (elf32_arm_print_private_bfd_data): Likewise.
9285
af3ae48d
NC
92862002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
9287
9288 * po/tr.po: Import new version.
9289
10ed1bba
AM
92902002-01-16 Alan Modra <amodra@bigpond.net.au>
9291
9292 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
9293 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
9294 (ORI_R0_R0_0): Correct.
9295
5d1634d7
AM
92962002-01-16 Alan Modra <amodra@bigpond.net.au>
9297
9298 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
9299 when plt_not_loaded.
9300 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
9301 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
9302 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
9303 (ppc64_elf_glink_code): Delete.
9304 (PPC64_ELF_GLINK_SIZE): Delete.
9305 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
9306 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
9307 ORI_R0_R0_0): Define.
9308 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
9309 (struct ppc_link_hash_table): Add sstub and plt_overflow.
9310 (ppc64_elf_link_hash_table_create): Init them.
9311 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
9312 Don't copy to shared lib.
9313 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
9314 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
9315 (allocate_dynrelocs <plt>): Don't change function sym here. Make
9316 room for .stub and .glink code.
9317 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
9318 DT_PPC64_GLINK.
9319 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
9320 bfd_elf64_bfd_final_link.
9321 (bfd_elf64_bfd_final_link): Don't define.
9322 (ppc64_elf_size_stubs): New.
9323 (build_plt_stub): New.
9324 (build_one_stub): New.
9325 (ppc64_elf_build_stubs): New.
9326 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
9327 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
9328 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
9329 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
9330 case output sections not separate. Adjust DT_RELASZ to not
9331 include plt relocs. Set reserved got entry. Set got and plt
9332 entry size.
9333 (elf_backend_got_header_size): Set to 8.
9334 * elf64-ppc.h: New file.
9335
c601ffdb
AM
93362002-01-16 Alan Modra <amodra@bigpond.net.au>
9337
9338 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
9339 sections, use bfd_section_list_remove.
9340 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
9341 * elflink.h (elf_link_add_object_symbols): When removing all
9342 sections, use bfd_section_list_clear.
9343
8fb4cb7f
NC
93442002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
9345
9346 * po/sv.po: New file: Swedish translation.
9347 * configure.in (ALL_LINGUAS): Add sv.
9348 * configure: Regenerate.
9349
d3c456e9
JJ
93502002-01-15 Jakub Jelinek <jakub@redhat.com>
9351
9352 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
9353 * elf.c (merge_sections_remove_hook): New function.
9354 (_bfd_elf_merge_sections): Pass it as 3rd argument to
9355 _bfd_merge_sections.
9356 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
9357 * libbfd.h: Rebuilt.
9358 * merge.c (_bfd_merge_sections): Add remove_hook argument.
9359 Call remove_hook if a SEC_EXCLUDE section is encountered.
9360
1f7fd478
NC
93612002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
9362
9363 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
9364 (xstormy16_reloc_map): Initialise new field with correct howto
9365 table.
9366 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
9367 howto entry.
9368
b87011e9
MS
93692002-01-10 Michael Snyder <msnyder@redhat.com>
9370
9371 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
9372 (elfcore_write_pstatus): Use long instead of pid_t;
9373 * elf-bfd.h: Change prototypes to use long instead of pid_t;
9374
175e9962 93752002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
b4db1224
JT
9376
9377 * elf.c: Update copyright years.
9378 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
9379 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
9380
7c76fa91
MS
93812002-01-08 Michael Snyder <msnyder@redhat.com>
9382
9383 Add capability to write corefile note sections, for gdb.
9384 * elf.c (elfcore_write_note): New function.
9385 (elfcore_write_prpsinfo): New function.
9386 (elfcore_write_prstatus): New function.
9387 (elfcore_write_pstatus): New function.
9388 (elfcore_write_prfpreg): New function.
9389 (elfcore_write_prxfpreg): New function.
97996af6 9390 * elf-bfd.h: Add prototypes for above functions.
7c76fa91 9391
e1fddb6b
AO
93922002-01-08 Alexandre Oliva <aoliva@redhat.com>
9393
9394 * elf.c (elf_fake_sections): Propagate errors from
9395 elf_backend_fake_section.
9396
8d05742f
JT
93972002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
9398
9399 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
9400 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
9401 (elf32-sh-nbsd.lo): New rule.
9402 * Makefile.in: Regenerate.
9403 * config.bfd (sh*le-*-netbsdelf*): New target.
9404 (sh*-*-netbsdelf*): New target.
9405 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
9406 (bfd_elf32_shnbsd_vec): New vector.
9407 (bfd_elf32_shlnbsd_vec): New vector.
9408 * configure: Regenerate.
9409 * elf32-sh-nbsd.c: New file.
9410 * targets.c: Update copyright years.
175e9962 9411 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
8d05742f
JT
9412 bfd_elf32_shnbsd_vec.
9413
1dba4cb4
AH
94142002-01-07 Aldy Hernandez <aldyh@redhat.com>
9415
9416 * coff-rs6000.c (READ20): Use bfd_scan_vma.
9417
47b22aef
GK
94182002-01-07 Geoffrey Keating <geoffk@redhat.com>
9419
9420 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
9421 of a symbol in a section that will be deleted.
9422
be2d1673
NC
94232002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
9424
9425 * po/es.po: New file: Spanish translation.
9426 * configure.in (ALL_LINGUAS): Add es.
9427 * configure: Regenerate.
9428
d9cf1b54
AM
94292002-01-06 Steve Ellcey <sje@cup.hp.com>
9430
9431 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
9432 argument so we can handle HP-UX specially.
9433 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
9434 (elfNN_hpux_backend_section_from_bfd_section): New for support
9435 of SHN_IA_64_ANSI_COMMON.
9436 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
9437 (is_unwind_section_name): Add special HP-UX support.
9438 (elfNN_ia64_section_from_shdr): Add support for more sections.
9439 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
9440 add support for more sections.
9441 (elfNN_ia64_additional_program_headers): Modify
9442 is_unwind_section_name call.
9443 (elfNN_ia64_modify_segment_map): Remove assumption that there is
9444 only one unwind section in segment.
9445
3f3c5c34
AM
94462002-01-06 Alan Modra <amodra@bigpond.net.au>
9447
9448 * syms.c (_bfd_generic_make_empty_symbol): New function.
9449 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
9450 _bfd_generic_make_empty_symbol.
9451 * libbfd.h: Regenerate.
9452 * bfd-in2.h: Regenerate.
9453 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
9454 (hppabsd_core_get_symtab_upper_bound): Don't define.
9455 (hppabsd_core_get_symtab): Likewise.
9456 (hppabsd_core_print_symbol): Likewise.
9457 (hppabsd_core_get_symbol_info): Likewise.
9458 (hppabsd_core_bfd_is_local_label_name): Likewise.
9459 (hppabsd_core_get_lineno): Likewise.
9460 (hppabsd_core_find_nearest_line): Likewise.
9461 (hppabsd_core_bfd_make_debug_symbol): Likewise.
9462 (hppabsd_core_read_minisymbols): Likewise.
9463 (hppabsd_core_minisymbol_to_symbol): Likewise.
9464 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
9465 Formatting fixes.
9466 * hpux-core.c: Similarly.
9467 * irix-core.c: Similarly.
9468 * osf-core.c: Similarly.
9469 * sco5-core.c: Similarly.
9470 * binary.c (binary_make_empty_symbol): Remove function, define as
9471 _bfd_generic_make_empty_symbol.
9472 * ihex.c (ihex_make_empty_symbol): Likewise.
9473 * mmo.c (mmo_make_empty_symbol): Likewise.
9474 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
9475 * srec.c (srec_make_empty_symbol): Likewise.
9476 * versados.c (versados_make_empty_symbol): Likewise.
9477 * vms.c (_bfd_vms_make_empty_symbol): Remove.
9478 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
9479 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
9480 rather than _bfd_vms_make_empty_symbol.
9481 * vms-misc.c (new_symbol): Likewise.
9482
3f0a7f7f
AM
94832002-01-05 Alan Modra <amodra@bigpond.net.au>
9484
9e7b37b3
AM
9485 * section.c (bfd_section_init): Remove unnecessary initialisations.
9486 (bfd_section_list_clear): New function.
9487 (bfd_section_list_remove, bfd_section_list_insert): New macros.
9488 (_bfd_strip_section_from_output): Use them.
9489 * coffcode.h (coff_set_alignment_hook): Likewise.
9490 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
9491 * elf64-mips.c (mips_elf64_final_link): Likewise.
9492 * elf64-mmix.c (mmix_elf_final_link): Likewise.
9493 * sunos.c (sunos_add_dynamic_symbols): Likewise.
9494 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
9495 * bfd-in2.h: Regenerate.
9496
9497 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
9498 rather than doing our own section handling. Clean up after errors
9499 with bfd_release and bfd_section_list_clear. Handle unexpected
9500 flags.
9501 * aoutf1.h (sunos4_core_file_p): Likewise.
9502 * aix386-core.c (aix386_core_file_p): Likewise.
9503 * cisco-core.c (cisco_core_file_validate): Likewise.
9504 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
9505 * trad-core.c (trad_unix_core_file_p): Likewise.
9506
9b5ecbd0 9507 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
9e7b37b3
AM
9508 with bfd_release and bfd_section_list_clear.
9509 * hpux-core.c (hpux_core_core_file_p): Likewise.
9510 * irix-core.c (irix_core_core_file_p): Likewise.
9511 * lynx-core.c (lynx_core_file_p): Likewise.
9512 * osf-core.c (osf_core_core_file_p): Likewise.
9513 * rs6000-core.c (rs6000coff_core_p): Likewise.
9514 * sco5-core.c (sco5_core_file_p): Likewise.
9515
3f0a7f7f
AM
9516 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
9517 sign extension adjustments without conditionals.
9518
a3aa38ee
JJ
95192002-01-04 Jakub Jelinek <jakub@redhat.com>
9520
9521 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
9522 CIE at .eh_frame start is removed due to no FDEs referencing it.
9523
8a8b2d4b
AJ
95242002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
9525
9526 * config.bfd (x86_64-*-netbsd*): New target.
9527 * configure.in (x86_64-*-netbsd*): Set COREFILE
9528 to netbsd-core.lo.
9529 * configure: Regenerated.
9530
04b5af89
TR
95312002-01-03 Tom Rix <trix@redhat.com>
9532
9533 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
9534 for recent bfd_make_section_anyway change.
9535
51c5503b
NC
95362002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
9537
9538 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
9539 R_ARM_THM_PC11 reloc.
9540
07f7c046
NC
95412002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
9542
9543 * configure.in (LINGUAS): Add ja.
9544 * configure: Regenerate.
9545 * po/ja.po: Import from translation project's web site.
9546
5eefb65f
NC
95472002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
9548
9549 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
9550 messages to ease translation into other languages.
9551
39e90f10 9552For older changes see ChangeLog-0001
56882138
AM
9553\f
9554Local Variables:
9555mode: change-log
9556left-margin: 8
9557fill-column: 74
9558version-control: never
9559End: