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