* linker.c (_bfd_generic_link_add_archive_symbols): Replace alloca()
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
f6be24f9
TS
12001-08-24 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2
3 * linker.c (_bfd_generic_link_add_archive_symbols): Replace alloca()
4 by bfd_malloc().
5
8df9fc9d
AJ
62001-08-23 Andreas Jaeger <aj@suse.de>
7
8 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set DF_TEXTREL if
9 the reloc is against read-only section.
10 (elf64_x86_64_size_dynamic_sections): Use DF_TEXTREL flag instead
11 of looking up section names for DT_TEXTREL.
12 (elf64_x86_64_reloc_type_class): New.
13 (elf_backend_reloc_type_class): Define.
14
60b89a18
L
152001-08-23 H.J. Lu <hjl@gnu.org>
16
17 * syms.c (bfd_print_symbol_vandf): Add abfd to arg.
18 * bfd-in2.h (bfd_print_symbol_vandf): Regenerated.
19
20 * aoutx.h (NAME(aout,print_symbol)): Pass abfd to
21 bfd_print_symbol_vandf.
22 * coffgen.c (coff_print_symbol): Likewise.
23 * elf.c (bfd_elf_print_symbol): Likewise.
24 * ieee.c (ieee_print_symbol): Likewise.
25 * nlmcode.h (nlm_print_symbol): Likewise.
26 * oasys.c (oasys_print_symbol): Likewise.
27 * pdp11.c (NAME(aout,print_symbol)): Likewise.
28 * som.c (som_print_symbol): Likewise.
29 * srec.c (srec_print_symbol): Likewise.
30 * tekhex.c (tekhex_print_symbol): Likewise.
31 * versados.c (versados_print_symbol): Likewise.
32 * vms.c (vms_print_symbol): Likewise.
33
34 * elf.c (_bfd_elf_print_private_bfd_data): Replace fprintf_vma
35 with bfd_fprintf_vma.
36 (bfd_elf_print_symbol): Likewise.
37 * syms.c (bfd_print_symbol_vandf): Likewise.
38
67a374a5
NC
392001-08-23 Nick Clifton <nickc@cambridge.redhat.com>
40
41 * aoutf1.h (sunos_write_object_contents): Silence compile time
42 warning.
43 * libaout.h (N_SET_DYNAMIC): Silence compile time warning.
44
45 * bout.c: Add missing function prototypes. Fix formatting.
f4ffd778
NC
46 * coff-z8k.c: Add missing function prototypes. Fix formatting.
47 * coff-w65.c: Add missing function prototypes. Fix formatting.
48 * coff-h8500.c: Add missing function prototypes. Fix formatting.
49 * coff-h8300.c: Add missing function prototypes. Fix formatting.
50 * coff-tic54x.c: Add missing function prototypes. Fix formatting.
51 * coff-tic30.c: Add missing function prototypes. Fix formatting.
52 * coff-m68k.c: Add missing function prototypes. Fix formatting.
53 * coff-rs6000.c: Add missing function prototypes. Fix formatting.
54 * coff-sh.c: Add missing function prototypes. Fix formatting.
67a374a5 55
db6751f2
JJ
562001-08-23 Jakub Jelinek <jakub@redhat.com>
57
58 * elf-bfd.h (enum elf_reloc_type_class): New.
59 (struct elf_backend_data): Add elf_backend_reloc_type_class.
60 (_bfd_elf_reloc_type_class): New.
61 * elfxx-target.h (elf_backend_reloc_type_class): Define.
62 (elfNN_bed): Add elf_backend_reloc_type_class.
63 * elf.c (_bfd_elf_reloc_type_class): New.
64 * elf32-i386.c (elf_i386_check_relocs): Set DF_TEXTREL if the reloc
65 is against read-only section.
66 (elf_i386_size_dynamic_sections): Use DF_TEXTREL flag instead of
67 looking up section names for DT_TEXTREL.
68 (elf_i386_reloc_type_class): New.
69 (elf_backend_reloc_type_class): Define.
70 * elf32-sparc.c (elf32_sparc_check_relocs): Set DF_TEXTREL if the
71 reloc is against read-only section.
72 (elf32_sparc_size_dynamic_sections): Use DF_TEXTREL flag instead of
73 looking up section names for DT_TEXTREL.
74 (elf32_sparc_reloc_type_class): New.
75 (elf_backend_reloc_type_class): Define.
76 * elf64-sparc.c (sparc64_elf_check_relocs): Set DF_TEXTREL if the
77 reloc is against read-only section.
78 (sparc64_elf_size_dynamic_sections): Use DF_TEXTREL flag instead of
79 looking up section names for DT_TEXTREL.
80 (sparc64_elf_reloc_type_class): New.
81 (elf_backend_reloc_type_class): Define.
82 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add reltext field.
83 (elfNN_ia64_hash_table_create): Clear ia64_info.
84 (get_reloc_section): Set DF_TEXTREL if the reloc is against read-only
85 section.
86 (elfNN_ia64_size_dynamic_sections): Use ia64_info->reltext flag
87 instead of looking up section names for DT_TEXTREL.
88 (elfNN_ia64_reloc_type_class): New.
89 (elf_backend_reloc_type_class): Define.
90 * elflink.h (size_dynamic_sections): Add spare DT_NULL tags.
91 (struct elf_link_sort_rela): New.
92 (elf_link_sort_cmp1, elf_link_sort_cmp2, elf_link_sort_relocs): New.
93 (elf_bfd_final_link): Call elf_link_sort_relocs.
94 Convert one spare DT_NULL into DT_RELCOUNT resp. DT_RELACOUNT if
95 necessary.
96
7e3b3466
NC
972001-08-23 Nick Clifton <nickc@cambridge.redhat.com>
98
99 * configure.in (x86-bsdi): No corefile support.
100 * configure: Regenerate.
101
26cd54bf
NC
1022001-08-22 Nick Clifton <nickc@cambridge.redhat.com>
103
104 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add missing
105 comma.
106
a7bda527
DD
1072001-08-21 Mark Elbrecht <snowball3@bigfoot.com>
108
4f6fbb1a
DD
109 * coff-go32.c: Make DWARF2 sections use an alignment of 0. Set
110 the alignment of dwarf2 linkonce sections to 0.
a7bda527
DD
111 * coff-sto32.c: Likewise.
112
5a65713f
AJ
1132001-08-20 Andreas Jaeger <aj@suse.de>
114
115 * coff-sparc.c: Add missing prototypes.
116 * elf32-s390.c: Likewise.
117 * elf32-i960.c: Likewise.
118 * aout-target.h: Likewise.
119
4e89ac30
L
1202001-08-20 H.J. Lu <hjl@gnu.org>
121
122 * elf-bfd.h (elf_obj_tdata): Add num_section_syms.
123 (elf_num_section_syms): New for num_section_syms.
124
125 * elf.c (elf_map_symbols): Set num_section_syms.
126 (_bfd_elf_symbol_from_bfd_symbol): Check num_section_syms for
127 the section symbol index.
128
28db233b
NC
1292001-08-20 Nick Clifton <nickc@cambridge.redhat.com>
130
131 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_create): Never
132 select the generic has table creator. All elf backends need elf
133 specific fields in the hash table.
134
ba3ef70e
AM
1352001-08-20 Alan Modra <amodra@bigpond.net.au>
136
137 * archive.c (offsetof): Remove define.
138 * elf.c: Likewise.
139 * oasys.c: Likewise
140 * sysdep.h (offsetof): Define.
141
c0846b23
AM
1422001-08-17 Alan Modra <amodra@bigpond.net.au>
143
144 * bfd.c (bfd_get_gp_size): Return an unsigned int.
145 (bfd_set_gp_size): Make param unsigned.
146 * bfd-in2.h: Regenerate.
147 * elf32-ppc.c (ppc_elf_add_symbol_hook): Use elf_gp_size rather
148 than calling bfd_get_gp_size.
149 * elf64-alpha.c (elf64_alpha_add_symbol_hook): Likewise.
150 * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Likewise.
151
0ac450b6
AM
1522001-08-17 Alan Modra <amodra@bigpond.net.au>
153
154 * linker.c (default_fill_link_order): Handle four byte fill value.
155
3619ad04
AM
1562001-08-17 Alan Modra <amodra@bigpond.net.au>
157
5d964dfa
AM
158 * elf64-sparc.c (sparc64_elf_output_arch_syms): Add missing
159 prototype.
160 * nlm32-alpha.c (nlm_alpha_write_external): Fix warning.
161
5e572849
AM
162 * elf64-mips.c (UNUSED_RELOC): Define.
163 (mips_elf64_howto_table_rel): Use it.
164 (mips_elf64_howto_table_rela): Here too.
165 (mips_elf64_write_relocs): Fix signed/unsigned warning.
166
cea4409c
AM
167 * coffcode.h (coff_write_object_contents): Add ATTRIBUTE_UNUSED to
168 silence warning.
169 * coffgen.c (coff_print_symbol): Fix warnings.
170 (coff_find_nearest_line): Likewise.
171 * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
172 * coff-alpha.c (alpha_convert_external_reloc): Likewise.
173 * format.c (bfd_check_format_matches): Likewise.
174 (bfd_set_format): Likewise.
175 * coff-ia64.c: Add missing prototypes.
176 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Make addend
177 signed to silence warnings.
178 (elf64_alpha_relocate_section): Likewise.
179 (elf64_alpha_find_reloc_at_ofs): Fix warnings.
180 (elf64_alpha_add_symbol_hook): Likewise.
181 (elf64_alpha_final_link): Likewise.
182 (elf64_alpha_relax_section): Remove redundant assign to info.gotent.
183 (elf64_alpha_merge_gots): Add ATTRIBUTE_UNUSED to unused args.
184 (elf64_alpha_size_got_sections): Likewise.
185 * elfxx-ia64.c: Add missing prototypes.
186 (elfNN_ia64_relocate_section): Fix warning.
187 (elfNN_ia64_unwind_entry_compare): Make params const.
188
0ac450b6
AM
1892001-08-17 Alan Modra <amodra@bigpond.net.au>
190
e9e69f5a
AM
191 * config.bfd (targ64_selvecs): New.
192 <powerpc-*-aix* entry>: Use it here instead of ineffectual #ifdef.
193
69263e90
AM
194 * bfd-in.h (BFD_VERSION): Remove wrong comment.
195 (BFD_DEFAULT_TARGET_SIZE): New.
196 (BFD_ARCH_SIZE): Comment.
197 * configure.in (target_size): New. Set instead of target64 in
198 selvecs case statement. Set target64 from it.
199 (bfd_default_target_size): New. Set from taget_size. AC_SUBST.
200 * bfd-in2.h: Regenerate.
201 * configure: Regenerate.
202
0ac450b6
AM
2032001-08-17 Alan Modra <amodra@bigpond.net.au>
204
3619ad04
AM
205 * bfd.c (enum bfd_error): Add bfd_error_wrong_object_format.
206 (bfd_errmsgs): Add corresponding message.
207 * archive.c (bfd_generic_archive_p): Don't release bfd_ardata when
208 finding an archive that contains different format object files.
209 Return bfd_error_wrong_object_format for this case.
210 * format.c: Formatting fixes. s/CONST/const/.
211 (bfd_check_format_matches): Accept archives that give
212 bfd_error_wrong_object_format if no full match is found. Tidy
213 code handling matching_vector. Don't return a pointer to freed
214 memory in `matching'. Handle ambiguous matches as for partial
215 archive matches.
216 * bfd-in2.h: Regenerate.
217
47fda0d3
AM
2182001-08-15 Alan Modra <amodra@bigpond.net.au>
219
220 * libieee.h (common_header_type): Add last_byte field.
221
222 * ieee.c: Add missing prototypes. Some format fixes.
223 (struct output_buffer_struct): Move for availability to prototypes.
224 (ieee_part_after): New function.
225 (ieee_slurp_debug): Use it here.
226 (ieee_seek): Pass in ieee_data_struct rather than bfd. Use
227 ieee_part_after to set last_byte to one past end of current part.
228 Update callers.
229 (ieee_pos): Pass in ieee_data_struct rather than bfd.
230 Update callers.
231 (parse_expression): Don't go beyond the end of the current part.
232 (ieee_slurp_external_symbols): Correct type passed to read_2bytes.
233 (ieee_get_symtab_upper_bound, ieee_get_symtab,
234 ieee_get_symbol_info, ieee_print_symbol, ieee_new_section_hook,
235 ieee_get_reloc_upper_bound, ieee_canonicalize_reloc, block,
236 ieee_set_section_contents, ieee_write_object_contents,
237 ieee_make_empty_symbol): Make static.
238 (ieee_archive_p): Correct comments regarding bfd_read.
239 (ieee_object_p): Similarly.
240 (ieee_mkobject): Move it. Clear output_ptr_start, output_ptr,
241 output_ptr_end, input_ptr_start, input_ptr, input_ptr_end,
242 input_bfd, output_bfd, output_buffer.
243 (do_as_repeat): Write out ieee_set_current_pc_enum value as for
244 do_with_relocs, ie. as a symbol for relocatable files.
245 (ieee_vec): Add comments showing functions referenced by macros.
5a65713f 246
1725a96e
NC
2472001-08-14 Nick Clifton <nickc@cambridge.redhat.com>
248
249 * aout-tic30.c: Add missing prototypes. Fix formatting.
250 * aout-ns32k.c: Add missing prototypes. Fix formatting.
251 * peXXigen.c: Add missining prototypes. Fix formatting.
252 * aout-adobe.c: Add missining prototypes. Fix formatting.
253
fa645acb
NC
2542001-08-13 Nick Clifton <nickc@cambridge.redhat.com>
255
256 * elf32-v850.c: Add missing function prototypes.
257 Fix some formatting.
1725a96e 258
fa645acb
NC
259 * cpu-v850.c: Add missing function prototype.
260 Fix some formatting.
261
4e771d61
NC
2622001-08-11 Nick Clifton <nickc@cambridge.redhat.com>
263
264 * elf-bfd.h (struct elf_backend_data): Add new fields
265 'elf_backend_sprintf_vma' and 'elf_backend_fprintf_vma'.
266 (bfd_elf_sprintf_vma): Rename function prototype to
267 '_bfd_elf_sprintf_vma'.
268 (bfd_elf_fprintf_vma): Rename function prototype to
269 '_bfd_elf_fprintf_vma'.
270 * bfd.c (bfd_sprintf_vma): Do not invoke bfd_elf_sprintf_vma
271 directly, instead indirect via the elf_backend_data structure.
272 (bfd_fprintf_vma): Do not invoke bfd_elf_fprintf_vma directly,
273 instead indirect via the elf_backend_data structure.
274 * elf.c (bfd_elf_sprintf_vma): Rename to _bfd_elf_sprintf_vma.
275 (bfd_elf_fprintf_vma): Rename to _bfd_elf_fprintf_vma.
276 * elfxx-target.h (elf_backend_sprintf_vma): Initialise if not
277 already defined.
278 (elf_backend_fprintf_vma): Initialise if not already defined.
279 (struct elf_backend_data): Initialise the
280 elf_backend_sprintf_vma and elf_backend_fprintf_vma fields.
281
99c79b2e
AJ
2822001-08-10 Andreas Jaeger <aj@suse.de>
283
284 * elf64-sparc.c: Add missing prototypes.
285 * elf32-cris.c: Likewise.
286 * elf32-i370.c: Likewise.
287 * elf64-hppa.c: Likewise.
288 * elf64-s390.c: Likewise.
289
1e1b3bc2
AJ
2902001-08-10 Andreas Jaeger <aj@suse.de>
291
292 * elf64-x86-64.c (elf64_x86_64_elf_object_p): Make static.
293 Add prototypes where needed.
294
ef071f24
L
2952001-08-10 H.J. Lu <hjl@gnu.org>
296
297 * bfd.c (bfd_sprintf_vma): Fix a typo in the last change.
298 (bfd_fprintf_vma): Likewise.
299
5c36c02b
L
3002001-08-10 H.J. Lu <hjl@gnu.org>
301
302 * bfd.c (bfd_sprintf_vma): Don't return void.
303 (bfd_fprintf_vma): Likewise.
304
0218d1e4
AJ
3052001-08-10 Andreas Jaeger <aj@suse.de>
306
307 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
308 to build warnings.
309 * configure: Regenerate.
310
814fa6ab
AM
3112001-08-10 Alan Modra <amodra@bigpond.net.au>
312
cc55aec9
AM
313 * elf.c (bfd_elf_sprintf_vma): Add ATTRIBUTE_UNUSED to quiet
314 warning if not BFD64. Add braces so emacs auto format works.
315 (bfd_elf_fprintf_vma): Likewise.
316
814fa6ab
AM
317 * libxcoff.h (struct xcoff_backend_data_rec): Constify src param
318 of _xcoff_swap_ld*.
319 * coff-rs6000.c (xcoff_swap_ldhdr_in): Modify type of external
320 param to agree with libxcoff.h.
321 (xcoff_swap_ldhdr_out): Likewise.
322 (xcoff_swap_ldsym_in): Likewise.
323 (xcoff_swap_ldsym_out): Likewise.
324 (xcoff_swap_ldrel_in): Likewise.
325 (xcoff_swap_ldrel_out): Likewise.
326 (xcoff_create_csect_from_smclas): Likewise.
327 * coff64-rs6000.c: Add missing prototypes.
328 (xcoff64_swap_ldhdr_in): Modify type of external param to agree
329 with libxcoff.h.
330 (xcoff64_swap_ldhdr_out): Likewise.
331 (xcoff64_swap_ldsym_in): Likewise.
332 (xcoff64_swap_ldsym_out): Likewise.
333 (xcoff64_swap_ldrel_in): Likewise.
334 (xcoff64_swap_ldrel_out): Likewise.
335 (xcoff64_ppc_relocate_section): Make static.
336 (xcoff64_slurp_armap): Likewise.
337 (xcoff64_archive_p): Likewise.
338 (xcoff64_openr_next_archived_file): Likewise.
339 (xcoff64_sizeof_headers): Likewise.
340 (xcoff64_is_lineno_count_overflow): Likewise.
341 (xcoff64_is_reloc_count_overflow): Likewise.
342 (xcoff64_loader_symbol_offset): Likewise.
343 (xcoff64_loader_reloc_offset): Likewise.
344 * elf64-gen.c: Add missing prototypes.
345
d3b05f8d
L
3462001-08-09 H.J. Lu <hjl@gnu.org>
347
348 * elf.c (bfd_elf_sprintf_vma): Check ELFCLASS64 only in BFD64.
349 (bfd_elf_fprintf_vma): Likewise.
350
d69bb69b
L
3512001-08-09 H.J. Lu <hjl@gnu.org>
352
353 * bfd-in.h (bfd_elf_sprintf_vma, bfd_elf_fprintf_vma): Moved
354 to ...
355 * elf-bfd.h: Here.
356 * bfd-in2.h: Regenerated.
357
ae4221d7
L
3582001-08-09 H.J. Lu <hjl@gnu.org>
359
360 * bfd-in.h (bfd_sprintf_vma): New prototype.
361 (bfd_fprintf_vma): Likewise.
362 (bfd_elf_sprintf_vma): Likewise.
363 (bfd_elf_fprintf_vma): Likewise.
364 (bfd_printf_vma): New. Defined with bfd_fprintf_vma.
365 * bfd-in2.h: Regenerated.
366
367 * bfd.c (bfd_sprintf_vma): New. Defined.
368 (bfd_fprintf_vma): Likewise.
369
370 * elf.c (bfd_elf_sprintf_vma): New. Defined.
371 (bfd_elf_fprintf_vma): Likewise.
372
a7b97311
AM
3732001-08-09 Alan Modra <amodra@bigpond.net.au>
374
375 * coff-rs6000.c: Add missing prototypes.
376 (xcoff_ppc_relocate_section, xcoff_is_lineno_count_overflow,
377 xcoff_is_reloc_count_overflow, xcoff_loader_symbol_offset,
378 xcoff_loader_reloc_offset): Make static.
379 * dwarf1.c: Add missing prototypes.
380 * dwarf2.c: Add missing prototypes.
381 (struct abbrev_info): Move definition.
382 (struct attr_abbrev, ABBREV_HASH_SIZE, ATTR_ALLOC_CHUNK): Likewise.
383 * elf.c: Add missing prototypes.
384 * elf32-gen.c: Likewise.
385 * elf32-i386.c: Likewise.
386 * elf32-ppc.c: Likewise.
387 (ppc_elf_sort_rela): Use PTR instead of "void *".
388 * elflink.h: Add missing prototypes. Formatting fixes.
389 * merge.c: Add missing prototypes.
390 (last4_eq): Use PTR instead of "void *".
391 (last_eq): Likewise.
392 * syms.c: Add missing prototypes.
393
55ab10f0
NC
3942001-08-09 Nick Clifton <nickc@cambridge.redhat.com>
395
396 * bfd.c: Fix formatting.
397 * bfd-in2.h: Regenerate.
398
1c26dc27
NC
3992001-08-09 Nick Clifton <nickc@cambridge.redhat.com>
400
401 * elf32-arc.c (R_ARC_B22_PCREL): Change 'partial_inplace' to
402 true (this target uses REL relocations) and 'pcrel_offset' to
403 false (the PC is implied, not stored in the offset).
404
2517a57f
AM
4052001-08-08 Alan Modra <amodra@bigpond.net.au>
406
407 1999-10-19 Linus Nordberg <linus@swox.se>
408 * elf-bfd.h (struct elf_backend_data): Add want_got_sym.
409 * elfxx-target.h (elf_backend_want_got_sym): Define.
410 (elfNN_bed): Add elf_backend_want_got_sym.
411 * elflink.c (_bfd_elf_create_got_section): Define
412 _GLOBAL_OFFSET_TABLE_ only if bed->want_got_sym.
413
f2363ce5
AO
4142001-08-08 Alexandre Oliva <aoliva@redhat.com>
415
416 * dwarf2.c (struct dwarf2_debug): Add sec, sec_info_ptr and syms.
417 (find_rela_addend): New function.
418 (parse_comp_unit): Call it to find the abbrev offset addend.
419 (_bfd_dwarf2_find_nearest_line): Initialize and maintain the new
420 members of dwarf2_debug as debugging information is read.
421
993e9275
NC
4222001-08-07 Nick Clifton <nickc@cambridge.redhat.com>
423
424 * coff-sh.c (sh_coff_reloc_type_lookup): Provide for sh-coff
425 targets as well as sh-pe.
426
62efb346
NC
4272001-08-03 Ben Harris <bjh21@netbsd.org>
428
429 * elf32-arm.h (elf32_arm_final_link_relocate): Include offset of
430 reloc from start of section when computing value for R_ARM_REL32
431 reloc.
432
8e1d4bbb
AM
4332001-08-03 Alan Modra <amodra@bigpond.net.au>
434
435 From H.J. Lu <hjl@gnu.org>
436 * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Don't
437 keep relocs for undefined syms if there are no dynamic sections in
438 executable.
439 * elf32-hppa.c (allocate_plt_and_got_and_discard_relocs): Likewise.
440
8ceb7a1b
CW
4412001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
442
443 * cofflink.c (coff_link_check_ar_symbols): also search for
444 __imp__symbol as well as _symbol.
445 * linker.c (_bfd_generic_link_add_archive_symbols): also
446 search for __imp__symbol as well as _symbol.
447
00a7cdc5
NC
4482001-08-01 Adam Nemet <anemet@lnxw.com>
449
450 * elf.c (elf_sort_sections): Return zero only as the last step.
451
d8adc60f
NC
4522001-08-01 Nick Clifton <nickc@cambridge.redhat.com>
453
454 * config.bfd (arm-vxworks): Change name of define from VXWORKS to
455 ARM_COFF_BUGFIX.
456 (arm-epoc-pe): Define ARM_COFF_BUGFIX.
457 coff-arm.c (coff_arm_relocate_section): Replace VXWORKS with
458 ARM_COFF_BUGFIX.
459
407c2b92
NC
4602001-07-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
461
462 * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Changed return type
463 to match corresponding bfd_coff_backend data member.
464
8a5cc6be
AM
4652001-07-24 Alan Modra <amodra@bigpond.net.au>
466
467 * Makefile.am: Update dependencies with "make dep-am".
468 * Makefile.in: Regenerate
469
01467f2a
L
4702001-07-15 H.J. Lu <hjl@gnu.org>
471
472 * Makefile.am (po/SRC-POTFILES.in): Use tmp.src instead of tmp.
473 (po/BLD-POTFILES.in): Use tmp.bld instead of tmp.
474 * Makefile.in: Regenerate.
475
824e2cb4
L
4762001-07-11 H.J. Lu <hjl@gnu.org>
477
478 * elf64-alpha.c (elf64_alpha_check_relocs): Set the ALLOC|LOAD
479 flags when creating the reloc section if the ALLOC flag in the
480 source section is set.
481
a4bd8390
JW
4822001-07-11 Steve Ellcey <sje@cup.hp.com>
483
484 * reloc.c (bfd_reloc_code_type): Add IA64 relocs
485 BFD_RELOC_IA64_LTOFF_FPTR32MSB and BFD_RELOC_IA64_LTOFF_FPTR32LSB
486 * bfd-in2.h: Regenerate.
487 * libbfd.h: Regenerate.
488 * elfxx-ia64.c (ia64_howto_table): Define how to handle
489 new relocations.
490 (elfNN_ia64_reloc_type_lookup): Handle new relocations.
491 (elfNN_ia64_check_relocs): Likewise.
492 (elfNN_ia64_install_value): Likewise.
493 (elfNN_ia64_relocate_section): Likewise.
494
20278fa3
JJ
4952001-07-11 Jakub Jelinek <jakub@redhat.com>
496
497 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove support for
498 R_SPARC_UA64.
499 (elf32_sparc_check_relocs): Likewise.
500 Only create .rela section for alloced sections in shared libraries.
501 (elf32_sparc_relocate_section): Likewise.
502 Remove redundant check.
503 Optimize unaligned reloc usage.
504 * elf64-sparc.c (sparc64_elf_relocate_section): Remove redundant
505 check.
506
067a7d17
L
5072001-07-11 H.J. Lu <hjl@gnu.org>
508
509 * elf64-alpha.c (elf64_alpha_check_relocs): Only use the same
510 ALLOC|LOAD flags as the source section for debugging sections
511 when creating the reloc section.
512
a78f18dc
JW
5132001-07-05 Jim Wilson <wilson@redhat.com>
514
0a2afbc1
JW
515 * linker.c (_bfd_generic_link_add_one_symbol, case BIG): Use
516 the section of the bigger symbol.
517
a78f18dc
JW
518 * syms.c (bfd_is_local_label): Return false if BSF_SECTION_SYM.
519
0515494a
NC
5202001-07-05 Nick Clifton <nickc@cambridge.redhat.com>
521
522 * peicode.h (coff_swap_scnhdr_in): For sections containing
523 uninitialised data, only set their size to s_paddr if this does
524 not reset their size to zero. MS's latest compilers will set
525 s_paddr to zero.
526
5e7079af
L
5272001-07-04 H.J. Lu <hjl@gnu.org>
528
529 * bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing):
530 Handle bfd_mach_mips4400, bfd_mach_mips4600 and
531 bfd_mach_mips5000.
532
440c4607
NC
5332001-07-03 Mark Elbrecht <snowball3@softhome.net>
534
f47e5071
NC
535 * bfd.c (bfd_get_sign_extend_vma): Support DJGPP COFF targets.
536
440c4607
NC
537 * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols from
538 sections being discarded.
539
936e320b
AM
5402001-06-30 Alan Modra <amodra@bigpond.net.au>
541
542 * elfcore.h (elf_core_file_p): Call bfd_section_from_phdr directly
543 instead of _bfd_elfcore_section_from_phdr.
544 * elf-bfd.h (_bfd_elfcore_section_from_phdr): Remove.
545 * elf.c (_bfd_elfcore_section_from_phdr): Remove.
546 (_bfd_elfcore_make_pseudosection): Expedite tail-call.
547 (elfcore_grok_prstatus): Likewise.
548 (elfcore_grok_lwpstatus): Likewise.
549 (bfd_get_elf_phdr_upper_bound): Likewise.
550 (elfcore_make_note_pseudosection): Formatting.
551 (_bfd_elfcore_strndup): Formatting.
552 * elf32-mips.c (mips_elf_sym_is_global): Formatting.
553 (_bfd_elf32_mips_grok_prstatus): Expedite tail-call.
554
bb0082d6
AM
5552001-06-29 Daniel Jacobowitz <drow@mvista.com>
556
557 * elf-bfd.h: Add prototypes for _bfd_elfcore_make_pseudosection
558 and _bfd_elfcore_strndup.
559 (struct elf_backend_data): Add elf_backend_grok_prstatus
560 and elf_backend_grok_psinfo.
561 * elf.c (_bfd_elfcore_make_pseudosection): New function.
562 (elfcore_grok_prstatus): Use it.
563 (elfcore_make_note_pseudosection): Likewise.
564 (elfcore_strndup): Rename to...
565 (_bfd_elfcore_strndup): Here, and make global.
566 (elfcore_grok_psinfo): Use _bfd_elfcore_strndup.
567 (elfcore_grok_note): Call elf_backend_grok_prstatus
568 and elf_backend_grok_psinfo if available.
569 * elf32-mips.c (_bfd_elf32_mips_grok_prstatus): New function.
570 (_bfd_elf32_mips_grok_psinfo): New function.
571 (elf_backend_grok_prstatus): Define.
572 (elf_backend_grok_psinfo): Define.
573 * elfxx-target.h (elf_backend_grok_prstatus): Default to NULL.
574 (elf_backend_grok_psinfo): Likewise.
575 (elfNN_bed): Include elf_backend_grok_prstatus and
576 elf_backend_grok_psinfo.
577
b64977c5
L
5782001-06-29 H.J. Lu <hjl@gnu.org>
579
580 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Check if
8e1d4bbb 581 hplink->sgot is NULL before filling GOT. Check if hplink->splt
b64977c5
L
582 is NULL before filling PLT.
583
e45bf863
AM
5842001-06-29 Alan Modra <amodra@bigpond.net.au>
585
586 * elflink.h (elf_link_output_extsym): Revert 1999-04-10.
587
5a15f56f
AM
5882001-06-27 Alan Modra <amodra@bigpond.net.au>
589
446f2863
AM
590 * elf32-hppa.c (elf32_hppa_check_relocs): Don't make syms dynamic
591 here..
592 (elf32_hppa_adjust_dynamic_symbol): ..nor here..
593 (allocate_plt_and_got_and_discard_relocs): .. instead do so here
594 after gc has run.
595
596 * elf32-hppa.c (RELATIVE_DYNAMIC_RELOCS): Delete.
597 (IS_ABSOLUTE_RELOC): Define.
598 (elf32_hppa_link_hash_entry): Always include reloc_entries field.
599 (hppa_link_hash_newfunc): Always init it.
600 (elf32_hppa_check_relocs): Mark symbols as ELF_LINK_NON_GOT_REF to
601 create COPY relocs only when the reloc is in a read-only section.
602 Instead, allocate space for a dynamic reloc to reference the
603 library symbol directly. Keep track of space we allocate using
604 relocs_entries.
605 (hppa_discard_copies): Delete, and move code to..
606 (allocate_plt_and_got): ..here. Rename to
607 allocate_plt_and_got_and_discard_relocs. Remove unneeded dynamic
608 relocs for non-shared link.
609 (elf32_hppa_size_dynamic_sections): Update calls to above.
610 (elf32_hppa_relocate_section): Write out the dynamic relocs used
611 in lieu of COPY relocs.
612
5a15f56f
AM
613 * elf32-i386.c (elf_i386_check_relocs): Don't make syms dynamic
614 here..
615 (elf_i386_adjust_dynamic_symbol): ..nor here..
616 (allocate_plt_and_got_and_discard_relocs): .. instead do so here
617 after gc has run.
618 (elf_i386_size_dynamic_sections): Fix a comment.
619 (elf_i386_relocate_section <R_386_32, R_386_PC32>): Rearrange code
620 involved in writing reloc out.
621
866b3400
AM
6222001-06-25 Alan Modra <amodra@bigpond.net.au>
623
28d0b90e
AM
624 * elf32-i386.c (elf_i386_check_relocs <R_386_32, R_386_PC32>):
625 Ensure syms are dynamic if we might be emitting a reloc.
626 (allocate_plt_and_got_and_discard_relocs): Don't discard relocs
627 for undefweak or undefined syms..
628 (elf_i386_relocate_section <R_386_32, R_386_PC32>): .. and emit.
629
866b3400
AM
630 * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Discard
631 relocs without ELF_LINK_HASH_DEF_DYNAMIC set.
632 (elf_i386_relocate_section <R_386_32, R_386_PC32>): Remove
633 redundant bfd_link_hash_defined, bfd_link_hash_defweak test.
634
6cbac8b9
L
6352001-06-24 H.J. Lu <hjl@gnu.org>
636
637 * cpu-i960.c (scan_960_mach): Don't modify const char *. Use
638 strncasecmp/strcasecmp instead of strncmp/strcmp.
639
62b7d3f1
L
6402001-06-23 H.J. Lu <hjl@gnu.org>
641
866b3400
AM
642 * elf32-i386.c (elf_i386_relocate_section <R_386_32, R_386_PC32>):
643 Check ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined
62b7d3f1
L
644 in the regular object file and treat the weak definition as
645 the normal one.
646
12d0ee4a
AM
6472001-06-23 Alan Modra <amodra@bigpond.net.au>
648
8c694914
AM
649 * elf32-i386.c (elf_i386_relocate_section <R_386_GOT32>): Tighten
650 unresolved_reloc test to exclude cases where we use "relocation"
651 before setting it to point into the .got. Reinstate fudge for
652 unresolved relocs in debugging sections.
653
83be169b
AM
654 * elf32-i386.c (elf_i386_relocate_section): Replace ugly
655 complicated tests for unresolvable relocs with a simple direct
656 scheme using "unresolved_reloc" var.
657
ffb2e45b
AM
658 * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Rename to
659 elf_i386_dyn_relocs. Update comment.
660 (struct elf_i386_link_hash_entry): Rename pcrel_relocs_copied to
661 dyn_relocs.
662 (elf_i386_adjust_dynamic_symbol): Remove a BFD_ASSERT, change
663 others to aborts.
664 (allocate_plt_and_got_and_discard_relocs): Replace BFD_ASSERT with
665 abort.
666 (elf_i386_size_dynamic_sections): Likewise.
667 (elf_i386_finish_dynamic_symbol): Likewise.
668 (elf_i386_finish_dynamic_sections): Likewise.
669 (elf_i386_relocate_section): Likewise. Tidy R_386_GOT32 and error
670 handling code.
671
12d0ee4a
AM
672 Avoid creating COPY relocs if possible.
673 * elf32-i386.c (elf_i386_check_relocs): Tweak condition under
674 which .got created. Mark symbols used by R_386_32 and R_386_PC32
675 relocs as ELF_LINK_NON_GOT_REF to create COPY relocs only when the
676 reloc is in a read-only section. Instead, allocate space for a
677 dynamic reloc to reference the library symbol directly. Keep
678 track of space we allocate using pcrel_relocs_copied.
679 (discard_copies): Delete, and move code to ..
680 (allocate_plt_and_got): ..here. Rename to
681 allocate_plt_and_got_and_discard_relocs. Remove unneeded dynamic
682 relocs for non-shared link.
683 (elf_i386_size_dynamic_sections): Update calls to above functions.
684 (elf_i386_relocate_section): Write out the dynamic relocs. Add
685 more ugly logic to avoid "unresolvable relocation" error. Use
686 htab shortcut in place of elf_hash_table macro.
687 (elf_i386_finish_dynamic_sections): Allow that dynamic .got may
688 not always be created now.
689
f631948d
AJ
6902001-06-20 Bo Thorsen <bo@suse.co.uk>
691
692 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix linking of
693 shared libraries.
694
89084430
NC
6952001-06-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
696
697 * configure.host (mips64-*-linux): Reformat.
698
68fb2e56
AM
6992001-06-21 Alan Modra <amodra@bigpond.net.au>
700
701 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always
702 allocate local .got space. Use shortcuts from hash table for .got
703 and .plt rather than comparing section names.
704 (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than
705 adjusting index into local_got_refcounts to document what we are
706 really doing.
707 (elf32_hppa_relocate_section): Similarly for local_plt_offsets.
708 Tidy .got and .plt error checking.
709
9317eacc
CM
7102001-06-20 Catherine Moore <clm@redhat.com>
711
bb0082d6
AM
712 * elf-bfd.h (struct elf_backend_data):
713 elf_backend_emit_relocs: New field: Function for emitting
714 relocs.
715 elf_backend_count_relocs: New field: Function for determining
716 the number of relocs to be emitted.
717 * elfxx-target.h: Provide default (NULL) values for
718 elf_backend_emit_relocs and elf_backend_count_relocs.
719 * elflink.h (elf_link_size_reloc_section): Make the hash table
720 big enough to hold the relocs counted by either reloc_count or
721 o->reloc_count.
722 (elf_bfd_final_link) emit_relocs: New boolean, set if relocs
723 should be emitted, either because of a command line option
724 stored in the info structure or because the target provides a
725 special reloc emitting function.
726 If the target provides a reloc counting function use it,
727 unless performing a relocatable link or emitting all relocs.
728 Also set the SEC_RELOC flag on any output section which will
729 contain relocs.
730 (elf_link_input_bfd): emit_relocs: New boolean, set if relocs
731 should be emitted, either because of a command line option
732 stored in the info structure or because the target provides a
733 special reloc emitting function.
734 If the target provides a reloc emitting function, use it,
735 unless performing a relocatable link or emitting all relocs.
9317eacc 736
161d71a6
L
7372001-06-20 H.J. Lu <hjl@gnu.org>
738
739 * elf32-i386.c (elf_i386_size_dynamic_sections): Always
740 allocate local .got space.
741
fd8ab9e5
AJ
7422001-06-19 Andreas Jaeger <aj@suse.de>
743
744 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix creation of
745 dynamic symbols.
746
99293407
HPN
7472001-06-18 Hans-Peter Nilsson <hp@axis.com>
748
749 * elflink.h (struct elf_assign_sym_version_info): Remove member
750 export_dynamic. All users changed to use info member.
751 NAME(bfd_elf,size_dynamic_sections)): Remove parameter
752 export_dynamic, instead use member in parameter info.
753 * bfd-in.h (bfd_elf32_size_dynamic_sections,
754 bfd_elf64_size_dynamic_sections): Update prototype.
755 * bfd-in2.h: Regenerate.
756
bc2b6df7
L
7572001-06-18 H.J. Lu <hjl@gnu.org>
758
759 * elflink.h (elf_info_failed): Add a new field, verdefs.
760 (NAME(bfd_elf,size_dynamic_sections): Pass verdefs to
761 elf_export_symbol.
762 (elf_export_symbol): Check eif->verdefs to decide if a symbol
763 should be exported.
764
43917054
L
7652001-06-17 H.J. Lu <hjl@gnu.org>
766
767 * elf32-mips.c (mips_elf_link_hash_entry): Add a new field,
768 readonly_reloc, to record if a relocation in the .rel.dyn
f631948d 769 section is against a read-only section.
43917054
L
770 (mips_elf_link_hash_newfunc): Initialize the readonly_reloc
771 field to false.
772 (_bfd_mips_elf_check_relocs): Record if there is a relocation
773 in the .rel.dyn section against a read-only section by setting
774 DF_TEXTREL or readonly_reloc.
775 (_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if
776 it is true.
777 (_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if
778 there is a relocation in the .rel.dyn section against a
779 read-only section.
780 (_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if
781 DF_TEXTREL is set.
782
7c8ca0e4
NC
7832001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
784
785 * coffcode.h (styp_flags_to_sec_flags): Change to a boolean
786 function. Move flagword result into parameter list. Remove
787 comment about setting bfd_error_handler to intercept failure
788 results.
bb0082d6 789 * coffgen.c (make_a_section_from_file): Examine result of
7c8ca0e4
NC
790 calling bfd_coff_styp_to_sec_flags and pass a failure back to
791 caller.
bb0082d6 792 * ecoff.h (styp_flags_to_sec_flags): Change to a boolean
7c8ca0e4 793 function. Move flagword result into parameter list.
bb0082d6
AM
794 * libcoff.h: Regenerate.
795 * libecoff.h: Regenerate.
7c8ca0e4 796
dee0a8f4
NC
7972001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
798
799 * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data
800 section is going to follow it.
801
0d1ea5c0
CM
8022001-06-12 Catherine Moore <clm@redhat.com>
803
bb0082d6
AM
804 * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN
805 with the file_align entry from elf_backend_data.
806 (elf_gc_smash_unused_vtentry_relocs): Likewise.
807 (elf_gc_record_vtentry): Likewise.
0d1ea5c0 808
4e8a9624
AM
8092001-06-10 Alan Modra <amodra@bigpond.net.au>
810
811 * elflink.h: Whitespace changes.
812 (elf_link_read_relocs_from_section): Use "unsigned int" iterator
813 rather than "unsigned char".
814 (elf_link_output_relocs): Likewise.
815 (elf_link_input_bfd): Likewise.
816 (elf_reloc_link_order): LIkewise.
817 * elf.c: s/CONST/const/. Whitespace changes.
818 * elf32-mips.c: Formatting fix.
819
820 * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
821 * Makefile.in: Regenerate.
822 * po/Make-in: Remove trailing tab.
823
7a25cd3e
PB
8242001-06-09 Philip Blundell <philb@gnu.org>
825
826 * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last
827 change.
828 (elf32_arm_plt_entry): Likewise.
829
3f5a136d
L
8302001-06-08 H.J. Lu <hjl@gnu.org>
831
832 * elf.c (swap_out_syms): Keep names for global section symbols.
833
d8fe1fed
L
8342001-06-07 H.J. Lu <hjl@gnu.org>
835
836 * config.bfd: Put back ecoff for Linux/mips. Firmwares on some
837 MIPS-based machines need it.
838
c36e006f
L
8392001-06-07 H.J. Lu <hjl@gnu.org>
840
841 * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab
842 for SGI only.
843
844 * config.bfd: Remove ecoff from Linux/mips.
845
cc78d0af
AJ
8462001-06-07 Andreas Jaeger <aj@suse.de>
847
848 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an
849 assertion.
850 (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an
851 alignment of 8 for .rela sections; handle further relocations.
852
879db8be
NC
8532001-06-06 Christian Groessler <cpg@aladdin.de>
854
bb0082d6 855 * coff-z8k.c: Fix formatting.
879db8be
NC
856 Fix howtos: howto->size was always 1.
857
cbb1fd50
NC
8582001-06-05 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
859
860 * configure.host (mips64*-*-linux*): Define.
861
73a74a62
AM
8622001-06-05 Alan Modra <amodra@bigpond.net.au>
863
6725bdbf
AM
864 * elf32-i386.c (elf_i386_discard_copies): Rename to
865 discard_copies, and use elf_link_hash_entry arg rather than
866 elf_i386_link_hash_entry.
867 (elf_i386_link_hash_traverse): Delete.
868 (elf_i386_size_dynamic_sections): Adjust call to discard_copies.
869 Tidy sizing of dynamic sections.
870 (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
871 possible .plt entries.
872 (elf_i386_gc_sweep_hook): Likewise.
873 (elf_i386_adjust_dynamic_symbol): Discard .plt entries for
874 everything with plt.refcount <= 0.
875
876 * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and
877 .relgot space here.
878 (elf_i386_gc_sweep_hook): ..and no need to deallocate here..
4e8a9624 879 (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and
6725bdbf
AM
880 .rel.plt here..
881 (allocate_plt_and_got): ..instead do it all here. New function.
882 (elf_i386_size_dynamic_sections): Allocate local .got space and
883 call allocate_plt_and_got. No need to zap .relgot if not dynamic.
884 (bfd_elf32_bfd_final_link): Delete. (ie. use regular final link
885 rather than gc variety).
886 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
887 (elf_i386_relocate_section): Use it here and correct handling of
888 R_386_GOT32. Provide section and offset for "unresolvable
889 relocation" error message.
890 (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32.
891
892 * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot,
893 sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields.
894 (elf_i386_link_hash_table_create): Init them.
895 (create_got_section): New function.
896 (elf_i386_create_dynamic_sections): New function.
897 (elf_backend_create_dynamic_sections): Set to above.
898 (elf_i386_check_relocs): Use shortcuts from hash table rather than
899 calling bfd_get_section_by_name.
900 (elf_i386_gc_sweep_hook): Likewise.
901 (elf_i386_adjust_dynamic_symbol): Likewise.
902 (elf_i386_size_dynamic_sections): Likewise.
903 (elf_i386_relocate_section): Likewise.
904 (elf_i386_finish_dynamic_sections): Likewise.
905
73a74a62
AM
906 * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.
907
24a5e751
L
9082001-06-02 H.J. Lu <hjl@gnu.org>
909
910 * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX
911 and ELFOSABI_HPUX.
912 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
913
15103188
L
9142001-06-02 H.J. Lu <hjl@gnu.org>
915
916 * aout-cris.c (MACHTYPE_OK): New. Defined.
917
2f484710
HPN
9182001-06-02 Hans-Peter Nilsson <hp@axis.com>
919
920 * section.c (_bfd_strip_section_from_output): Handle NULL
921 output_section.
922
a5ac692b
L
9232001-06-02 H.J. Lu <hjl@gnu.org>
924
925 * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
926 rs6000coff64_vec only if BFD64 is defined.
927 (powerpc64-*-aix*): Enable only if BFD64 is defined.
928
27e53099
L
9292001-06-02 H.J. Lu <hjl@gnu.org>
930
931 * coff-ia64.c (ia64coff_object_p): Rewrite with
932 external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
933
80643fbc
AJ
9342001-06-01 Andreas Jaeger <aj@suse.de>
935
936 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8
937 relocation, small reformatting.
938
6b3db546
AJ
9392001-05-29 Andreas Jaeger <aj@suse.de>
940
941 * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
942 (elf64_x86_64_relocate_section): Likewise.
943
4dc86686
AM
9442001-05-30 Alan Modra <amodra@one.net.au>
945
946 * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for
947 millicode. Don't allocate .got and .rela.got space here..
948 (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here..
949 (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and
950 .rela.plt here..
951 (hppa_handle_PIC_calls): ..nor here..
952 (allocate_plt_and_got): ..instead do it all here. New function.
953 (elf32_hppa_size_dynamic_sections): Allocate local .got space and
954 call allocate_plt_and_got. No need to zap .got if not dynamic.
955 (elf32_hppa_final_link): Call regular bfd_final_link instead of
956 gc_common_final_link.
957 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
958 (elf32_hppa_relocate_section): Use it here.
959 (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of
960 dynamic_sections_created.
961 (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym.
962
de41dcd8
AJ
9632001-05-28 Andreas Jaeger <aj@suse.de>
964
965 * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
966 generic version since we want a hashsize of 4.
967 (elf_backend_size_info): Likewise.
968
209f668e
NC
9692001-05-28 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
970
209f668e
NC
971 * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
972 a zeroing loop.
973 (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
974 (elf_link_input_bfd): Likewise.
975 (elf_reloc_link_order): Likewise.
976 (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
977 relocations correctly.
978
f7a74f8c
NC
9792001-05-28 Nicolas Pitre <nico@cam.org>
980
981 * elf32-arm.h: fix PLT generation for big endian ARM
982
8dea1268
AM
9832001-05-28 Alan Modra <amodra@one.net.au>
984
985 * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
986 for symbols forced local that need plabels.
987 (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
988 .plt.rela for local syms if non-shared.
989 (hppa_build_one_stub): Mask lsb of plt.offset.
990 (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
991 (clobber_millicode_symbols): Correct comment.
992 (elf32_hppa_relocate_section): Likewise.
993 (elf32_hppa_finish_dynamic_symbol): Likewise.
994
0f2712ed
NC
9952001-05-28 Jeff Sturm <jsturm@one-point.com>
996
997 * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
998 * bfd-in2.h: Regenerate.
999 * libbfd.h: Regenerate.
1000 * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
1001 and BFD_RELOC_SPARC_UA64 mapping
1002 * elf64-sparc.c: Likewise.
de41dcd8 1003
6768c14a
L
10042001-05-25 H.J. Lu <hjl@gnu.org>
1005
1006 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
1007 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
1008 (coff-rs6000.lo): Remove the old dependency.
1009 * Makefile.in: Rebuild.
1010
1011 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
1012 coff-rs6000.lo.
1013
b55039f4
L
10142001-05-25 H.J. Lu <hjl@gnu.org>
1015
1016 * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
1017 rs6000coff_core_file_matches_executable_p,
1018 rs6000coff_core_file_failing_command and
1019 rs6000coff_core_file_failing_signal only if AIX_CORE is
1020 defined.
1021 (pmac_xcoff_vec): Likewise.
1022 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
1023
64e9ece0
TW
10242001-05-25 Timothy Wall <twall@redhat.com>
1025
1026 * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
1027 for __GLOB_DATA_PTR on AIX5. Clean up some relocation bugs.
1028
f34d8777
L
10292001-05-25 H.J. Lu <hjl@gnu.org>
1030
1031 * bfd-in2.h: Regenerated.
1032 * libcoff.h: Likewise.
1033
49e9d0d3
AM
10342001-05-25 Alan Modra <amodra@one.net.au>
1035
1036 * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
1037 undefined millicode syms in shared libs.
1038 (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
1039 (elf32_hppa_check_relocs): Likewise.
1040 (elf32_hppa_adjust_dynamic_symbol): Likewise.
1041 (elf32_hppa_size_dynamic_sections): Likewise.
1042 (elf32_hppa_relocate_section): Likewise.
1043 (elf32_hppa_finish_dynamic_symbol): Likewise.
1044 (elf32_hppa_finish_dynamic_sections): Likewise.
1045
beb1bf64
TR
10462001-05-24 Tom Rix <trix@redhat.com>
1047
bb0082d6 1048 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
beb1bf64
TR
1049 xcoff-target.h not used to define rs6000 or ppc bfd.
1050 * Makefile.in same
1051
1052 * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
1053 to 64 bit.
1054
1055 * coff-rs6000.c : Many changes for 64 bit support. Move common
1056 32/64 code to xcofflink.c. Explictly define the rs6000coff_vec
1057 and pmac_xcoff_vec
1058
1059 * coff64-rs6000.c : Many changes for 64 bit support. 64 bit
1060 linker now supported. Explictly define the rs6000coff64_vec.
1061
1062 * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
de41dcd8 1063 (coff_print_aux) same
beb1bf64
TR
1064 (coff_write_object_contents) same
1065 (coff_slurp_line_table) same
1066
1067 * coffgen.c : (coff_fix_symbol_name) formatting
1068 (coff_mangle_symbols) xcoff 64 bit support
1069 (coff_write_symbol) same
1070 (coff_write_alien_symbol) same
1071 (coff_write_native_symbol) same
1072 (coff_write_symbols) same
1073 (coff_get_symbol_info) same
1074 (bfd_coff_get_syment) same
1075 (coff_print_symbol) same
1076
1077 * config.bfd : add powerpc64-*-aix* target
1078
1079 * libcoff-in.h : formatting
1080
1081 * libcoff.h : move xcoff extern declarations to libxcoff.h
1082
1083 * libxcoff.h : New file
1084
de41dcd8
AJ
1085 * xcofflink.c : Many changes for xcoff64 support. Move common
1086 structures to include/coff/xcoff.h. Move specific structure to
beb1bf64
TR
1087 backends coff-rs6000.c and coff64-rs6000.c. Use new backend
1088 functions, defined in libxcoff.h, to isolate 32/64 dependencies.
de41dcd8
AJ
1089
1090 (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
beb1bf64
TR
1091 aix4.2+ -binitfini.
1092
1093 (xcoff_build_ldsyms) : handle special __rtinit symbol.
1094
e90fdc1a
AO
10952001-05-23 Alexandre Oliva <aoliva@redhat.com>
1096
1097 * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
1098 s/ENTIRES/ENTRIES/.
1099
d1cf510e
NC
11002001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1101
c2feb664
NC
1102 * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
1103 * libbfd.h: Regenerate.
4e8a9624 1104 * bfd-in2.h: Regenerate.
c2feb664 1105
d1cf510e
NC
1106 * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
1107 * archures.c (bfd_mach_mips12000): Define.
1108 * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
1109 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
1110 support.
1111 (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
1112 * bfd-in2.h: Regenerate.
1113 * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
1114
6c426cf3
NC
11152001-05-23 kaz Kojima <kkojima@rr.iij4u.or.jp>
1116
1117 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
1118 elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
1119 elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
1120 that is used by GCC.
1121
d9bc7a44
NC
11222001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
1123
1124 * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
1125 of entries in a structured section.
bb0082d6
AM
1126 * elf.c: Use new macro.
1127 * elf32-i386.c: Use new macro.
1128 * elf32-mips.c: Use new macro.
1129 * elf64-alpha.c: Use new macro.
1130 * elf64-sparc.c: Use new macro.
1131 * elfcode.h: Use new macro.
1132 * elflink.h: Use new macro.
d9bc7a44
NC
1133
11342001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
1135
1136 * bfdint.texi: Replace -oformat with --oformat.
1137
f5198f61
AJ
11382001-05-21 Andreas Jaeger <aj@suse.de>
1139
1140 * dwarf2.c (decode_line_info): Fix error message.
1141 (read_abbrevs): Fix test for offset as suggested by Alan Modra and
1142 adjust error message.
1143
7913c838
L
11442001-05-18 H.J. Lu <hjl@gnu.org>
1145
1146 * elflink.h (elf_link_add_object_symbols): Revert the last
1147 change.
1148
e0522e89
AM
11492001-05-17 Alan Modra <amodra@one.net.au>
1150
1151 * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
1152 ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
1153 (hppa_build_one_stub): Add an assert to check plt.offset.
1154
96fd004e
L
11552001-05-17 H.J. Lu <hjl@gnu.org>
1156
1157 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
1158 version definition to basename of the output filename.
1159
f3876d8b
L
11602001-05-17 H.J. Lu <hjl@gnu.org>
1161
1162 * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
1163 basename of the bfd filename.
1164
d1778b88
AM
11652001-05-16 Alan Modra <amodra@one.net.au>
1166
1167 * section.c (asection): Add linker_has_input field.
1168 (STD_SECTION): Adjust initialization to suit.
1169 * ecoff.c (bfd_debug_section): Likewise.
1170 * bfd-in2.h: Regenerate.
1171
2a0fa943
AO
11722001-05-15 Alexandre Oliva <aoliva@redhat.com>
1173
1174 * elf-m10300.c (mn10300_elf_relax_section): Don't relax
1175 negative 32-bit operands to 16 operands when the operand is
1176 going to be zero-extended by the modified opcode.
1177
bcee8eb8
AM
11782001-05-12 Peter Targett <peter.targett@arccores.com>
1179
1180 * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
1181 name for 'arc5' core versions.
1182 (bfd_arc_arch): Make bfd_mach_arc_6 default.
1183
1184 * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
1185 architecture.
1186 (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
1187
579f31ac
JJ
11882001-05-11 Jakub Jelinek <jakub@redhat.com>
1189
1190 * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
1191 sections as well.
1192 (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
1193 to .gnu.linkonce.t.FOO text section.
1194
8550eb6e
JJ
11952001-05-11 Jakub Jelinek <jakub@redhat.com>
1196
1197 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
1198 fields, change sec into secinfo.
1199 (struct sec_merge_info): Add chain, remove last fields.
1200 (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
1201 (sec_merge_hash_lookup): If lookup could not use a string only
1202 because it has bad alignment, mark the old string for deletion.
1203 (sec_merge_add): Add secinfo argument. Don't compute entry's
1204 position, instead record the section.
1205 (sec_merge_emit): Update for the sec into secinfo change in
1206 struct sec_merge_hash_entry.
1207 (_bfd_merge_section): Only record the section for merging, defer
1208 putting strings into the hash table.
1209 (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
1210 _bfd_merge_sections): New functions.
1211 (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
1212 changes.
1213 * libbfd-in.h (_bfd_merge_sections): Add prototype.
1214 (_bfd_nolink_bfd_merge_sections): Define.
1215 * libbfd.h: Likewise.
1216 (bfd_generic_merge_sections): Add prototype.
1217 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
1218 (struct bfd_target): Likewise.
1219 * bfd.c (bfd_merge_sections): Define.
1220 * bfd-in2.h: Rebuilt.
1221 * elf.c (_bfd_elf_merge_sections): New function.
1222 * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
1223 * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
1224 * reloc.c (bfd_generic_merge_sections): New function.
1225 * vms.c (vms_bfd_merge_sections): New function.
1226 * aout-adobe.c (aout_32_bfd_merge_sections): Define.
1227 * aout-target.h (MY_bfd_merge_sections): Define.
1228 * aout-tic30.c (MY_bfd_merge_sections): Define.
1229 * binary.c (binary_bfd_merge_sections): Define.
1230 * bout.c (b_out_bfd_merge_sections): Define.
1231 * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
1232 * coffcode.c (coff_bfd_merge_sections): Define.
1233 * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
1234 * i386msdos.c (msdos_bfd_merge_sections): Define.
1235 * i386os9k.c (os9k_bfd_merge_sections): Define.
1236 * ieee.c (ieee_bfd_merge_sections): Define.
1237 * ihex.c (ihex_bfd_merge_sections): Define.
1238 * nlm-target.h (nlm_bfd_merge_sections): Define.
1239 * oasys.c (oasys_bfd_merge_sections): Define.
1240 * ppcboot.c (ppcboot_bfd_merge_sections): Define.
1241 * som.c (som_bfd_merge_sections): Define.
1242 * srec.c (srec_bfd_merge_sections): Define.
1243 * tekhex.c (tekhex_bfd_merge_sections): Define.
1244 * versados.c (versados_bfd_merge_sections): Define.
1245 * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
1246
1548c54f
NC
12472001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
1248
1249 * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
1250 to be unsigned long, in order to match its use.
1251
689effed
L
12522001-05-10 H.J. Lu <hjl@gnu.org>
1253
1254 * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
1255 indirect symbols.
1256
6e5222be
L
12572001-05-09 H.J. Lu <hjl@gnu.org>
1258
1259 * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
1260 versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
1261 Remove the unused veriable `dynver'.
1262
8e191bd3
ILT
12632001-05-08 Ian Lance Taylor <ian@zembu.com>
1264
1265 * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
1266 NULL or is not COFF.
1267 (coff_i386_rtype_to_howto): Don't dump core if output section
1268 owner is not COFF.
1269
062e2358
AM
12702001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1271
1272 * ecoff.c (bfd_debug_section): Fix initialization.
1273 * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
1274 is always a positive integer. Cast away sign mismatch.
1275 * elf32-mips.c: Fix misleading comment and typo.
1276 (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
1277 correct data type.
1278 * elflink.c: Fix typo.
1279 (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
1280 * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
1281
16b65e4e
RH
12822001-05-04 Richard Henderson <rth@redhat.com>
1283
1284 * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
1285
cac15327
NC
12862001-05-04 Nick Clifton <nickc@cambridge.redhat.com>
1287
1288 * elf32-arm.h (elf32_arm_final_link_relocate): Set
bb0082d6 1289 EF_ARM_HASENTRY if the start address is set.
cac15327 1290
966b3e0b
NC
12912001-05-03 Nick Clifton <nickc@cambridge.redhat.com>
1292
1293 * targets.c (_bfd_target_vector_entries): Compute value based on
1294 the size of the _bfd_target_vector and not bfd_target_vector.
1295
210ba1e8
L
12962001-05-03 H.J. Lu <hjl@gnu.org>
1297
1298 * elfcode.h: Include "libiberty.h".
1299
1300 * elflink.h (elf_link_add_object_symbols): Set
1301 elf_dt_name (abfd) to basename of the bfd filename.
1302 (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
1303 of the bfd filename.
1304
56fc028e
AJ
13052001-05-03 Andreas Jaeger <aj@suse.de>
1306
1307 * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
1308 (elf_generic_info_to_howto_rel): Likewise.
1309 * coff-alpha.c (reloc_nil): Likewise.
1310 (alpha_ecoff_bad_format_hook): Likewise.
1311 (alpha_adjust_reloc_out): Likewise.
1312 (alpha_bfd_reloc_type_lookup): Likewise.
1313 (alpha_convert_external_reloc): Likewise.
1314 * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
1315 (elf64_alpha_reloc_bad): Likewise.
1316 (elf64_alpha_reloc_gpdisp): Likewise.
1317 (elf64_alpha_bfd_reloc_type_lookup): Likewise.
1318 (elf64_alpha_info_to_howto): Likewise.
1319 (elf64_alpha_add_symbol_hook): Likewise.
1320 (elf64_alpha_create_got_section): Likewise.
1321 (elf64_alpha_is_local_label_name): Likewise.
1322 (elf64_alpha_merge_ind_symbols): Likewise.
1323 * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
1324 (mips_elf64_get_reloc_upper_bound): Likewise.
1325 * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
1326 (nlm_alpha_get_public_offset): Likewise.
1327
c7e40348
NC
13282001-05-02 Johan Rydberg <jrydberg@opencores.org>
1329
bb0082d6 1330 * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
c7e40348 1331 about overflow in R_OPENRISC_LO_16_IN_INSN and
56fc028e 1332 R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
c7e40348 1333
5fba655a
L
13342001-04-30 H.J. Lu <hjl@gnu.org>
1335
1336 * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
1337 only for ELF_LINK_FORCED_LOCAL.
1338 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
1339 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
1340 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
1341
1342 * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
1343 if the symbol has hidden or internal visibility.
1344
db20fd76
AM
13452001-04-30 Alan Modra <amodra@one.net.au>
1346
1347 * elf32-hppa.c (final_link_relocate): Branch to .+8 for
1348 calls to undefined weak symbols.
1349
6a2bda3f
AJ
13502001-04-30 Andreas Jaeger <aj@suse.de>, Andreas Schwab <schwab@suse.de>
1351
1352 * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
1353 R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
1354
053579d7
AJ
13552001-04-27 Andreas Jaeger <aj@suse.de>
1356
1357 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
1358 out handled entries.
1359 (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
1360 (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
1361 (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
1362 GOT32.
1363
87748b32
NC
13642001-04-27 Sean McNeil <sean@mcneil.com>
1365
1366 * config.bfd: Add arm-vxworks target.
1367 * coff-arm (coff_arm_relocate_section): Add in symbol value to
1368 addend (fro VXworks targets).
1369
f5f31454
L
13702001-04-26 H.J. Lu <hjl@gnu.org>
1371
1372 * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
1373 valid.
1374
d436a9b3
FCE
13752001-04-25 Frank Ch. Eigler <fche@redhat.com>
1376
1377 * bfd-in.h (bfd_cache_close): Declare newly exported function.
1378 * bfd-in2.h: Regenerated.
1379
a531bbd2
JJ
13802001-04-24 Jakub Jelinek <jakub@redhat.com>
1381
1382 * merge.c (struct sec_merge_hash_entry): Add alignment field.
1383 (struct sec_merge_hash): Remove alignment_power.
1384 (sec_merge_hash_newfunc): Clear alignment.
1385 (sec_merge_hash_lookup): Pass alignment as argument.
1386 Use hashp->root.next, not hashp->next to walk the hash chain.
1387 If a string already in the hashtable does not have required
1388 alignment, create a new hashtable entry.
1389 (sec_merge_init): Remove alignment_power argument.
1390 (sec_merge_add): Add alignment argument.
1391 (sec_merge_emit): Alignment is now a per-entity thing, not per
1392 section.
1393 (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
1394 for proper alignment.
1395 Pass alignment information to sec_merge_add.
1396
6840198f
NC
13972001-04-24 Christian Groessler <cpg@aladdin.de>
1398
1399 * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
1400 and R_REL16 reloc types; accept odd values for R_REL16 type
1401
b3baf5d0
NC
14022001-04-24 Johan Rydberg <jrydberg@opencores.org>
1403
1404 * cpu-openrisc.c: New file.
1405 * elf32-openrisc.c: Likewise.
1406
1407 * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
1408 (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
1409 (BFD32_BACKENDS): Add elf32-openrisc.lo.
1410 (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
1411 (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
1412 * Makefile.in: Regenerated.
1413 * config.bfd: (openrisc-*-elf): New target.
053579d7 1414 * configure.in (bfd_elf32_openrisc_vec): New vector.
b3baf5d0
NC
1415 * configure: Regenerated.
1416 * libbfd.h: Regenerated.
1417 * bfd-in2.h: Regenerated.
1418 * reloc.c: Add OpenRISC relocations.
053579d7 1419 * targets.c (bfd_elf32_openrisc_vec): Declare.
b3baf5d0
NC
1420 (bfd_target_vect): Add bfd_elf32_openrisc_vec.
1421 * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
1422 (bfd_openrisc_arch): Declare.
1423 (bfd_archures_list): Add bfd_openrisc_arch.
1424 * elf.c (prep_headers): Add bfd_arch_openrisc.
1425
fe4770f4
AJ
14262001-04-23 Bo Thorsen <bo@suse.de>
1427
1428 * elf64-x86-64.c: Add c++ vtable hack.
1429 Small whitespace and comment changes.
1430
653165cc
AJ
14312001-04-19 Andreas Jaeger <aj@suse.de>
1432
1433 * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
1434 (elf64_x86_64_plt_entry): Likewise.
1435 (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
1436 (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
1437
4d96d128
HPN
14382001-04-17 Hans-Peter Nilsson <hp@axis.com>
1439
1440 * elf32-cris.c: Tweak comments related to dynamic linking.
1441 (cris_elf_relocate_section): When not creating shared object, fill
1442 in the .got table for any symbol not in the dynamic symbol table.
1443 (elf_cris_finish_dynamic_symbol): When not creating shared object,
1444 only emit a .got.rela reloc if the symbol is in the dynamic symbol
1445 table.
1446 (cris_elf_check_relocs): Use variable r_type in all places rather
1447 than the original expression. Add default case in switch for
1448 reloc types.
1449 (elf_cris_size_dynamic_sections): Iterate over
1450 elf_cris_discard_excess_program_dynamics when not creating shared
1451 library.
653165cc 1452 (elf_cris_discard_excess_dso_dynamics): Renamed from
4d96d128
HPN
1453 elf_cris_discard_copies. Correct typo, s/Rel/Rela/.
1454 (elf_cris_discard_excess_program_dynamics): New.
1455
3ed30d29
DD
14562001-04-14 Mark Elbrecht <snowball3@bigfoot.com>
1457
1458 * coffcode.h (coff_write_object_contents): Use
1459 bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
1460
a80f6941
L
14612001-04-14 H.J. Lu <hjl@gnu.org>
1462
1463 * bfd-in2.h: Regenerate.
1464
767e4b0d
JJ
14652001-04-14 Jakub Jelinek <jakub@redhat.com>
1466
1467 * section.c (STD_SECTION): Add entsize.
1468
2dd439c5
L
14692001-04-13 H.J. Lu <hjl@gnu.org>
1470
1471 * section.c (SEC_MERGE): Define new flag for merging.
1472 (SEC_STRINGS): Likewise.
1473 (entsize): New field.
1474
baf80c32
DD
14752001-04-13 Roger Sayle <roger@metaphorics.com>
1476
1477 * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
1478 flag on pe-i386 targets.
1479
f5fa8ca2
JJ
14802001-04-13 Jakub Jelinek <jakub@redhat.com>
1481
1482 * libbfd-in.h (_bfd_merge_section): New.
1483 (_bfd_write_merged_section): New.
1484 (_bfd_merged_section_offset): New.
1485 * libbfd.h: Rebuilt.
1486 * linker.c (_bfd_generic_link_output_symbols): Handle
1487 discard_sec_merge.
1488 * aoutx.h (aout_link_write_symbols): Likewise.
1489 * pdp11.c (aout_link_write_symbols): Likewise.
1490 * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
1491 (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
1492 sections.
1493 (elf_link_sec_merge_syms): New.
1494 (elf_link_input_bfd): Call _bfd_merged_section_offset
1495 and _bfd_write_merged_section.
1496 Handle discard_sec_merge.
1497 * elf-bfd.h (struct elf_link_hash_table): Add merge_info
1498 field.
1499 (struct bfd_elf_section_data): Likewise.
1500 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
1501 SEC_STRINGS section flags and entsize from their ELF counterparts.
1502 (_bfd_elf_link_hash_table_init): Initialize merge_info.
1503 (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
1504 from their BFD counterparts.
1505 * merge.c: New file.
1506 * Makefile.am: Add strtab.lo.
1507 * Makefile.in: Rebuilt.
1508
d954b040
HPN
15092001-04-09 Hans-Peter Nilsson <hp@axis.com>
1510
1511 * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
1512 only hide symbols marked STV_INTERNAL or STV_HIDDEN.
1513
fdbafa10
L
15142001-04-05 Steven J. Hill <sjhill@cotw.com>
1515
1516 * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
1517 endian MIPS ELF target.
1518 * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
1519 MIPS ELF target.
1520
1521 * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
1522 64bit big endian MIPS ELF target.
653165cc 1523 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
fdbafa10
L
1524 endian MIPS ELF target.
1525 * configure: Regenerated.
1526
1527 * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
1528 little endian targets.
1529 (mips_elf_sym_is_global): Handle traditional targets.
1530
1531 * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
1532 64bit big endian MIPS ELF target.
1533 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
1534 endian MIPS ELF target.
1535
1536 * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
1537 and bfd_elf64_tradlittlemips_vec.
1538
dd484e5c
L
15392001-04-05 David Mosberger <davidm@hpl.hp.com>
1540
1541 * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
1542 ordinary "progbits" section.
1543
391a809a
AM
15442001-04-04 Alan Modra <alan@linuxcare.com.au>
1545
1546 * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
1547 when -Bsymbolic causes a symbol to no longer need a .plt entry.
1548
5854c633
L
15492001-04-03 David Mosberger <davidm@hpl.hp.com>
1550
1551 * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
1552
8b4b0fac
L
15532001-03-30 H.J. Lu <hjl@gnu.org>
1554
1555 * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
1556 (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
1557
eb4a6e4f
L
15582001-03-26 H.J. Lu <hjl@gnu.org>
1559
1560 * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
1561 if there are any relocations for generic ELF.
1562 (bfd_elf32_bfd_link_add_symbols): Defined to
1563 elf32_generic_link_add_symbols.
1564 * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
1565 if there are any relocations for generic ELF.
1566 (bfd_elf64_bfd_link_add_symbols): Defined to
1567 elf64_generic_link_add_symbols.
1568
55c80943
NC
15692001-03-23 Nick Clifton <nickc@redhat.com>
1570
1571 * Makefile.am (BUILD_CFILES): New variable: List of C source
bb0082d6
AM
1572 files created in build directory.
1573 (BUILD_HFILES): New variable: List of header files created in
1574 build directory.
1575 (POTFILES): Delete.
1576 (po/POTFILES.in): Replace rule with empty entry.
1577 (po/SRC-POTFILES.in): New rule: Create a list of source files
1578 in the source directory.
1579 (po/BLD-POTFILES.in): New rule: Create a list of source files
1580 in the build directory.
1581 (MOSTLYCLEAN): Do not delete source files created in build
1582 directory.
1583 * Makefile.in: Regenerate.
1584 * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
1585 into po/Makefile.
1586 * configure: Regenerate.
1587
1588 * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
1589 and BLD_POTFILES.
55c80943 1590 Add .. to the search path when building bfd.pot.
bb0082d6
AM
1591 Delete POTFILES when performing distclean.
1592 Add comment describing why distclean is broken in maintainer mode.
55c80943
NC
1593 * po/POTFILES.in: Delete.
1594 * po/SRC-POTFILES.in: New file.
1595 * po/BLD-POTFILES.in: New file.
bb0082d6 1596 * po/bfd.pot: Regenerate.
55c80943 1597
58d29fc3
HPN
15982001-03-22 Hans-Peter Nilsson <hp@axis.com>
1599
915e5146
HPN
1600 * elf32-cris.c: Shlib and PIC support. PCREL tweaks.
1601 (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
1602 elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
1603 elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
1604 elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
1605 elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
1606 functions.
1607 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
1608 R_CRIS_32_PCREL>: Correct comments. Set pcrel_offset to false.
1609 <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
1610 R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
1611 R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
1612 New HOWTO members for new relocs.
1613 (cris_reloc_map): Map new relocs.
1614 (ELF_DYNAMIC_INTERPRETER): Define.
1615 (PLT_ENTRY_SIZE): Define.
1616 (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
1617 elf_cris_pic_plt_entry): New, PLT templates.
1618 (struct elf_cris_pcrel_relocs_copied, struct
1619 elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
1620 (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
1621 (cris_final_link_relocate): Check that 16-bit GOT relocs have
1622 positive values. Adjust PCREL relocs to be relative to location
1623 after relocation.
1624 (cris_elf_relocate_section): Handle relocations to dynamic
1625 objects. Handle new relocations. Call error handler when seeing
1626 non-PIC relocation for read-only sections while generating shared
1627 object.
1628 (cris_elf_check_relocs): Set reference counts for GOT and PLT
1629 entries.
1630 (bfd_elf32_bfd_link_hash_table_create,
1631 elf_backend_adjust_dynamic_symbol,
1632 elf_backend_size_dynamic_sections,
1633 elf_backend_finish_dynamic_symbol,
1634 elf_backend_finish_dynamic_sections,
1635 elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
1636 elf_backend_hide_symbol, elf_backend_want_got_plt,
1637 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1638 elf_backend_got_header_size, elf_backend_plt_header_size):
1639 Define.
1640
58d29fc3
HPN
1641 * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
1642 BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
1643 BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
1644 BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
1645 BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
1646 BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
1647 * bfd-in2.h, libbfd.h: Regenerate.
1648
7a65545d
DN
16492001-03-21 Diego Novillo <dnovillo@redhat.com>
1650
1651 (_bfd_mips_elf_relocate_section): Give a better error message when
1652 a relocation is not recognized.
1653
b32b5d6e
AM
16542001-03-21 Alan Modra <alan@linuxcare.com.au>
1655
1656 * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
1657 non-NULL before attempting to dereference.
1658
f4fbb4a3
L
16592001-03-20 H.J. Lu <hjl@gnu.org>
1660
1661 * configure.in: Remove the redundent AC_ARG_PROGRAM.
1662 * configure: Rebuild.
1663
95fc45e6
AS
16642001-03-20 Andreas Schwab <schwab@suse.de>
1665
1666 * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
1667 relocation value when resolving a reference from a debugging
1668 section.
1669
03d411a9
NC
16702001-03-16 Scott Thomason <SThomaso@hii.com>
1671
1672 * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
1673 (xcoff64_swap_sym_out): Fix syntax errors.
1674
d1659392
NC
16752001-03-16 Richard Sandiford <rsandifo@redhat.com>
1676
1677 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
1678
12cca0d2
AM
16792001-03-15 Alan Modra <alan@linuxcare.com.au>
1680
1681 * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
1682 (hppa_link_hash_newfunc): Init it.
1683 (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
1684 section appears to be non-PIC.
1685 (final_link_relocate): Likewise.
1686 (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
1687 possible candidate function, and set pic_call for those that will
1688 only have a .plt entry for the PIC call stub.
1689 (hppa_handle_PIC_calls): Set maybe_pic_call.
1690
cd6ec716
DD
16912001-03-12 DJ Delorie <dj@redhat.com>
1692
1693 * elf32-sh.c (sh_elf_relocate_section): Only relocation
1694 R_SH_DIR8WP* relocs if they're against external symbols, else
1695 they're just for relaxing. Validate the reloc values.
1696
43a0748c
NC
16972001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1698
1699 * binary.c (bfd_external_binary_architecture): Declare.
1700 (binary_object_p): If bfd_external_binary_architecture is defined,
1701 set the architecture to this string.
1702
d982ba73
PB
17032001-03-11 Philip Blundell <philb@gnu.org>
1704
1705 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
1706 entries that could serve as a definition for a weak symbol.
1707
7898deda
NC
17082001-03-08 Nick Clifton <nickc@redhat.com>
1709
1710 * Most files: Update copyright notices using Perl script created
1711 by Kevin Buettner <kevinb@redhat.com>.
653165cc 1712
df425bc0
NC
17132001-03-07 Nick Clifton <nickc@redhat.com>
1714
1715 * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
1716 prior patch on ! defined OLD_ARM_ABI.
1717
bcdd92f3
AJ
17182001-03-07 Andreas Jaeger <aj@suse.de>
1719
1720 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
1721 some relocation values.
1722
4f3c3dbb
NC
17232001-03-06 Nick Clifton <nickc@redhat.com>
1724
1725 * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
1726 of offset in BLX(1) instruction.
1727 * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
1728 offset in BLX(1) instruction.
bb0082d6 1729 Fix formatting.
4f3c3dbb 1730
f8f3c6cc
NC
17312001-03-06 Nick Clifton <nickc@redhat.com>
1732
1733 * coff-arm.c (coff_arm_reloc_type_lookup): Add
1734 BFD_RELOC_THUMB_PCREL_BLX.
1735
3cac17ae
NC
17362001-03-06 Igor Shevlyakov <igor@windriver.com>
1737
1738 * archures.c (bfd_default_scan): Add Coldfire CPUs.
1739 * bfd-in2.h: Regenerate.
1740 * cpu-m68k.c: Add Coldfire CPUs for arch table.
1741 * ieee.c (ieee_write_processor): Set proper id for
1742 Coldfire CPUs.
1743
d1b17ab0
NC
17442001-03-01 D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
1745
1746 * configure.in: Add s390 target.
1747 * configure: Regenerate.
1748
5608e05b
AJ
17492001-02-28 Andreas Jaeger <aj@suse.de>
1750
1751 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
1752 to addend.
1753
fd2ec330
PB
17542001-02-28 Philip Blundell <pb@futuretv.com>
1755
1756 * elf32-arm.h: Update mentions of renamed EF_xx constants.
5608e05b 1757 (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
fd2ec330 1758
920581c5
L
17592001-02-27 H.J. Lu <hjl@gnu.org>
1760
1761 * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
1762 abfd->tdata.aout_data == NULL.
1763
27b7e12d
AM
17642001-02-27 Alan Modra <alan@linuxcare.com.au>
1765
3ee1d854
AM
1766 * elf32-hppa.c: Correct field selector in stub comments.
1767 (clobber_millicode_symbols): Formatting fix.
1768
27b7e12d
AM
1769 * configure.in: Bump version to 2.11.90.
1770 * configure: Regenerate.
1771 * Makefile.am (CFILES): Rename to SOURCE_CFILES.
1772 (CFILES): $SOURCE_CFILES + generated C files.
1773 (POTFILES): Include $HFILES not $SOURCE_HFILES.
1774 Run "make dep-am"
1775 * Makefile.in: Regenerate.
1776 * doc/Makefile.in: This too.
1777
10d1e03a
TW
17782001-02-26 Timothy Wall <twall@cygnus.com>
1779
1780 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
5608e05b 1781 comments.
10d1e03a 1782
1276aefa
NC
17832001-02-26 Nick Clifton <nickc@redhat.com>
1784
1785 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
1786 up, replacing multiple if statements with a switch.
bb0082d6 1787 (handle_COMDAT): New function.
1276aefa
NC
1788
17892001-02-26 H.J. Lu <hjl@gnu.org>
1790
1791 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
1792 a warning for section flags we do not handle instead of
1793 aborting.
1794
4a73f21b
AJ
17952001-02-26 Andreas Jaeger <aj@suse.de>
1796
1797 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
1798
7b6dab7f
TW
17992001-02-22 Timothy Wall <twall@cygnus.com>
1800
1801 * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
1802 * configure.in: Add objects for elf64_ia64_aix vectors.
1803 * configure: Regenerated.
1804 * configure.host: Recognize ia64-*-aix*.
1805 * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors
1806 for AIX. AIX5 requires most relocations to be dynamic (*all*
1807 binaries are somewhat similar to shared libraries).
1808 * targets.c: Add elf64_ia64_aix vectors.
4a73f21b 1809
87f8eb97
JW
18102001-02-21 David Mosberger <davidm@hpl.hp.com>
1811
1812 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
1813 C8 said "1" instead of "8". Clarify error string for IMM22:
1814 "signed integer" instead of just "integer".
1815
05aa1441
AJ
18162001-02-20 Andreas Jaeger <aj@suse.de>
1817
1818 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
1819 PLT entries that could serve as a definition for a weak symbol.
1820
8701c1bc
JJ
18212001-02-19 Jakub Jelinek <jakub@redhat.com>
1822
1823 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
1824 entries that could serve as a definition for a weak symbol.
1825 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
1826
d4af9775
DB
18272001-02-18 David O'Brien <obrien@FreeBSD>
1828
1829 * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
1830 FreeBSD/i386-CURRENT differently until I can figure out the needed
1831 corefile changes.
1832 * configure: Regenerate.
1833 * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
1834 FreeBSD/PowerPC, and FreeBSD/sparc64.
1835
e135f41b
NC
18362001-02-18 lars brinkhoff <lars@nocrew.org>
1837
1838 * Makefile.am: Add PDP-11 a.out target.
1839 * config.bfd: Likewise.
1840 * configure.in: Likewise.
1841 * targets.c: Likewise.
1842 * archures.c: Likewise.
1843 * bfd-in2.h: Likewise. Add PDP-11 relocations.
1844 * libbfd.h: Add PDP-11 relocations.
1845 * reloc.c: Likewise.
1846 * cpu-pdp11.c: New file.
1847 * pdp11.c: New file.
1848
1849 * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
1850 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1851 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1852 (PUT_WORD) [ARCH_SIZE==16]: Likewise.
1853 (GET_MAGIC): New macro.
1854 (PUT_MAGIC): Likewise.
1855 * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
1856
dc3febfa
NC
18572001-02-18 Jim Kingdon <jkingdon@engr.sgi.com>
1858
1859 * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
1860 multiarch needs it).
1861
ea412e04
L
18622001-02-18 H.J. Lu <hjl@gnu.org>
1863
1864 * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
1865 index.
1866
47eee8a9
KH
18672001-02-18 Kazu Hirata <kazu@hxi.com>
1868
1869 * vms-misc.c: Fix formatting.
1870
8a0c27cd
KH
18712001-02-16 Kazu Hirata <kazu@hxi.com>
1872
1873 * vms.c: Fix formatting.
1874
d1fad7c6
NC
18752001-02-14 H.J. Lu <hjl@gnu.org>
1876
1877 * elf.c (elf_find_function): New function.
1878 (_bfd_elf_find_nearest_line): Call elf_find_function () to find
1879 the file name and function name.
1880
825b47db
NC
18812001-02-14 Nick Clifton <nickc@redhat.com>
1882
51d7ee16
NC
1883 * ecoff.c (bfd_debug_section): Update to initialise new fields in
1884 asection structure.
1885
825b47db
NC
1886 * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
1887 (BFD64_BACKENDS): Add pepigen.c
1888 Add rules to create peigen.c and pepigen.c from peXXigen.c.
1889
1890 * Makefile.in: Regenerate.
1891 * configure: Regenerate.
1892 * po/POTFILES.in: Regenerate.
1893 * po/bfd.pot: Regenerate.
1894
ea36a178
L
18952001-02-14 H.J. Lu <hjl@gnu.org>
1896
1897 * libcoff-in.h (pe_tdata): Add members target_subsystem and
1898 force_minimum_alignment.
1899
407443a3
AJ
19002001-02-14 Bo Thorsen <bo@suse.de>
1901
1902 * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
1903 (elf64_86_64_size_info): Struct added to fix a problem
1904 with the hashtable string entries.
1905 (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
1906 (elf64_x86_64_size_dynamic_sections): A FIXME removed.
1907 (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
1908 remove the FIXME for this.
1909 (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
1910 section. Also removed the FIXME for it.
1911 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
1912 (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
1913 (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
1914
b4adccfd
RH
19152001-02-13 Richard Henderson <rth@redhat.com>
1916
1917 * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
1918 and not user provided.
1919
9635981a
KH
19202001-02-13 Kazu Hirata <kazu@hxi.com>
1921
1922 * vms.c (vms_print_symbol): Remove unreachable code.
1923
6a125b16
KH
1924 * rs6000-core.c: Fix formatting.
1925
cbff5e0d
DD
19262001-02-13 David Mosberger <davidm@hpl.hp.com>
1927
1928 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
1929 as _bfd_XXi_only_swap_filehdr_out.
1930 (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
1931 pe->force_minimum_alignment to TRUE.
1932 (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
1933 PEI_TARGET_SUBSYSTEM.
1934 (pe_print_private_bfd_data): Call
1935 _bfd_XX_print_private_bfd_data_common() instead of
1936 _bfd_pe_print_private_bfd_data_common().
1937 (pe_bfd_copy_private_bfd_data): Call
1938 _bfd_XX_bfd_copy_private_bfd_data_common() instead of
1939 _bfd_pe_bfd_copy_private_bfd_data_common().
1940 (coff_bfd_copy_private_section_data): Define as
1941 _bfd_XX_bfd_copy_private_section_data instead of
1942 _bfd_pe_bfd_copy_private_section_data.
1943 (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
1944 of a _bfd_pe_get_symbol_info.
1945
1946 * peigen.c: Delete.
1947
1948 * peXXigen.c: Renamed from peigen.c.
1949 (COFF_WITH_XX): Define this macro (will get expanded into
1950 COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
1951 compiled as peigen.c or pepigen.c.
1952 [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
1953 define the canonical PEP structures and definitions.
1954 (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
1955 effect, enforce minimum file and section alignments. If
1956 extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
1957 pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
1958 so, by default, this is a no-op).
1959
1960 * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
1961 (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
1962 _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
1963 _bfd_pefoo if it's not defined. Use these macros to define
1964 coff swap macros.
1965
1966 * libcoff.h (pe_tdata): Add members target_subsystem and
1967 force_minimum_alignment.
1968
1969 * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
1970 COFF_WITH_pep.
1971 (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
1972
1973 * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
1974 peigen.lo.
1975
1976 * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
1977 (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
1978 PEPAOUTHDR.
1979
1980 * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
1981 (BFD64_BACKENDS_CFILES): Mention pepigen.c
1982 (peigen.c): Add rule to generate from peXXigen.c.
1983 (pepigen.c): Ditto.
1984 (pepigen.lo): List dependencies for pepigen.lo.
1985
df8634e3
AM
19862001-02-13 Alan Modra <alan@linuxcare.com.au>
1987
1988 * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If
1989 $global$ referenced but not defined, set its value here.
1990
51e0a107
JH
19912001-02-09 Bo Thorsen <bo@suse.de>
1992
1993 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
1994 alignment to 3.
1995 (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
1996 and relocation.
1997 (elf64_x86_64_relocate_section): Fix formatting.
1998 (elf64_x86_64_relocate_section): Fix addend for relocation of
1999 R_X86_64_(8|16|32|PC8|PC16|PC32).
2000
d1fad7c6 20012001-02-12 Jan Hubicka <jh@suse.cz>
23df1078
JH
2002
2003 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
2004
f0e1d18a
L
20052001-02-11 H.J. Lu <hjl@gnu.org>
2006
6757257f 2007 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
f0e1d18a
L
2008 alignment.
2009
9117d219
NC
20102001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2011
2012 * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
2013 from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32
2014 relocations against dynsym symbols.
2015
2016 * elf32-mips.c (elf_mips_howto_table): Fix the comment on
2017 the R_MIPS_26 relocation.
2018 (mips_elf_calculate_relocation): Use (p + 4) instead of p for
2019 the R_MIPS_26 relocation.
2020 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
2021 relocation.
2022 * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
2023 the R_MIPS_26 relocation.
2024 (mips_elf64_howto_table_rela): Likewise.
2025
2026 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
2027 member to mark symbols that have non-CALL relocations against
2028 them.
2029 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
2030 (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
2031 R_MIPS_GOT16.
2032 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
2033 non-CALL relocation against it is encountered.
2034 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
2035 (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
2036 no_fn_stub is not set.
2037
2038 * elf32-mips.c (mips_elf_output_extsym): Get the output section
2039 information from the real symbol for indirect ones.
2040 Check no_fn_stub to find out if a symbol has a function stub
2041 indeed.
2042
9f93bca5
MS
20432001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2044
2045 * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
2046 * Makefile.in: Regenerate.
2047
81545d45
RH
20482001-02-09 David Mosberger <davidm@hpl.hp.com>
2049
2050 * elfxx-ia64.c (is_unwind_section_name): New function. Returns
2051 true if section name is an unwind table section name.
2052 (elfNN_ia64_additional_program_headers): Count each unwind section
2053 separately.
2054 (elfNN_ia64_modify_segment_map): Install one unwind program header
2055 for each unwind separate section. Note: normally the linker
2056 script merges the unwind sections that go into a single segment,
2057 so this still generates at most one unwind program header per
2058 segment.
2059
2060 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
2061 name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
2062 (elfNN_ia64_fake_sections): Mark sections with names that start
2063 with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
2064 unwind section.
2065
2066 * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
2067 Use it to make sh_info in unwind section point to the text section
2068 it applies to.
2069
a85d7ed0
NC
20702001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2071
2072 * Makefile.am: Add linux target for S/390.
2073 * archures.c: Likewise.
2074 * bfd-in2.h: Likewise.
2075 * config.bfd: Likewise.
2076 * configure.in: Likewise.
2077 * elf.c: Likewise.
2078 * libbfd.h: Likewise.
2079 * targets.c: Likewise.
2080 * cpu-s390.c: New file.
2081 * elf32-s390.c: New file.
2082 * elf64-s390.c: New file.
2083
356d255d
NC
20842001-02-09 Nick Clifton <nickc@redhat.com>
2085
2086 * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
2087 ImageBase. This has already been done by coff_swap_hdr_in.
2088
069f40e5
JJ
20892001-02-09 Jakub Jelinek <jakub@redhat.com>
2090
2091 * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
2092
eadfa8ab
JJ
20932001-02-09 Jakub Jelinek <jakub@redhat.com>
2094
2095 * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
2096 (sparc64_elf_relocate_section): Likewise.
2097
9fc54e19
MK
20982001-02-09 Mark Kettenis <kettenis@gnu.org>
2099
2100 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
2101 similar to R_SPARC_32.
2102 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
2103
1f655a09
L
21042001-02-08 H.J. Lu <hjl@gnu.org>
2105
2106 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
2107 relocation entries for weak definitions when building DSO with
2108 -Bsymbolic.
2109
ca88208a
RH
21102001-02-08 Richard Henderson <rth@redhat.com>
2111
2112 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
2113 before visibility. Locally defined protected symbols are not
2114 dynamic.
2115
4603e845
GK
21162001-02-08 Geoffrey Keating <geoffk@redhat.com>
2117
2118 * config.bfd: Enable coff64 for rs6000-*. Patch from
2119 <hzoli@austin.ibm.com>.
2120
4ca29a6a
NC
21212001-02-07 Mark Elbrecht <snowball3@bigfoot.com>
2122
2123 * coffgen.c (coff_find_nearest_line): If stabs info is successfully
2124 found, do not attempt to find dwarf2 info before returning.
2125
7da9d88f
NC
21262001-02-07 Jakub Jelinek <jakub@redhat.com>
2127
2128 * elflink.h (is_global_symbol_definition): Rename to
2129 is_global_data_symbol_definition and have it reject function
2130 symbols.
2131 (elf_link_is_defined_archive_symbol): Use renamed function.
2132
7340082d
NC
21332001-02-07 Todd Vierling <tv@wasabisystems.com>
2134
2135 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
2136 * libbfd.h (bfd_target_vector): Likewise.
2137 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
81545d45 2138 make static; create pointer reference named bfd_target_vector.
7340082d
NC
2139 (_bfd_target_vector_entries): Calculate this based on the array
2140 typed _bfd_target_vector.
2141
2719f880
L
21422001-02-06 H.J. Lu <hjl@gnu.org>
2143
2144 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
2145 internal symbols are not dynamic.
2146 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
2147
175aa013
NC
21482001-02-06 Nick Clifton <nickc@redhat.com>
2149
2150 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
2151 that it will not be pulled into the list of files that make up
2152 po/POTFILES.in.
2153 * Makefile.in: Regenerate.
2154 * po/bfd.pot: Regenerate.
2155
15e0ecd9
L
21562001-02-06 H.J. Lu <hjl@gnu.org>
2157
7898deda 2158 * peicode.h (coff_swap_filehdr_in): Remove the e_magic
15e0ecd9
L
2159 checking.
2160 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
2161 external_PEI_IMAGE_hdr.
2162
27def10f
KH
21632001-02-06 Kazu Hirata <kazu@hxi.com>
2164
2165 * elf-m10200.c: Fix formatting.
2166
a0f2e916
NC
21672001-02-04 Nick Clifton <nickc@redhat.com>
2168
2169 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
2170 rel, it will be handled later on.
2171
d96031fb
NC
21722001-02-02 Fred Fish <fnf@ninemoons.com>
2173
2174 * Makefile.in: Fix typo.
2175
010ac81f
KH
21762001-02-01 Kazu Hirata <kazu@hxi.com>
2177
2178 * elf-m10300.c: Fix formatting.
2179
3fab46d0
AM
21802001-01-30 Alan Modra <alan@linuxcare.com.au>
2181
2182 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
2183 (elf_backend_get_symbol_type): Define.
d9634ba1
AM
2184 (elf64_hppa_object_p): Set architecture and machine from elf
2185 header flags.
3fab46d0 2186
95404643
RH
21872001-01-30 Curtis L. Janssen <cljanss@ca.sandia.gov>
2188
2189 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
2190 before mdebug.
2191
8fb35fed
RH
21922001-01-26 Richard Henderson <rth@redhat.com>
2193
2194 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
2195 for non-default visibility.
2196 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
2197 delete ugly macro and replace with pretty function.
2198
a4f68544
NC
21992001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
2200
2201 * coff-go32.c: Update copyright.
2202 * coff-stgo32.c: Likewise.
2203 * coff-go32.c (COFF_LONG_FILENAMES): Define.
2204 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
2205 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
2206 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
2207
c02e7c3e
KH
22082001-01-25 Kazu Hirata <kazu@hxi.com>
2209
2210 * bfd-in2.h: Rebuild.
2211 * libbfd.h: Likewise.
2212
541389e2
L
22132001-01-23 H.J. Lu <hjl@gnu.org>
2214
2215 * bfd-in2.h: Rebuild.
2216
0007625f
L
22172001-01-23 H.J. Lu <hjl@gnu.org>
2218
2219 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
2220 is NULL or PRIV(vms_rec) is outside of the buffer.
2221
b653e1b1
KH
22222001-01-23 Kazu Hirata <kazu@hxi.com>
2223
2224 * coff64-rs6000.c: Fix formatting.
2225 * coff-arm.c: Likewise.
2226 * coffgen.c: Likewise.
2227 * cofflink.c: Likewise.
2228 * coff-mcore.c: Likewise.
2229 * coff-mips.c: Likewise.
2230 * coff-pmac.c: Likewise.
2231 * coff-ppc.c: Likewise.
2232 * coff-rs6000.c: Likewise.
2233 * elf32.c: Likewise.
2234 * elf32-fr30.c: Likewise.
2235 * elf32-i370.c: Likewise.
2236 * elf32-i860.c: Likewise.
2237 * elf32-m32r.c: Likewise.
2238 * elf32-m68k.c: Likewise.
2239 * elf32-mcore.c: Likewise.
2240 * elf32-ppc.c: Likewise.
2241 * elf32-sh.c: Likewise.
2242 * elf32-v850.c: Likewise.
2243 * elf64-alpha.c: Likewise.
2244 * elf64-sparc.c: Likewise.
2245 * elflink.c: Likewise.
2246 * elflink.h: Likewise.
2247 * elf-m10200.c: Likewise.
2248 * elf-m10300.c: Likewise.
2249 * elfxx-ia64.c: Likewise.
2250
3fde5a36
KH
2251 * aoutx.h: Fix formatting.
2252 * bfd.c: Likewise.
2253 * bfd-in2.h: Likewise.
2254 * bfd-in.h: Likewise.
2255 * cpu-i386.c: Likewise.
2256 * cpu-m68hc11.c: Likewise.
2257 * dwarf2.c: Likewise.
2258 * elf64-x86-64.c: Likewise.
2259 * format.c: Likewise.
2260 * freebsd.h: Likewise.
2261 * hash.c: Likewise.
2262 * hp300hpux.c: Likewise.
2263 * hppabsd-core.c: Likewise.
2264 * hpux-core.c: Likewise.
2265
70256ad8
AJ
22662001-01-22 Bo Thorsen <bo@suse.de>
2267
2268 * elf64-x86-64.c: Added PIC support for X86-64.
2269 (elf64_x86_64_link_hash_newfunc): Function added.
2270 (elf64_x86_64_link_hash_table_create): Likewise.
2271 (elf64_x86_64_check_relocs): Likewise.
2272 (elf64_x86_64_gc_mark_hook): Likewise.
2273 (elf64_x86_64_gc_sweep_hook): Likewise.
2274 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
2275 (elf64_x86_64_size_dynamic_sections): Likewise.
2276 (elf64_x86_64_discard_copies): Likewise.
2277 (elf64_x86_64_finish_dynamic_symbol): Likewise.
2278 (elf64_x86_64_finish_dynamic_sections): Likewise.
2279 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
2280
ee0bebb8
AJ
22812001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2282
2283 * Makefile.am (install-data-local): Make use of $(DESTDIR).
2284 * Makefile.in: Regenerate.
2285
2a38f751
KH
22862001-01-21 Kazu Hirata <kazu@hxi.com>
2287
2288 * coff-a29k.c: Fix formatting.
2289
c8492176
L
22902001-01-19 H.J. Lu <hjl@gnu.org>
2291
2292 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
2293 relocation section names.
2294 (elf_i386_relocate_section): Report files with bad relocation
2295 section names and return false.
2296
a5377ec0
AJ
22972001-01-17 Bo Thorsen <bo@suse.de>
2298
2299 * targets.c: Alphabetize list of xvecs.
2300
b352eebf
AM
23012001-01-14 Alan Modra <alan@linuxcare.com.au>
2302
d952f17a
AM
2303 * config.bfd: Add linux target variant for elfxx-hppa.
2304 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
2305 bfd_elf64_hppa_linux_vec.
2306 * configure: Regenerate.
2307 * elf64-hppa.c: Include elf64-target.h again to support linux
2308 target variant.
2309 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
2310 * elf32-hppa.c: Include elf32-target.h again to support linux
2311 target variant.
2312 (elf32_hppa_post_process_headers): New function.
2313 (elf_backend_post_process_headers): Define.
2314 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
2315 bfd_elf32_hppa_linux_vec.
2316
c46b7515
AM
2317 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
2318 and data_segment_base fields.
2319 (elf32_hppa_link_hash_table_create ): Init them.
2320 (elf32_hppa_check_relocs): Update comments.
2321 (hppa_record_segment_addr): New function.
2322 (elf32_hppa_relocate_section): Call it.
2323 (final_link_relocate): Handle R_PARISC_SEGREL32.
2324 (elf32_hppa_final_link): New function.
2325 (bfd_elf32_bfd_final_link): Define to call it.
2326 (hppa_unwind_entry_compare): New function.
2327 * cache.c (bfd_open_file): Create files in write+read mode.
2328
2329 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
2330 SEGREL32 and numerous other relocs. Change duplicate
2331 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
2332
d768008d
AM
2333 * opncls.c (bfd_fdopenr): Add parens like the comment says around
2334 O_ACCMODE.
2335
150ccafb
AM
2336 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
2337 .plt entries for DT_INIT and DT_FINI.
2338 (elf32_hppa_finish_dynamic_sections): Remove special handling of
2339 DT_INIT and DT_FINI.
2340
b352eebf
AM
2341 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
2342 offsets for stub .plt access if wide mode. Check offset in range.
2343
b3b9a062
NC
23442001-01-13 Nick Clifton <nickc@redhat.com>
2345
b7ed8fad
NC
2346 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
2347 line.
2348
b3b9a062
NC
2349 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
2350 line.
2351
6e0b89ee
AM
23522001-01-12 Alan Modra <alan@linuxcare.com.au>
2353
2354 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
2355 * configure: Regenerate.
2356
0d2bcfaf
NC
23572001-01-11 Peter Targett <peter.targett@arccores.com>
2358
2359 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
2360 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
2361 * cpu-arc.c (arch_info_struct): Add entries for variants.
2362 (bfd_arc_arch) Set default to bfd_mach_arc_5.
2363 (arc_get_mach) Don't assume machine names prefixed arc- before
2364 testing.
2365 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
2366 selections.
2367 (arc_elf_final_write_processing) Likewise.
2368 (ELF_MACHINE_CODE) Use EM_ARC.
2369
c31c1f70
NC
23702001-01-10 Nick Clifton <nickc@redhat.com>
2371
2758140b 2372 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
c31c1f70 2373
5ad083e3
PB
23742001-01-07 Philip Blundell <philb@gnu.org>
2375
2376 * README: Replace `bug-gnu-utils@gnu.org' with
2377 `bug-binutils@gnu.org'.
2378
7eae7d22
KH
23792001-01-04 Kazu Hirata <kazu@hxi.com>
2380
2381 * som.c: Fix formatting.
2382
509945ae
KH
23832001-01-03 Kazu Hirata <kazu@hxi.com>
2384
3e932841
KH
2385 * ecoffswap.h: Fix formatting.
2386 * elf-bfd.h: Likewise.
2387 * elfarm-nabi.c: Likewise.
2388 * elfarm-oabi.c: Likewise.
2389 * elfcode.h: Likewise.
2390 * elfcore.h: Likewise.
2391 * elflink.c: Likewise.
2392 * elflink.h: Likewise.
2393 * elfxx-ia64.c: Likewise.
2394 * elfxx-target.h: Likewise.
2395 * libbfd.c: Likewise
509945ae
KH
2396 * linker.c: Likewise.
2397 * lynx-core.c: Likewise.
2398
892339ee
KH
23992001-01-02 Kazu Hirata <kazu@hxi.com>
2400
2401 * pc532-mach.c: Fix formatting.
2402 * pe-arm.c: Likewise.
2403 * pe-i386.c: Likewise.
2404 * pe-mips.c: Likewise.
2405 * pe-ppc.c: Likewise.
2406 * pe-sh.c: Likewise.
2407 * pei-mips.c: Likewise.
2408 * pei-sh.c: Likewise.
ee91ed79 2409 * peicode.h: Likewise.
892339ee
KH
2410 * ppcboot.c: Likewise.
2411 * ptrace-core.c: Likewise.
2412
3d855632
KH
24132001-01-01 Kazu Hirata <kazu@hxi.com>
2414
2415 * reloc.c: Fix formatting.
2416 * riscix.c: Likewise.
2417 * rs6000-core.c: Likewise.
2418 * xcoff-target.h: Likewise.
2419
a77a9fef
HPN
24202000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
2421
2422 * elfcode.h (elf_object_p): Also restore the bfd mach field on
2423 error, by calling bfd_default_set_arch_mach with incoming
2424 values.
2425
558e161f
KH
24262000-12-26 Kazu Hirata <kazu@hxi.com>
2427
2428 * vaxnetbsd.c: Fix formatting.
2429 * versados.c: Likewise.
2430 * vms-gsd.c: Likewise.
2431 * vms-hdr.c: Likewise.
2432 * vms-misc.c: Likewise.
2433
3c579812
AO
24342000-12-25 Alexandre Oliva <aoliva@redhat.com>
2435
2436 * archive.c (coff_write_armap): Don't write more than symbol_count
2437 `archive_member_file_ptr's.
2438
672579e9
KH
24392000-12-25 Kazu Hirata <kazu@hxi.com>
2440
2441 * vms-tir.c: Fix formatting.
2442
55f2d5ed
KH
24432000-12-23 Kazu Hirata <kazu@hxi.com>
2444
2445 * vms.c: Fix formatting.
2446 * vms.h: Likewise.
2447
23ccc829
NC
24482000-12-21 Santeri Paavolainen <santtu@ssh.com>
2449
2450 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
2451
2452 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
2453
2454 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
2455 arithmetic.
2456
2457 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
2458
2459 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
2460
8c603c85
NC
24612000-12-21 Richard Sandiford <rsandifo@redhat.com>
2462
2463 * libbfd.c (bfd_get_bits): Added
2464 (bfd_put_bits): Likewise
2465 * bfd-in.h: Declared the above.
2466 * bfd-in2.h: Regenerated.
2467
5bff4f56
KH
24682000-12-20 Kazu Hirata <kazu@hxi.com>
2469
2470 * targets.c: Fix formatting.
2471 * tekhex.c: Likewise.
2472 * trad-core.c: Likewise.
2473
7b82c249
KH
24742000-12-19 Kazu Hirata <kazu@hxi.com>
2475
2476 * sco5-core.c: Fix formatting.
2477 * section.c: Likewise.
2478 * sparclinux.c: Likewise.
2479 * sparclynx.c: Likewise.
2480 * sparcnetbsd.c: Likewise.
2481 * srec.c: Likewise.
2482 * stabs.c: Likewise.
2483 * stab-syms.c: Likewise.
2484 * sunos.c: Likewise.
2485 * syms.c: Likewise.
2486 * sysdep.h: Likewise.
2487
f78c5281
NC
24882000-12-18 Nick Clifton <nickc@redhat.com>
2489
2490 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
2491 defined.
2492 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
2493 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
2494
02b89dce
NC
24952000-12-18 Nick Clifton <nickc@redhat.com>
2496
2497 * vms-misc.c (_bfd_vms_get_record): Add default case to
2498 file_format switch.
2499
d20966a7
NC
25002000-12-15 Miloslav Trmac <mitr@volny.cz>
2501
2502 * elfcore.h (elf_core_file_p): Move to the start of the program
2503 headers before attempting to read them.
2504
6fa957a9
KH
25052000-12-14 Kazu Hirata <kazu@hxi.com>
2506
2507 * peigen.c: Fix formatting.
2508 * som.c: Likewise.
2509 * som.h: Likewise.
2510
9602af51
KH
25112000-12-13 Kazu Hirata <kazu@hxi.com>
2512
2513 * peigen.c: Fix formatting.
2514
514829c3
JW
25152000-12-12 Jim Wilson <wilson@redhat.com>
2516
2517 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
2518
3a71aec8
NC
25192000-12-08 Mark Salter <msalter@redhat.com>
2520
2521 * binary.c (binary_set_section_contents): Ignore sections
2522 with zero size.
2523
1518639e
KH
25242000-12-12 Kazu Hirata <kazu@hxi.com>
2525
2526 * m68klinux.c: Fix formatting.
2527 * m68knetbsd.c: Likewise.
2528 * mipsbsd.c: Likewise.
2529 * netbsd-core.c: Likewise.
2530 * netbsd.h: Likewise.
2531 * newsos3.c: Likewise.
2532 * nlm32-alpha.c: Likewise.
2533 * nlm32-i386.c: Likewise.
2534 * nlm32-ppc.c: Likewise.
2535 * nlm32-sparc.c: Likewise.
2536 * nlmcode.h: Likewise.
2537 * nlmswap.h: Likewise.
2538 * nlm-target.h: Likewise.
2539 * ns32knetbsd.c: Likewise.
2540
b79e8c78
NC
25412000-12-10 Fred Fish <fnf@be.com>
2542
d952f17a
AM
2543 * elflink.h (elf_link_output_extsym): Don't complain about undefined
2544 symbols in shared objects if allow_shlib_undefined is true.
b79e8c78 2545
38b1a46c
NC
25462000-12-12 Nick Clifton <nickc@redhat.com>
2547
2548 * cpu-sh.c: Fix formattng.
2549 * elf.c: Fix formattng.
2550 * elf32-mips.c: Fix formattng.
2551 * elf32-sh.c: Fix formattng.
2552 * elf64-alpha.c: Fix formattng.
2553
857ec808
NC
25542000-12-09 Nick Clifton <nickc@redhat.com>
2555
2556 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
2557 dwarf2_find_line_info as last parameter to invocation of
2558 _bfd_dwarf2_find_nearest_line.
2559 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
2560 dwarf2_find_line_info as last parameter to invocation of
2561 _bfd_dwarf2_find_nearest_line.
2562
51db3708
NC
25632000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
2564
2565 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
857ec808
NC
2566 (BFD_LIBS): ...to here.
2567 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
2568 (BFD_LIBS_CFILES): ...to here.
51db3708
NC
2569 * Makefile.in: Regenerate.
2570 * configure.in: Remove dwarf.lo from the elf shell variable.
2571 * configure: Regenerate.
2572 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
2573 * libcoff.h: Regenerate.
d952f17a 2574 * coffgen.c (coff_find_nearest_line): Call
857ec808 2575 _bfd_dwarf2_find_nearest_line.
51db3708 2576 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
857ec808
NC
2577 accordingly.
2578 (read_abbrevs): Likewise
2579 (decode_line_info): Likewise.
2580 (parse_comp_unit): Likewise.
2581 (comp_unit_find_nearest_line): Likewise.
51db3708
NC
2582 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
2583 * libbfd.h: Regenerate.
2584 * elf.c (_bfd_elf_find_nearest_line): Update call.
2585 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
2586 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
2587 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
857ec808
NC
2588 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
2589 (styp_to_sec_flags): Handle DWARF2 sections.
2590 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
2591 to _bfd_find_nearest_line.
2592 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
2593 call to _bfd_find_nearest_line.
d952f17a 2594
435b1e90
KH
25952000-12-08 Kazu Hirata <kazu@hxi.com>
2596
2597 * coffgen.c: Fix formatting.
fe8bc63d 2598 * elf-m10300.c: Likewise.
435b1e90
KH
2599 * elf32-i386.c: Likewise.
2600 * elf32-i960.c: Likewise.
2601 * elf32-m68k.c: Likewise.
2602 * elf32-mcore.c: Likewise.
2603 * elf32-ppc.c: Likewise.
2604 * elf32-sh.c: Likewise.
2605 * elf32-sparc.c: Likewise.
2606 * elf32-v850.c: Likewise.
fe8bc63d
KH
2607 * elf64-alpha.c: Likewise.
2608 * elf64-hppa.c: Likewise.
2609 * elf64-mips.c: Likewise.
435b1e90 2610 * elf64-sparc.c: Likewise.
435b1e90 2611
8da6118f
KH
26122000-12-07 Kazu Hirata <kazu@hxi.com>
2613
2614 * elf32-ppc.c: Fix formatting.
2615 * elf64-x86-64.c: Likewise.
2616
a9922e52
UC
26172000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
2618
2619 From Ralf Baechle <ralf@gnu.org>
2620
2621 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
2622 BFDs containing no sections or empty .text, .data or .bss sections
2623 to be merged, regardless of their flags.
2624
c3668558
KH
26252000-12-06 Kazu Hirata <kazu@hxi.com>
2626
2627 * elf32-m32r.c: Fix formatting.
2628 * elf32-m68hc11.c: Likewise.
2629 * elf32-m68hc12.c: Likewise.
2630 * elf32-m68k.c: Likewise.
2631 * elf32-mcore.c: Likewise.
2632 * elf32-pj.c: Likewise.
2633 * elf32-ppc.c: Likewise.
2634
6609fa74
KH
26352000-12-05 Kazu Hirata <kazu@hxi.com>
2636
2637 * elf32-fr30.c: Fix formatting.
2638 * elf32-hppa.c: Likewise.
2639 * elf32-i370.c: Likewise.
2640 * elf32-i386.c: Likewise.
2641 * elf32-i860.c: Likewise.
2642 * elf32-i960.c: Likewise.
2643
a7c10850
KH
26442000-12-03 Kazu Hirata <kazu@hxi.com>
2645
2646 * elf32-arm.h: Fix formatting.
2647 * elf32-avr.c: Likewise.
2648 * elf32-cris.c: Likewise.
2649 * elf32-d10v.c: Likewise.
2650 * elf32-d30v.c: Likewise.
2651 * elf-hppa.h: Likewise.
2652 * elf-m10200.c: Likewise.
2653 * elf-m10300.c: Likewise.
2654
e7af610e
NC
26552000-12-01 Chris Demetriou <cgd@sibyte.com>
2656
d952f17a
AM
2657 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
2658 bfd_mach_mips32_4k. Update FIXME comment.
2659 * archures.c (bfd_mach_mips32): New constant.
2660 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
2661 the latter, renumber it.
2662 * bfd-in2.h (bfd_mach_mips32): New constant.
2663 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
2664 the latter, renumber it.
2665 * cpu-mips.c (I_mips32): New constant.
2666 (I_mips4K, I_mips32_4k): Rename the former to the latter.
2667 (arch_info_struct): Add bfd_mach_mips32 entry, replace
2668 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
2669 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
2670 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
2671 with E_MIPS_MACH_MIPS32_4K.
2672 (_bfd_mips_elf_final_write_processing): Replace
2673 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
2674 bfd_mach_mips32 case.
2675 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
2676 comparison with support for MIPS32.
2677 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
2678 MIPS32.
2679
2680 * aoutx.h (NAME(aout,machine_type)): Add cases for
2681 bfd_mach_mips5 and bfd_mach_mips64.
2682 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
2683 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
2684 * cpu_mips.c (I_mips5, I_mips64): New definitions.
2685 (arch_info_struct): Add entries for bfd_mach_mips5 and
2686 bfd_mach_mips64.
2687 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
2688 _bfd_mips_elf_print_private_bfd_data): Add cases for
2689 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
2690 (_bfd_mips_elf_final_write_processing): Add cases for
2691 bfd_mach_mips5 and bfd_mach_mips64.
2692
7898deda 2693 * aoutx.h (NAME(aout,machine_type)): Add a
d952f17a 2694 bfd_mach_mips_sb1 case.
7898deda
NC
2695 * archures.c (bfd_mach_mips_sb1): New constant.
2696 * bfd-in2.h (bfd_mach_mips_sb1): New constant.
2697 * cpu-mips.c (I_sb1): New constant.
d952f17a 2698 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
7898deda 2699 * elf32-mips.c (elf_mips_mach): Add case for
d952f17a
AM
2700 E_MIPS_MACH_SB1.
2701 (_bfd_mips_elf_final_write_processing): Add case for
2702 bfd_mach_mips_sb1.
2703
27042000-12-01 Joel Sherrill <joel@OARcorp.com>
ddcfc5fc
NC
2705
2706 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
2707 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2708 (sparc*-*-rtems*): Switched from a.out to ELF.
2709
8d88c4ca 27102000-11-30 Jan Hubicka <jh@suse.cz>
d952f17a
AM
2711
2712 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
2713 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
2714 (elf64-x86-64.lo): Add dependencies.
2715 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
2716 bfd_mach_x86_64_intel_syntax.
2717 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
2718 * config.bfd (x86_64): Add.
2719 * configure.in: Add support for bfd_elf64_x86_64_vec.
2720 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
2721 (bfd_i386_arch, i8086_ar): Link in.
2722 * elf64-x86-64.c: New file.
2723 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
2724 * targets.c (bfd_elf64_x86_64_vec): Add.
2725 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
8d88c4ca 2726
fbc4fff4
KH
27272000-11-30 Kazu Hirata <kazu@hxi.com>
2728
2729 * xcofflink.c: Fix formatting.
2730
e60b52c6
KH
27312000-11-28 Kazu Hirata <kazu@hxi.com>
2732
2733 * aoutx.h: Fix formatting.
2734 * bfd-in.h: Likewise.
2735 * bfd-in2.h: Likewise.
2736 * cache.c: Likewise.
2737 * cisco-core.c: Likewise.
2738 * coff64-rs6000.c: Likewise.
2739 * coffcode.h: Likewise.
2740 * coffswap.h: Likewise.
2741 * corefile.c: Likewise.
be3ccd9c 2742 * elf32-mips.c: Likewise.
e60b52c6 2743
336eced2
KH
27442000-11-27 Kazu Hirata <kazu@hxi.com>
2745
2746 * aout-adobe.c: Fix formatting.
244148ad
KH
2747 * coff64-rs6000.c: Likewise.
2748 * coffgen.c: Likewise.
2749 * cofflink.c: Likewise.
336eced2 2750
d71f672e
PB
27512000-11-27 Philip Blundell <pb@futuretv.com>
2752
2753 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
2754 (obj_coff_strings_written): New accessor macro for above.
2755 * libcoff.h: Regenerate.
2756 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
2757 strings.
2758 * coffcode.h (coff_write_object_contents): No need to write out
2759 the string table if it's already been done.
2760
bc7a577d
PB
27612000-11-22 Philip Blundell <pb@futuretv.com>
2762
d952f17a 2763 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
bc7a577d
PB
2764 weak undefined symbols.
2765
077b8428
NC
27662000-11-24 Nick Clifton <nickc@redhat.com>
2767
2768 * archures.c (bfd_mach_arm_5TE): Define.
2769 (bfd_mach_arm+XScale): Define.
2770 * bfd-in2.h: Regenerate.
2771
2772 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
2773 BFD_RELOC_ARM_PCREL_BLX.
2774
2775 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
2776 XScale machine numbers.
2777
2778 * config.bfd (xscale-elf): Add target.
2779 (xscale-coff): Add target.
2780
2781 * cpu-arm.c: Add xscale machine name.
2782 Add v5t, v5te and XScale machine numbers.
2783
e9e41bd9
KH
27842000-11-23 Kazu Hirata <kazu@hxi.com>
2785
2786 * aix386-core.c: Fix formatting.
2787
64bf6ae6
JW
27882000-11-22 Jim Wilson <wilson@redhat.com>
2789
2790 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
2791 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
2792 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
2793 (ins_imms_scaled): Initialize sign_bit at function entry.
2794 (elf64_ia64_operands): Add missing initializers.
2795 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
2796 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
2797 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
2798 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
2799 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
2800 parameters.
2801 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
2802 and free_extsyms at function entry.
2803 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
2804 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
2805 (get_got): Delete unused local srel.
2806 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
2807 (elfNN_ia64_relocate_section): Delete unused local dynindx.
d952f17a 2808
1abaf976
KH
28092000-11-21 Kazu Hirata <kazu@hxi.com>
2810
6e301b2b
KH
2811 * coff-a29k.c: Fix formatting.
2812 * coff-h8500.c: Likewise.
2813 * coff-i960.c: Likewise.
2814 * coff-ppc.c: Likewise.
2815 * coff-rs6000.c: Likewise.
2816 * coff-stgo32.c: Likewise.
2817 * coff-tic54x.c: Likewise.
2818 * coff-w65.c: Likewise.
2819 * cpu-h8500.c: Likewise.
2820 * cpu-hppa.c: Likewise.
2821 * cpu-ns32k.c: Likewise.
2822 * ecoff.c: Likewise.
1abaf976
KH
2823 * ecofflink.c: Likewise.
2824
a0fc8ba1
NC
28252000-11-21 Nick Clifton <nickc@redhat.com>
2826
2827 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
2828 remove possibility of infinite loop.
2829
beb0d161
KH
28302000-11-20 Kazu Hirata <kazu@hxi.com>
2831
2832 * aix386-core.c: Fix formatting.
2833 * aout-adobe.c: Likewise.
2834 * aout-arm.c: Likewise.
2835 * aout-encap.c: Likewise.
2836 * aout-ns32k.c: Likewise.
2837 * aout-target.h: Likewise.
2838 * aout-tic30.c: Likewise.
2839 * aoutf1.h: Likewise.
2840 * aoutx.h: Likewise.
2841 * archive.c: Likewise.
eb6e10cb
KH
2842 * bfd-in.h: Likewise.
2843 * bfd-in2.h: Likewise.
2844 * bfd.c: Likewise.
2845 * bout.c: Likewise.
beb0d161 2846
2c2475db
JW
28472000-11-17 H.J. Lu <hjl@gnu.org>
2848
2849 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
2850 pltoff entries for DT_INIT and DT_FINI.
2851 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
2852 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
2853 entries.
2854
18b27f17
RH
28552000-11-16 Richard Henderson <rth@redhat.com>
2856
2857 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
2858 (allocate_dynrel_entries): Likewise.
2859 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
2860 (set_pltoff_entry): Likewise.
2861 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
2862 (elfNN_ia64_reloc_type_lookup): Likewise.
2863 (elfNN_ia64_install_value): Likewise.
2864 (elfNN_ia64_relocate_section): Likewise.
2865 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
2866 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
2867
98591c73
KH
28682000-11-16 Kazu Hirata <kazu@hxi.com>
2869
71f6b586
KH
2870 * cpu-a29k.c: Fix formatting.
2871 * cpu-alpha.c: Likewise.
2872 * cpu-arm.c: Likewise.
2873 * cpu-avr.c: Likewise.
2874 * cpu-d10v.c: Likewise.
2875 * cpu-h8500.c: Likewise.
2876 * cpu-hppa.c: Likewise.
2877 * cpu-i370.c: Likewise.
2878 * cpu-i386.c: Likewise.
2879 * cpu-i960.c: Likewise.
2880 * cpu-ia64-opc.c: Likewise.
2881 * cpu-ia64.c: Likewise.
2882 * cpu-m32r.c: Likewise.
2883 * cpu-m68hc11.c: Likewise.
2884 * cpu-m68hc12.c: Likewise.
2885 * cpu-m68k.c: Likewise.
2886 * cpu-m88k.c: Likewise.
2887 * cpu-mips.c: Likewise.
2888 * cpu-ns32k.c: Likewise.
2889 * cpu-pj.c: Likewise.
2890 * cpu-powerpc.c: Likewise.
2891 * cpu-sh.c: Likewise.
2892 * cpu-sparc.c: Likewise.
2893 * cpu-tic54x.c: Likewise.
2894 * cpu-v850.c: Likewise.
2895 * cpu-vax.c: Likewise.
2896 * cpu-w65.c: Likewise.
2897 * cpu-we32k.c: Likewise.
2898 * cpu-z8k.c: Likewise.
2899 * dwarf1.c: Likewise.
98591c73
KH
2900 * dwarf2.c: Likewise.
2901
c5930ee6
KH
29022000-11-15 Kazu Hirata <kazu@hxi.com>
2903
2904 * coff-arm.c: Fix formatting.
2905 * coff-ppc.c: Likewise.
2906 * coff-rs6000.c: Likewise.
cbfe05c4
KH
2907 * coff-sh.c: Likewise.
2908 * coff-sparc.c: Likewise.
2909 * coff-tic30.c: Likewise.
2910 * coff-tic54x.c: Likewise.
2911 * coff-tic80.c: Likewise.
2912 * coff-w65.c: Likewise.
2913 * coff-we32k.c: Likewise.
2914 * coff-z8k.c: Likewise.
c5930ee6 2915
dac544a8
RH
29162000-11-15 Richard Henderson <rth@redhat.com>
2917
2918 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
2919 section with the same ALLOC|LOAD flags as the source section.
2920
c810873d
JJ
29212000-11-14 Jakub Jelinek <jakub@redhat.com>
2922
2923 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
2924 by STO_ALPHA constants.
2925
43646c9d
KH
29262000-11-14 Kazu Hirata <kazu@hxi.com>
2927
2928 * coff-pmac.c: Fix formatting.
2929 * coff-ppc.c: Likewise.
2930
051b8577
L
29312000-11-13 H.J. Lu <hjl@gnu.org>
2932
2933 * elflink.h (elf_link_add_object_symbols): Also add indirect
2934 symbols for common symbols with the default version.
2935
90460d97
PB
29362000-11-09 Philip Blundell <pb@futuretv.com>
2937
2938 * section.c (STD_SECTION): Set gc_mark flag.
2939
b48499ec
KH
29402000-11-11 Kazu Hirata <kazu@hxi.com>
2941
2942 * coff-i960.c: Likewise.
2943 * coff-m68k.c: Likewise.
2944 * coff-m88k.c: Likewise.
2945 * coff-mcore.c: Likewise.
2946 * coff-mips.c: Likewise.
2947
c5aeb40f
AO
29482000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
2949
2950 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
2951
5fcfd273
KH
29522000-11-10 Kazu Hirata <kazu@hxi.com>
2953
2954 * coff-h8300.c: Fix formatting.
2955 * coff-h8500.c: Likewise.
2956 * coff-i386.c: Likewise.
2957 * coff-i860.c: Likewise.
2958 * coff-i960.c: Likewise.
2959 * coff-ia64.c: Likewise.
2960
047066e1
KH
29612000-11-09 Kazu Hirata <kazu@hxi.com>
2962
2963 * archive.c: Fix formatting.
2964 * archures.c: Likewise.
2965
9a951beb
RH
29662000-11-07 Richard Henderson <rth@redhat.com>
2967
2968 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
2969 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
2970 * section.c (bfd_set_section_contents): Call memcpy if
2971 section->contents set and location not equal to contents plus offset.
2972
aebad5fe
KH
29732000-11-08 Kazu Hirata <kazu@hxi.com>
2974
8546af74
KH
2975 * bfd-in.h: Fix formatting.
2976 * bfd-in2.h: Likewise.
2977 * bfd.c: Likewise.
aebad5fe
KH
2978 * binary.c: Likewise.
2979 * bout.c: Likewise.
346ceb11
KH
2980 * coff-a29k.c: Likewise.
2981 * coff-alpha.c: Likewise.
2982 * coff-apollo.c: Likewise.
2983 * coff-aux.c: Likewise.
aebad5fe 2984
0ef5a5bd
KH
29852000-11-07 Kazu Hirata <kazu@hxi.com>
2986
2987 * aix386-core.c: Fix formatting.
2988 * aoutf1.h: Likewise.
2989 * aoutx.h: Likewise.
2990 * archures.c: Likewise.
2991 * armnetbsd.c: Likewise.
2992
d562d2fb
AM
29932000-11-07 Alan Modra <alan@linuxcare.com.au>
2994
2995 * coff-h8300.c (special): Adjust reloc address.
2996
bbe66d08
JW
29972000-11-06 Steve Ellcey <sje@cup.hp.com>
2998
4efc3e05 2999 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
bbe66d08
JW
3000 to differentiate elf32 and elf64 on ia64.
3001 * bfd-in2.h: Regenerate.
3002 * config.bfd: Add target for "ia64*-*-hpux*".
3003 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
3004 * configure: Regenerate.
4efc3e05 3005 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
bbe66d08
JW
3006 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
3007
3008 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
3009 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
3010 * Makefile.in: Regnerate.
4efc3e05 3011 * elf64-ia64.c: Deleted.
bbe66d08
JW
3012 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
3013
c4dfa77f
KH
30142000-11-06 Kazu Hirata <kazu@hxi.com>
3015
3016 * aout-adobe.c: Fix formatting.
3017 * aout-arm.c: Likewise.
3018 * aout-cris.c: Likewise.
3019 * aout-encap.c: Likewise.
3020 * aout-ns32k.c: Likewise.
3021 * aout-target.h: Likewise.
3022 * aout-tic30.c: Likewise.
3023
cf919dfd
PB
30242000-11-05 Philip Blundell <philb@gnu.org>
3025
3026 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
3027 BFDs containing no sections to be merged, regardless of their flags.
3028
30292000-11-04 Philip Blundell <philb@gnu.org>
3030
3031 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
3032 if a relocation for an undefined symbol also results in an
3033 overflow.
3034
8d88c4ca 30352000-11-06 Christopher Faylor <cgf@cygnus.com>
8848a8d0
CF
3036
3037 * config.bfd: Add support for Sun Chorus.
3038
46d59bfa
DB
30392000-11-05 David O'Brien <obrien@FreeBSD.org>
3040
3041 * configure.in: Recognize alpha-*-freebsd*.
3042 * configure: Regenerate.
3043
d952f17a 30442000-11-02 Luciano Gemme <ishitawa@yahoo.com>
420496c1
NC
3045
3046 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
3047 (Chunk): New global variable set by a parameter in objcopy.c.
3048 (S3Forced): New global variable set by a parameter in
3049 objcopy.c.
3050 (srec_set_section_contents): If S3Forced is true, always generate
3051 S3 records.
3052 (srec_write_section): Use 'Chunk' to limit maximum length of S
3053 records.
3054
59ff2774
NC
30552000-11-02 Per Lundberg <plundis@chaosdev.org>
3056
3057 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
3058 * Makefile.in: Regenerate.
3059 * bfd-in2.h: Regenerate.
3060 * po/bfd.pot: Regenerate.
d952f17a 3061
ee43f35e
PB
30622000-10-31 Philip Blundell <philb@gnu.org>
3063
3064 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
3065 EF_SOFT_FLOAT if it is defined.
3066
1006ba19
PB
30672000-10-27 Philip Blundell <philb@gnu.org>
3068
3069 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
3070 attempts to mix PIC code with non-PIC, just mark the output as
3071 being position dependent.
d952f17a
AM
3072 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
3073 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
1006ba19 3074 all mismatches, not just the first one.
d952f17a 3075
c4920b97
NC
30762000-10-25 Chris Demetriou <cgd@sibyte.com>
3077
3078 * ieee.c (ieee_archive_p): Plug one of many possible
3079 memory leaks in error handling.
3080
19f7b010
JJ
30812000-10-20 Jakub Jelinek <jakub@redhat.com>
3082
3083 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
3084 elf32_sparc_object_p, elf32_sparc_final_write_processing):
3085 Support v8plusb.
3086 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
3087 sparc64_elf_object_p): Support v9b.
3088 * archures.c: Declare v8plusb and v9b machines.
3089 * bfd-in2.h: Ditto.
3090 * cpu-sparc.c: Ditto.
3091
e1e0340b
GK
30922000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
3093
ea5fbc67
GK
3094 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
3095 of a GOT reloc.
3096
e1e0340b
GK
3097 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
3098 (SYMBOL_CALLS_LOCAL): New macro.
3099 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
3100 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
3101 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
3102 (ppc_elf_relocate_section): Use flag variable to determine
3103 whether the relocation refers to a local symbol.
3104 Test whether a PLTREL24 reloc will produce a reloc by looking
3105 to see whether a PLT entry was made.
3106
a4b120e1
GK
31072000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
3108
3109 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
3110 entries that could serve as a definition for a weak symbol.
3111
5af5b85b
UC
31122000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
3113
3114 From Ralf Baechle <ralf@gnu.org>
3115
3116 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
3117 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
3118 against local symbols.
3119 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
d952f17a 3120
3ef20aaa
AM
31212000-10-12 Alan Modra <alan@linuxcare.com.au>
3122
24376d1b
AM
3123 * section.c (struct sec): Add kept_section.
3124 (struct bfd_comdat_info): Remove sec, we can use above.
3125 (STD_SECTION): Add initializer.
3126 (bfd_make_section_anyway): Init here too.
3127
3128 * bfd-in2.h: Regenerate.
3129
3130 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
d952f17a 3131 zeroing of `flags'.
24376d1b
AM
3132 (elf_link_input_bfd): Set all asection->symbol->value's here, and
3133 fudge values for discarded link-once section symbols.
3134
3ef20aaa
AM
3135 * elf64-hppa.c: Include alloca-conf.h
3136
c0e219cc
AM
31372000-10-11 Alan Modra <alan@linuxcare.com.au>
3138
d01e2a23
AM
3139 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
3140
c0e219cc
AM
3141 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
3142
fe268b66
AM
31432000-10-10 Alan Modra <alan@linuxcare.com.au>
3144
3145 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
3146
4d7ce4dd
AM
31472000-10-10 Tom Rix <trix@redhat.com>
3148
d952f17a 3149 * section.c (bfd_make_section_anyway): Release newsect ptr when
4d7ce4dd
AM
3150 newsect->symbol fails to alloc. Use bfd_release instead of free.
3151
f3b6f7c3
RH
31522000-10-09 Richard Henderson <rth@cygnus.com
3153
3154 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
3155 (elf64_ia64_unwind_entry_compare): New.
3156 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
3157
44852b19
AM
31582000-10-07 Alan Modra <alan@linuxcare.com.au>
3159
fc8c40a0
AM
3160 * elflink.h (size_dynamic_sections): Don't create various tags if
3161 .dynstr is excluded from the link. Don't set first dynsym entry
3162 if dynsymcount is zero.
3163 (elf_bfd_final_link): Don't try to swap out dynamic syms if
3164 .dynsym excluded from the link. Don't try to write any dynamic
3165 sections excluded from the link.
3166
44852b19
AM
3167 * elf.c (swap_out_syms): Handle global section symbols.
3168
3e4554a2
DD
31692000-10-05 DJ Delorie <dj@redhat.com>
3170
3171 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
3172 * coffcode.h (coff_set_alignment_hook): read extended reloc count
3173 (coff_write_relocs): write extended reloc count
3174 (coff_write_object_contents): account for extended relocs
3175
fa152c49
JW
31762000-10-05 Jim Wilson <wilson@cygnus.com>
3177
3178 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
3179 field.
3180 * elf.c (_bfd_elf_make_section_from_shdr): Call the
3181 elf_backend_section_flags function.
3182 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
3183 code.
3184 (elf64_ia64_section_flags): New function containing flag conversion
3185 code.
3186 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
3187 * elfxx-target.h (elf_backend_section_flags): Define.
3188 (elfNN_bed): Initialize elf_backend_section_flags field.
3189
36605136
AM
31902000-10-02 Alan Modra <alan@linuxcare.com.au>
3191
3192 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
3193 _bfd_elf32_gc_record_vtable. Correct a comment.
3194
4b6609a0
UC
31952000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
3196
3197 From Ralf Baechle <ralf@gnu.org>
3198
3199 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
3200 produces binaries with got[1] = 0x80000001 to differenciate them
3201 for the dynamic linker from the broken binaries produced by old
3202 versions.
36605136 3203
f572a39d
AM
32042000-09-30 Petr Sorfa <petrs@sco.com>
3205
3206 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
3207 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
3208 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
3209 * configure: Regenerate.
3210
4da81684
HPN
32112000-09-27 Hans-Peter Nilsson <hp@axis.com>
3212
3213 Define two bfd_targets for absence and presence of leading
3214 underscore on symbols. Make sure to only link same kind.
3215 * elf32-cris.c (cris_elf_object_p,
3216 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
3217 cris_elf_merge_private_bfd_data): New.
3218 (elf_backend_object_p, elf_backend_final_write_processing,
3219 bfd_elf32_bfd_print_private_bfd_data,
3220 bfd_elf32_bfd_merge_private_bfd_data): Define.
3221 <Target vector definition>: Include elf32-target.h twice with
3222 different macro settings:
3223 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
3224 bfd_elf32_us_cris_vec.
3225 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
3226 (elf_symbol_leading_char): First as 0, then '_'.
3227 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
3228 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
3229 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
3230 * configure: Regenerate.
3231 * targets.c: Declare bfd_elf32_us_cris_vec.
3232 * po/bfd.pot: Regenerate.
3233
9a5aca8c
AM
32342000-09-29 Momchil Velikov <velco@fadata.bg>
3235
3236 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
3237 R_ARM_THM_PC22 relocations.
3238
512a2384
AM
32392000-09-29 NIIBE Yutaka <gniibe@chroot.org>
3240
3241 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
3242
6c99a5c3
AM
32432000-09-29 Momchil Velikov <velco@fadata.bg>
3244
3245 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
3246 is has the SEC_HAS_CONTENTS flag set.
3247