821697b02b0db4ec06fc4d48a948c75c171e6402
[binutils-gdb.git] / bfd / ChangeLog
1 2002-05-1 Federico G. Schwindt <fgsch@olimpo.com.br>
2
3 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
4 hppa*-*-openbsd*): New targets.
5 * configure.in (alpha*-*-openbsd*): Set COREFILE.
6 * configure: Regenerate.
7
8 2002-05-10 Tom Rix <trix@redhat.com>
9
10 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
11 xcoff64_ppc_relocate_section.
12 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
13 * libxcoff.h: Common xcoff_reloc_type function declaration.
14
15 2002-05-10 Alan Modra <amodra@bigpond.net.au>
16
17 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
18 addend in 2002-05-09 commit.
19
20 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
21 don't look for stubs on all undefined syms.
22
23 2002-05-09 Alan Modra <amodra@bigpond.net.au>
24
25 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
26 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
27 pcrel_offset.
28
29 * elf32-i386.c (elf_howto_table): Comments.
30 (elf_i386_relocate_section): Handle more relocs for relocatable
31 linking and against SEC_MERGE sections.
32
33 2002-05-08 Alan Modra <amodra@bigpond.net.au>
34
35 * elf32-ppc.c (ppc_elf_create_got): New function.
36 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
37 _bfd_elf_create_dynamic_sections. Correct .plt flags.
38 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
39 _bfd_elf_create_got_section.
40
41 2002-05-07 Alan Modra <amodra@bigpond.net.au>
42
43 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
44 * elfxx-target.h (elf_backend_rela_normal): Define.
45 (elfNN_bed): Init rela_normal.
46 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
47 for section symbols here if rela_normal. Simplify abs section test.
48 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
49 return immediately. Remove code handling relocatable linking.
50 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
51 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
52 * elf32-i370.c (i370_elf_relocate_section): Likewise.
53 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
54 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
55 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
56 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
57 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
58 * elf32-s390.c (elf_s390_relocate_section): Likewise.
59 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
60 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
61 * elf64-s390.c (elf_s390_relocate_section): Likewise.
62 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
63 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
64 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
65 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
66 * elf-m10200.c (elf_backend_rela_normal): Define.
67 * elf-m10300.c (elf_backend_rela_normal): Define.
68 * elf32-fr30.c (elf_backend_rela_normal): Define.
69 * elf32-i370.c (elf_backend_rela_normal): Define.
70 * elf32-i860.c (elf_backend_rela_normal): Define.
71 * elf32-m68k.c (elf_backend_rela_normal): Define.
72 * elf32-mcore.c (elf_backend_rela_normal): Define.
73 * elf32-openrisc.c (elf_backend_rela_normal): Define.
74 * elf32-ppc.c (elf_backend_rela_normal): Define.
75 * elf32-s390.c (elf_backend_rela_normal): Define.
76 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
77 * elf64-ppc.c (elf_backend_rela_normal): Define.
78 * elf64-s390.c (elf_backend_rela_normal): Define.
79 * elf64-x86-64.c (elf_backend_rela_normal): Define.
80 * elfxx-ia64.c (elf_backend_rela_normal): Define.
81 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
82 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
83
84 2002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
85
86 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
87 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
88
89 2002-05-06 Alan Modra <amodra@bigpond.net.au>
90
91 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
92 when not relocatable. Fix reloc_emitter call for K&R.
93
94 2002-05-04 Alan Modra <amodra@bigpond.net.au>
95
96 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
97 reloading local sym addend mistakenly removed in 2002-05-01 change.
98
99 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
100 (read_abbrevs): Change "offset" param to bfd_vma.
101 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
102 Change "abbrev_offset" to bfd_vma.
103 (read_indirect_string): Use correct conversion chars in error
104 message format string, cast bfd_vma's to unsigned long.
105 (read_abbrevs): Likewise.
106 (read_attribute_value): Likewise.
107 (decode_line_info): Likewise.
108 (scan_unit_for_functions): Likewise.
109 (parse_comp_unit): Likewise.
110
111 2002-05-04 Tom Rix <trix@redhat.com>
112
113 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
114 (coff_swap_reloc_out): Same.
115 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
116 (xcoff_swap_reloc_out): Same.
117 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
118 case some 16 bit relocs. Add reloc value to output.
119 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
120 R_RBR. Improve names.
121 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
122 (bfd_xcoff_backend_data): Update with new reloc swap names.
123 (bfd_pmac_xcoff_backend_data) : Same.
124 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
125 (xcoff64_swap_reloc_out): Same.
126 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
127 R_POS. Add reloc value to output.
128 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
129 bit R_RBR. Improve names, masks.
130 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
131 (bfd_xcoff_backend_data): Update with new reloc swap names.
132 (bfd_xcoff_aix5_backend_data) : Same.
133
134 2002-05-04 Alan Modra <amodra@bigpond.net.au>
135
136 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
137 bfd_count top_index, input_list, all_local_syms.
138 (elf32_hppa_setup_section_lists): New function, split from
139 elf32_hppa_size_stubs.
140 (elf32_hppa_next_input_section): Likewise.
141 (group_sections): Likewise.
142 (get_local_syms): Likewise.
143 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
144 stubs on undefined syms too.
145 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
146 Only access htab elf fields when we have an elf hash table.
147 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
148 (elf32_hppa_next_input_section): Declare.
149
150 2002-05-04 Bob Byrnes <byrnes@curl.com>
151
152 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
153 _bfd_new_bfd.
154
155 2002-05-03 H.J. Lu (hjl@gnu.org)
156
157 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
158 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
159 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
160 to hide a global symbol.
161 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
162 forced_local to true.
163
164 2002-05-02 Richard Henderson <rth@redhat.com>
165
166 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
167 vs SHN_UNDEF to zero.
168
169 2002-05-02 Alan Modra <amodra@bigpond.net.au>
170
171 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
172 16 bit reloc.
173 <R_PPC64_SECTOFF_DS>: Likewise.
174 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
175 SECTOFF reloc.
176 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
177 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
178 SECTOFF reloc.
179
180 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
181 (ppc64_elf_ha_reloc): New function.
182 (ppc64_elf_brtaken_reloc): New function.
183 (ppc64_elf_sectoff_reloc): New function.
184 (ppc64_elf_sectoff_ha_reloc): New function.
185 (ppc64_elf_toc_reloc): New function.
186 (ppc64_elf_toc_ha_reloc): New function.
187 (ppc64_elf_toc64_reloc): New function.
188 (ppc64_elf_unhandled_reloc): New function.
189 (ppc64_elf_howto_raw): Use the above.
190 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
191 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
192 <R_PPC64_SECTOFF_DS>: Likewise.
193 (IS_ABSOLUTE_RELOC): Update.
194 (struct ppc_link_hash_table): Add have_undefweak.
195 (ppc64_elf_link_hash_table_create): Init.
196 (func_desc_adjust): Set have_undefweak.
197 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
198 add the .sfpr blr when have_undefweak.
199 (ppc64_elf_setup_section_lists): Check hash table flavour.
200 (ppc64_elf_next_input_section): Move output_section->owner test to
201 ppc64elf.em.
202 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
203 and relocatable test. Return TOCstart and don't set elf_gp.
204 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
205 offset calculation. Add assert on weak sym branch tweaks.
206 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
207 (ppc64_elf_toc): Declare.
208 (ppc64_elf_next_input_section): Update.
209
210 2002-05-01 Alan Modra <amodra@bigpond.net.au>
211
212 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
213 file_name.
214
215 2002-05-01 Alan Modra <amodra@bigpond.net.au>
216
217 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
218 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
219 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
220 call branches. Correct undefined weak destination.
221 (ppc64_elf_func_desc_adjust): Always create at least one blr in
222 .sfpr, and correct case where either only savef* or restf* is
223 needed.
224
225 Long branch stubs, multiple stub sections.
226 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
227 (ppc64_elf_next_input_section): Declare.
228 * elf64-ppc.c: Move linker-only prototypes.
229 (STUB_SUFFIX): Define.
230 (enum ppc_stub_type): New.
231 (struct ppc_stub_hash_entry): New.
232 (struct ppc_branch_hash_entry): New.
233 (struct ppc_link_hash_entry): Add stub_cache, oh.
234 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
235 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
236 Rename plt_overflow to stub_error.
237 (ppc_stub_hash_lookup): Define.
238 (ppc_branch_hash_lookup): Define.
239 (stub_hash_newfunc): New function.
240 (branch_hash_newfunc): New function.
241 (link_hash_newfunc): Init new fields.
242 (ppc64_elf_link_hash_table_create): Likewise.
243 (ppc64_elf_link_hash_table_free): New function.
244 (ppc_stub_name): New function.
245 (ppc_get_stub_entry): New function.
246 (ppc_add_stub): New function.
247 (create_linkage_sections): Use bfd_make_section_anyway. Create
248 .branch_lt and .rela.branch_lt sections. Don't create .stub.
249 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
250 and set up for plt call stubs. Link func and func desc syms.
251 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
252 (func_desc_adjust): Avoid hash lookup when func desc sym available
253 via shortcut, and set links when processing.
254 (ppc64_elf_hide_symbol): Likewise.
255 (allocate_dynrelocs): Don't allocate stub section here.
256 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
257 Remove sstub code.
258 (ppc_type_of_stub): New function.
259 (build_one_stub): Delete.
260 (ppc_build_one_stub): New function.
261 (ppc_size_one_stub): New function.
262 (ppc64_elf_setup_section_lists): New function.
263 (ppc64_elf_next_input_section): New function.
264 (group_sections): New function.
265 (get_local_syms): New function.
266 (ppc64_elf_size_stubs): Rewrite.
267 (ppc64_elf_build_stubs): Rewrite.
268 (ppc64_elf_relocate_section): Look up stub entry for REL24
269 relocs. Don't propagate REL14* to dynamic objects. Look for long
270 branch stubs if REL14* or REL24 relocs won't reach.
271 (bfd_elf64_bfd_link_hash_table_free): Define.
272
273 2002-04-30 Mark Mitchell <mark@codesourcery.com>
274
275 * bfd/config.bfd: Add support for powerpc-*-windiss.
276
277 2002-04-30 Tom Rix <trix@redhat.com>
278
279 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
280 symbol names into the hash table.
281
282 2002-04-28 Tom Rix <trix@redhat.com>
283
284 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
285 calulating relocations.
286 (xcoff_complain_overflow) : Function table for relocation errors.
287 (xcoff_ppc_relocate_section): Use relocation and complain function
288 tables.
289 (xcoff_complain_overflow_unsigned_func): New complain function.
290 (xcoff_complain_overflow_signed_func): Same.
291 (xcoff_complain_overflow_bitfield_func): Same.
292 (xcoff_complain_overflow_dont_func): Same.
293 (xcoff_reloc_type_crel): New recot function.
294 (xcoff_reloc_type_br): Same.
295 (xcoff_reloc_type_ba): Same.
296 (xcoff_reloc_type_toc): Same.
297 (xcoff_reloc_type_rel): Same.
298 (xcoff_reloc_type_neg): Same.
299 (xcoff_reloc_type_pos): Same.
300 (xcoff_reloc_type_fail): Same.
301 (xcoff_reloc_type_noop): Same.
302 * libxcoff.h : Declare common parts for xcoff64.
303 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
304 and complain function tables.
305
306 2002-04-28 Alan Modra <amodra@bigpond.net.au>
307
308 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
309 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
310
311 2002-04-26 Alan Modra <amodra@bigpond.net.au>
312
313 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
314 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
315
316 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
317 same as the output before calling elf_link_input_bfd.
318
319 * coffcode.h (coff_compute_section_file_positions): Set
320 section_tail after shuffling section list.
321
322 2002-04-24 Christian Groessler <chris@groessler.org>
323
324 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
325 addresses are 23bit with a special layout, not plain 32bit
326 values. Prevent relocation of immediate values.
327
328 2002-04-24 Chris G. Demetriou <cgd@broadcom.com>
329
330 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
331 MIPS-16 ASE flags are set, print something to indicate that.
332
333 2002-04-23 Alan Modra <amodra@bigpond.net.au>
334
335 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
336 under which a plt call stub is used.
337 (final_link_relocate): Similarly.
338 (allocate_plt_static): Clear h-plabel except when plt entry is
339 exclusively used for a plabel.
340 (allocate_dynrelocs): Use the above to simplify plt sizing.
341 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
342 (elf32_hppa_link_hash_table_create): Init.
343 (BL22_RP): Define.
344 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
345 (elf32_hppa_check_relocs): Set has_22bit_branch.
346
347 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
348 (final_link_relocate): Likewise.
349
350 2002-04-22 Jakub Jelinek <jakub@redhat.com>
351
352 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
353 search table if some FDE is DW_EH_PE_aligned encoded either.
354 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
355
356 2002-04-22 Richard Smith <richard@ex-parrot.com>
357 Jakub Jelinek <jakub@redhat.com>
358
359 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
360 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
361 encoded personality.
362 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
363 for CIE/FDE removal.
364
365 2002-04-20 Tom Rix <trix@redhat.com>
366
367 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
368
369 2002-04-20 Alan Modra <amodra@bigpond.net.au>
370
371 * archures.c (bfd_lookup_arch): Move the list order comment..
372 (struct bfd_arch_info): ..to where it belongs.
373 * bfd-in2.h: Regenerate.
374
375 * archures.c (bfd_lookup_arch): Add comment on list order.
376 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
377 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
378 is always at head of list.
379
380 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
381
382 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
383 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
384 definition of these functions for ARM_WINCE builds as they are
385 not used.
386 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
387 for ARM_WINCE builds.
388
389 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
390
391 * coff-arm.c (bfd_arm_process_before_allocation):
392
393 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
394
395 * cpu-sh.c (scan_mach): Delete.
396 (arch_info_struct): Replace scan_mach with bfd_default_scan.
397 (bfd_sh_arch): Likewise.
398
399 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
400
401 * ihex.c (ihex_write_object_contents): Fix check for records
402 crossing 64K boundaries.
403
404 2002-04-16 Alan Modra <amodra@bigpond.net.au>
405
406 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
407 type rather than just assuming entries are ELF.
408 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
409 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
410 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
411 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
412 rather than elf_link_hash_entry.
413
414 2002-04-15 Richard Henderson <rth@redhat.com>
415
416 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
417 n32 binaries.
418
419 2002-04-15 Michael Snyder <msnyder@redhat.com>
420
421 * opncls.c (bfd_close): Write contents if writeable.
422 Minor formatting tidy-ups.
423
424 2002-04-15 Alan Modra <amodra@bigpond.net.au>
425
426 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
427
428 2002-04-12 Michael Snyder <msnyder@redhat.com>
429
430 * bfd-in.h (bfd_get_section_lma): New access macro.
431 Minor white-space fix-up.
432
433 2002-04-12 Alan Modra <amodra@bigpond.net.au>
434
435 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
436 header pad.
437
438 2002-04-09 DJ Delorie <dj@redhat.com>
439
440 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
441
442 2002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
443
444 * coffcode.h (coff_read_word): New.
445 (coff_compute_checksum): New.
446 (coff_apply_checksum): New.
447 (coff_write_object_contents): Call coff_apply_checksum () to
448 apply checksum to PE image.
449
450 2002-04-08 Randolph Chung <tausq@debian.org>
451
452 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
453 (elf32_hppa_final_link): Split out sorting logic to..
454 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
455 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
456
457 2002-04-07 Andrew Cagney <ac131313@redhat.com>
458
459 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
460 pattern.
461 * configure: Re-generate.
462
463 2002-04-07 Andrew Cagney <ac131313@redhat.com>
464
465 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
466 is greater or equal to 4.3.3.
467 * configure: Regenerate.
468 Fix PR gdb/344.
469
470 2002-04-05 Hans-Peter Nilsson <hp@axis.com>
471
472 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
473 R_CRIS_32_PCREL>: Fix typo in name.
474 (cris_elf_check_relocs): Always create .rela.got here when
475 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
476 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
477 assume it's created.
478
479 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
480
481 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
482 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
483 define.
484 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
485 * bfd.c (bfd_link_hash_table_free): Define.
486 * binary.c (binary_bfd_link_hash_table_free): Define.
487 * bout.c (b_out_bfd_link_hash_table_free): Define.
488 * coff-rs6000.c (rs6000coff_vec): Include
489 _bfd_generic_link_hash_table_free.
490 (pmac_xcoff_vec): Likewise.
491 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
492 (aix5coff64_vec): Likewise.
493 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
494 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
495 (bfd_elf32_bfd_link_hash_table_free): Define.
496 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
497 (bfd_elf32_bfd_link_hash_table_free): Define.
498 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
499 define.
500 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
501 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
502 * ieee.c (ieee_bfd_link_hash_table_free): Define.
503 * ihex.c (ihex_bfd_link_hash_table_free): Define.
504 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
505 (_bfd_generic_link_hash_table_free): Add prototype.
506 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
507 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
508 * linker.c (_bfd_generic_link_hash_table_free): New function.
509 * mmo.c (mmo_bfd_link_hash_table_free): Define.
510 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
511 * oasys.c (oasys_bfd_link_hash_table_free): Define.
512 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
513 * som.c (som_bfd_link_hash_table_free): Define.
514 * srec.c (srec_bfd_link_hash_table_free): Define.
515 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
516 * versados.c (versados_bfd_link_hash_table_free): Define.
517 * vms.c (vms_bfd_link_hash_table_free): New function.
518 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
519
520 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
521 instead of bfd_alloc.
522 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
523 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
524 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
525 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
526 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
527 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
528 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
529 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
530 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
531 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
532 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
533 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
534 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
535 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
536 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
537 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
538 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
539 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
540 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
541 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
542 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
543 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
544 * m68klinux.c (linux_link_hash_table_create): Likewise.
545 * sparclinux.c (linux_link_hash_table_create): Likewise.
546 * sunos.c (sunos_link_hash_table_create): Likewise.
547 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
548
549 * targets.c: Add _bfd_link_hash_table_free to xvec.
550
551 * bfd-in2.h: Regenerate.
552 * libbfd.h: Regenerate.
553 * libcoff.h: Regenerate.
554
555 2002-04-04 Alan Modra <amodra@bigpond.net.au>
556
557 * dep-in.sed: Cope with absolute paths.
558 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
559 Run "make dep-am".
560 * Makefile.in: Regenerate.
561 * coff-arm.c: Fix copyright date.
562 * cpu-h8300.c: Likewise.
563 * cpu-i370.c: Likewise.
564 * cpu-s390.c: Likewise.
565 * cpu-mips.c: Likewise.
566 * po/SRC-POTFILES.in: Regenerate.
567
568 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
569
570 * Makefile.am: Add elfxx-mips.c to the known backends.
571 (elf32-mips.lo): remove dependency to coff/external.h.
572 * Makefile.in: Regenerate.
573 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
574 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
575 accordingly.
576 * configure: Regenerate.
577 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
578 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
579 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
580 MIPS specific backend functions.
581 * elf32-mips.c: Moved most code to elfxx-mips.c.
582 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
583 static.
584 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
585 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
586 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
587 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
588 interface to allow selection of the right REL or RELA howto table.
589 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
590 static. Let it refuse n32 objects.
591 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
592 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
593 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
594 (elf32_mips_ignore_discarded_relocs): Rename from
595 _bfd_elf32_mips_ignore_discarded_relocs.
596 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
597 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
598 (elf_mips_howto_table_rela): Remove.
599 * elf64-mips.c: Moved most code to elfxx-mips.c.
600 (bfd_elf64_bfd_reloc_type_lookup): Make static.
601 (mips_elf64_rtype_to_howto): New function.
602 (mips_elf64_object_p): Likewise.
603 (elf64_mips_irix_compat): Likewise.
604 * elfxx-mips.c: New file containing common code merged together from
605 elf32-mips.c and elf64-mips.c.
606 * elfxx-mips.h: New file containing MIPS specific prototypes from
607 elf-bfd.h.
608 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
609 elf_backend_mips_rtype_to_howto.
610
611 2002-04-04 Alan Modra <amodra@bigpond.net.au>
612
613 * srec.c (MAXCHUNK, Chunk): Revise comments.
614 (srec_write_record): Correct buffer size.
615 (srec_write_header): Do without intermediate buffer.
616 (srec_write_section): Validate Chunk.
617 (srec_write_terminator): Pass NULL instead of dummy buffer.
618 (srec_write_symbols): Pass file and symbol names directly to
619 bfd_bwrite so sprintf won't overflow buffer.
620
621 2002-04-03 Jakub Jelinek <jakub@redhat.com>
622
623 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
624 PC relative relocs against hidden symbols.
625 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
626
627 2002-04-03 Alan Modra <amodra@bigpond.net.au>
628
629 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
630 LMAs, loop over segments until p_vaddr and p_memsz specify an
631 extent enclosing the section.
632
633 2002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
634
635 * ihex.c (ihex_write_object_contents): Do not allow records to
636 cross a 64K boundary - wrap if necessary.
637
638 2002-04-01 Nathan Williams <nathanw@wasabisystems.com>
639
640 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
641 which caused the returned LWP ID to always be 0.
642
643 2002-04-01 Richard Henderson <rth@redhat.com>
644
645 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
646 (elf32_sparc_relocate_section): Use it to figure out when to
647 initialize .got entries.
648 * elf64-sparc.c: Similarly.
649
650 2002-03-28 Alan Modra <amodra@bigpond.net.au>
651
652 * linker.c (link_action): Ignore duplicate warning syms.
653 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
654 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
655 (elf_adjust_dynamic_symbol): Likewise.
656 (elf_export_symbol): Likewise.
657 (elf_link_find_version_dependencies): Likewise.
658 (elf_link_assign_sym_version): Likewise.
659 (elf_link_sec_merge_syms): Likewise.
660 (elf_link_output_extsym): Likewise.
661 (elf_gc_sweep_symbol): Likewise.
662 (elf_gc_propagate_vtable_entries_used): Likewise.
663 (elf_gc_smash_unused_vtentry_relocs): Likewise.
664 (elf_gc_allocate_got_offsets): Likewise.
665 (elf_collect_hash_codes): Likewise.
666 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
667 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
668 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
669 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
670 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
671 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
672 (elf_cris_discard_excess_dso_dynamics): Likewise.
673 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
674 (mark_PIC_calls): Likewise.
675 (allocate_plt_static): Likewise.
676 (allocate_dynrelocs): Likewise.
677 (readonly_dynrelocs): Likewise.
678 * elf32-i386.c (allocate_dynrelocs): Likewise.
679 (readonly_dynrelocs): Likewise.
680 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
681 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
682 * elf32-mips.c (mips_elf_output_extsym): Likewise.
683 (mips_elf_sort_hash_table_f): Likewise.
684 (mips_elf_check_mips16_stubs): Likewise.
685 * elf32-s390.c (allocate_dynrelocs): Likewise.
686 (readonly_dynrelocs): Likewise.
687 * elf32-sh.c (sh_elf_discard_copies): Likewise.
688 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
689 (xstormy16_relax_plt_realloc): Likewise.
690 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
691 (elf64_alpha_output_extsym): Likewise.
692 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
693 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
694 (mips_elf64_check_mips16_stubs): Likewise.
695 (mips_elf64_output_extsym): Likewise.
696 * elf64-ppc.c (func_desc_adjust): Likewise.
697 (allocate_dynrelocs): Likewise.
698 (readonly_dynrelocs): Likewise.
699 * elf64-s390.c (allocate_dynrelocs): Likewise.
700 (readonly_dynrelocs): Likewise.
701 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
702 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
703 (readonly_dynrelocs): Likewise.
704 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
705 * aoutx.h (aout_link_write_other_symbol): Likewise.
706 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
707 (_bfd_coff_write_global_sym): Likewise.
708 * i386linux.c (linux_tally_symbols): Likewise.
709 * m68klinux.c (linux_tally_symbols): Likewise.
710 * sparclinux.c (linux_tally_symbols): Likewise.
711 * pdp11.c (aout_link_write_other_symbol): Likewise.
712 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
713 * xcofflink.c (xcoff_build_ldsyms): Likewise.
714 (xcoff_write_global_symbol): Likewise.
715
716 * cofflink.c (_bfd_coff_final_link): Formatting.
717 * cpu-mips.c (mips_compatible): Make static, prototype.
718 * elf32-i386.c (elf_i386_check_relocs): Formatting.
719 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
720 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
721 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
722 (mips_elf64_final_link): Likewise.
723 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
724 prototype.
725
726 2002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
727
728 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
729 (SWAP_OUT_RELOC_OFFSET): Define.
730
731 2002-03-27 Gregory Steuck <greg@nest.cx>
732
733 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
734 terminating NULL if empty symbol table.
735 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
736
737 2002-03-26 H.J. Lu (hjl@gnu.org)
738
739 * elflink.h (elf_link_input_bfd): Revert the last change since
740 the gcc exception handling isn't fixed yet.
741
742 2002-03-26 H.J. Lu (hjl@gnu.org)
743
744 * elflink.h (elf_link_input_bfd): Complain about relocations
745 against local symbols in discarded sections.
746
747 2002-03-26 Alan Modra <amodra@bigpond.net.au>
748
749 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
750
751 2002-03-23 Alan Modra <amodra@bigpond.net.au>
752
753 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
754 section file offset for !SEC_LOAD sections.
755
756 2002-03-21 Richard Earnshaw <rearnsha@arm.com>
757
758 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
759 <case R_ARM_GOT>): Handle relocations to Thumb functions.
760
761 2002-03-21 Alan Modra <amodra@bigpond.net.au>
762
763 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
764 Whitespace changes.
765 * archive.c: Update copyright date.
766 * bfd-in2.h: Regenerate.
767 * libbfd.h: Regenerate.
768 * Makefile.am: Run "make dep-am"
769 * Makefile.in: Regenerate.
770 * po/SRC-POTFILES.in: Regenerate.
771
772 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
773
774 * dwarf2.c (struct funcinfo): Move up.
775 (lookup_address_in_function_table): New argument function_ptr.
776 Set it.
777 (lookup_address_in_line_table): New argument function. If function
778 is non-NULL, use it to handle ``addr'' before the first line note of
779 the function.
780 (comp_unit_find_nearest_line): Update and swap calls to
781 lookup_address_in_function_table and lookup_address_in_line_table.
782 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
783 N_SLINE encountered if we see an N_FUN before any N_SLINE.
784
785 2002-03-20 Tom Rix <trix@redhat.com>
786
787 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
788 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
789 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
790
791 2002-03-19 Tom Rix <trix@redhat.com>
792
793 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
794 dynamic objects in archives.
795
796 2002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
797
798 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
799 STT_NOTYPE symbols to STT_OBJECT.
800
801 2002-03-18 Jan Hubicka <jh@suse.cz>
802
803 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
804
805 2002-03-18 Tom Rix <trix@redhat.com>
806
807 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
808 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
809 * coff-rs6000 (do_pad) : New function for archive padding.
810 (do_copy) : New function for object file copying in archives.
811 (do_shared_object_padding) : New function for padding shared
812 objects to their text section alignment in archives.
813 (bfd_xcoff_ar_achive_set_magic) : Stub.
814 (xcoff_write_armap_big) : Use do_copy and do_pad.
815 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
816 do_copy and do_pad.
817 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
818 bfd_xcoff_magic_number.
819 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
820 fop.
821 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
822 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
823 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
824 * rs6000-core.c : Update copyright date.
825 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
826 csectpp.
827 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
828 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
829 (coff_set_flags) : Use bfd_xcoff_magic_number.
830 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
831 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
832 * Makefile.am : Same.
833 * config.bfd : Same.
834 * targets.c : Same.
835 * configure : Regnerate.
836 * Makefile.in : Same.
837 * bfd-in2.h : Same.
838
839 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
840
841 * po/fr.po: Updated version.
842
843 2002-03-18 Alan Modra <amodra@bigpond.net.au>
844
845 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
846 * libbfd.h: Regenerate.
847 * archive.c (coff_write_armap): Pass on failures from
848 bfd_write_bigendian_4byte_int.
849
850 2002-03-14 H.J. Lu <hjl@gnu.org>
851
852 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
853 error to bfd_error_nonrepresentable_section for reinit_array
854 section in DSO.
855
856 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
857
858 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
859 OR it in rather than replacing previously selected flags.
860
861 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
862 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
863
864 2002-03-14 Alan Modra <amodra@bigpond.net.au>
865
866 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
867 (N): Use the above.
868 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
869 ensure reloc size matches before calling elf_link_input_bfd.
870 Add an assert to check reloc size when counting output relocs.
871
872 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
873
874 * mmo.c (mmo_get_loc): Return NULL rather than false.
875
876 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
877
878 * po/fr.po: Updated version.
879
880 2002-03-13 Alan Modra <amodra@bigpond.net.au>
881
882 * archures.c (bfd_default_compatible): Test bits_per_word.
883 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
884 bfd_default_compatible.
885 * cpu-i370.c (i370_compatible): Likewise.
886 * cpu-sparc.c (sparc_compatible): Likewise.
887 * cpu-h8300.c (compatible): Test in->arch == out->arch.
888
889 * elflink.h: Formatting fixes.
890 (elf_link_output_extsym): Merge undefined and undef weak cases.
891
892 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
893 when word size of input matches output word size.
894
895 2002-03-12 Andreas Jaeger <aj@suse.de>
896
897 * cpu-i386.c (i386_compatible): New. Use it instead of
898 bfd_default_compatible.
899
900 2002-03-07 H.J. Lu (hjl@gnu.org)
901
902 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
903 as the type for bfd_reloc_val.
904
905 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
906
907 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
908 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
909 (elf_hppa_final_link_relocate): Correct relocations for indirect
910 references to local data through the DLT. Fix .opd creation for
911 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
912 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
913 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
914 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
915 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
916 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
917 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
918
919 2002-03-05 Jakub Jelinek <jakub@redhat.com>
920
921 * merge.c (_bfd_merge_sections): Don't segfault if there
922 is nothing to merge due to GC.
923
924 2002-03-05 Alan Modra <amodra@bigpond.net.au>
925
926 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
927 symbols that have been forced local.
928
929 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
930 to output forced local syms for non-shared link.
931 (elf_link_output_extsym): Tweak condition for calling backend
932 adjust_dynamic_symbol so that previous behaviour is kept.
933 Whitespace changes throughout file.
934
935 2002-03-04 H.J. Lu <hjl@gnu.org>
936
937 * elf.c (bfd_section_from_shdr): Handle special sections,
938 .init_array, .fini_array and .preinit_array.
939 (elf_fake_sections): Likewise.
940
941 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
942 DT entry only if the section is in output for .init_array,
943 .fini_array and .preinit_array. Complain about .preinit_array
944 section in DSO.
945 (elf_bfd_final_link): Warn zero size for .init_array,
946 .fini_array and .preinit_array sections.
947
948 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
949 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
950 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
951 .preinit_array.
952
953 2002-03-04 Alan Modra <amodra@bigpond.net.au>
954
955 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
956 * configure: Regenerate.
957
958 2002-03-02 Tom Rix <trix@redhat.com>
959
960 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
961 symbolic equiv.
962 * coff-rs6000.c (xcoff_howto_table): Same.
963
964 2002-03-01 David Mosberger <davidm@hpl.hp.com>
965
966 * elflink.h (size_dynamic_sections): If section named
967 ".preinit_array" exists, create DT_PREINIT_ARRAY and
968 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
969 ".init_array" and ".fini_array".
970 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
971 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
972 DT_FINI_ARRAY.
973
974 2002-02-26 Andrew Macleod <amacleod@cygnus.com>
975
976 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
977 dynsyms.
978
979 2002-02-25 Alan Modra <amodra@bigpond.net.au>
980
981 * elf64-hppa.h: Update copyright date.
982
983 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
984 (ppc64_elf_relocate_section): Don't generate power4 style branch
985 hints for *_BRTAKEN and *_BRNTAKEN relocs.
986
987 2002-02-22 Jakub Jelinek <jakub@redhat.com>
988
989 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
990 last patch.
991 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
992
993 2002-02-21 Andreas Jaeger <aj@suse.de>
994
995 * elf64-x86-64.c: Major rework that introduces all recent changes
996 to the x86-64 backend. Get a closer match to elf32-i386.
997 (struct elf64_x86_64_dyn_relocs): Rename from
998 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
999 all users.
1000 (struct elf64_x86_64_link_hash_table): Add short cuts to some
1001 sections.
1002 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
1003 remove casts, initialize new hash members.
1004 (create_got_section): New.
1005 (elf64_x86_64_create_dynamic_sections): New.
1006 (elf64_x86_64_copy_indirect_symbol): New.
1007 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
1008 relocs, .got or .relgot here but do it in allocate_dynrelocs.
1009 Reference count possible .plt and .got entries. Don't test input
1010 section SEC_READONLY here to try to avoid copy relocs, and keep
1011 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
1012 DF_TEXTREL here. Delay setting of variables until needed. Cache
1013 pointer to "sreloc" section in elf_section_data. Tweak condition
1014 under which .got created. Report files with bad relocation
1015 section names.
1016 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
1017 Reference count possible .plt entries. Don't deallocate .got and
1018 .relgot space here.
1019 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
1020 do copy reloc processing for weakdefs. Remove redundant casts and
1021 aborts. Delay setting of vars until needed. Move creation of
1022 dynamic symbols and allocation of .plt and .rela.plt to
1023 allocate_dynrelocs. Replace BFD_ASSERT with abort.
1024 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
1025 (allocate_dynrelocs): New.
1026 (readonly_dynrelocs): New.
1027 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
1028 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
1029 Zero out the dynamic allocated content space.
1030 (elf64_x86_64_discard_copies): Removed.
1031 (elf64_x86_64_relocate_section): Make use of dynamic section
1032 short-cuts. Localise vars, and delay setting. Better error
1033 reporting, replace BFD_ASSERT with abort. Check
1034 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
1035 regular object file and tread the weak definition as the normal
1036 one. Don't discard relocs for undefweak or undefined symbols and
1037 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
1038 relocs.
1039 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
1040 symbols that have been forced local. Use same test to decide if
1041 we can use a relative reloc for got as relocate_section. Expand
1042 SHN_UNDEF comment. Move expressions out of function calls.
1043 Replace BFD_ASSERT with abort.
1044 (bfd_elf64_bfd_final_link): Removed.
1045 (elf_backend_copy_indirect_symbol): Define.
1046
1047 2002-02-20 Tom Rix <trix@redhat.com>
1048
1049 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
1050 (_bfd_xcoff_reloc_type_lookup): Use it.
1051 * coff64-rs6000.c (xcoff64_howto_table): Same.
1052 (xcoff64_reloc_type_lookup): Same.
1053
1054 2002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1055
1056 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
1057 little endian.
1058
1059 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
1060
1061 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
1062 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
1063 * bfd-in2.h: Regenerate.
1064 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
1065 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
1066 with "s390:64-bit".
1067 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
1068 (elf_s390_reloc_type_lookup): Likewise.
1069 (elf_s390_check_relocs): Likewise.
1070 (elf_s390_gc_sweep_hook): Likewise.
1071 (elf_s390_relocate_section): Likewise.
1072 (elf_s390_object_p): Use renamed architecture define.
1073 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
1074
1075 2002-02-19 Frank Ch. Eigler <fche@redhat.com>
1076
1077 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
1078
1079 2002-02-19 Jakub Jelinek <jakub@redhat.com>
1080
1081 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
1082 absptr -> pcrel optimization for shared libs.
1083 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
1084 library cannot be converted to pcrel.
1085 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
1086 relative.
1087 * elf32-i386.c (elf_i386_relocate_section): If
1088 _bfd_elf_section_offset returned -2, skip, but make sure the
1089 relocation is installed.
1090 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
1091 * elf32-cris.c (cris_elf_relocate_section): Likewise.
1092 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1093 * elf32-i370.c (i370_elf_relocate_section): Likewise.
1094 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1095 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1096 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1097 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1098 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1099 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1100 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1101 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
1102 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1103 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1104 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
1105 _bfd_elf_section_offset returning -2 the same way as -1.
1106 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
1107 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
1108 and BFD_ASSERT.
1109 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
1110
1111 2002-02-18 Tom Rix <trix@redhat.com>
1112
1113 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
1114 (bfd_xcoff_size_dynamic_sections): Same.
1115 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
1116 (bfd_xcoff_size_dynamic_sections): Same.
1117 * coff-rs6000.c (xcoff_generate_rtinit): Same.
1118 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
1119 * libxcoff.h (struct xcoff_backend_data_rec): Same.
1120 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
1121 * bfd-in2.h: Regenerate.
1122
1123 2002-02-18 Alan Modra <amodra@bigpond.net.au>
1124
1125 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
1126 (struct ppc_link_hash_table): Add sfpr.
1127 (ppc64_elf_link_hash_table_create): Init it.
1128 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
1129 .glink out to..
1130 (create_linkage_sections): ..here. Make .sfpr too.
1131 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
1132 dynobj early.
1133 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
1134 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
1135 ._restf* functions, and create as needed.
1136 (func_desc_adjust): Only force_local for shared libs.
1137
1138 2002-02-18 David O'Brien <obrien@FreeBSD.org>
1139
1140 * configure.in: Bump version number post 2.12 branching.
1141 * configure: Regenerate.
1142
1143 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
1144
1145 * mmo.c: Correct and improve comments.
1146 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
1147 zero-pad. Use input to fill up non-empty bfd buffer.
1148 (mmo_flush_chunk): New function.
1149 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
1150 changed. Don't emit location specifier if VMA is same as
1151 *LAST_VMAP after omitting leading zero contents. Call
1152 mmo_flush_chunk before emitting location specifier.
1153 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
1154 with mmo_write_loc_chunk calls.
1155 (mmo_internal_write_section): Call mmo_flush_chunk after
1156 mmo_write_chunk.
1157 (mmo_write_symbols_and_terminator): Move :Main to first position
1158 in symbol array. Add faked one if it does not exist if there are
1159 other symbols. Don't add it if there are no symbols at all. Move
1160 out test for value of :Main from symbol loop. Rename table
1161 fakemain to maintable and variable mainsym to fakemain.
1162
1163 2002-02-15 Richard Henderson <rth@redhat.com>
1164
1165 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
1166 section with no got matches any got. Simplify error generaion.
1167
1168 2002-02-15 Alan Modra <amodra@bigpond.net.au>
1169
1170 Support arbitrary length fill patterns.
1171 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
1172 (_bfd_default_link_order): Remove bfd_fill_link_order code.
1173 Call default_data_link_order.
1174 (default_fill_link_order): Delete.
1175 (default_data_link_order): New function.
1176 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
1177 of bfd_fill_link_order with bfd_data_link_order.
1178 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
1179 * elf64-mips.c (mips_elf64_final_link): Likewise.
1180
1181 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
1182 Correct value returned in "end" for "0x<non-hex>".
1183
1184 2002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
1185
1186 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
1187 (scan): Test against 'mach' field in info structure.
1188
1189 2002-02-14 Alan Modra <amodra@bigpond.net.au>
1190
1191 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
1192
1193 2002-02-14 Matt Fredette <fredette@netbsd.org>
1194
1195 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
1196 EF_M68000.
1197
1198 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
1199
1200 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
1201 non-zero physical addresses when adjusting the LMAs of new
1202 sections.
1203
1204 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
1205
1206 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
1207 from _bfd_elf_hppa_gen_reloc_type.
1208 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
1209 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
1210 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
1211 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
1212
1213 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
1214
1215 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
1216 loading its contents if there's nothing to do in it.
1217
1218 2002-02-12 Alan Modra <amodra@bigpond.net.au>
1219
1220 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
1221 64k boundary.
1222
1223 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
1224 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
1225 (ppc64_elf_finish_dynamic_sections): Set values for them.
1226
1227 2002-02-11 Michael Snyder <msnyder@redhat.com>
1228
1229 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
1230 * elf.c (elfcore_grok_pstatus): Add prototype.
1231 (elfcore_grok_lwpstatus): Add prototype.
1232 (elfcore_write_lwpstatus): New function.
1233 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
1234
1235 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
1236
1237 * elf32-sh.c: Added missing prototypes.
1238 * elf32-sh64.c: Likewise.
1239 (sh_elf_align_loads): Mark unused args as such.
1240 * elf64-sh64.c: Added missing prototypes.
1241 (struct elf_sh64_link_hash_entry): Fix typo.
1242 (sh_elf64_relocate_section): Fix info argument passed to
1243 _bfd_elf_section_offset.
1244
1245 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1246
1247 * Makefile.am: "make dep-am".
1248 * Makefile.in: Regenerate.
1249 * aclocal.m4: Regenerate.
1250 * config.in: Regenerate.
1251 * configure: Regenerate.
1252
1253 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1254
1255 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
1256 variable warnings.
1257 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
1258 comparison warning.
1259 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
1260 cast warnings for the common case.
1261
1262 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
1263
1264 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
1265 vectors.
1266 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
1267 vectors.
1268
1269 2002-02-09 Richard Henderson <rth@redhat.com>
1270
1271 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
1272 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
1273 (elf64_alpha_relocate_section): Likewise.
1274 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
1275 * bfd-in2.h, libbfd.h: Rebuild.
1276
1277 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
1278
1279 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
1280 that base-plus-offset reloc accounting is consistent.
1281 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
1282 up to date for undefined symbols.
1283
1284 2002-02-08 Eric Christopher <echristo@redhat.com>
1285
1286 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1287
1288 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
1289 sections for the O32 ABI.
1290
1291 2002-02-08 Chris Demetriou <cgd@broadcom.com>
1292
1293 * elf32-arm.h: Fix formatting of _("...").
1294 * elf32-d10v.c: Likewise.
1295 * elf32-m68k.c: Likewise.
1296 * elf32-mips.c: Likewise.
1297
1298 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
1299
1300 * coff-or32.c: Fix compile time warning messages.
1301
1302 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
1303
1304 Contribute sh64-elf.
1305 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
1306 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
1307 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
1308 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
1309 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
1310 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
1311 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
1312 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
1313 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
1314 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
1315 New relocs.
1316 * libbfd.h, bfd-in2.h: Rebuilt.
1317 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
1318 (sh_reloc_map): Map them.
1319 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
1320 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
1321 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
1322 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
1323 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
1324 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
1325 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
1326 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
1327 datalabel_got_offset.
1328 (sh_elf_link_hash_newfunc): Initialize it.
1329 (sh_elf_relocate_section): Augment the scope of
1330 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
1331 GOT and GOTOFF handling to new SHmedia relocation types. Support
1332 GOT_BIAS.
1333 (sh_elf_check_relocs): Likewise.
1334 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
1335 PLT entries using movi_shori_putval. Support GOT_BIAS.
1336 (sh_elf_finish_dynamic_sections): Likewise.
1337 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
1338 relocation, it's now done by the caller.
1339 (GOT_BIAS): New.
1340 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
1341 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
1342 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
1343 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
1344 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
1345 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
1346 sh64_elf64_hash_table): New.
1347 (sh_elf64_howto_table): Introduce new relocs.
1348 (sh_elf64_info_to_howto): Accept new PIC relocs.
1349 (sh_elf64_relocate_section): Augment the scope of
1350 seen_stt_datalabel. Support new PIC relocs.
1351 (sh_elf64_check_relocs): Support new PIC relocs.
1352 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
1353 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
1354 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
1355 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
1356 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
1357 movi_shori_putval, movi_3shori_putval,
1358 sh64_elf64_create_dynamic_sections,
1359 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
1360 sh64_elf64_size_dynamic_sections,
1361 sh64_elf64_finish_dynamic_symbol,
1362 sh64_elf64_finish_dynamic_sections): New.
1363 (elf_backend_create_dynamic-sections,
1364 bfd_elf64_bfd_link_hash_table_create,
1365 elf_backend_adjust_dynamic_symbol,
1366 elf_backend_size_dynamic_sections,
1367 elf_backend_finish_dynamic_symbol,
1368 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1369 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1370 elf_backend_got_header_size, elf_backend_plt_header_size):
1371 Define.
1372 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
1373 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
1374 match official numbers and names; moved unmaching ones to the
1375 range 0xf2-0xff.
1376 * elf32-sh64.c, elf64-sh64.c: Likewise.
1377 2001-03-12 DJ Delorie <dj@redhat.com>
1378 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
1379 sections.
1380 2001-03-12 DJ Delorie <dj@redhat.com>
1381 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
1382 be aligned.
1383 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
1384 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
1385 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
1386 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
1387 .cranges section with SEC_SORT_ENTRIES set.
1388 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
1389 incoming sorted .cranges section.
1390 (sh64_bfd_elf_copy_private_section_data): New.
1391 (sh64_elf_final_write_processing): Only sort .cranges and modify
1392 start address if called by linker.
1393 2001-01-08 Ben Elliston <bje@redhat.com>
1394 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
1395 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
1396 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
1397 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1398 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
1399 line. Add comments before all entries.
1400 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
1401 comment.
1402 (sh_elf64_reloc): Correct head comment.
1403 (sh_elf64_relocate_section): Correct spacing.
1404 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
1405 instead call reloc_dangerous callback.
1406 <case R_SH_SHMEDIA_CODE>: New case.
1407 (sh_elf64_gc_mark_hook): Correct spacing.
1408 (sh_elf64_check_relocs): Ditto.
1409 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
1410 New case.
1411 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
1412 functions.
1413 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
1414 clarify describing comment. Add comments before all entries.
1415 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
1416 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
1417 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1418 Sort .cranges section in final link. Prepare to set bit 0 on
1419 entry address.
1420 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
1421 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
1422 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
1423 .cranges section.
1424 (sh64_backend_section_from_shdr): New, to recognize
1425 SHT_SH5_CR_SORTED on incoming .cranges section.
1426 (elf_backend_section_from_shdr): Define.
1427 (sh64_elf_final_write_processing): Sort outgoing .cranges
1428 section. (New, temporarily disabled:) Set bit 0 on entry address
1429 according to ISA type.
1430 (sh64_find_section_for_address): New.
1431 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
1432 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
1433 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
1434 bfd_malloc, not xmalloc.
1435 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
1436 global.
1437 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
1438 temporarily disabled) setting bit 0 on entry address.
1439 (elf_backend_final_write_processing): Define.
1440 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
1441 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
1442 be a proper relocation for PTA and PTB rather than a marker.
1443 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
1444 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
1445 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
1446 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
1447 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
1448 Zero src_mask.
1449 * elf64-sh64.c: Ditto.
1450 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
1451 * elf32-sh64.c: Include opcodes/sh64-opc.h
1452 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
1453 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
1454 parameters. No unused parameters. Caller changed.
1455 <case R_SH_PT_16>: New case.
1456 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
1457 * Makefile.in: Regenerate.
1458 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1459 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
1460 all code sections.
1461 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1462 (sh64_elf_merge_private_data): Ditto.
1463 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
1464 to access stored section flags.
1465 (sh64_elf_final_write_processing): Return immediately unless
1466 called by linker. Use sh64_elf_section_data (cranges) to get size
1467 of linker-generated cranges entries.
1468 (sh64_elf_copy_private_data): Add missing "return true".
1469 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1470 (sh_elf64_merge_private_data): Ditto.
1471 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
1472 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
1473 elf64-sh64.c:sh64_elf_fake_sections.
1474 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
1475 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1476 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
1477 (sh64_elf_final_write_processing): New.
1478 (elf_backend_final_write_processing): Define.
1479 (sh64_elf_fake_sections): Get header flags from tdata field.
1480 (sh64_elf_copy_private_data): Do not call
1481 sh64_elf_copy_private_data_internal, just copy e_flags field.
1482 (sh64_elf_merge_private_data): Do not call
1483 sh64_elf_copy_private_data_internal.
1484 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
1485 Remove EF_SH64_ABI64, let ELF size make difference.
1486 Remove SH64-specific BFD section flag.
1487 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
1488 containing SHmedia through elf_section_data (asect)->tdata
1489 non-zero, not using a BFD section flag.
1490 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
1491 (sh64_elf_merge_private_data): Similar.
1492 (elf_backend_section_flags): Don't define.
1493 (sh64_elf_backend_section_flags): Delete.
1494 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
1495 not EF_SH64_ABI64.
1496 (sh_elf64_merge_private_data): Similar.
1497 * section.c (Section flags definitions): Don't define
1498 SEC_SH_ISA_SHMEDIA.
1499 (bfd-in2.h): Regenerate.
1500 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
1501 Make DataLabel references work with partial linking.
1502 * elf32-sh64.c: Fix formatting.
1503 (sh64_elf_link_output_symbol_hook): New.
1504 (elf_backend_link_output_symbol_hook): Define to
1505 sh64_elf_link_output_symbol_hook.
1506 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
1507 undefined if partial linking. Adjust sanity check.
1508 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
1509 (elf_backend_link_output_symbol_hook): Define to
1510 sh64_elf64_link_output_symbol_hook.
1511 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
1512 undefined if partial linking. Adjust sanity check.
1513 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
1514 Implement semantics for inter-file DataLabel references.
1515 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
1516 (sh64_elf64_add_symbol_hook): New.
1517 (sh_elf64_relocate_section): If passing an indirect symbol with
1518 st_type STT_DATALABEL on the way to a symbol with st_other
1519 STO_SH5_ISA32, do not bitor 1 to the relocation.
1520 (elf_backend_add_symbol_hook): Define to
1521 sh64_elf64_add_symbol_hook.
1522 * elf64-sh32.c: Tweak comments.
1523 (DATALABEL_SUFFIX): Define.
1524 (sh64_elf_add_symbol_hook): New.
1525 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
1526 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
1527 symbol with st_type STT_DATALABEL on the way to a symbol with
1528 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
1529 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
1530 Pass through STT_DATALABEL.
1531 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
1532 (elf_backend_get_symbol_type): Define.
1533 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
1534 (elf_backend_get_symbol_type): Define.
1535 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
1536 * elf32-sh64.c: Tweak comments.
1537 (sh64_elf_copy_private_data_internal): Add prototype.
1538 (bfd_elf32_bfd_set_private_flags): Define.
1539 (sh64_elf_copy_private_data_internal): Compare machine name, not
1540 textual BFD target name, to check whether to copy section flag
1541 SHF_SH5_ISA32.
1542 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
1543 Tweak section-contents-type-mismatch message.
1544 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
1545 Validize reloc-types.
1546 * elf64-sh64.c: New file.
1547 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
1548 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
1549 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
1550 Regenerate dependencies.
1551 * Makefile.in: Regenerate.
1552 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
1553 bfd_elf64_sh64l_vec.
1554 * configure.in: Handle bfd_elf64_sh64_vec and
1555 bfd_elf64_sh64l_vec.
1556 * configure: Regenerate.
1557 * po/POTFILES.in: Regenerate.
1558 * po/bfd.pot: Regenerate.
1559 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
1560 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
1561 anything else but EF_SH64 and EF_SH64_ABI64.
1562 (sh64_elf_merge_private_data): Emit error for anything else but
1563 EF_SH64 and EF_SH64_ABI64.
1564 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
1565 from targ_selvecs.
1566 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
1567 bfd_elf32_sh64l_vec as a temporary measure.
1568 * configure: Regenerate.
1569 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
1570 * cpu-sh.c (arch_info_struct): Include sh5 item
1571 unconditionalized.
1572 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
1573 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
1574 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
1575 * elf32-sh64.c: Tweak comments.
1576 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
1577 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
1578 (sh64_elf_copy_private_data_internal): Wrap long line.
1579 (sh64_elf_merge_private_data): Rewrite to allow objects from
1580 SH64 subsets to be linked together.
1581 (INCLUDE_SHMEDIA): Define.
1582 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
1583 Parenthesize plus-expression inside or-expression.
1584 <global symbol>: Ditto.
1585 (sh_elf_set_mach_from_flags): Remove code refusing
1586 deleted EF_SH64_32BIT_ABI flag.
1587 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
1588 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
1589 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
1590 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
1591 (sh_elf_relocate_section) <local symbol>: Or 1 in
1592 calculation of relocation if sym->st_other & STO_SH5_ISA32.
1593 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
1594 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
1595 relocation.
1596 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
1597 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
1598 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
1599 Regenerate dependencies.
1600 * Makefile.in: Regenerate.
1601 * archures.c: Add bfd_mach_sh5.
1602 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
1603 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
1604 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
1605 * configure: Regenerate.
1606 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
1607 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
1608 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
1609 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
1610 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
1611 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
1612 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
1613 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
1614 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
1615 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
1616 in item for SH5.
1617 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
1618 for SHmedia relocs.
1619 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
1620 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
1621 shmedia_prepare_reloc, goto final_link_relocate if it returns
1622 non-zero, else fail as before.
1623 (sh_elf_set_mach_from_flags): Provide function only if not defined
1624 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
1625 (sh_elf_set_private_flags): Provide function only if not defined
1626 as a macro.
1627 (sh_elf_copy_private_data): Similar.
1628 (sh_elf_merge_private_data): Similar.
1629 * section.c (SEC_SH_ISA_SHMEDIA): New.
1630 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
1631 * elf32-sh64.c: New file.
1632 * libbfd.h: Regenerate.
1633 * bfd-in2.h: Regenerate.
1634 * po/POTFILES.in: Regenerate.
1635 * po/bfd.pot: Regenerate.
1636 * bfd-in2.h: Regenerate.
1637 * libbfd.h: Regenerate.
1638
1639 2002-02-07 Daniel Jacobowitz <drow@mvista.com>
1640
1641 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
1642 been included, not drag it in.
1643 * bfd-in2.h: Regenerate.
1644
1645 2002-02-06 H.J. Lu (hjl@gnu.org)
1646
1647 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
1648 the mach and ISA fields if necessary.
1649
1650 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
1651
1652 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
1653 ARM architecture when an F_ARM_5 flag is detected, since we cannot
1654 be sure exactly which architecture this represents.
1655
1656 2002-02-05 Nick Clifton <nickc@redhat.com>
1657
1658 * po/tr.po: Updated translation.
1659
1660 2002-02-05 Alan Modra <amodra@bigpond.net.au>
1661
1662 From Jimi X <jimix@watson.ibm.com>
1663 * archures (bfd_mach_ppc64): Define.
1664 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
1665 (bfd_powerpc_arch): Define.
1666 * bfd-in2.h: Regenerate.
1667 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
1668 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
1669 (bfd_powerpc_archs): Add default powerpc64 arch.
1670
1671 2002-02-05 Alan Modra <amodra@bigpond.net.au>
1672
1673 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
1674 against section syms in readonly sections. Don't do the global
1675 sym check if we find one.
1676 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
1677 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
1678 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
1679 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
1680 (elf_s390_grok_prstatus): Add missing prototype.
1681
1682 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
1683
1684 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
1685 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
1686 Call bfd_get_section_by_name only once. Initialize
1687 bpodata->n_bpo_relocs_this_section.
1688 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
1689 referring to DSOs.
1690 (bpo_reloc_request_sort_fn): Don't use difference of values as
1691 return-value.
1692
1693 2002-02-02 David O'Brien <obrien@FreeBSD>
1694
1695 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
1696 version 4.5 and later the same as 5-CURRENT.
1697 * configure: Re-generate.
1698
1699 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
1700
1701 * config.bfd (hppa*-*-netbsd*): New target.
1702
1703 2002-01-31 Philipp Thomas <pthomas@suse.de>
1704
1705 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
1706 to front of message. Unify messages with elf32-arm.h. Use
1707 commas where neccessary.
1708 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
1709 ERROR in messages. Unify messages with coff-arm.c. Correct
1710 VFP/FPA error message.
1711 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
1712 APCS-32 for translation.
1713
1714 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
1715
1716 Perform on-demand global register allocation from
1717 R_MMIX_BASE_PLUS_OFFSET relocs.
1718 * elf64-mmix.c (struct bpo_reloc_section_info, struct
1719 bpo_reloc_request, struct bpo_greg_section_info): New.
1720 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
1721 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
1722 _bfd_mmix_check_all_relocs,
1723 _bfd_mmix_prepare_linker_allocated_gregs,
1724 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
1725 (elf_mmix_howto_table): Correct src_mask for most relocs.
1726 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
1727 case.
1728 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
1729 case. Fix typo in comment. New label do_mmix_reloc.
1730 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
1731 store first object file with a base-plus-offset reloc. Call
1732 mmix_elf_check_common_relocs for the part common with mmo.
1733 (mmix_elf_final_link): Write out linker-allocated register
1734 contents section.
1735 (elf_backend_gc_sweep_hook): Define.
1736 (bfd_elf64_bfd_relax_section): Define.
1737
1738 * mmo.c: Don't include <ctype.h>
1739 (mmo_init): Correct init-once logic.
1740
1741 2002-02-01 Tom Rix <trix@redhat.com>
1742
1743 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
1744
1745 2002-02-01 Alan Modra <amodra@bigpond.net.au>
1746
1747 * Makefile.am: Run "make dep-am"
1748 * Makefile.in: Regenerate.
1749
1750 2002-01-31 David O'Brien <obrien@FreeBSD>
1751
1752 * configure.in: Recognize the differences in core files from FreeBSD
1753 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
1754 5-CURRENT.
1755 * configure: Regenerate.
1756
1757 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
1758
1759 * coff-or32.c: New file.
1760 * cpu-or32.c: New file.
1761 * elf32-or32.c: New file.
1762 * archures.c: Add support for or32.
1763 * targets.c: Add support for or32.
1764 * bfd-in2.h: Regenerate.
1765 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
1766 coff_write_object_contents): Add support for or32.
1767 * config.bfd: Add target.
1768 * configure.in: Add support for or32.
1769 * configure: Regenerate.
1770 * Makefile.am: Add support for or32.
1771 * Makefile.in: Regenerate.
1772 * po/SRC-POTFILES.in: Add or32 files.
1773 * po/bfd.pot: Regenerate.
1774
1775 2002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
1776 Don Lindsay <lindsayd@cisco.com>
1777
1778 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
1779 false' with a return of a bfd_reloc_ error code.
1780
1781 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
1782
1783 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
1784 unexport unreferenced symbols when --export-dynamic. Call
1785 _bfd_elf_strtab_delref when unexporting.
1786
1787 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1788
1789 * bfd-in.h: Include <stdbool.h> if it is available.
1790 * bfd-in2.h: Regenerated.
1791
1792 2002-01-31 Alan Modra <amodra@bigpond.net.au>
1793
1794 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
1795 not go via the plt.
1796
1797 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
1798
1799 * archures.c: Tidy up formatting of embedded comments.
1800 * bfd.c: Tidy up formatting of embedded comments.
1801 * bfd-in.h: Fix formatting of comments.
1802 * reloc.c: Tidy up formatting of ordinary & embedded comments.
1803 * section.c: Tidy up formatting of embedded comments.
1804 * syms.c: Tidy up formatting of embedded comments.
1805 * targets.c: Tidy up formatting of embedded comments.
1806
1807 * bfd-in2.h: Regenerate.
1808
1809 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
1810
1811 * vms-tir.c (cmd_name): New function.
1812 (tir_cmd_name): New function.
1813 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
1814 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
1815 Fix formatting.
1816
1817 * peXXigen.c (pe_print_idata): Rearrange message to aid in
1818 translation.
1819 (pe_print_pdata): Rearrange message to aid in translation.
1820
1821 * libbfd.c (warn_deprecated): Rearrange error message to aid in
1822 translation.
1823
1824 * ihex.c (ihex_write_object_contents): Fix spelling typo.
1825
1826 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
1827
1828 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
1829 message to aid in translation.
1830
1831 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
1832 to aid in translation.
1833
1834 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
1835
1836 2002-01-30 Philipp Thomas <pthomas@suse.de>
1837
1838 * coff-arm.c, elf32-elf.h: Unify messages.
1839
1840 2002-01-30 Nick Clifton <nickc@redhat.com>
1841
1842 * po/sv.po: Updated translation.
1843
1844 2002-01-30 Philipp Thomas <pthomas@suse.de>
1845
1846 * dwarf2.c (read_abbrev): Use full section name in error message.
1847 (decode_line_info): Likewise.
1848
1849 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
1850 message.
1851
1852 2002-01-30 Alan Modra <amodra@bigpond.net.au>
1853
1854 * elf64-ppc.c (func_desc_adjust): Only provide missing function
1855 descriptor symbols for undefined function code syms. Clear
1856 ELF_LINK_NON_ELF so that they can stay weak.
1857
1858 2002-01-29 Chris Demetriou <cgd@broadcom.com>
1859 Mitch Lichtenberg <mpl@broadcom.com>
1860
1861 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
1862 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
1863 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
1864 generation.
1865 * bfd-in2.h: Regenerate.
1866
1867 2002-01-29 Chris Demetriou <cgd@broadcom.com>
1868
1869 * elf32-mips.c: Add additional comments about HI16 relocation
1870 processing.
1871 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
1872 pc-relative relocations. (Reverts change made on 2001-10-31.)
1873 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
1874 for pc-relative relocations.
1875 (mips_elf_calculate_relocation): Add a comment about a kludge
1876 in the R_MIPS_GNU_REL_HI16 handling.
1877 (_bfd_mips_elf_relocate_section): Implement that kludge;
1878 adjust pc-relative HI16 relocation for difference in HI16 and
1879 LO16 addresses, since it can't easily be done in
1880 mips_elf_calculate_relocation.
1881
1882 2002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
1883
1884 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
1885 relocations with PC32 relocations for undefined or weak symbols.
1886 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
1887 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
1888
1889 2002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
1890
1891 * elfcore.h (elf_core_file_p): Improve comment for last change.
1892
1893 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1894
1895 * configure: Regenerated.
1896
1897 2002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
1898
1899 * elfcore.h (elf_core_file_p): Set the machine architecture
1900 before processing the program headers.
1901
1902 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1903
1904 * configure.in <64-bit configuration>: If using gcc, check and
1905 emit error for egcs-1.1.2.
1906 * configure: Regenerate.
1907
1908 2002-01-26 Egor Duda <deo@logos-m.ru>
1909
1910 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
1911 as possible to avoid stack corruption.
1912
1913 2002-01-26 Richard Henderson <rth@redhat.com>
1914
1915 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
1916 for non-allocated sections.
1917
1918 2002-01-25 Mark Kettenis <kettenis@gnu.org>
1919
1920 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
1921 prstat.pr_reg even if it is a struct.
1922
1923 2002-01-25 Steve Ellcey <sje@cup.hp.com>
1924
1925 * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
1926
1927 2002-01-25 Philipp Thomas <pthomas@suse.de>
1928
1929 * coffgen.c (coff_print_symbol): Don't mark info message
1930 for translation.
1931
1932 2002-01-25 Nick Clifton <nickc@redhat.com>
1933
1934 * po/fr.po: Updated translation.
1935 * po/es.po: Updated translation.
1936
1937 2002-01-25 Philipp Thomas <pthomas@suse.de>
1938
1939 * coff-alpha.c (alpha_relocate_section): Unify warning message
1940 for GP relative relocations without GP defined.
1941 * coff-mips.c (mips_relocate_section): Likewise.
1942
1943 2002-01-25 Alan Modra <amodra@bigpond.net.au>
1944
1945 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
1946 unsigned overflow when new_offset < old_offset.
1947
1948 2002-01-24 Philipp Thomas <pthomas@suse.de>
1949
1950 * bfd.c (_bfd_abort): Fix typo.
1951
1952 2002-01-23 Richard Henderson <rth@redhat.com>
1953
1954 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
1955 plt entries for undefweak symbols.
1956
1957 2002-01-23 Steve Ellcey <sje@cup.hp.com>
1958
1959 * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
1960 DEFAULT_VECTOR.
1961 (bfd_elf64_ia64_hpux_big_vec): Ditto.
1962 (bfd_elf32_h8300_vec): Ditto.
1963
1964 2002-01-23 Alan Modra <amodra@bigpond.net.au>
1965
1966 * elf64-ppc.c: Remove stale part of ABI comment.
1967 (NO_OPD_RELOCS): Define.
1968 (ppc64_elf_check_relocs): Use it.
1969 (ppc64_elf_relocate_section): Here too.
1970 (build_one_stub): Don't point function syms at the stub. Instead,
1971 hijack plt.offset.
1972 (ppc64_elf_relocate_section): Check whether REL24 relocs should
1973 really go to the stub. Make all dynamic relocs in opd against
1974 locals.
1975 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
1976 plt.offset.
1977
1978 2002-01-22 Richard Henderson <rth@redhat.com>
1979
1980 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
1981
1982 2002-01-22 Alan Modra <amodra@bigpond.net.au>
1983
1984 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
1985 TOC_BASE_OFF adjustment.
1986
1987 * Makefile.am: Run "make dep-am".
1988 * Makefile.in: Regenerate.
1989 * po/SRC-POTFILES.in: Regenerate.
1990
1991 2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
1992
1993 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
1994 host defines.
1995
1996 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
1997
1998 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
1999 Check for and emit error if sgot is NULL at this point.
2000
2001 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
2002
2003 * config.bfd (ia64*-*-netbsd*): New target.
2004
2005 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2006
2007 * som.c (som_write_space_strings): Comment typo fix.
2008
2009 2002-01-21 Alan Modra <amodra@bigpond.net.au>
2010
2011 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
2012 is_func_descriptor fields.
2013 (link_hash_newfunc): Init them.
2014 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
2015 dot are candidates for plt entries. When processing .opd relocs,
2016 set function descriptor strings to point inside function code
2017 string, and set new ppc_link_hash_entry fields.
2018 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
2019 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
2020 function descriptors. It's now done in..
2021 (func_desc_adjust): New.
2022 (ppc64_elf_func_desc_adjust): New.
2023 (define elf_backend_always_size_sections): Define.
2024 (ppc64_elf_hide_symbol): New.
2025 (define elf_backend_hide_symbol): Define.
2026 (allocate_dynrelocs): Remove code looking up function descriptors
2027 as that has been done earlier.
2028 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
2029 table.
2030 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
2031 up function descriptor.
2032 (build_one_stub): Look up the function code sym. Check for
2033 invalid plt offsets.
2034 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
2035 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
2036
2037 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
2038 boolean param.
2039 (_bfd_elf_link_hash_hide_symbol): Likewise.
2040 * elflink.h (elf_link_add_object_symbols): Adjust call to
2041 elf_backend_hide_symbol.
2042 (elf_fix_symbol_flags): Likewise.
2043 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
2044 than bfd_alloc.
2045 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
2046 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
2047 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
2048 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
2049 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
2050 and adjust to suit.
2051 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
2052 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
2053 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
2054
2055 2002-01-18 Alan Modra <amodra@bigpond.net.au>
2056
2057 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
2058 dynamic function descriptor symbol, not the associated function
2059 symbol.
2060
2061 2002-01-17 Eric Christopher <echristo@redhat.com>
2062
2063 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
2064
2065 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
2066
2067 * po/bfd.pot: Regenerate.
2068 * po/fr.po: Regenerate.
2069
2070 2002-01-17 Alan Modra <amodra@bigpond.net.au>
2071
2072 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
2073 Remove "Elf_Internal_Shdr *" param.
2074 (_bfd_mips_elf_section_from_bfd_section): Ditto.
2075 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
2076 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
2077 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
2078 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
2079 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
2080 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
2081 function to override special sections. Remove hdr arg from
2082 backend call, and don't loop.
2083
2084 2002-01-16 Eric Christopher <echristo@redhat.com>
2085
2086 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
2087 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
2088 relocations requiring gp0 and gp.
2089
2090 2002-01-16 Richard Earnshaw <rearnsha@arm.com>
2091
2092 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
2093 EF_ARM_VFP_FLOAT.
2094 (elf32_arm_print_private_bfd_data): Likewise.
2095
2096 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
2097
2098 * po/tr.po: Import new version.
2099
2100 2002-01-16 Alan Modra <amodra@bigpond.net.au>
2101
2102 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
2103 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
2104 (ORI_R0_R0_0): Correct.
2105
2106 2002-01-16 Alan Modra <amodra@bigpond.net.au>
2107
2108 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
2109 when plt_not_loaded.
2110 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
2111 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
2112 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
2113 (ppc64_elf_glink_code): Delete.
2114 (PPC64_ELF_GLINK_SIZE): Delete.
2115 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
2116 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
2117 ORI_R0_R0_0): Define.
2118 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
2119 (struct ppc_link_hash_table): Add sstub and plt_overflow.
2120 (ppc64_elf_link_hash_table_create): Init them.
2121 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
2122 Don't copy to shared lib.
2123 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
2124 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
2125 (allocate_dynrelocs <plt>): Don't change function sym here. Make
2126 room for .stub and .glink code.
2127 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
2128 DT_PPC64_GLINK.
2129 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
2130 bfd_elf64_bfd_final_link.
2131 (bfd_elf64_bfd_final_link): Don't define.
2132 (ppc64_elf_size_stubs): New.
2133 (build_plt_stub): New.
2134 (build_one_stub): New.
2135 (ppc64_elf_build_stubs): New.
2136 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
2137 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
2138 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
2139 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
2140 case output sections not separate. Adjust DT_RELASZ to not
2141 include plt relocs. Set reserved got entry. Set got and plt
2142 entry size.
2143 (elf_backend_got_header_size): Set to 8.
2144 * elf64-ppc.h: New file.
2145
2146 2002-01-16 Alan Modra <amodra@bigpond.net.au>
2147
2148 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
2149 sections, use bfd_section_list_remove.
2150 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
2151 * elflink.h (elf_link_add_object_symbols): When removing all
2152 sections, use bfd_section_list_clear.
2153
2154 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
2155
2156 * po/sv.po: New file: Swedish translation.
2157 * configure.in (ALL_LINGUAS): Add sv.
2158 * configure: Regenerate.
2159
2160 2002-01-15 Jakub Jelinek <jakub@redhat.com>
2161
2162 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
2163 * elf.c (merge_sections_remove_hook): New function.
2164 (_bfd_elf_merge_sections): Pass it as 3rd argument to
2165 _bfd_merge_sections.
2166 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
2167 * libbfd.h: Rebuilt.
2168 * merge.c (_bfd_merge_sections): Add remove_hook argument.
2169 Call remove_hook if a SEC_EXCLUDE section is encountered.
2170
2171 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
2172
2173 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
2174 (xstormy16_reloc_map): Initialise new field with correct howto
2175 table.
2176 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
2177 howto entry.
2178
2179 2002-01-10 Michael Snyder <msnyder@redhat.com>
2180
2181 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
2182 (elfcore_write_pstatus): Use long instead of pid_t;
2183 * elf-bfd.h: Change prototypes to use long instead of pid_t;
2184
2185 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
2186
2187 * elf.c: Update copyright years.
2188 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
2189 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
2190
2191 2002-01-08 Michael Snyder <msnyder@redhat.com>
2192
2193 Add capability to write corefile note sections, for gdb.
2194 * elf.c (elfcore_write_note): New function.
2195 (elfcore_write_prpsinfo): New function.
2196 (elfcore_write_prstatus): New function.
2197 (elfcore_write_pstatus): New function.
2198 (elfcore_write_prfpreg): New function.
2199 (elfcore_write_prxfpreg): New function.
2200 * elf-bfd.h: Add prototypes for above functions.
2201
2202 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
2203
2204 * elf.c (elf_fake_sections): Propagate errors from
2205 elf_backend_fake_section.
2206
2207 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
2208
2209 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
2210 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
2211 (elf32-sh-nbsd.lo): New rule.
2212 * Makefile.in: Regenerate.
2213 * config.bfd (sh*le-*-netbsdelf*): New target.
2214 (sh*-*-netbsdelf*): New target.
2215 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
2216 (bfd_elf32_shnbsd_vec): New vector.
2217 (bfd_elf32_shlnbsd_vec): New vector.
2218 * configure: Regenerate.
2219 * elf32-sh-nbsd.c: New file.
2220 * targets.c: Update copyright years.
2221 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
2222 bfd_elf32_shnbsd_vec.
2223
2224 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
2225
2226 * coff-rs6000.c (READ20): Use bfd_scan_vma.
2227
2228 2002-01-07 Geoffrey Keating <geoffk@redhat.com>
2229
2230 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
2231 of a symbol in a section that will be deleted.
2232
2233 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
2234
2235 * po/es.po: New file: Spanish translation.
2236 * configure.in (ALL_LINGUAS): Add es.
2237 * configure: Regenerate.
2238
2239 2002-01-06 Steve Ellcey <sje@cup.hp.com>
2240
2241 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
2242 argument so we can handle HP-UX specially.
2243 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
2244 (elfNN_hpux_backend_section_from_bfd_section): New for support
2245 of SHN_IA_64_ANSI_COMMON.
2246 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
2247 (is_unwind_section_name): Add special HP-UX support.
2248 (elfNN_ia64_section_from_shdr): Add support for more sections.
2249 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
2250 add support for more sections.
2251 (elfNN_ia64_additional_program_headers): Modify
2252 is_unwind_section_name call.
2253 (elfNN_ia64_modify_segment_map): Remove assumption that there is
2254 only one unwind section in segment.
2255
2256 2002-01-06 Alan Modra <amodra@bigpond.net.au>
2257
2258 * syms.c (_bfd_generic_make_empty_symbol): New function.
2259 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
2260 _bfd_generic_make_empty_symbol.
2261 * libbfd.h: Regenerate.
2262 * bfd-in2.h: Regenerate.
2263 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
2264 (hppabsd_core_get_symtab_upper_bound): Don't define.
2265 (hppabsd_core_get_symtab): Likewise.
2266 (hppabsd_core_print_symbol): Likewise.
2267 (hppabsd_core_get_symbol_info): Likewise.
2268 (hppabsd_core_bfd_is_local_label_name): Likewise.
2269 (hppabsd_core_get_lineno): Likewise.
2270 (hppabsd_core_find_nearest_line): Likewise.
2271 (hppabsd_core_bfd_make_debug_symbol): Likewise.
2272 (hppabsd_core_read_minisymbols): Likewise.
2273 (hppabsd_core_minisymbol_to_symbol): Likewise.
2274 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
2275 Formatting fixes.
2276 * hpux-core.c: Similarly.
2277 * irix-core.c: Similarly.
2278 * osf-core.c: Similarly.
2279 * sco5-core.c: Similarly.
2280 * binary.c (binary_make_empty_symbol): Remove function, define as
2281 _bfd_generic_make_empty_symbol.
2282 * ihex.c (ihex_make_empty_symbol): Likewise.
2283 * mmo.c (mmo_make_empty_symbol): Likewise.
2284 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
2285 * srec.c (srec_make_empty_symbol): Likewise.
2286 * versados.c (versados_make_empty_symbol): Likewise.
2287 * vms.c (_bfd_vms_make_empty_symbol): Remove.
2288 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
2289 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
2290 rather than _bfd_vms_make_empty_symbol.
2291 * vms-misc.c (new_symbol): Likewise.
2292
2293 2002-01-05 Alan Modra <amodra@bigpond.net.au>
2294
2295 * section.c (bfd_section_init): Remove unnecessary initialisations.
2296 (bfd_section_list_clear): New function.
2297 (bfd_section_list_remove, bfd_section_list_insert): New macros.
2298 (_bfd_strip_section_from_output): Use them.
2299 * coffcode.h (coff_set_alignment_hook): Likewise.
2300 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
2301 * elf64-mips.c (mips_elf64_final_link): Likewise.
2302 * elf64-mmix.c (mmix_elf_final_link): Likewise.
2303 * sunos.c (sunos_add_dynamic_symbols): Likewise.
2304 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
2305 * bfd-in2.h: Regenerate.
2306
2307 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
2308 rather than doing our own section handling. Clean up after errors
2309 with bfd_release and bfd_section_list_clear. Handle unexpected
2310 flags.
2311 * aoutf1.h (sunos4_core_file_p): Likewise.
2312 * aix386-core.c (aix386_core_file_p): Likewise.
2313 * cisco-core.c (cisco_core_file_validate): Likewise.
2314 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
2315 * trad-core.c (trad_unix_core_file_p): Likewise.
2316
2317 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
2318 with bfd_release and bfd_section_list_clear.
2319 * hpux-core.c (hpux_core_core_file_p): Likewise.
2320 * irix-core.c (irix_core_core_file_p): Likewise.
2321 * lynx-core.c (lynx_core_file_p): Likewise.
2322 * osf-core.c (osf_core_core_file_p): Likewise.
2323 * rs6000-core.c (rs6000coff_core_p): Likewise.
2324 * sco5-core.c (sco5_core_file_p): Likewise.
2325
2326 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
2327 sign extension adjustments without conditionals.
2328
2329 2002-01-04 Jakub Jelinek <jakub@redhat.com>
2330
2331 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
2332 CIE at .eh_frame start is removed due to no FDEs referencing it.
2333
2334 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2335
2336 * config.bfd (x86_64-*-netbsd*): New target.
2337 * configure.in (x86_64-*-netbsd*): Set COREFILE
2338 to netbsd-core.lo.
2339 * configure: Regenerated.
2340
2341 2002-01-03 Tom Rix <trix@redhat.com>
2342
2343 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
2344 for recent bfd_make_section_anyway change.
2345
2346 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
2347
2348 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
2349 R_ARM_THM_PC11 reloc.
2350
2351 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
2352
2353 * configure.in (LINGUAS): Add ja.
2354 * configure: Regenerate.
2355 * po/ja.po: Import from translation project's web site.
2356
2357 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
2358
2359 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
2360 messages to ease translation into other languages.
2361
2362 For older changes see ChangeLog-0001
2363 \f
2364 Local Variables:
2365 mode: change-log
2366 left-margin: 8
2367 fill-column: 74
2368 version-control: never
2369 End: