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