* elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
[binutils-gdb.git] / bfd / ChangeLog
1 2002-03-13 Alan Modra <amodra@bigpond.net.au>
2
3 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
4 when word size of input matches output word size.
5
6 2002-03-12 Andreas Jaeger <aj@suse.de>
7
8 * cpu-i386.c (i386_compatible): New. Use it instead of
9 bfd_default_compatible.
10
11 2002-03-07 H.J. Lu (hjl@gnu.org)
12
13 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
14 as the type for bfd_reloc_val.
15
16 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
17
18 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
19 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
20 (elf_hppa_final_link_relocate): Correct relocations for indirect
21 references to local data through the DLT. Fix .opd creation for
22 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
23 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
24 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
25 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
26 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
27 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
28 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
29
30 2002-03-05 Jakub Jelinek <jakub@redhat.com>
31
32 * merge.c (_bfd_merge_sections): Don't segfault if there
33 is nothing to merge due to GC.
34
35 2002-03-05 Alan Modra <amodra@bigpond.net.au>
36
37 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
38 symbols that have been forced local.
39
40 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
41 to output forced local syms for non-shared link.
42 (elf_link_output_extsym): Tweak condition for calling backend
43 adjust_dynamic_symbol so that previous behaviour is kept.
44 Whitespace changes throughout file.
45
46 2002-03-04 H.J. Lu <hjl@gnu.org>
47
48 * elf.c (bfd_section_from_shdr): Handle special sections,
49 .init_array, .fini_array and .preinit_array.
50 (elf_fake_sections): Likewise.
51
52 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
53 DT entry only if the section is in output for .init_array,
54 .fini_array and .preinit_array. Complain about .preinit_array
55 section in DSO.
56 (elf_bfd_final_link): Warn zero size for .init_array,
57 .fini_array and .preinit_array sections.
58
59 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
60 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
61 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
62 .preinit_array.
63
64 2002-03-04 Alan Modra <amodra@bigpond.net.au>
65
66 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
67 * configure: Regenerate.
68
69 2002-03-02 Tom Rix <trix@redhat.com>
70
71 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
72 symbolic equiv.
73 * coff-rs6000.c (xcoff_howto_table): Same.
74
75 2002-03-01 David Mosberger <davidm@hpl.hp.com>
76
77 * elflink.h (size_dynamic_sections): If section named
78 ".preinit_array" exists, create DT_PREINIT_ARRAY and
79 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
80 ".init_array" and ".fini_array".
81 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
82 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
83 DT_FINI_ARRAY.
84
85 2002-02-26 Andrew Macleod <amacleod@cygnus.com>
86
87 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
88 dynsyms.
89
90 2002-02-25 Alan Modra <amodra@bigpond.net.au>
91
92 * elf64-hppa.h: Update copyright date.
93
94 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
95 (ppc64_elf_relocate_section): Don't generate power4 style branch
96 hints for *_BRTAKEN and *_BRNTAKEN relocs.
97
98 2002-02-22 Jakub Jelinek <jakub@redhat.com>
99
100 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
101 last patch.
102 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
103
104 2002-02-21 Andreas Jaeger <aj@suse.de>
105
106 * elf64-x86-64.c: Major rework that introduces all recent changes
107 to the x86-64 backend. Get a closer match to elf32-i386.
108 (struct elf64_x86_64_dyn_relocs): Rename from
109 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
110 all users.
111 (struct elf64_x86_64_link_hash_table): Add short cuts to some
112 sections.
113 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
114 remove casts, initialize new hash members.
115 (create_got_section): New.
116 (elf64_x86_64_create_dynamic_sections): New.
117 (elf64_x86_64_copy_indirect_symbol): New.
118 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
119 relocs, .got or .relgot here but do it in allocate_dynrelocs.
120 Reference count possible .plt and .got entries. Don't test input
121 section SEC_READONLY here to try to avoid copy relocs, and keep
122 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
123 DF_TEXTREL here. Delay setting of variables until needed. Cache
124 pointer to "sreloc" section in elf_section_data. Tweak condition
125 under which .got created. Report files with bad relocation
126 section names.
127 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
128 Reference count possible .plt entries. Don't deallocate .got and
129 .relgot space here.
130 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
131 do copy reloc processing for weakdefs. Remove redundant casts and
132 aborts. Delay setting of vars until needed. Move creation of
133 dynamic symbols and allocation of .plt and .rela.plt to
134 allocate_dynrelocs. Replace BFD_ASSERT with abort.
135 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
136 (allocate_dynrelocs): New.
137 (readonly_dynrelocs): New.
138 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
139 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
140 Zero out the dynamic allocated content space.
141 (elf64_x86_64_discard_copies): Removed.
142 (elf64_x86_64_relocate_section): Make use of dynamic section
143 short-cuts. Localise vars, and delay setting. Better error
144 reporting, replace BFD_ASSERT with abort. Check
145 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
146 regular object file and tread the weak definition as the normal
147 one. Don't discard relocs for undefweak or undefined symbols and
148 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
149 relocs.
150 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
151 symbols that have been forced local. Use same test to decide if
152 we can use a relative reloc for got as relocate_section. Expand
153 SHN_UNDEF comment. Move expressions out of function calls.
154 Replace BFD_ASSERT with abort.
155 (bfd_elf64_bfd_final_link): Removed.
156 (elf_backend_copy_indirect_symbol): Define.
157
158 2002-02-20 Tom Rix <trix@redhat.com>
159
160 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
161 (_bfd_xcoff_reloc_type_lookup): Use it.
162 * coff64-rs6000.c (xcoff64_howto_table): Same.
163 (xcoff64_reloc_type_lookup): Same.
164
165 2002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
166
167 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
168 little endian.
169
170 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
171
172 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
173 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
174 * bfd-in2.h: Regenerate.
175 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
176 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
177 with "s390:64-bit".
178 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
179 (elf_s390_reloc_type_lookup): Likewise.
180 (elf_s390_check_relocs): Likewise.
181 (elf_s390_gc_sweep_hook): Likewise.
182 (elf_s390_relocate_section): Likewise.
183 (elf_s390_object_p): Use renamed architecture define.
184 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
185
186 2002-02-19 Frank Ch. Eigler <fche@redhat.com>
187
188 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
189
190 2002-02-19 Jakub Jelinek <jakub@redhat.com>
191
192 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
193 absptr -> pcrel optimization for shared libs.
194 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
195 library cannot be converted to pcrel.
196 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
197 relative.
198 * elf32-i386.c (elf_i386_relocate_section): If
199 _bfd_elf_section_offset returned -2, skip, but make sure the
200 relocation is installed.
201 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
202 * elf32-cris.c (cris_elf_relocate_section): Likewise.
203 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
204 * elf32-i370.c (i370_elf_relocate_section): Likewise.
205 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
206 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
207 * elf32-s390.c (elf_s390_relocate_section): Likewise.
208 * elf32-sh.c (sh_elf_relocate_section): Likewise.
209 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
210 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
211 * elf64-s390.c (elf_s390_relocate_section): Likewise.
212 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
213 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
214 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
215 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
216 _bfd_elf_section_offset returning -2 the same way as -1.
217 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
218 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
219 and BFD_ASSERT.
220 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
221
222 2002-02-18 Tom Rix <trix@redhat.com>
223
224 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
225 (bfd_xcoff_size_dynamic_sections): Same.
226 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
227 (bfd_xcoff_size_dynamic_sections): Same.
228 * coff-rs6000.c (xcoff_generate_rtinit): Same.
229 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
230 * libxcoff.h (struct xcoff_backend_data_rec): Same.
231 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
232 * bfd-in2.h: Regenerate.
233
234 2002-02-18 Alan Modra <amodra@bigpond.net.au>
235
236 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
237 (struct ppc_link_hash_table): Add sfpr.
238 (ppc64_elf_link_hash_table_create): Init it.
239 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
240 .glink out to..
241 (create_linkage_sections): ..here. Make .sfpr too.
242 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
243 dynobj early.
244 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
245 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
246 ._restf* functions, and create as needed.
247 (func_desc_adjust): Only force_local for shared libs.
248
249 2002-02-18 David O'Brien <obrien@FreeBSD.org>
250
251 * configure.in: Bump version number post 2.12 branching.
252 * configure: Regenerate.
253
254 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
255
256 * mmo.c: Correct and improve comments.
257 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
258 zero-pad. Use input to fill up non-empty bfd buffer.
259 (mmo_flush_chunk): New function.
260 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
261 changed. Don't emit location specifier if VMA is same as
262 *LAST_VMAP after omitting leading zero contents. Call
263 mmo_flush_chunk before emitting location specifier.
264 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
265 with mmo_write_loc_chunk calls.
266 (mmo_internal_write_section): Call mmo_flush_chunk after
267 mmo_write_chunk.
268 (mmo_write_symbols_and_terminator): Move :Main to first position
269 in symbol array. Add faked one if it does not exist if there are
270 other symbols. Don't add it if there are no symbols at all. Move
271 out test for value of :Main from symbol loop. Rename table
272 fakemain to maintable and variable mainsym to fakemain.
273
274 2002-02-15 Richard Henderson <rth@redhat.com>
275
276 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
277 section with no got matches any got. Simplify error generaion.
278
279 2002-02-15 Alan Modra <amodra@bigpond.net.au>
280
281 Support arbitrary length fill patterns.
282 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
283 (_bfd_default_link_order): Remove bfd_fill_link_order code.
284 Call default_data_link_order.
285 (default_fill_link_order): Delete.
286 (default_data_link_order): New function.
287 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
288 of bfd_fill_link_order with bfd_data_link_order.
289 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
290 * elf64-mips.c (mips_elf64_final_link): Likewise.
291
292 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
293 Correct value returned in "end" for "0x<non-hex>".
294
295 2002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
296
297 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
298 (scan): Test against 'mach' field in info structure.
299
300 2002-02-14 Alan Modra <amodra@bigpond.net.au>
301
302 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
303
304 2002-02-14 Matt Fredette <fredette@netbsd.org>
305
306 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
307 EF_M68000.
308
309 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
310
311 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
312 non-zero physical addresses when adjusting the LMAs of new
313 sections.
314
315 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
316
317 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
318 from _bfd_elf_hppa_gen_reloc_type.
319 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
320 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
321 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
322 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
323
324 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
325
326 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
327 loading its contents if there's nothing to do in it.
328
329 2002-02-12 Alan Modra <amodra@bigpond.net.au>
330
331 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
332 64k boundary.
333
334 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
335 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
336 (ppc64_elf_finish_dynamic_sections): Set values for them.
337
338 2002-02-11 Michael Snyder <msnyder@redhat.com>
339
340 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
341 * elf.c (elfcore_grok_pstatus): Add prototype.
342 (elfcore_grok_lwpstatus): Add prototype.
343 (elfcore_write_lwpstatus): New function.
344 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
345
346 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
347
348 * elf32-sh.c: Added missing prototypes.
349 * elf32-sh64.c: Likewise.
350 (sh_elf_align_loads): Mark unused args as such.
351 * elf64-sh64.c: Added missing prototypes.
352 (struct elf_sh64_link_hash_entry): Fix typo.
353 (sh_elf64_relocate_section): Fix info argument passed to
354 _bfd_elf_section_offset.
355
356 2002-02-11 Alan Modra <amodra@bigpond.net.au>
357
358 * Makefile.am: "make dep-am".
359 * Makefile.in: Regenerate.
360 * aclocal.m4: Regenerate.
361 * config.in: Regenerate.
362 * configure: Regenerate.
363
364 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
365
366 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
367 variable warnings.
368 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
369 comparison warning.
370 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
371 cast warnings for the common case.
372
373 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
374
375 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
376 vectors.
377 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
378 vectors.
379
380 2002-02-09 Richard Henderson <rth@redhat.com>
381
382 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
383 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
384 (elf64_alpha_relocate_section): Likewise.
385 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
386 * bfd-in2.h, libbfd.h: Rebuild.
387
388 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
389
390 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
391 that base-plus-offset reloc accounting is consistent.
392 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
393 up to date for undefined symbols.
394
395 2002-02-08 Eric Christopher <echristo@redhat.com>
396
397 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
398
399 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
400 sections for the O32 ABI.
401
402 2002-02-08 Chris Demetriou <cgd@broadcom.com>
403
404 * elf32-arm.h: Fix formatting of _("...").
405 * elf32-d10v.c: Likewise.
406 * elf32-m68k.c: Likewise.
407 * elf32-mips.c: Likewise.
408
409 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
410
411 * coff-or32.c: Fix compile time warning messages.
412
413 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
414
415 Contribute sh64-elf.
416 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
417 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
418 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
419 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
420 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
421 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
422 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
423 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
424 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
425 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
426 New relocs.
427 * libbfd.h, bfd-in2.h: Rebuilt.
428 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
429 (sh_reloc_map): Map them.
430 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
431 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
432 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
433 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
434 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
435 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
436 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
437 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
438 datalabel_got_offset.
439 (sh_elf_link_hash_newfunc): Initialize it.
440 (sh_elf_relocate_section): Augment the scope of
441 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
442 GOT and GOTOFF handling to new SHmedia relocation types. Support
443 GOT_BIAS.
444 (sh_elf_check_relocs): Likewise.
445 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
446 PLT entries using movi_shori_putval. Support GOT_BIAS.
447 (sh_elf_finish_dynamic_sections): Likewise.
448 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
449 relocation, it's now done by the caller.
450 (GOT_BIAS): New.
451 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
452 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
453 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
454 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
455 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
456 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
457 sh64_elf64_hash_table): New.
458 (sh_elf64_howto_table): Introduce new relocs.
459 (sh_elf64_info_to_howto): Accept new PIC relocs.
460 (sh_elf64_relocate_section): Augment the scope of
461 seen_stt_datalabel. Support new PIC relocs.
462 (sh_elf64_check_relocs): Support new PIC relocs.
463 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
464 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
465 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
466 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
467 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
468 movi_shori_putval, movi_3shori_putval,
469 sh64_elf64_create_dynamic_sections,
470 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
471 sh64_elf64_size_dynamic_sections,
472 sh64_elf64_finish_dynamic_symbol,
473 sh64_elf64_finish_dynamic_sections): New.
474 (elf_backend_create_dynamic-sections,
475 bfd_elf64_bfd_link_hash_table_create,
476 elf_backend_adjust_dynamic_symbol,
477 elf_backend_size_dynamic_sections,
478 elf_backend_finish_dynamic_symbol,
479 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
480 elf_backend_plt_readonly, elf_backend_want_plt_sym,
481 elf_backend_got_header_size, elf_backend_plt_header_size):
482 Define.
483 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
484 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
485 match official numbers and names; moved unmaching ones to the
486 range 0xf2-0xff.
487 * elf32-sh64.c, elf64-sh64.c: Likewise.
488 2001-03-12 DJ Delorie <dj@redhat.com>
489 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
490 sections.
491 2001-03-12 DJ Delorie <dj@redhat.com>
492 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
493 be aligned.
494 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
495 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
496 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
497 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
498 .cranges section with SEC_SORT_ENTRIES set.
499 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
500 incoming sorted .cranges section.
501 (sh64_bfd_elf_copy_private_section_data): New.
502 (sh64_elf_final_write_processing): Only sort .cranges and modify
503 start address if called by linker.
504 2001-01-08 Ben Elliston <bje@redhat.com>
505 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
506 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
507 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
508 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
509 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
510 line. Add comments before all entries.
511 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
512 comment.
513 (sh_elf64_reloc): Correct head comment.
514 (sh_elf64_relocate_section): Correct spacing.
515 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
516 instead call reloc_dangerous callback.
517 <case R_SH_SHMEDIA_CODE>: New case.
518 (sh_elf64_gc_mark_hook): Correct spacing.
519 (sh_elf64_check_relocs): Ditto.
520 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
521 New case.
522 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
523 functions.
524 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
525 clarify describing comment. Add comments before all entries.
526 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
527 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
528 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
529 Sort .cranges section in final link. Prepare to set bit 0 on
530 entry address.
531 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
532 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
533 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
534 .cranges section.
535 (sh64_backend_section_from_shdr): New, to recognize
536 SHT_SH5_CR_SORTED on incoming .cranges section.
537 (elf_backend_section_from_shdr): Define.
538 (sh64_elf_final_write_processing): Sort outgoing .cranges
539 section. (New, temporarily disabled:) Set bit 0 on entry address
540 according to ISA type.
541 (sh64_find_section_for_address): New.
542 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
543 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
544 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
545 bfd_malloc, not xmalloc.
546 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
547 global.
548 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
549 temporarily disabled) setting bit 0 on entry address.
550 (elf_backend_final_write_processing): Define.
551 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
552 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
553 be a proper relocation for PTA and PTB rather than a marker.
554 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
555 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
556 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
557 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
558 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
559 Zero src_mask.
560 * elf64-sh64.c: Ditto.
561 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
562 * elf32-sh64.c: Include opcodes/sh64-opc.h
563 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
564 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
565 parameters. No unused parameters. Caller changed.
566 <case R_SH_PT_16>: New case.
567 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
568 * Makefile.in: Regenerate.
569 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
570 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
571 all code sections.
572 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
573 (sh64_elf_merge_private_data): Ditto.
574 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
575 to access stored section flags.
576 (sh64_elf_final_write_processing): Return immediately unless
577 called by linker. Use sh64_elf_section_data (cranges) to get size
578 of linker-generated cranges entries.
579 (sh64_elf_copy_private_data): Add missing "return true".
580 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
581 (sh_elf64_merge_private_data): Ditto.
582 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
583 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
584 elf64-sh64.c:sh64_elf_fake_sections.
585 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
586 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
587 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
588 (sh64_elf_final_write_processing): New.
589 (elf_backend_final_write_processing): Define.
590 (sh64_elf_fake_sections): Get header flags from tdata field.
591 (sh64_elf_copy_private_data): Do not call
592 sh64_elf_copy_private_data_internal, just copy e_flags field.
593 (sh64_elf_merge_private_data): Do not call
594 sh64_elf_copy_private_data_internal.
595 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
596 Remove EF_SH64_ABI64, let ELF size make difference.
597 Remove SH64-specific BFD section flag.
598 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
599 containing SHmedia through elf_section_data (asect)->tdata
600 non-zero, not using a BFD section flag.
601 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
602 (sh64_elf_merge_private_data): Similar.
603 (elf_backend_section_flags): Don't define.
604 (sh64_elf_backend_section_flags): Delete.
605 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
606 not EF_SH64_ABI64.
607 (sh_elf64_merge_private_data): Similar.
608 * section.c (Section flags definitions): Don't define
609 SEC_SH_ISA_SHMEDIA.
610 (bfd-in2.h): Regenerate.
611 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
612 Make DataLabel references work with partial linking.
613 * elf32-sh64.c: Fix formatting.
614 (sh64_elf_link_output_symbol_hook): New.
615 (elf_backend_link_output_symbol_hook): Define to
616 sh64_elf_link_output_symbol_hook.
617 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
618 undefined if partial linking. Adjust sanity check.
619 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
620 (elf_backend_link_output_symbol_hook): Define to
621 sh64_elf64_link_output_symbol_hook.
622 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
623 undefined if partial linking. Adjust sanity check.
624 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
625 Implement semantics for inter-file DataLabel references.
626 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
627 (sh64_elf64_add_symbol_hook): New.
628 (sh_elf64_relocate_section): If passing an indirect symbol with
629 st_type STT_DATALABEL on the way to a symbol with st_other
630 STO_SH5_ISA32, do not bitor 1 to the relocation.
631 (elf_backend_add_symbol_hook): Define to
632 sh64_elf64_add_symbol_hook.
633 * elf64-sh32.c: Tweak comments.
634 (DATALABEL_SUFFIX): Define.
635 (sh64_elf_add_symbol_hook): New.
636 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
637 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
638 symbol with st_type STT_DATALABEL on the way to a symbol with
639 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
640 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
641 Pass through STT_DATALABEL.
642 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
643 (elf_backend_get_symbol_type): Define.
644 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
645 (elf_backend_get_symbol_type): Define.
646 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
647 * elf32-sh64.c: Tweak comments.
648 (sh64_elf_copy_private_data_internal): Add prototype.
649 (bfd_elf32_bfd_set_private_flags): Define.
650 (sh64_elf_copy_private_data_internal): Compare machine name, not
651 textual BFD target name, to check whether to copy section flag
652 SHF_SH5_ISA32.
653 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
654 Tweak section-contents-type-mismatch message.
655 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
656 Validize reloc-types.
657 * elf64-sh64.c: New file.
658 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
659 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
660 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
661 Regenerate dependencies.
662 * Makefile.in: Regenerate.
663 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
664 bfd_elf64_sh64l_vec.
665 * configure.in: Handle bfd_elf64_sh64_vec and
666 bfd_elf64_sh64l_vec.
667 * configure: Regenerate.
668 * po/POTFILES.in: Regenerate.
669 * po/bfd.pot: Regenerate.
670 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
671 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
672 anything else but EF_SH64 and EF_SH64_ABI64.
673 (sh64_elf_merge_private_data): Emit error for anything else but
674 EF_SH64 and EF_SH64_ABI64.
675 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
676 from targ_selvecs.
677 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
678 bfd_elf32_sh64l_vec as a temporary measure.
679 * configure: Regenerate.
680 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
681 * cpu-sh.c (arch_info_struct): Include sh5 item
682 unconditionalized.
683 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
684 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
685 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
686 * elf32-sh64.c: Tweak comments.
687 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
688 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
689 (sh64_elf_copy_private_data_internal): Wrap long line.
690 (sh64_elf_merge_private_data): Rewrite to allow objects from
691 SH64 subsets to be linked together.
692 (INCLUDE_SHMEDIA): Define.
693 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
694 Parenthesize plus-expression inside or-expression.
695 <global symbol>: Ditto.
696 (sh_elf_set_mach_from_flags): Remove code refusing
697 deleted EF_SH64_32BIT_ABI flag.
698 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
699 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
700 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
701 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
702 (sh_elf_relocate_section) <local symbol>: Or 1 in
703 calculation of relocation if sym->st_other & STO_SH5_ISA32.
704 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
705 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
706 relocation.
707 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
708 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
709 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
710 Regenerate dependencies.
711 * Makefile.in: Regenerate.
712 * archures.c: Add bfd_mach_sh5.
713 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
714 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
715 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
716 * configure: Regenerate.
717 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
718 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
719 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
720 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
721 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
722 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
723 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
724 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
725 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
726 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
727 in item for SH5.
728 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
729 for SHmedia relocs.
730 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
731 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
732 shmedia_prepare_reloc, goto final_link_relocate if it returns
733 non-zero, else fail as before.
734 (sh_elf_set_mach_from_flags): Provide function only if not defined
735 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
736 (sh_elf_set_private_flags): Provide function only if not defined
737 as a macro.
738 (sh_elf_copy_private_data): Similar.
739 (sh_elf_merge_private_data): Similar.
740 * section.c (SEC_SH_ISA_SHMEDIA): New.
741 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
742 * elf32-sh64.c: New file.
743 * libbfd.h: Regenerate.
744 * bfd-in2.h: Regenerate.
745 * po/POTFILES.in: Regenerate.
746 * po/bfd.pot: Regenerate.
747 * bfd-in2.h: Regenerate.
748 * libbfd.h: Regenerate.
749
750 2002-02-07 Daniel Jacobowitz <drow@mvista.com>
751
752 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
753 been included, not drag it in.
754 * bfd-in2.h: Regenerate.
755
756 2002-02-06 H.J. Lu (hjl@gnu.org)
757
758 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
759 the mach and ISA fields if necessary.
760
761 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
762
763 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
764 ARM architecture when an F_ARM_5 flag is detected, since we cannot
765 be sure exactly which architecture this represents.
766
767 2002-02-05 Nick Clifton <nickc@redhat.com>
768
769 * po/tr.po: Updated translation.
770
771 2002-02-05 Alan Modra <amodra@bigpond.net.au>
772
773 From Jimi X <jimix@watson.ibm.com>
774 * archures (bfd_mach_ppc64): Define.
775 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
776 (bfd_powerpc_arch): Define.
777 * bfd-in2.h: Regenerate.
778 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
779 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
780 (bfd_powerpc_archs): Add default powerpc64 arch.
781
782 2002-02-05 Alan Modra <amodra@bigpond.net.au>
783
784 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
785 against section syms in readonly sections. Don't do the global
786 sym check if we find one.
787 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
788 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
789 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
790 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
791 (elf_s390_grok_prstatus): Add missing prototype.
792
793 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
794
795 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
796 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
797 Call bfd_get_section_by_name only once. Initialize
798 bpodata->n_bpo_relocs_this_section.
799 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
800 referring to DSOs.
801 (bpo_reloc_request_sort_fn): Don't use difference of values as
802 return-value.
803
804 2002-02-02 David O'Brien <obrien@FreeBSD>
805
806 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
807 version 4.5 and later the same as 5-CURRENT.
808 * configure: Re-generate.
809
810 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
811
812 * config.bfd (hppa*-*-netbsd*): New target.
813
814 2002-01-31 Philipp Thomas <pthomas@suse.de>
815
816 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
817 to front of message. Unify messages with elf32-arm.h. Use
818 commas where neccessary.
819 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
820 ERROR in messages. Unify messages with coff-arm.c. Correct
821 VFP/FPA error message.
822 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
823 APCS-32 for translation.
824
825 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
826
827 Perform on-demand global register allocation from
828 R_MMIX_BASE_PLUS_OFFSET relocs.
829 * elf64-mmix.c (struct bpo_reloc_section_info, struct
830 bpo_reloc_request, struct bpo_greg_section_info): New.
831 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
832 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
833 _bfd_mmix_check_all_relocs,
834 _bfd_mmix_prepare_linker_allocated_gregs,
835 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
836 (elf_mmix_howto_table): Correct src_mask for most relocs.
837 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
838 case.
839 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
840 case. Fix typo in comment. New label do_mmix_reloc.
841 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
842 store first object file with a base-plus-offset reloc. Call
843 mmix_elf_check_common_relocs for the part common with mmo.
844 (mmix_elf_final_link): Write out linker-allocated register
845 contents section.
846 (elf_backend_gc_sweep_hook): Define.
847 (bfd_elf64_bfd_relax_section): Define.
848
849 * mmo.c: Don't include <ctype.h>
850 (mmo_init): Correct init-once logic.
851
852 2002-02-01 Tom Rix <trix@redhat.com>
853
854 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
855
856 2002-02-01 Alan Modra <amodra@bigpond.net.au>
857
858 * Makefile.am: Run "make dep-am"
859 * Makefile.in: Regenerate.
860
861 2002-01-31 David O'Brien <obrien@FreeBSD>
862
863 * configure.in: Recognize the differences in core files from FreeBSD
864 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
865 5-CURRENT.
866 * configure: Regenerate.
867
868 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
869
870 * coff-or32.c: New file.
871 * cpu-or32.c: New file.
872 * elf32-or32.c: New file.
873 * archures.c: Add support for or32.
874 * targets.c: Add support for or32.
875 * bfd-in2.h: Regenerate.
876 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
877 coff_write_object_contents): Add support for or32.
878 * config.bfd: Add target.
879 * configure.in: Add support for or32.
880 * configure: Regenerate.
881 * Makefile.am: Add support for or32.
882 * Makefile.in: Regenerate.
883 * po/SRC-POTFILES.in: Add or32 files.
884 * po/bfd.pot: Regenerate.
885
886 2002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
887 Don Lindsay <lindsayd@cisco.com>
888
889 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
890 false' with a return of a bfd_reloc_ error code.
891
892 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
893
894 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
895 unexport unreferenced symbols when --export-dynamic. Call
896 _bfd_elf_strtab_delref when unexporting.
897
898 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
899
900 * bfd-in.h: Include <stdbool.h> if it is available.
901 * bfd-in2.h: Regenerated.
902
903 2002-01-31 Alan Modra <amodra@bigpond.net.au>
904
905 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
906 not go via the plt.
907
908 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
909
910 * archures.c: Tidy up formatting of embedded comments.
911 * bfd.c: Tidy up formatting of embedded comments.
912 * bfd-in.h: Fix formatting of comments.
913 * reloc.c: Tidy up formatting of ordinary & embedded comments.
914 * section.c: Tidy up formatting of embedded comments.
915 * syms.c: Tidy up formatting of embedded comments.
916 * targets.c: Tidy up formatting of embedded comments.
917
918 * bfd-in2.h: Regenerate.
919
920 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
921
922 * vms-tir.c (cmd_name): New function.
923 (tir_cmd_name): New function.
924 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
925 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
926 Fix formatting.
927
928 * peXXigen.c (pe_print_idata): Rearrange message to aid in
929 translation.
930 (pe_print_pdata): Rearrange message to aid in translation.
931
932 * libbfd.c (warn_deprecated): Rearrange error message to aid in
933 translation.
934
935 * ihex.c (ihex_write_object_contents): Fix spelling typo.
936
937 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
938
939 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
940 message to aid in translation.
941
942 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
943 to aid in translation.
944
945 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
946
947 2002-01-30 Philipp Thomas <pthomas@suse.de>
948
949 * coff-arm.c, elf32-elf.h: Unify messages.
950
951 2002-01-30 Nick Clifton <nickc@redhat.com>
952
953 * po/sv.po: Updated translation.
954
955 2002-01-30 Philipp Thomas <pthomas@suse.de>
956
957 * dwarf2.c (read_abbrev): Use full section name in error message.
958 (decode_line_info): Likewise.
959
960 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
961 message.
962
963 2002-01-30 Alan Modra <amodra@bigpond.net.au>
964
965 * elf64-ppc.c (func_desc_adjust): Only provide missing function
966 descriptor symbols for undefined function code syms. Clear
967 ELF_LINK_NON_ELF so that they can stay weak.
968
969 2002-01-29 Chris Demetriou <cgd@broadcom.com>
970 Mitch Lichtenberg <mpl@broadcom.com>
971
972 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
973 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
974 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
975 generation.
976 * bfd-in2.h: Regenerate.
977
978 2002-01-29 Chris Demetriou <cgd@broadcom.com>
979
980 * elf32-mips.c: Add additional comments about HI16 relocation
981 processing.
982 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
983 pc-relative relocations. (Reverts change made on 2001-10-31.)
984 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
985 for pc-relative relocations.
986 (mips_elf_calculate_relocation): Add a comment about a kludge
987 in the R_MIPS_GNU_REL_HI16 handling.
988 (_bfd_mips_elf_relocate_section): Implement that kludge;
989 adjust pc-relative HI16 relocation for difference in HI16 and
990 LO16 addresses, since it can't easily be done in
991 mips_elf_calculate_relocation.
992
993 2002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
994
995 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
996 relocations with PC32 relocations for undefined or weak symbols.
997 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
998 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
999
1000 2002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
1001
1002 * elfcore.h (elf_core_file_p): Improve comment for last change.
1003
1004 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1005
1006 * configure: Regenerated.
1007
1008 2002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
1009
1010 * elfcore.h (elf_core_file_p): Set the machine architecture
1011 before processing the program headers.
1012
1013 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1014
1015 * configure.in <64-bit configuration>: If using gcc, check and
1016 emit error for egcs-1.1.2.
1017 * configure: Regenerate.
1018
1019 2002-01-26 Egor Duda <deo@logos-m.ru>
1020
1021 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
1022 as possible to avoid stack corruption.
1023
1024 2002-01-26 Richard Henderson <rth@redhat.com>
1025
1026 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
1027 for non-allocated sections.
1028
1029 2002-01-25 Mark Kettenis <kettenis@gnu.org>
1030
1031 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
1032 prstat.pr_reg even if it is a struct.
1033
1034 2002-01-25 Steve Ellcey <sje@cup.hp.com>
1035
1036 * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
1037
1038 2002-01-25 Philipp Thomas <pthomas@suse.de>
1039
1040 * coffgen.c (coff_print_symbol): Don't mark info message
1041 for translation.
1042
1043 2002-01-25 Nick Clifton <nickc@redhat.com>
1044
1045 * po/fr.po: Updated translation.
1046 * po/es.po: Updated translation.
1047
1048 2002-01-25 Philipp Thomas <pthomas@suse.de>
1049
1050 * coff-alpha.c (alpha_relocate_section): Unify warning message
1051 for GP relative relocations without GP defined.
1052 * coff-mips.c (mips_relocate_section): Likewise.
1053
1054 2002-01-25 Alan Modra <amodra@bigpond.net.au>
1055
1056 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
1057 unsigned overflow when new_offset < old_offset.
1058
1059 2002-01-24 Philipp Thomas <pthomas@suse.de>
1060
1061 * bfd.c (_bfd_abort): Fix typo.
1062
1063 2002-01-23 Richard Henderson <rth@redhat.com>
1064
1065 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
1066 plt entries for undefweak symbols.
1067
1068 2002-01-23 Steve Ellcey <sje@cup.hp.com>
1069
1070 * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
1071 DEFAULT_VECTOR.
1072 (bfd_elf64_ia64_hpux_big_vec): Ditto.
1073 (bfd_elf32_h8300_vec): Ditto.
1074
1075 2002-01-23 Alan Modra <amodra@bigpond.net.au>
1076
1077 * elf64-ppc.c: Remove stale part of ABI comment.
1078 (NO_OPD_RELOCS): Define.
1079 (ppc64_elf_check_relocs): Use it.
1080 (ppc64_elf_relocate_section): Here too.
1081 (build_one_stub): Don't point function syms at the stub. Instead,
1082 hijack plt.offset.
1083 (ppc64_elf_relocate_section): Check whether REL24 relocs should
1084 really go to the stub. Make all dynamic relocs in opd against
1085 locals.
1086 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
1087 plt.offset.
1088
1089 2002-01-22 Richard Henderson <rth@redhat.com>
1090
1091 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
1092
1093 2002-01-22 Alan Modra <amodra@bigpond.net.au>
1094
1095 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
1096 TOC_BASE_OFF adjustment.
1097
1098 * Makefile.am: Run "make dep-am".
1099 * Makefile.in: Regenerate.
1100 * po/SRC-POTFILES.in: Regenerate.
1101
1102 2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
1103
1104 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
1105 host defines.
1106
1107 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
1108
1109 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
1110 Check for and emit error if sgot is NULL at this point.
1111
1112 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
1113
1114 * config.bfd (ia64*-*-netbsd*): New target.
1115
1116 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
1117
1118 * som.c (som_write_space_strings): Comment typo fix.
1119
1120 2002-01-21 Alan Modra <amodra@bigpond.net.au>
1121
1122 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
1123 is_func_descriptor fields.
1124 (link_hash_newfunc): Init them.
1125 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
1126 dot are candidates for plt entries. When processing .opd relocs,
1127 set function descriptor strings to point inside function code
1128 string, and set new ppc_link_hash_entry fields.
1129 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
1130 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
1131 function descriptors. It's now done in..
1132 (func_desc_adjust): New.
1133 (ppc64_elf_func_desc_adjust): New.
1134 (define elf_backend_always_size_sections): Define.
1135 (ppc64_elf_hide_symbol): New.
1136 (define elf_backend_hide_symbol): Define.
1137 (allocate_dynrelocs): Remove code looking up function descriptors
1138 as that has been done earlier.
1139 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
1140 table.
1141 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
1142 up function descriptor.
1143 (build_one_stub): Look up the function code sym. Check for
1144 invalid plt offsets.
1145 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
1146 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
1147
1148 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
1149 boolean param.
1150 (_bfd_elf_link_hash_hide_symbol): Likewise.
1151 * elflink.h (elf_link_add_object_symbols): Adjust call to
1152 elf_backend_hide_symbol.
1153 (elf_fix_symbol_flags): Likewise.
1154 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
1155 than bfd_alloc.
1156 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
1157 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
1158 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
1159 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
1160 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
1161 and adjust to suit.
1162 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
1163 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
1164 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
1165
1166 2002-01-18 Alan Modra <amodra@bigpond.net.au>
1167
1168 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
1169 dynamic function descriptor symbol, not the associated function
1170 symbol.
1171
1172 2002-01-17 Eric Christopher <echristo@redhat.com>
1173
1174 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
1175
1176 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1177
1178 * po/bfd.pot: Regenerate.
1179 * po/fr.po: Regenerate.
1180
1181 2002-01-17 Alan Modra <amodra@bigpond.net.au>
1182
1183 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
1184 Remove "Elf_Internal_Shdr *" param.
1185 (_bfd_mips_elf_section_from_bfd_section): Ditto.
1186 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
1187 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
1188 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
1189 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
1190 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
1191 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
1192 function to override special sections. Remove hdr arg from
1193 backend call, and don't loop.
1194
1195 2002-01-16 Eric Christopher <echristo@redhat.com>
1196
1197 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
1198 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
1199 relocations requiring gp0 and gp.
1200
1201 2002-01-16 Richard Earnshaw <rearnsha@arm.com>
1202
1203 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
1204 EF_ARM_VFP_FLOAT.
1205 (elf32_arm_print_private_bfd_data): Likewise.
1206
1207 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1208
1209 * po/tr.po: Import new version.
1210
1211 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1212
1213 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
1214 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
1215 (ORI_R0_R0_0): Correct.
1216
1217 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1218
1219 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
1220 when plt_not_loaded.
1221 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
1222 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
1223 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
1224 (ppc64_elf_glink_code): Delete.
1225 (PPC64_ELF_GLINK_SIZE): Delete.
1226 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
1227 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
1228 ORI_R0_R0_0): Define.
1229 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
1230 (struct ppc_link_hash_table): Add sstub and plt_overflow.
1231 (ppc64_elf_link_hash_table_create): Init them.
1232 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
1233 Don't copy to shared lib.
1234 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
1235 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
1236 (allocate_dynrelocs <plt>): Don't change function sym here. Make
1237 room for .stub and .glink code.
1238 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
1239 DT_PPC64_GLINK.
1240 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
1241 bfd_elf64_bfd_final_link.
1242 (bfd_elf64_bfd_final_link): Don't define.
1243 (ppc64_elf_size_stubs): New.
1244 (build_plt_stub): New.
1245 (build_one_stub): New.
1246 (ppc64_elf_build_stubs): New.
1247 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
1248 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
1249 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
1250 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
1251 case output sections not separate. Adjust DT_RELASZ to not
1252 include plt relocs. Set reserved got entry. Set got and plt
1253 entry size.
1254 (elf_backend_got_header_size): Set to 8.
1255 * elf64-ppc.h: New file.
1256
1257 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1258
1259 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
1260 sections, use bfd_section_list_remove.
1261 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
1262 * elflink.h (elf_link_add_object_symbols): When removing all
1263 sections, use bfd_section_list_clear.
1264
1265 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1266
1267 * po/sv.po: New file: Swedish translation.
1268 * configure.in (ALL_LINGUAS): Add sv.
1269 * configure: Regenerate.
1270
1271 2002-01-15 Jakub Jelinek <jakub@redhat.com>
1272
1273 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
1274 * elf.c (merge_sections_remove_hook): New function.
1275 (_bfd_elf_merge_sections): Pass it as 3rd argument to
1276 _bfd_merge_sections.
1277 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
1278 * libbfd.h: Rebuilt.
1279 * merge.c (_bfd_merge_sections): Add remove_hook argument.
1280 Call remove_hook if a SEC_EXCLUDE section is encountered.
1281
1282 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1283
1284 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
1285 (xstormy16_reloc_map): Initialise new field with correct howto
1286 table.
1287 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
1288 howto entry.
1289
1290 2002-01-10 Michael Snyder <msnyder@redhat.com>
1291
1292 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
1293 (elfcore_write_pstatus): Use long instead of pid_t;
1294 * elf-bfd.h: Change prototypes to use long instead of pid_t;
1295
1296 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1297
1298 * elf.c: Update copyright years.
1299 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
1300 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
1301
1302 2002-01-08 Michael Snyder <msnyder@redhat.com>
1303
1304 Add capability to write corefile note sections, for gdb.
1305 * elf.c (elfcore_write_note): New function.
1306 (elfcore_write_prpsinfo): New function.
1307 (elfcore_write_prstatus): New function.
1308 (elfcore_write_pstatus): New function.
1309 (elfcore_write_prfpreg): New function.
1310 (elfcore_write_prxfpreg): New function.
1311 * elf-bfd.h: Add prototypes for above functions.
1312
1313 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
1314
1315 * elf.c (elf_fake_sections): Propagate errors from
1316 elf_backend_fake_section.
1317
1318 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
1319
1320 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
1321 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
1322 (elf32-sh-nbsd.lo): New rule.
1323 * Makefile.in: Regenerate.
1324 * config.bfd (sh*le-*-netbsdelf*): New target.
1325 (sh*-*-netbsdelf*): New target.
1326 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
1327 (bfd_elf32_shnbsd_vec): New vector.
1328 (bfd_elf32_shlnbsd_vec): New vector.
1329 * configure: Regenerate.
1330 * elf32-sh-nbsd.c: New file.
1331 * targets.c: Update copyright years.
1332 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
1333 bfd_elf32_shnbsd_vec.
1334
1335 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
1336
1337 * coff-rs6000.c (READ20): Use bfd_scan_vma.
1338
1339 2002-01-07 Geoffrey Keating <geoffk@redhat.com>
1340
1341 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
1342 of a symbol in a section that will be deleted.
1343
1344 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1345
1346 * po/es.po: New file: Spanish translation.
1347 * configure.in (ALL_LINGUAS): Add es.
1348 * configure: Regenerate.
1349
1350 2002-01-06 Steve Ellcey <sje@cup.hp.com>
1351
1352 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
1353 argument so we can handle HP-UX specially.
1354 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
1355 (elfNN_hpux_backend_section_from_bfd_section): New for support
1356 of SHN_IA_64_ANSI_COMMON.
1357 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
1358 (is_unwind_section_name): Add special HP-UX support.
1359 (elfNN_ia64_section_from_shdr): Add support for more sections.
1360 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
1361 add support for more sections.
1362 (elfNN_ia64_additional_program_headers): Modify
1363 is_unwind_section_name call.
1364 (elfNN_ia64_modify_segment_map): Remove assumption that there is
1365 only one unwind section in segment.
1366
1367 2002-01-06 Alan Modra <amodra@bigpond.net.au>
1368
1369 * syms.c (_bfd_generic_make_empty_symbol): New function.
1370 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
1371 _bfd_generic_make_empty_symbol.
1372 * libbfd.h: Regenerate.
1373 * bfd-in2.h: Regenerate.
1374 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
1375 (hppabsd_core_get_symtab_upper_bound): Don't define.
1376 (hppabsd_core_get_symtab): Likewise.
1377 (hppabsd_core_print_symbol): Likewise.
1378 (hppabsd_core_get_symbol_info): Likewise.
1379 (hppabsd_core_bfd_is_local_label_name): Likewise.
1380 (hppabsd_core_get_lineno): Likewise.
1381 (hppabsd_core_find_nearest_line): Likewise.
1382 (hppabsd_core_bfd_make_debug_symbol): Likewise.
1383 (hppabsd_core_read_minisymbols): Likewise.
1384 (hppabsd_core_minisymbol_to_symbol): Likewise.
1385 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
1386 Formatting fixes.
1387 * hpux-core.c: Similarly.
1388 * irix-core.c: Similarly.
1389 * osf-core.c: Similarly.
1390 * sco5-core.c: Similarly.
1391 * binary.c (binary_make_empty_symbol): Remove function, define as
1392 _bfd_generic_make_empty_symbol.
1393 * ihex.c (ihex_make_empty_symbol): Likewise.
1394 * mmo.c (mmo_make_empty_symbol): Likewise.
1395 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
1396 * srec.c (srec_make_empty_symbol): Likewise.
1397 * versados.c (versados_make_empty_symbol): Likewise.
1398 * vms.c (_bfd_vms_make_empty_symbol): Remove.
1399 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
1400 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
1401 rather than _bfd_vms_make_empty_symbol.
1402 * vms-misc.c (new_symbol): Likewise.
1403
1404 2002-01-05 Alan Modra <amodra@bigpond.net.au>
1405
1406 * section.c (bfd_section_init): Remove unnecessary initialisations.
1407 (bfd_section_list_clear): New function.
1408 (bfd_section_list_remove, bfd_section_list_insert): New macros.
1409 (_bfd_strip_section_from_output): Use them.
1410 * coffcode.h (coff_set_alignment_hook): Likewise.
1411 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
1412 * elf64-mips.c (mips_elf64_final_link): Likewise.
1413 * elf64-mmix.c (mmix_elf_final_link): Likewise.
1414 * sunos.c (sunos_add_dynamic_symbols): Likewise.
1415 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
1416 * bfd-in2.h: Regenerate.
1417
1418 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
1419 rather than doing our own section handling. Clean up after errors
1420 with bfd_release and bfd_section_list_clear. Handle unexpected
1421 flags.
1422 * aoutf1.h (sunos4_core_file_p): Likewise.
1423 * aix386-core.c (aix386_core_file_p): Likewise.
1424 * cisco-core.c (cisco_core_file_validate): Likewise.
1425 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
1426 * trad-core.c (trad_unix_core_file_p): Likewise.
1427
1428 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
1429 with bfd_release and bfd_section_list_clear.
1430 * hpux-core.c (hpux_core_core_file_p): Likewise.
1431 * irix-core.c (irix_core_core_file_p): Likewise.
1432 * lynx-core.c (lynx_core_file_p): Likewise.
1433 * osf-core.c (osf_core_core_file_p): Likewise.
1434 * rs6000-core.c (rs6000coff_core_p): Likewise.
1435 * sco5-core.c (sco5_core_file_p): Likewise.
1436
1437 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
1438 sign extension adjustments without conditionals.
1439
1440 2002-01-04 Jakub Jelinek <jakub@redhat.com>
1441
1442 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
1443 CIE at .eh_frame start is removed due to no FDEs referencing it.
1444
1445 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1446
1447 * config.bfd (x86_64-*-netbsd*): New target.
1448 * configure.in (x86_64-*-netbsd*): Set COREFILE
1449 to netbsd-core.lo.
1450 * configure: Regenerated.
1451
1452 2002-01-03 Tom Rix <trix@redhat.com>
1453
1454 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
1455 for recent bfd_make_section_anyway change.
1456
1457 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
1458
1459 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
1460 R_ARM_THM_PC11 reloc.
1461
1462 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
1463
1464 * configure.in (LINGUAS): Add ja.
1465 * configure: Regenerate.
1466 * po/ja.po: Import from translation project's web site.
1467
1468 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
1469
1470 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
1471 messages to ease translation into other languages.
1472
1473 For older changes see ChangeLog-0001
1474 \f
1475 Local Variables:
1476 mode: change-log
1477 left-margin: 8
1478 fill-column: 74
1479 version-control: never
1480 End: