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