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