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