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