1 2001-03-15 Alan Modra <alan@linuxcare.com.au>
3 * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
4 (hppa_link_hash_newfunc): Init it.
5 (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
6 section appears to be non-PIC.
7 (final_link_relocate): Likewise.
8 (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
9 possible candidate function, and set pic_call for those that will
10 only have a .plt entry for the PIC call stub.
11 (hppa_handle_PIC_calls): Set maybe_pic_call.
13 2001-03-12 DJ Delorie <dj@redhat.com>
15 * elf32-sh.c (sh_elf_relocate_section): Only relocation
16 R_SH_DIR8WP* relocs if they're against external symbols, else
17 they're just for relaxing. Validate the reloc values.
19 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
21 * binary.c (bfd_external_binary_architecture): Declare.
22 (binary_object_p): If bfd_external_binary_architecture is defined,
23 set the architecture to this string.
25 2001-03-11 Philip Blundell <philb@gnu.org>
27 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
28 entries that could serve as a definition for a weak symbol.
30 2001-03-08 Nick Clifton <nickc@redhat.com>
32 * Most files: Update copyright notices using Perl script created
33 by Kevin Buettner <kevinb@redhat.com>.
35 2001-03-07 Nick Clifton <nickc@redhat.com>
37 * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
38 prior patch on ! defined OLD_ARM_ABI.
40 2001-03-07 Andreas Jaeger <aj@suse.de>
42 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
43 some relocation values.
45 2001-03-06 Nick Clifton <nickc@redhat.com>
47 * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
48 of offset in BLX(1) instruction.
49 * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
50 offset in BLX(1) instruction.
53 2001-03-06 Nick Clifton <nickc@redhat.com>
55 * coff-arm.c (coff_arm_reloc_type_lookup): Add
56 BFD_RELOC_THUMB_PCREL_BLX.
58 2001-03-06 Igor Shevlyakov <igor@windriver.com>
60 * archures.c (bfd_default_scan): Add Coldfire CPUs.
61 * bfd-in2.h: Regenerate.
62 * cpu-m68k.c: Add Coldfire CPUs for arch table.
63 * ieee.c (ieee_write_processor): Set proper id for
66 2001-03-01 D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
68 * configure.in: Add s390 target.
69 * configure: Regenerate.
71 2001-02-28 Andreas Jaeger <aj@suse.de>
73 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
76 2001-02-28 Philip Blundell <pb@futuretv.com>
78 * elf32-arm.h: Update mentions of renamed EF_xx constants.
79 (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
81 2001-02-27 H.J. Lu <hjl@gnu.org>
83 * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
84 abfd->tdata.aout_data == NULL.
86 2001-02-27 Alan Modra <alan@linuxcare.com.au>
88 * elf32-hppa.c: Correct field selector in stub comments.
89 (clobber_millicode_symbols): Formatting fix.
91 * configure.in: Bump version to 2.11.90.
92 * configure: Regenerate.
93 * Makefile.am (CFILES): Rename to SOURCE_CFILES.
94 (CFILES): $SOURCE_CFILES + generated C files.
95 (POTFILES): Include $HFILES not $SOURCE_HFILES.
97 * Makefile.in: Regenerate.
98 * doc/Makefile.in: This too.
100 2001-02-26 Timothy Wall <twall@cygnus.com>
102 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
105 2001-02-26 Nick Clifton <nickc@redhat.com>
107 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
108 up, replacing multiple if statements with a switch.
109 (handle_COMDAT): New function.
111 2001-02-26 H.J. Lu <hjl@gnu.org>
113 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
114 a warning for section flags we do not handle instead of
117 2001-02-26 Andreas Jaeger <aj@suse.de>
119 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
121 2001-02-22 Timothy Wall <twall@cygnus.com>
123 * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
124 * configure.in: Add objects for elf64_ia64_aix vectors.
125 * configure: Regenerated.
126 * configure.host: Recognize ia64-*-aix*.
127 * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors
128 for AIX. AIX5 requires most relocations to be dynamic (*all*
129 binaries are somewhat similar to shared libraries).
130 * targets.c: Add elf64_ia64_aix vectors.
132 2001-02-21 David Mosberger <davidm@hpl.hp.com>
134 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
135 C8 said "1" instead of "8". Clarify error string for IMM22:
136 "signed integer" instead of just "integer".
138 2001-02-20 Andreas Jaeger <aj@suse.de>
140 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
141 PLT entries that could serve as a definition for a weak symbol.
143 2001-02-19 Jakub Jelinek <jakub@redhat.com>
145 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
146 entries that could serve as a definition for a weak symbol.
147 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
149 2001-02-18 David O'Brien <obrien@FreeBSD>
151 * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
152 FreeBSD/i386-CURRENT differently until I can figure out the needed
154 * configure: Regenerate.
155 * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
156 FreeBSD/PowerPC, and FreeBSD/sparc64.
158 2001-02-18 lars brinkhoff <lars@nocrew.org>
160 * Makefile.am: Add PDP-11 a.out target.
161 * config.bfd: Likewise.
162 * configure.in: Likewise.
163 * targets.c: Likewise.
164 * archures.c: Likewise.
165 * bfd-in2.h: Likewise. Add PDP-11 relocations.
166 * libbfd.h: Add PDP-11 relocations.
168 * cpu-pdp11.c: New file.
171 * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
172 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
173 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
174 (PUT_WORD) [ARCH_SIZE==16]: Likewise.
175 (GET_MAGIC): New macro.
176 (PUT_MAGIC): Likewise.
177 * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
179 2001-02-18 Jim Kingdon <jkingdon@engr.sgi.com>
181 * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
184 2001-02-18 H.J. Lu <hjl@gnu.org>
186 * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
189 2001-02-18 Kazu Hirata <kazu@hxi.com>
191 * vms-misc.c: Fix formatting.
193 2001-02-16 Kazu Hirata <kazu@hxi.com>
195 * vms.c: Fix formatting.
197 2001-02-14 H.J. Lu <hjl@gnu.org>
199 * elf.c (elf_find_function): New function.
200 (_bfd_elf_find_nearest_line): Call elf_find_function () to find
201 the file name and function name.
203 2001-02-14 Nick Clifton <nickc@redhat.com>
205 * ecoff.c (bfd_debug_section): Update to initialise new fields in
208 * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
209 (BFD64_BACKENDS): Add pepigen.c
210 Add rules to create peigen.c and pepigen.c from peXXigen.c.
212 * Makefile.in: Regenerate.
213 * configure: Regenerate.
214 * po/POTFILES.in: Regenerate.
215 * po/bfd.pot: Regenerate.
217 2001-02-14 H.J. Lu <hjl@gnu.org>
219 * libcoff-in.h (pe_tdata): Add members target_subsystem and
220 force_minimum_alignment.
222 2001-02-14 Bo Thorsen <bo@suse.de>
224 * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
225 (elf64_86_64_size_info): Struct added to fix a problem
226 with the hashtable string entries.
227 (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
228 (elf64_x86_64_size_dynamic_sections): A FIXME removed.
229 (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
230 remove the FIXME for this.
231 (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
232 section. Also removed the FIXME for it.
233 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
234 (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
235 (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
237 2001-02-13 Richard Henderson <rth@redhat.com>
239 * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
240 and not user provided.
242 2001-02-13 Kazu Hirata <kazu@hxi.com>
244 * vms.c (vms_print_symbol): Remove unreachable code.
246 * rs6000-core.c: Fix formatting.
248 2001-02-13 David Mosberger <davidm@hpl.hp.com>
250 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
251 as _bfd_XXi_only_swap_filehdr_out.
252 (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
253 pe->force_minimum_alignment to TRUE.
254 (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
255 PEI_TARGET_SUBSYSTEM.
256 (pe_print_private_bfd_data): Call
257 _bfd_XX_print_private_bfd_data_common() instead of
258 _bfd_pe_print_private_bfd_data_common().
259 (pe_bfd_copy_private_bfd_data): Call
260 _bfd_XX_bfd_copy_private_bfd_data_common() instead of
261 _bfd_pe_bfd_copy_private_bfd_data_common().
262 (coff_bfd_copy_private_section_data): Define as
263 _bfd_XX_bfd_copy_private_section_data instead of
264 _bfd_pe_bfd_copy_private_section_data.
265 (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
266 of a _bfd_pe_get_symbol_info.
270 * peXXigen.c: Renamed from peigen.c.
271 (COFF_WITH_XX): Define this macro (will get expanded into
272 COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
273 compiled as peigen.c or pepigen.c.
274 [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
275 define the canonical PEP structures and definitions.
276 (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
277 effect, enforce minimum file and section alignments. If
278 extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
279 pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
280 so, by default, this is a no-op).
282 * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
283 (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
284 _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
285 _bfd_pefoo if it's not defined. Use these macros to define
288 * libcoff.h (pe_tdata): Add members target_subsystem and
289 force_minimum_alignment.
291 * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
293 (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
295 * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
298 * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
299 (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
302 * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
303 (BFD64_BACKENDS_CFILES): Mention pepigen.c
304 (peigen.c): Add rule to generate from peXXigen.c.
306 (pepigen.lo): List dependencies for pepigen.lo.
308 2001-02-13 Alan Modra <alan@linuxcare.com.au>
310 * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If
311 $global$ referenced but not defined, set its value here.
313 2001-02-09 Bo Thorsen <bo@suse.de>
315 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
317 (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
319 (elf64_x86_64_relocate_section): Fix formatting.
320 (elf64_x86_64_relocate_section): Fix addend for relocation of
321 R_X86_64_(8|16|32|PC8|PC16|PC32).
323 2001-02-12 Jan Hubicka <jh@suse.cz>
325 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
327 2001-02-11 H.J. Lu <hjl@gnu.org>
329 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
332 2001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
334 * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
335 from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32
336 relocations against dynsym symbols.
338 * elf32-mips.c (elf_mips_howto_table): Fix the comment on
339 the R_MIPS_26 relocation.
340 (mips_elf_calculate_relocation): Use (p + 4) instead of p for
341 the R_MIPS_26 relocation.
342 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
344 * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
345 the R_MIPS_26 relocation.
346 (mips_elf64_howto_table_rela): Likewise.
348 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
349 member to mark symbols that have non-CALL relocations against
351 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
352 (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
354 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
355 non-CALL relocation against it is encountered.
356 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
357 (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
358 no_fn_stub is not set.
360 * elf32-mips.c (mips_elf_output_extsym): Get the output section
361 information from the real symbol for indirect ones.
362 Check no_fn_stub to find out if a symbol has a function stub
365 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
367 * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
368 * Makefile.in: Regenerate.
370 2001-02-09 David Mosberger <davidm@hpl.hp.com>
372 * elfxx-ia64.c (is_unwind_section_name): New function. Returns
373 true if section name is an unwind table section name.
374 (elfNN_ia64_additional_program_headers): Count each unwind section
376 (elfNN_ia64_modify_segment_map): Install one unwind program header
377 for each unwind separate section. Note: normally the linker
378 script merges the unwind sections that go into a single segment,
379 so this still generates at most one unwind program header per
382 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
383 name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
384 (elfNN_ia64_fake_sections): Mark sections with names that start
385 with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
388 * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
389 Use it to make sh_info in unwind section point to the text section
392 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
394 * Makefile.am: Add linux target for S/390.
395 * archures.c: Likewise.
396 * bfd-in2.h: Likewise.
397 * config.bfd: Likewise.
398 * configure.in: Likewise.
400 * libbfd.h: Likewise.
401 * targets.c: Likewise.
402 * cpu-s390.c: New file.
403 * elf32-s390.c: New file.
404 * elf64-s390.c: New file.
406 2001-02-09 Nick Clifton <nickc@redhat.com>
408 * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
409 ImageBase. This has already been done by coff_swap_hdr_in.
411 2001-02-09 Jakub Jelinek <jakub@redhat.com>
413 * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
415 2001-02-09 Jakub Jelinek <jakub@redhat.com>
417 * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
418 (sparc64_elf_relocate_section): Likewise.
420 2001-02-09 Mark Kettenis <kettenis@gnu.org>
422 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
423 similar to R_SPARC_32.
424 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
426 2001-02-08 H.J. Lu <hjl@gnu.org>
428 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
429 relocation entries for weak definitions when building DSO with
432 2001-02-08 Richard Henderson <rth@redhat.com>
434 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
435 before visibility. Locally defined protected symbols are not
438 2001-02-08 Geoffrey Keating <geoffk@redhat.com>
440 * config.bfd: Enable coff64 for rs6000-*. Patch from
441 <hzoli@austin.ibm.com>.
443 2001-02-07 Mark Elbrecht <snowball3@bigfoot.com>
445 * coffgen.c (coff_find_nearest_line): If stabs info is successfully
446 found, do not attempt to find dwarf2 info before returning.
448 2001-02-07 Jakub Jelinek <jakub@redhat.com>
450 * elflink.h (is_global_symbol_definition): Rename to
451 is_global_data_symbol_definition and have it reject function
453 (elf_link_is_defined_archive_symbol): Use renamed function.
455 2001-02-07 Todd Vierling <tv@wasabisystems.com>
457 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
458 * libbfd.h (bfd_target_vector): Likewise.
459 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
460 make static; create pointer reference named bfd_target_vector.
461 (_bfd_target_vector_entries): Calculate this based on the array
462 typed _bfd_target_vector.
464 2001-02-06 H.J. Lu <hjl@gnu.org>
466 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
467 internal symbols are not dynamic.
468 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
470 2001-02-06 Nick Clifton <nickc@redhat.com>
472 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
473 that it will not be pulled into the list of files that make up
475 * Makefile.in: Regenerate.
476 * po/bfd.pot: Regenerate.
478 2001-02-06 H.J. Lu <hjl@gnu.org>
480 * peicode.h (coff_swap_filehdr_in): Remove the e_magic
482 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
483 external_PEI_IMAGE_hdr.
485 2001-02-06 Kazu Hirata <kazu@hxi.com>
487 * elf-m10200.c: Fix formatting.
489 2001-02-04 Nick Clifton <nickc@redhat.com>
491 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
492 rel, it will be handled later on.
494 2001-02-02 Fred Fish <fnf@ninemoons.com>
496 * Makefile.in: Fix typo.
498 2001-02-01 Kazu Hirata <kazu@hxi.com>
500 * elf-m10300.c: Fix formatting.
502 2001-01-30 Alan Modra <alan@linuxcare.com.au>
504 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
505 (elf_backend_get_symbol_type): Define.
506 (elf64_hppa_object_p): Set architecture and machine from elf
509 2001-01-30 Curtis L. Janssen <cljanss@ca.sandia.gov>
511 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
514 2001-01-26 Richard Henderson <rth@redhat.com>
516 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
517 for non-default visibility.
518 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
519 delete ugly macro and replace with pretty function.
521 2001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
523 * coff-go32.c: Update copyright.
524 * coff-stgo32.c: Likewise.
525 * coff-go32.c (COFF_LONG_FILENAMES): Define.
526 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
527 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
528 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
530 2001-01-25 Kazu Hirata <kazu@hxi.com>
532 * bfd-in2.h: Rebuild.
533 * libbfd.h: Likewise.
535 2001-01-23 H.J. Lu <hjl@gnu.org>
537 * bfd-in2.h: Rebuild.
539 2001-01-23 H.J. Lu <hjl@gnu.org>
541 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
542 is NULL or PRIV(vms_rec) is outside of the buffer.
544 2001-01-23 Kazu Hirata <kazu@hxi.com>
546 * coff64-rs6000.c: Fix formatting.
547 * coff-arm.c: Likewise.
548 * coffgen.c: Likewise.
549 * cofflink.c: Likewise.
550 * coff-mcore.c: Likewise.
551 * coff-mips.c: Likewise.
552 * coff-pmac.c: Likewise.
553 * coff-ppc.c: Likewise.
554 * coff-rs6000.c: Likewise.
556 * elf32-fr30.c: Likewise.
557 * elf32-i370.c: Likewise.
558 * elf32-i860.c: Likewise.
559 * elf32-m32r.c: Likewise.
560 * elf32-m68k.c: Likewise.
561 * elf32-mcore.c: Likewise.
562 * elf32-ppc.c: Likewise.
563 * elf32-sh.c: Likewise.
564 * elf32-v850.c: Likewise.
565 * elf64-alpha.c: Likewise.
566 * elf64-sparc.c: Likewise.
567 * elflink.c: Likewise.
568 * elflink.h: Likewise.
569 * elf-m10200.c: Likewise.
570 * elf-m10300.c: Likewise.
571 * elfxx-ia64.c: Likewise.
573 * aoutx.h: Fix formatting.
575 * bfd-in2.h: Likewise.
576 * bfd-in.h: Likewise.
577 * cpu-i386.c: Likewise.
578 * cpu-m68hc11.c: Likewise.
579 * dwarf2.c: Likewise.
580 * elf64-x86-64.c: Likewise.
581 * format.c: Likewise.
582 * freebsd.h: Likewise.
584 * hp300hpux.c: Likewise.
585 * hppabsd-core.c: Likewise.
586 * hpux-core.c: Likewise.
588 2001-01-22 Bo Thorsen <bo@suse.de>
590 * elf64-x86-64.c: Added PIC support for X86-64.
591 (elf64_x86_64_link_hash_newfunc): Function added.
592 (elf64_x86_64_link_hash_table_create): Likewise.
593 (elf64_x86_64_check_relocs): Likewise.
594 (elf64_x86_64_gc_mark_hook): Likewise.
595 (elf64_x86_64_gc_sweep_hook): Likewise.
596 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
597 (elf64_x86_64_size_dynamic_sections): Likewise.
598 (elf64_x86_64_discard_copies): Likewise.
599 (elf64_x86_64_finish_dynamic_symbol): Likewise.
600 (elf64_x86_64_finish_dynamic_sections): Likewise.
601 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
603 2001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
605 * Makefile.am (install-data-local): Make use of $(DESTDIR).
606 * Makefile.in: Regenerate.
608 2001-01-21 Kazu Hirata <kazu@hxi.com>
610 * coff-a29k.c: Fix formatting.
612 2001-01-19 H.J. Lu <hjl@gnu.org>
614 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
615 relocation section names.
616 (elf_i386_relocate_section): Report files with bad relocation
617 section names and return false.
619 2001-01-17 Bo Thorsen <bo@suse.de>
621 * targets.c: Alphabetize list of xvecs.
623 2001-01-14 Alan Modra <alan@linuxcare.com.au>
625 * config.bfd: Add linux target variant for elfxx-hppa.
626 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
627 bfd_elf64_hppa_linux_vec.
628 * configure: Regenerate.
629 * elf64-hppa.c: Include elf64-target.h again to support linux
631 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
632 * elf32-hppa.c: Include elf32-target.h again to support linux
634 (elf32_hppa_post_process_headers): New function.
635 (elf_backend_post_process_headers): Define.
636 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
637 bfd_elf32_hppa_linux_vec.
639 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
640 and data_segment_base fields.
641 (elf32_hppa_link_hash_table_create ): Init them.
642 (elf32_hppa_check_relocs): Update comments.
643 (hppa_record_segment_addr): New function.
644 (elf32_hppa_relocate_section): Call it.
645 (final_link_relocate): Handle R_PARISC_SEGREL32.
646 (elf32_hppa_final_link): New function.
647 (bfd_elf32_bfd_final_link): Define to call it.
648 (hppa_unwind_entry_compare): New function.
649 * cache.c (bfd_open_file): Create files in write+read mode.
651 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
652 SEGREL32 and numerous other relocs. Change duplicate
653 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
655 * opncls.c (bfd_fdopenr): Add parens like the comment says around
658 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
659 .plt entries for DT_INIT and DT_FINI.
660 (elf32_hppa_finish_dynamic_sections): Remove special handling of
663 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
664 offsets for stub .plt access if wide mode. Check offset in range.
666 2001-01-13 Nick Clifton <nickc@redhat.com>
668 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
671 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
674 2001-01-12 Alan Modra <alan@linuxcare.com.au>
676 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
677 * configure: Regenerate.
679 2001-01-11 Peter Targett <peter.targett@arccores.com>
681 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
682 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
683 * cpu-arc.c (arch_info_struct): Add entries for variants.
684 (bfd_arc_arch) Set default to bfd_mach_arc_5.
685 (arc_get_mach) Don't assume machine names prefixed arc- before
687 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
689 (arc_elf_final_write_processing) Likewise.
690 (ELF_MACHINE_CODE) Use EM_ARC.
692 2001-01-10 Nick Clifton <nickc@redhat.com>
694 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
696 2001-01-07 Philip Blundell <philb@gnu.org>
698 * README: Replace `bug-gnu-utils@gnu.org' with
699 `bug-binutils@gnu.org'.
701 2001-01-04 Kazu Hirata <kazu@hxi.com>
703 * som.c: Fix formatting.
705 2001-01-03 Kazu Hirata <kazu@hxi.com>
707 * ecoffswap.h: Fix formatting.
708 * elf-bfd.h: Likewise.
709 * elfarm-nabi.c: Likewise.
710 * elfarm-oabi.c: Likewise.
711 * elfcode.h: Likewise.
712 * elfcore.h: Likewise.
713 * elflink.c: Likewise.
714 * elflink.h: Likewise.
715 * elfxx-ia64.c: Likewise.
716 * elfxx-target.h: Likewise.
718 * linker.c: Likewise.
719 * lynx-core.c: Likewise.
721 2001-01-02 Kazu Hirata <kazu@hxi.com>
723 * pc532-mach.c: Fix formatting.
724 * pe-arm.c: Likewise.
725 * pe-i386.c: Likewise.
726 * pe-mips.c: Likewise.
727 * pe-ppc.c: Likewise.
729 * pei-mips.c: Likewise.
730 * pei-sh.c: Likewise.
731 * peicode.h: Likewise.
732 * ppcboot.c: Likewise.
733 * ptrace-core.c: Likewise.
735 2001-01-01 Kazu Hirata <kazu@hxi.com>
737 * reloc.c: Fix formatting.
738 * riscix.c: Likewise.
739 * rs6000-core.c: Likewise.
740 * xcoff-target.h: Likewise.
742 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
744 * elfcode.h (elf_object_p): Also restore the bfd mach field on
745 error, by calling bfd_default_set_arch_mach with incoming
748 2000-12-26 Kazu Hirata <kazu@hxi.com>
750 * vaxnetbsd.c: Fix formatting.
751 * versados.c: Likewise.
752 * vms-gsd.c: Likewise.
753 * vms-hdr.c: Likewise.
754 * vms-misc.c: Likewise.
756 2000-12-25 Alexandre Oliva <aoliva@redhat.com>
758 * archive.c (coff_write_armap): Don't write more than symbol_count
759 `archive_member_file_ptr's.
761 2000-12-25 Kazu Hirata <kazu@hxi.com>
763 * vms-tir.c: Fix formatting.
765 2000-12-23 Kazu Hirata <kazu@hxi.com>
767 * vms.c: Fix formatting.
770 2000-12-21 Santeri Paavolainen <santtu@ssh.com>
772 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
774 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
776 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
779 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
781 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
783 2000-12-21 Richard Sandiford <rsandifo@redhat.com>
785 * libbfd.c (bfd_get_bits): Added
786 (bfd_put_bits): Likewise
787 * bfd-in.h: Declared the above.
788 * bfd-in2.h: Regenerated.
790 2000-12-20 Kazu Hirata <kazu@hxi.com>
792 * targets.c: Fix formatting.
793 * tekhex.c: Likewise.
794 * trad-core.c: Likewise.
796 2000-12-19 Kazu Hirata <kazu@hxi.com>
798 * sco5-core.c: Fix formatting.
799 * section.c: Likewise.
800 * sparclinux.c: Likewise.
801 * sparclynx.c: Likewise.
802 * sparcnetbsd.c: Likewise.
805 * stab-syms.c: Likewise.
808 * sysdep.h: Likewise.
810 2000-12-18 Nick Clifton <nickc@redhat.com>
812 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
814 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
815 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
817 2000-12-18 Nick Clifton <nickc@redhat.com>
819 * vms-misc.c (_bfd_vms_get_record): Add default case to
822 2000-12-15 Miloslav Trmac <mitr@volny.cz>
824 * elfcore.h (elf_core_file_p): Move to the start of the program
825 headers before attempting to read them.
827 2000-12-14 Kazu Hirata <kazu@hxi.com>
829 * peigen.c: Fix formatting.
833 2000-12-13 Kazu Hirata <kazu@hxi.com>
835 * peigen.c: Fix formatting.
837 2000-12-12 Jim Wilson <wilson@redhat.com>
839 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
841 2000-12-08 Mark Salter <msalter@redhat.com>
843 * binary.c (binary_set_section_contents): Ignore sections
846 2000-12-12 Kazu Hirata <kazu@hxi.com>
848 * m68klinux.c: Fix formatting.
849 * m68knetbsd.c: Likewise.
850 * mipsbsd.c: Likewise.
851 * netbsd-core.c: Likewise.
852 * netbsd.h: Likewise.
853 * newsos3.c: Likewise.
854 * nlm32-alpha.c: Likewise.
855 * nlm32-i386.c: Likewise.
856 * nlm32-ppc.c: Likewise.
857 * nlm32-sparc.c: Likewise.
858 * nlmcode.h: Likewise.
859 * nlmswap.h: Likewise.
860 * nlm-target.h: Likewise.
861 * ns32knetbsd.c: Likewise.
863 2000-12-10 Fred Fish <fnf@be.com>
865 * elflink.h (elf_link_output_extsym): Don't complain about undefined
866 symbols in shared objects if allow_shlib_undefined is true.
868 2000-12-12 Nick Clifton <nickc@redhat.com>
870 * cpu-sh.c: Fix formattng.
871 * elf.c: Fix formattng.
872 * elf32-mips.c: Fix formattng.
873 * elf32-sh.c: Fix formattng.
874 * elf64-alpha.c: Fix formattng.
876 2000-12-09 Nick Clifton <nickc@redhat.com>
878 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
879 dwarf2_find_line_info as last parameter to invocation of
880 _bfd_dwarf2_find_nearest_line.
881 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
882 dwarf2_find_line_info as last parameter to invocation of
883 _bfd_dwarf2_find_nearest_line.
885 2000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
887 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
888 (BFD_LIBS): ...to here.
889 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
890 (BFD_LIBS_CFILES): ...to here.
891 * Makefile.in: Regenerate.
892 * configure.in: Remove dwarf.lo from the elf shell variable.
893 * configure: Regenerate.
894 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
895 * libcoff.h: Regenerate.
896 * coffgen.c (coff_find_nearest_line): Call
897 _bfd_dwarf2_find_nearest_line.
898 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
900 (read_abbrevs): Likewise
901 (decode_line_info): Likewise.
902 (parse_comp_unit): Likewise.
903 (comp_unit_find_nearest_line): Likewise.
904 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
905 * libbfd.h: Regenerate.
906 * elf.c (_bfd_elf_find_nearest_line): Update call.
907 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
908 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
909 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
910 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
911 (styp_to_sec_flags): Handle DWARF2 sections.
912 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
913 to _bfd_find_nearest_line.
914 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
915 call to _bfd_find_nearest_line.
917 2000-12-08 Kazu Hirata <kazu@hxi.com>
919 * coffgen.c: Fix formatting.
920 * elf-m10300.c: Likewise.
921 * elf32-i386.c: Likewise.
922 * elf32-i960.c: Likewise.
923 * elf32-m68k.c: Likewise.
924 * elf32-mcore.c: Likewise.
925 * elf32-ppc.c: Likewise.
926 * elf32-sh.c: Likewise.
927 * elf32-sparc.c: Likewise.
928 * elf32-v850.c: Likewise.
929 * elf64-alpha.c: Likewise.
930 * elf64-hppa.c: Likewise.
931 * elf64-mips.c: Likewise.
932 * elf64-sparc.c: Likewise.
934 2000-12-07 Kazu Hirata <kazu@hxi.com>
936 * elf32-ppc.c: Fix formatting.
937 * elf64-x86-64.c: Likewise.
939 2000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
941 From Ralf Baechle <ralf@gnu.org>
943 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
944 BFDs containing no sections or empty .text, .data or .bss sections
945 to be merged, regardless of their flags.
947 2000-12-06 Kazu Hirata <kazu@hxi.com>
949 * elf32-m32r.c: Fix formatting.
950 * elf32-m68hc11.c: Likewise.
951 * elf32-m68hc12.c: Likewise.
952 * elf32-m68k.c: Likewise.
953 * elf32-mcore.c: Likewise.
954 * elf32-pj.c: Likewise.
955 * elf32-ppc.c: Likewise.
957 2000-12-05 Kazu Hirata <kazu@hxi.com>
959 * elf32-fr30.c: Fix formatting.
960 * elf32-hppa.c: Likewise.
961 * elf32-i370.c: Likewise.
962 * elf32-i386.c: Likewise.
963 * elf32-i860.c: Likewise.
964 * elf32-i960.c: Likewise.
966 2000-12-03 Kazu Hirata <kazu@hxi.com>
968 * elf32-arm.h: Fix formatting.
969 * elf32-avr.c: Likewise.
970 * elf32-cris.c: Likewise.
971 * elf32-d10v.c: Likewise.
972 * elf32-d30v.c: Likewise.
973 * elf-hppa.h: Likewise.
974 * elf-m10200.c: Likewise.
975 * elf-m10300.c: Likewise.
977 2000-12-01 Chris Demetriou <cgd@sibyte.com>
979 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
980 bfd_mach_mips32_4k. Update FIXME comment.
981 * archures.c (bfd_mach_mips32): New constant.
982 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
983 the latter, renumber it.
984 * bfd-in2.h (bfd_mach_mips32): New constant.
985 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
986 the latter, renumber it.
987 * cpu-mips.c (I_mips32): New constant.
988 (I_mips4K, I_mips32_4k): Rename the former to the latter.
989 (arch_info_struct): Add bfd_mach_mips32 entry, replace
990 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
991 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
992 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
993 with E_MIPS_MACH_MIPS32_4K.
994 (_bfd_mips_elf_final_write_processing): Replace
995 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
996 bfd_mach_mips32 case.
997 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
998 comparison with support for MIPS32.
999 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
1002 * aoutx.h (NAME(aout,machine_type)): Add cases for
1003 bfd_mach_mips5 and bfd_mach_mips64.
1004 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
1005 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
1006 * cpu_mips.c (I_mips5, I_mips64): New definitions.
1007 (arch_info_struct): Add entries for bfd_mach_mips5 and
1009 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
1010 _bfd_mips_elf_print_private_bfd_data): Add cases for
1011 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
1012 (_bfd_mips_elf_final_write_processing): Add cases for
1013 bfd_mach_mips5 and bfd_mach_mips64.
1015 * aoutx.h (NAME(aout,machine_type)): Add a
1016 bfd_mach_mips_sb1 case.
1017 * archures.c (bfd_mach_mips_sb1): New constant.
1018 * bfd-in2.h (bfd_mach_mips_sb1): New constant.
1019 * cpu-mips.c (I_sb1): New constant.
1020 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
1021 * elf32-mips.c (elf_mips_mach): Add case for
1023 (_bfd_mips_elf_final_write_processing): Add case for
1026 2000-12-01 Joel Sherrill <joel@OARcorp.com>
1028 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
1029 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1030 (sparc*-*-rtems*): Switched from a.out to ELF.
1032 2000-11-30 Jan Hubicka <jh@suse.cz>
1034 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
1035 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
1036 (elf64-x86-64.lo): Add dependencies.
1037 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
1038 bfd_mach_x86_64_intel_syntax.
1039 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
1040 * config.bfd (x86_64): Add.
1041 * configure.in: Add support for bfd_elf64_x86_64_vec.
1042 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
1043 (bfd_i386_arch, i8086_ar): Link in.
1044 * elf64-x86-64.c: New file.
1045 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
1046 * targets.c (bfd_elf64_x86_64_vec): Add.
1047 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
1049 2000-11-30 Kazu Hirata <kazu@hxi.com>
1051 * xcofflink.c: Fix formatting.
1053 2000-11-28 Kazu Hirata <kazu@hxi.com>
1055 * aoutx.h: Fix formatting.
1056 * bfd-in.h: Likewise.
1057 * bfd-in2.h: Likewise.
1058 * cache.c: Likewise.
1059 * cisco-core.c: Likewise.
1060 * coff64-rs6000.c: Likewise.
1061 * coffcode.h: Likewise.
1062 * coffswap.h: Likewise.
1063 * corefile.c: Likewise.
1064 * elf32-mips.c: Likewise.
1066 2000-11-27 Kazu Hirata <kazu@hxi.com>
1068 * aout-adobe.c: Fix formatting.
1069 * coff64-rs6000.c: Likewise.
1070 * coffgen.c: Likewise.
1071 * cofflink.c: Likewise.
1073 2000-11-27 Philip Blundell <pb@futuretv.com>
1075 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
1076 (obj_coff_strings_written): New accessor macro for above.
1077 * libcoff.h: Regenerate.
1078 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
1080 * coffcode.h (coff_write_object_contents): No need to write out
1081 the string table if it's already been done.
1083 2000-11-22 Philip Blundell <pb@futuretv.com>
1085 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
1086 weak undefined symbols.
1088 2000-11-24 Nick Clifton <nickc@redhat.com>
1090 * archures.c (bfd_mach_arm_5TE): Define.
1091 (bfd_mach_arm+XScale): Define.
1092 * bfd-in2.h: Regenerate.
1094 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
1095 BFD_RELOC_ARM_PCREL_BLX.
1097 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
1098 XScale machine numbers.
1100 * config.bfd (xscale-elf): Add target.
1101 (xscale-coff): Add target.
1103 * cpu-arm.c: Add xscale machine name.
1104 Add v5t, v5te and XScale machine numbers.
1106 2000-11-23 Kazu Hirata <kazu@hxi.com>
1108 * aix386-core.c: Fix formatting.
1110 2000-11-22 Jim Wilson <wilson@redhat.com>
1112 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
1113 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
1114 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
1115 (ins_imms_scaled): Initialize sign_bit at function entry.
1116 (elf64_ia64_operands): Add missing initializers.
1117 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
1118 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
1119 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
1120 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
1121 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
1123 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
1124 and free_extsyms at function entry.
1125 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
1126 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
1127 (get_got): Delete unused local srel.
1128 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
1129 (elfNN_ia64_relocate_section): Delete unused local dynindx.
1131 2000-11-21 Kazu Hirata <kazu@hxi.com>
1133 * coff-a29k.c: Fix formatting.
1134 * coff-h8500.c: Likewise.
1135 * coff-i960.c: Likewise.
1136 * coff-ppc.c: Likewise.
1137 * coff-rs6000.c: Likewise.
1138 * coff-stgo32.c: Likewise.
1139 * coff-tic54x.c: Likewise.
1140 * coff-w65.c: Likewise.
1141 * cpu-h8500.c: Likewise.
1142 * cpu-hppa.c: Likewise.
1143 * cpu-ns32k.c: Likewise.
1144 * ecoff.c: Likewise.
1145 * ecofflink.c: Likewise.
1147 2000-11-21 Nick Clifton <nickc@redhat.com>
1149 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
1150 remove possibility of infinite loop.
1152 2000-11-20 Kazu Hirata <kazu@hxi.com>
1154 * aix386-core.c: Fix formatting.
1155 * aout-adobe.c: Likewise.
1156 * aout-arm.c: Likewise.
1157 * aout-encap.c: Likewise.
1158 * aout-ns32k.c: Likewise.
1159 * aout-target.h: Likewise.
1160 * aout-tic30.c: Likewise.
1161 * aoutf1.h: Likewise.
1162 * aoutx.h: Likewise.
1163 * archive.c: Likewise.
1164 * bfd-in.h: Likewise.
1165 * bfd-in2.h: Likewise.
1169 2000-11-17 H.J. Lu <hjl@gnu.org>
1171 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
1172 pltoff entries for DT_INIT and DT_FINI.
1173 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
1174 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
1177 2000-11-16 Richard Henderson <rth@redhat.com>
1179 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
1180 (allocate_dynrel_entries): Likewise.
1181 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
1182 (set_pltoff_entry): Likewise.
1183 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
1184 (elfNN_ia64_reloc_type_lookup): Likewise.
1185 (elfNN_ia64_install_value): Likewise.
1186 (elfNN_ia64_relocate_section): Likewise.
1187 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
1188 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
1190 2000-11-16 Kazu Hirata <kazu@hxi.com>
1192 * cpu-a29k.c: Fix formatting.
1193 * cpu-alpha.c: Likewise.
1194 * cpu-arm.c: Likewise.
1195 * cpu-avr.c: Likewise.
1196 * cpu-d10v.c: Likewise.
1197 * cpu-h8500.c: Likewise.
1198 * cpu-hppa.c: Likewise.
1199 * cpu-i370.c: Likewise.
1200 * cpu-i386.c: Likewise.
1201 * cpu-i960.c: Likewise.
1202 * cpu-ia64-opc.c: Likewise.
1203 * cpu-ia64.c: Likewise.
1204 * cpu-m32r.c: Likewise.
1205 * cpu-m68hc11.c: Likewise.
1206 * cpu-m68hc12.c: Likewise.
1207 * cpu-m68k.c: Likewise.
1208 * cpu-m88k.c: Likewise.
1209 * cpu-mips.c: Likewise.
1210 * cpu-ns32k.c: Likewise.
1211 * cpu-pj.c: Likewise.
1212 * cpu-powerpc.c: Likewise.
1213 * cpu-sh.c: Likewise.
1214 * cpu-sparc.c: Likewise.
1215 * cpu-tic54x.c: Likewise.
1216 * cpu-v850.c: Likewise.
1217 * cpu-vax.c: Likewise.
1218 * cpu-w65.c: Likewise.
1219 * cpu-we32k.c: Likewise.
1220 * cpu-z8k.c: Likewise.
1221 * dwarf1.c: Likewise.
1222 * dwarf2.c: Likewise.
1224 2000-11-15 Kazu Hirata <kazu@hxi.com>
1226 * coff-arm.c: Fix formatting.
1227 * coff-ppc.c: Likewise.
1228 * coff-rs6000.c: Likewise.
1229 * coff-sh.c: Likewise.
1230 * coff-sparc.c: Likewise.
1231 * coff-tic30.c: Likewise.
1232 * coff-tic54x.c: Likewise.
1233 * coff-tic80.c: Likewise.
1234 * coff-w65.c: Likewise.
1235 * coff-we32k.c: Likewise.
1236 * coff-z8k.c: Likewise.
1238 2000-11-15 Richard Henderson <rth@redhat.com>
1240 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
1241 section with the same ALLOC|LOAD flags as the source section.
1243 2000-11-14 Jakub Jelinek <jakub@redhat.com>
1245 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
1246 by STO_ALPHA constants.
1248 2000-11-14 Kazu Hirata <kazu@hxi.com>
1250 * coff-pmac.c: Fix formatting.
1251 * coff-ppc.c: Likewise.
1253 2000-11-13 H.J. Lu <hjl@gnu.org>
1255 * elflink.h (elf_link_add_object_symbols): Also add indirect
1256 symbols for common symbols with the default version.
1258 2000-11-09 Philip Blundell <pb@futuretv.com>
1260 * section.c (STD_SECTION): Set gc_mark flag.
1262 2000-11-11 Kazu Hirata <kazu@hxi.com>
1264 * coff-i960.c: Likewise.
1265 * coff-m68k.c: Likewise.
1266 * coff-m88k.c: Likewise.
1267 * coff-mcore.c: Likewise.
1268 * coff-mips.c: Likewise.
1270 2000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
1272 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
1274 2000-11-10 Kazu Hirata <kazu@hxi.com>
1276 * coff-h8300.c: Fix formatting.
1277 * coff-h8500.c: Likewise.
1278 * coff-i386.c: Likewise.
1279 * coff-i860.c: Likewise.
1280 * coff-i960.c: Likewise.
1281 * coff-ia64.c: Likewise.
1283 2000-11-09 Kazu Hirata <kazu@hxi.com>
1285 * archive.c: Fix formatting.
1286 * archures.c: Likewise.
1288 2000-11-07 Richard Henderson <rth@redhat.com>
1290 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
1291 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
1292 * section.c (bfd_set_section_contents): Call memcpy if
1293 section->contents set and location not equal to contents plus offset.
1295 2000-11-08 Kazu Hirata <kazu@hxi.com>
1297 * bfd-in.h: Fix formatting.
1298 * bfd-in2.h: Likewise.
1300 * binary.c: Likewise.
1302 * coff-a29k.c: Likewise.
1303 * coff-alpha.c: Likewise.
1304 * coff-apollo.c: Likewise.
1305 * coff-aux.c: Likewise.
1307 2000-11-07 Kazu Hirata <kazu@hxi.com>
1309 * aix386-core.c: Fix formatting.
1310 * aoutf1.h: Likewise.
1311 * aoutx.h: Likewise.
1312 * archures.c: Likewise.
1313 * armnetbsd.c: Likewise.
1315 2000-11-07 Alan Modra <alan@linuxcare.com.au>
1317 * coff-h8300.c (special): Adjust reloc address.
1319 2000-11-06 Steve Ellcey <sje@cup.hp.com>
1321 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
1322 to differentiate elf32 and elf64 on ia64.
1323 * bfd-in2.h: Regenerate.
1324 * config.bfd: Add target for "ia64*-*-hpux*".
1325 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
1326 * configure: Regenerate.
1327 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
1328 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
1330 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
1331 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
1332 * Makefile.in: Regnerate.
1333 * elf64-ia64.c: Deleted.
1334 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
1336 2000-11-06 Kazu Hirata <kazu@hxi.com>
1338 * aout-adobe.c: Fix formatting.
1339 * aout-arm.c: Likewise.
1340 * aout-cris.c: Likewise.
1341 * aout-encap.c: Likewise.
1342 * aout-ns32k.c: Likewise.
1343 * aout-target.h: Likewise.
1344 * aout-tic30.c: Likewise.
1346 2000-11-05 Philip Blundell <philb@gnu.org>
1348 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
1349 BFDs containing no sections to be merged, regardless of their flags.
1351 2000-11-04 Philip Blundell <philb@gnu.org>
1353 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
1354 if a relocation for an undefined symbol also results in an
1357 2000-11-06 Christopher Faylor <cgf@cygnus.com>
1359 * config.bfd: Add support for Sun Chorus.
1361 2000-11-05 David O'Brien <obrien@FreeBSD.org>
1363 * configure.in: Recognize alpha-*-freebsd*.
1364 * configure: Regenerate.
1366 2000-11-02 Luciano Gemme <ishitawa@yahoo.com>
1368 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
1369 (Chunk): New global variable set by a parameter in objcopy.c.
1370 (S3Forced): New global variable set by a parameter in
1372 (srec_set_section_contents): If S3Forced is true, always generate
1374 (srec_write_section): Use 'Chunk' to limit maximum length of S
1377 2000-11-02 Per Lundberg <plundis@chaosdev.org>
1379 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
1380 * Makefile.in: Regenerate.
1381 * bfd-in2.h: Regenerate.
1382 * po/bfd.pot: Regenerate.
1384 2000-10-31 Philip Blundell <philb@gnu.org>
1386 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
1387 EF_SOFT_FLOAT if it is defined.
1389 2000-10-27 Philip Blundell <philb@gnu.org>
1391 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
1392 attempts to mix PIC code with non-PIC, just mark the output as
1393 being position dependent.
1394 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
1395 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
1396 all mismatches, not just the first one.
1398 2000-10-25 Chris Demetriou <cgd@sibyte.com>
1400 * ieee.c (ieee_archive_p): Plug one of many possible
1401 memory leaks in error handling.
1403 2000-10-20 Jakub Jelinek <jakub@redhat.com>
1405 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
1406 elf32_sparc_object_p, elf32_sparc_final_write_processing):
1408 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
1409 sparc64_elf_object_p): Support v9b.
1410 * archures.c: Declare v8plusb and v9b machines.
1412 * cpu-sparc.c: Ditto.
1414 2000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
1416 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
1419 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
1420 (SYMBOL_CALLS_LOCAL): New macro.
1421 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
1422 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
1423 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
1424 (ppc_elf_relocate_section): Use flag variable to determine
1425 whether the relocation refers to a local symbol.
1426 Test whether a PLTREL24 reloc will produce a reloc by looking
1427 to see whether a PLT entry was made.
1429 2000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
1431 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
1432 entries that could serve as a definition for a weak symbol.
1434 2000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
1436 From Ralf Baechle <ralf@gnu.org>
1438 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
1439 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
1440 against local symbols.
1441 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
1443 2000-10-12 Alan Modra <alan@linuxcare.com.au>
1445 * section.c (struct sec): Add kept_section.
1446 (struct bfd_comdat_info): Remove sec, we can use above.
1447 (STD_SECTION): Add initializer.
1448 (bfd_make_section_anyway): Init here too.
1450 * bfd-in2.h: Regenerate.
1452 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
1454 (elf_link_input_bfd): Set all asection->symbol->value's here, and
1455 fudge values for discarded link-once section symbols.
1457 * elf64-hppa.c: Include alloca-conf.h
1459 2000-10-11 Alan Modra <alan@linuxcare.com.au>
1461 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
1463 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
1465 2000-10-10 Alan Modra <alan@linuxcare.com.au>
1467 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
1469 2000-10-10 Tom Rix <trix@redhat.com>
1471 * section.c (bfd_make_section_anyway): Release newsect ptr when
1472 newsect->symbol fails to alloc. Use bfd_release instead of free.
1474 2000-10-09 Richard Henderson <rth@cygnus.com
1476 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
1477 (elf64_ia64_unwind_entry_compare): New.
1478 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
1480 2000-10-07 Alan Modra <alan@linuxcare.com.au>
1482 * elflink.h (size_dynamic_sections): Don't create various tags if
1483 .dynstr is excluded from the link. Don't set first dynsym entry
1484 if dynsymcount is zero.
1485 (elf_bfd_final_link): Don't try to swap out dynamic syms if
1486 .dynsym excluded from the link. Don't try to write any dynamic
1487 sections excluded from the link.
1489 * elf.c (swap_out_syms): Handle global section symbols.
1491 2000-10-05 DJ Delorie <dj@redhat.com>
1493 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
1494 * coffcode.h (coff_set_alignment_hook): read extended reloc count
1495 (coff_write_relocs): write extended reloc count
1496 (coff_write_object_contents): account for extended relocs
1498 2000-10-05 Jim Wilson <wilson@cygnus.com>
1500 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
1502 * elf.c (_bfd_elf_make_section_from_shdr): Call the
1503 elf_backend_section_flags function.
1504 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
1506 (elf64_ia64_section_flags): New function containing flag conversion
1508 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
1509 * elfxx-target.h (elf_backend_section_flags): Define.
1510 (elfNN_bed): Initialize elf_backend_section_flags field.
1512 2000-10-02 Alan Modra <alan@linuxcare.com.au>
1514 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
1515 _bfd_elf32_gc_record_vtable. Correct a comment.
1517 2000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
1519 From Ralf Baechle <ralf@gnu.org>
1521 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
1522 produces binaries with got[1] = 0x80000001 to differenciate them
1523 for the dynamic linker from the broken binaries produced by old
1526 2000-09-30 Petr Sorfa <petrs@sco.com>
1528 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
1529 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
1530 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
1531 * configure: Regenerate.
1533 2000-09-27 Hans-Peter Nilsson <hp@axis.com>
1535 Define two bfd_targets for absence and presence of leading
1536 underscore on symbols. Make sure to only link same kind.
1537 * elf32-cris.c (cris_elf_object_p,
1538 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
1539 cris_elf_merge_private_bfd_data): New.
1540 (elf_backend_object_p, elf_backend_final_write_processing,
1541 bfd_elf32_bfd_print_private_bfd_data,
1542 bfd_elf32_bfd_merge_private_bfd_data): Define.
1543 <Target vector definition>: Include elf32-target.h twice with
1544 different macro settings:
1545 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
1546 bfd_elf32_us_cris_vec.
1547 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
1548 (elf_symbol_leading_char): First as 0, then '_'.
1549 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
1550 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
1551 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
1552 * configure: Regenerate.
1553 * targets.c: Declare bfd_elf32_us_cris_vec.
1554 * po/bfd.pot: Regenerate.
1556 2000-09-29 Momchil Velikov <velco@fadata.bg>
1558 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
1559 R_ARM_THM_PC22 relocations.
1561 2000-09-29 NIIBE Yutaka <gniibe@chroot.org>
1563 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
1565 2000-09-29 Momchil Velikov <velco@fadata.bg>
1567 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
1568 is has the SEC_HAS_CONTENTS flag set.
1570 2000-09-28 Vrjan Friberg <orjanf@axis.com>
1571 Hans-Peter Nilsson <hp@axis.com>
1573 * aout-cris.c (N_TXTADDR): Define.
1575 2000-09-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
1577 * som.c: Include alloca-conf.h.
1578 * Makefile.am: "make dep-am"
1579 * Makefile.in: Regenerate.
1581 2000-09-27 Alan Modra <alan@linuxcare.com.au>
1583 * elf32-hppa.c (plt_stub): New.
1584 (PLT_STUB_ENTRY): Define.
1585 (elf32_hppa_link_hash_table): Change multi_subspace to packed
1586 boolean. Add need_plt_stub, has_12bit_branch and has_17bit_branch.
1587 (elf32_hppa_link_hash_table_create): Init to suit.
1588 (elf32_hppa_check_relocs): Set has_12bit_branch and
1589 has_17bit_branch as appropriate.
1590 (elf32_hppa_adjust_dynamic_symbol): Set need_plt_stub for
1591 non-local functions.
1592 (elf32_hppa_size_dynamic_sections): Correct setting of reltext.
1593 Add space for plt_stub as needed.
1594 (elf32_hppa_finish_dynamic_symbol): Point .plt entries for global
1595 functions at plt_stub.
1596 (elf32_hppa_finish_dynamic_sections): Write plt_stub.
1597 (elf32_hppa_create_dynamic_sections): Leave .plt executable.
1599 * elf32-hppa.h (elf32_hppa_size_stubs): Add group_size param.
1600 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise. Use it instead
1601 of fixed size, and if negative, disable handling of input sections
1602 before stub section. Set up default stub group size depending
1603 on detected branch relocs.
1604 (hppa_build_one_stub): Use lrsel and rrsel for import stubs to
1605 ensure different offsets from sym_value aren't rounded to
1606 different 2k blocks. Use lrsel and rrsel for other stubs too for
1607 consistency rather than necessity.
1608 (elf32_hppa_check_relocs): Handle R_PARISC_DIR14F.
1609 (final_link_relocate): Likewise.
1610 (elf32_hppa_relocate_section): Likewise.
1612 * elf-hppa.h (elf_hppa_howto_table): Add R_PARISC_DIR14F reloc.
1613 (_bfd_elf_hppa_gen_reloc_type): Generate them.
1614 (elf_hppa_final_link_relocate): Handle them.
1615 (elf_hppa_relocate_insn): Likewise.
1616 (_bfd_elf_hppa_gen_reloc_type): Add missing e_ldsel and e_rdsel cases.
1618 2000-09-26 Hans-Peter Nilsson <hp@axis.com>
1620 * elfcode.h (elf_object_p): Preserve and clear abfd section
1621 information. Restore at error.
1623 2000-09-26 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1625 * peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
1626 is empty, make sure that its rva also 0. NT loader dislikes
1629 2000-09-26 Steve Ellcey <sje@cup.hp.com>
1631 * som.c (som_bfd_derive_misc_symbol_info): Make weak symbols
1634 2000-09-21 Alan Modra <alan@linuxcare.com.au>
1636 * elf32-hppa.c (elf32_hppa_check_relocs): Fix weak sym handling in
1637 currently unused RELATIVE_DYNAMIC_RELOCS code.
1638 (hppa_discard_copies): Likewise.
1639 (elf32_hppa_size_stubs): Size `input_list' array correctly. Correct
1640 comments. Don't check non-code output sections for stub grouping.
1642 2000-09-20 Alan Modra <alan@linuxcare.com.au>
1644 * section.c (bfd_get_unique_section_name): Return NULL if
1647 2000-09-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1649 * elf32-m68k.c (elf_cpu32_plt0_entry): Change the PLT entry 0
1650 instruction sequence to actually work.
1651 (elf_m68k_finish_dynamic_sections): Change the patch-in offset
1654 2000-09-18 Alexandre Oliva <aoliva@redhat.com>
1656 * elf32-sh.c (sh_elf_relocate_section): Use
1657 _bfd_final_link_relocate to apply the relocation against a section
1658 symbol, when doing relocatable links.
1660 2000-09-18 Alan Modra <alan@linuxcare.com.au>
1662 * elf32-hppa.c (elf32_hppa_stub_hash_entry): Rename input_section
1664 (stub_hash_newfunc): Here too.
1665 (hppa_add_stub): And here.
1666 (elf32_hppa_link_hash_table): Remove stub_section_created,
1667 reloc_section_created, first_init_sec and first_fini_sec. Add
1669 (elf32_hppa_link_hash_table_create): Init to suit.
1670 (hppa_get_stub_entry): Add support for grouping stub sections.
1671 (hppa_add_stub): Likewise. Remove sec_count param and init/fini
1672 section code. Index stub vars by section->id.
1673 (elf32_hppa_size_stubs): Likewise. Remove duplicated function
1674 exit paths. Zap allocation of above removed vars. Refine
1677 * elf32-hppa.h (elf32_hppa_size_stubs): Add output_bfd param.
1678 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
1679 (hppa_get_stub_entry): Pass in pointer to elf32_hppa_link_hash_table
1680 rather than pointer to bfd_link_info.
1681 (hppa_add_stub): Likewise.
1682 (final_link_relocate): Likewise.
1684 2000-09-17 David Huggins-Daines <dhd@linuxcare.com>
1686 (elf32_hppa_size_stubs): Don't try to build stubs for discarded
1689 2000-09-16 Alexandre Oliva <aoliva@redhat.com>
1691 * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
1692 ld/emulparams/shelf.sh.
1694 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1696 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
1697 * bfd-in.h (bfd_m68k_elf32_create_embedded_relocs): Add declaration.
1698 * bfd-in2.h: Regenerate.
1700 2000-09-15 Kenneth Block <Kenneth.Block@compaq.com>
1702 * elf64-alpha.c (elf64_alpha_relax_with_lituse): ld performs
1703 LITUSE relocations incorrectly if -relax is specified on the ld
1704 command line and the displacement field of the load or store
1705 instruction is non-zero. (Patch by paul.winalski@compaq.com)
1707 2000-09-15 Alan Modra <alan@linuxcare.com.au>
1709 * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and
1710 first_fini_sec here.
1711 (elf32_hppa_size_stubs): Instead correctly find the first .init
1712 and .fini section here.
1714 2000-09-15 David Huggins-Daines <dhd@linuxcare.com>
1716 * elf32-hppa.c (clobber_millicode_symbols): New function.
1717 (elf32_hppa_size_dynamic_sections): Call it.
1719 2000-09-14 Alan Modra <alan@linuxcare.com.au>
1721 * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call
1722 packed. Add plabel, plt_abs packed booleans.
1723 (hppa_link_hash_newfunc): Init new fields.
1724 (PLABEL_PLT_ENTRY_SIZE): Define.
1725 (hppa_stub_name): Use size_t len vars.
1726 (hppa_add_stub): Likewise.
1727 (elf32_hppa_build_stubs): Likewise.
1728 (hppa_build_one_stub): Kill some compiler warnings.
1729 (elf32_hppa_check_relocs): Always generate a plt entry for PLABELs
1730 if dynamic linking. Munge the local plt offsets into
1731 local_got_refcounts. Set h->plabel for all global PLABELs. Use
1732 size_t len vars. Add assert for plabel addend.
1733 (elf32_hppa_gc_sweep_hook): Sweep local plt entries too.
1734 (elf32_hppa_hide_symbol): New function.
1735 (elf_backend_hide_symbol): Define.
1736 (elf32_hppa_adjust_dynamic_symbol): Don't throw away plt entries
1737 with h->plabel set. Don't make plt entries to have dynamic syms
1738 when they have been forced local. If plt entry is used by a
1739 plabel, make it PLABEL_PLT_ENTRY_SIZE.
1740 (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
1741 Set up .plt offsets for local syms.
1742 (elf32_hppa_relocate_section): Initialise plt entries for local
1743 syms. Leave weak undefined plabels zero. Make global plabel
1744 relocs against function symbol, and leave the addend zero.
1745 Use *ABS* DIR32 relocs instead of SEGREL32 for dynamic got relocs.
1746 (elf32_hppa_finish_dynamic_symbol): Set up IPLT relocs for
1747 non-dynamic syms. Init extra plt for plabels. Use *ABS* DIR32
1748 relocs instead of SEGREL32 for dynamic got relocs.
1749 (elf32_hppa_finish_dynamic_sections): Reserve one more .got entry.
1750 (elf_backend_got_header_size): Adjust.
1751 (elf32_hppa_set_gp): Calculate an "ideal" LTP.
1753 * elf32-hppa.c (LONG_BRANCH_VIA_PLT): Define.
1754 (hppa_type_of_stub): Use it instead of #if 0
1755 (hppa_discard_copies): Use it here too.
1756 (elf32_hppa_size_dynamic_sections): And here.
1758 * elf32-hppa.c (elf32_hppa_link_hash_table): Remove `offset' field.
1759 (elf32_hppa_link_hash_table_create): And here.
1760 (hppa_build_one_stub): And here. Instead keep track of stub
1761 offset using _raw_size.
1762 (elf32_hppa_size_stubs): Likewise.
1763 (elf32_hppa_build_stubs): Likewise.
1764 (hppa_size_one_stub): Likewise. Resize reloc section too.
1766 * elf32-hppa.c (hppa_add_stub): Correct first_init_sec and
1767 first_fini_sec handling. Don't search for reloc section or set
1768 hplink->reloc_section_created here.
1769 (elf32_hppa_size_stubs): Instead search for reloc sections, and
1770 set reloc_section_created here.
1771 (hppa_handle_PIC_calls): Set ELF_LINK_HASH_NEEDS_PLT.
1772 (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT
1774 (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
1776 * elf32-hppa.c (hppa_build_one_stub): Replace `elf_hash_table (info)'
1777 with `hplink->root.'.
1778 (elf32_hppa_check_relocs): Likewise.
1779 (elf32_hppa_gc_sweep_hook): Likewise.
1780 (elf32_hppa_adjust_dynamic_symbol): Likewise.
1781 (hppa_handle_PIC_calls): Likewise.
1782 (elf32_hppa_size_dynamic_sections): Likewise.
1783 (elf32_hppa_set_gp): Likewise.
1784 (elf32_hppa_relocate_section): Likewise.
1785 (elf32_hppa_finish_dynamic_symbol): Likewise.
1786 (elf32_hppa_finish_dynamic_sections): Likewise.
1788 From David Huggins-Daines <dhd@linuxcare.com>
1789 * elf32-hppa.c (hppa_type_of_stub): Generate import stubs for
1790 defined weak symbols in shared links.
1791 (final_link_relocate): Calls to defined weak symbols in shared
1792 objects must go via import stubs, as the target might not be known
1795 2000-09-14 Alexandre Oliva <aoliva@redhat.com>
1797 * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
1798 R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
1799 R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167. Replaced
1800 the original entries with EMPTY_HOWTOs, and added new ones to fill
1802 (sh_elf_info_to_howto): Make sure the new gap isn't used.
1803 (sh_elf_relocate_section): Likewise.
1805 2000-09-13 Anders Norlander <anorland@acc.umu.se>
1807 * cpu-mips.c (arch_info_struct): Add mips:4K
1808 * bfd-in2.h (bfd_mach_mips4K): New define.
1809 * archures.c: Add bfd_mach_mips4K to comment.
1810 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Return
1811 E_MIPS_ARCH_2 for bfd_mach_mips4K.
1813 2000-09-13 Marco Franzen <marcof@thyron.com>
1815 * som.c (som_write_symbol_strings): Do not used fixed buffers,
1816 use size_t as a counter.
1817 (som_write_space_strings): Similarly.
1819 2000-09-12 Jason Eckhardt <jle@cygnus.com>
1821 * elf32-i860.c (elf32_i860_relocate_pc26): New function
1823 (elf32_i860_relocate_section): Invoke new function from here.
1825 2000-09-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1827 * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names
1830 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1832 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for
1833 target section name instead of dumping core when the target symbol is
1836 2000-09-09 Kazu Hirata <kazu@hxi.com>
1838 * riscix.c: Remove DEFUN.
1840 2000-09-08 Nick Clifton <nickc@redhat.com>
1842 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
1843 initialise flags in output bfd if the input bfd is the default
1844 architecture with the default flags.
1846 2000-09-08 Kazu Hirata <kazu@hxi.com>
1848 * archive.c: Fix formatting.
1849 * coff-arm.c: Likewise.
1850 * doc/chew.c: Likewise.
1852 2000-09-08 Alan Modra <alan@linuxcare.com.au>
1854 * section.c (bfd_get_unique_section_name): Put a dot before the
1857 2000-09-07 Kazu Hirata <kazu@hxi.com>
1859 * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
1860 * elf.c: Fix formatting.
1862 2000-09-07 Alexandre Oliva <aoliva@redhat.com>
1864 * config.bfd (sh-*-linux*): Added.
1865 * configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
1866 * targets.c: Declare them.
1867 * elf32-sh-lin.c: New file.
1868 * Makefile.am: Compile it.
1869 * elf32-sh.c: Don't override defines from elf32-sh-lin.c.
1870 * configure, Makefile.in: Rebuilt.
1872 2000-09-06 Geoffrey Keating <geoffk@cygnus.com>
1874 * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
1875 pseduo-section when determining where the TOC ends.
1877 * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
1878 output x_tvndx as it is only two bytes wide.
1880 * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
1881 reloc is 26 or 32 bits wide.
1883 * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
1884 for relocs that don't change anything. Also look at the full
1887 2000-09-06 Philip Blundell <philb@gnu.org>
1889 * config.bfd (arm*-*-uclinux*): New target.
1891 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1893 * configure: Rebuilt with new libtool.m4.
1895 2000-09-06 Alan Modra <alan@linuxcare.com.au>
1897 * section.c (bfd_get_unique_section_name): Avoid c++ reserved
1898 word for variable name.
1899 * bfd-in2.h: Regenerate.
1901 2000-09-05 Nick Clifton <nickc@redhat.com>
1903 * config.in: Regenerate.
1904 * libbfd.h: Regenerate.
1905 * po/bfd.pot: Regenerate.
1906 * doc/bfdint.texi: Remove CVS date string - it foils compares with
1909 2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>
1911 * cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry.
1913 2000-09-05 Alan Modra <alan@linuxcare.com.au>
1915 Shared library and PIC support.
1916 * elf32-hppa.c (PLT_ENTRY_SIZE): New.
1917 (GOT_ENTRY_SIZE): New.
1918 (ELF_DYNAMIC_INTERPRETER): New.
1919 (STUB_SUFFIX): Define.
1920 (LONG_BRANCH_PIC_IN_SHLIB): Define.
1921 (RELATIVE_DYNAMIC_RELOCS): Define.
1922 (enum elf32_hppa_stub_type): New.
1923 (struct elf32_hppa_stub_hash_entry): Rename offset to
1924 stub_offset. Add a number of new fields.
1925 (struct elf32_hppa_link_hash_entry): New.
1926 (struct elf32_hppa_link_hash_table): Add numerous fields. Remove
1928 (elf32_hppa_hash_table): Rename to hppa_link_hash_table.
1929 (elf32_hppa_stub_hash_lookup): Rename to hppa_stub_hash_lookup.
1930 (elf32_hppa_stub_hash_newfunc): Rename to stub_hash_newfunc. Init
1932 (hppa_link_hash_newfunc): New function.
1933 (elf32_hppa_link_hash_table_create): Use above function. Init new
1935 (elf32_hppa_stub_name): Rename to hppa_stub_name. Pass in reloc
1936 instead of addend, and remove sym_name from args. Don't use
1937 symbol name for local syms, instead use sym index.
1938 (elf32_hppa_size_of_stub): Rename to hppa_type_of_stub, and return
1939 stub type rather than size. Pass in hash and handle import stub
1940 case. Also pass in reloc instead of offset so we can calculate
1941 PCREL22F and PCREL12F branches properly.
1942 (elf32_hppa_build_one_stub): Rename to hppa_build_one_stub. Build
1943 import and export stubs too.
1944 (elf32_hppa_size_one_stub): Rename to hppa_size_one_stub. Handle
1945 import and export stub sizing.
1946 (elf32_hppa_check_relocs): New function.
1947 (elf32_hppa_adjust_dynamic_symbol): New function.
1948 (hppa_discard_copies): New function.
1949 (elf32_hppa_size_dynamic_sections): New function.
1950 (elf_backend_size_dynamic_sections): Define.
1951 (elf32_hppa_finish_dynamic_symbol): New function.
1952 (elf_backend_finish_dynamic_symbol): Define.
1953 (elf32_hppa_size_stubs): Stash params in link hash table, and move
1954 some local vars into the link hash table too. For shared links,
1955 trundle over function syms, generating export stubs. Handle
1956 PCREL22F branches. Break out stub creation code from here..
1957 (hppa_add_stub): .. to here. New function.
1958 (elf32_hppa_final_link): Rename to elf32_hppa_set_gp, and don't
1959 call the bfd linker. Use elf_gp to record global pointer.
1960 Calculate a value from sections if $global$ is missing.
1961 (bfd_elf32_bfd_final_link): Define as _bfd_elf32_gc_common_final_link.
1962 (elf32_hppa_gc_mark_hook): New function.
1963 (elf_backend_gc_mark_hook): Define.
1964 (elf32_hppa_gc_sweep_hook): New function.
1965 (elf_backend_gc_sweep_hook): Define.
1966 (elf32_hppa_bfd_final_link_relocate): Rename to final_link_relocate.
1967 Add rel to args, and remove howto, input_bfd, offset, addend,
1968 sym_name as we can recalculate these locally. Handle calls to
1969 dynamic objects, extra PIC relocs, PCREL22F branches. Change
1970 handling of undefined weak syms. Check that stubs are in range.
1971 Only look for import stubs on PCREL17F and PCREL22F relocs. Add
1972 message on hitting a DPREL21L reloc that needs fixing. Subtract
1973 off PC for PCREL14F. Break out code that does a stub lookup from
1975 (hppa_get_stub_entry): ..to here. New function.
1976 (elf32_hppa_relocate_insn): Merge into final_link_relocate.
1977 (elf32_hppa_relocate_section): Handle got and plt relocs, dynamic
1979 (elf32_hppa_finish_dynamic_sections): New function.
1980 (elf_backend_finish_dynamic_sections): Define.
1981 (elf_backend_final_write_processing) Define.
1982 (hppa_handle_PIC_calls): New function.
1983 (elf32_hppa_build_stubs): Call it. Pass link_info to
1984 hppa_build_one_stub.
1985 (elf32_hppa_create_dynamic_sections): New function
1986 to create .plt and .got then set .plt flags correctly.
1987 (elf_backend_create_dynamic_sections): Define.
1988 (elf32_hppa_object_p): New function.
1989 (elf_backend_object_p): Define.
1990 (elf32_hppa_elf_get_symbol_type): New function.
1991 (elf_backend_get_symbol_type): Define.
1992 (elf_backend_can_gc_sections): Define.
1993 (elf_backend_want_got_plt): Define.
1994 (elf_backend_plt_alignment): Set to 2.
1995 (elf_backend_plt_readonly): Define.
1996 (elf_backend_want_plt_sym): Define.
1997 (elf_backend_got_header_size): Reserve one entry.
1999 * elf32-hppa.h (elf32_hppa_build_stubs): Don't pass stub bfd.
2000 (elf32_hppa_size_stubs): Pass in multi_subspace.
2001 (elf32_hppa_set_gp): Declare.
2003 * section.c (SEC_HAS_GOT_REF): Define new flag for asection.
2004 (bfd_get_unique_section_name): New function.
2005 * bfd-in2.h: Regenerate.
2007 * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F.
2008 (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc
2011 From David Huggins-Daines <dhd@linuxcare.com>
2012 * elf64-hppa.c (elf64_hppa_check_relocs): Fix a warning.
2013 (elf64_hppa_mark_exported_functions): Set dyn_h->st_shndx.
2014 (elf64_hppa_link_output_symbol_hook): Test dyn_h->st_shndx has
2015 been updated in finish_dynamic_symbol before modifying function
2018 * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
2019 eight entries. Replace NULL with bfd_elf_generic_reloc. Add
2020 R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
2021 (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*. Add some
2022 comments. Handle format == 12 for R_HPPA_PCREL_CALL.
2023 (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
2024 (elf_hppa_relocate_insn): Likewise. Reformat some comments.
2025 (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
2027 From David Huggins-Daines <dhd@linuxcare.com>
2028 * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
2029 style of local labels as well.
2031 2000-09-03 Philip Blundell <philb@gnu.org>
2033 * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
2034 references to undefined symbols in debugging sections.
2036 2000-09-02 H.J. Lu <hjl@gnu.org>
2038 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
2039 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
2040 BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
2043 2000-09-02 Jason Eckhardt <jle@cygnus.com>
2045 * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
2046 (elf32_i860_is_local_label_name): New function and prototype.
2048 2000-09-02 Nick Clifton <nickc@redhat.com>
2050 * configure.in: Increase version number to 2.10.91.
2051 * configure: Regenerate.
2052 * aclocal.m4: Regenerate.
2053 * config.in: Regenerate.
2054 * po/bfd.pot: Regenerate.
2056 2000-09-02 Daniel Berlin <dberlin@redhat.com>
2058 * elf.c (_bfd_elf_make_section_from_shdr): Add
2059 .gnu.linkobce.wi. to the list of debug section names.
2061 2000-09-02 Nick Clifton <nickc@redhat.com>
2063 * dwarf2.c (find_debug_info): New function: Locate a section
2064 containing dwarf2 debug information.
2065 (bfd_dwarf2_find_nearest_line): Find all sections containing
2066 debug information and include them in the stash.
2068 2000-09-01 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
2070 * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
2071 R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
2072 (sh_reloc_map): Add new relocs.
2073 (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
2074 sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
2075 sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
2076 sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
2078 (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
2079 (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
2080 elf_sh_plt_entry_be, elf_sh_plt_entry_le,
2081 elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
2082 New array constants.
2083 (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
2085 (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
2086 elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
2087 elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
2088 elf_sh_plt_reloc_offset): Define.
2089 (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
2090 elf_sh_link_hash_table): New structs.
2091 (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
2092 (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
2094 (elf_backend_create_dynamic_sections,
2095 bfd_elf32_bfd_link_hash_table_create,
2096 elf_backend_adjust_dynamic_symbol,
2097 elf_backend_size_dynamic_sections,
2098 elf_backend_finish_dynamic_symbol,
2099 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
2100 elf_backend_plt_readonly, elf_backend_want_plt_sym,
2101 elf_backend_got_header_size, elf_backend_plt_header_size):
2103 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
2104 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
2106 * bfd-in2.h, libbfd.h: Rebuilt.
2108 2000-09-01 Alan Modra <alan@linuxcare.com.au>
2110 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
2113 2000-08-31 J"orn Rennecke <amylaar@cygnus.co.uk>
2115 * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
2116 not initialized, set them to indicate the SH1 instruction set.
2118 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
2120 * acinclude.m4: Include libtool and gettext macros from the
2122 * aclocal.m4, configure: Rebuilt.
2124 2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>
2126 * elf.c: Eliminate references to __sparcv9 macro; replace with
2127 autoconf variables HAVE_PSINFO32_T etc.
2128 * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
2129 HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
2131 * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
2132 detect the above typedefs. (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
2133 * aclocal.m4: Ditto.
2134 * configure: Regenerate.
2136 2000-08-27 Alan Modra <alan@linuxcare.com.au>
2138 * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
2139 for any shared link, not just shared -Bsymbolic.
2140 (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
2141 any shared link, and pass link info to it.
2142 (elf_i386_size_dynamic_sections): Update comment.
2143 (elf_i386_discard_copies): Modify to discard relocs for symbols
2144 that have been forced local.
2145 (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
2146 that have been forced local.
2148 2000-08-24 Denis Chertykov <denisc@overta.ru> & Nick Clifton <nickc@redhat.com>
2150 * elflink.h (elf_link_add_object_symbols): Allow common
2151 symbols to have an alignment of 1 if explicitly requested, and
2152 not overridden by other definitions.
2154 2000-08-22 Doug Kwan <dkwan@transmeta.com>
2156 * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
2157 * coffcode.h (coff_set_flags): Add detection of w65 architecture.
2159 2000-08-22 H.J. Lu <hjl@gnu.org>
2161 * elf-bfd.h (elf_link_hash_table): Add runpath.
2163 * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
2164 * bfd-in2.h: Rebuilt.
2166 * elf.c (_bfd_elf_link_hash_table_init): Initialize the
2167 "runpath" field to NULL.
2168 (bfd_elf_get_runpath_list): New function.
2170 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
2173 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
2175 * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
2176 R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
2177 explicitly. Improve validation of r_type.
2179 2000-08-21 H.J. Lu <hjl@gnu.org>
2181 * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
2182 dynamic allocated content space. Add a comment to remind us that
2183 one day this ought to be fixed.
2184 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
2185 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
2186 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
2188 2000-08-21 Jason Eckhardt <jle@cygnus.com>
2190 * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
2191 field with the newly relocated value instead of adding it to the
2192 existing immediate field.
2193 (elf32_i860_relocate_splitn): Likewise.
2194 (elf32_i860_relocate_highadj): Likewise.
2196 2000-08-16 Jason Eckhardt <jle@cygnus.com>
2198 * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
2199 was previously just a stub).
2201 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
2203 * elflink.c (_bfd_elf_create_got_section): Don't abort().
2205 (_bfd_elf_create_dynamic_sections): Likewise.
2207 2000-08-16 Andrew Macleod <amacleod@cygnus.com>
2209 * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
2210 for undefined symbols to be the beginning of the section.
2212 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
2213 four extra entries at the beginning of the .rela.plt section.
2214 (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
2215 section to account for the four reserved entries in the .plt section.
2217 2000-08-15 Geoffrey Keating <geoffk@cygnus.com>
2219 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
2220 to the list of NOPs we recognize after a branch-and-link.
2221 Use the ori NOP when one is needed.
2223 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
2226 2000-08-14 Jim Wilson <wilson@cygnus.com>
2228 * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
2229 EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
2230 (elf64_ia64_print_private_bfd_data): Likewise. Also handle
2233 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
2235 * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
2237 2000-08-10 Jason Eckhardt <jle@cygnus.com>
2239 * elf32-i860.c (elf32_i860_relocate_section): New function.
2240 (i860_final_link_relocate): New function.
2241 (elf32_i860_relocate_splitn): New function.
2242 (elf32_i860_relocate_pc16): New function.
2243 (elf32_i860_relocate_highadj): New function.
2244 (elf32_i860_howto): Minor adjustments to some relocations.
2245 (elf_info_to_howto_rel): Define.
2246 (elf_backend_relocate_section): Define.
2248 2000-08-10 Nick Clifton <nickc@cygnus.com>
2250 * elf32-arm.h: Fix formatting.
2252 2000-08-10 Bernd Schmidt <bernds@cygnus.co.uk>
2254 * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
2256 2000-08-08 Jason Eckhardt <jle@cygnus.com>
2258 * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
2260 2000-08-07 Kazu Hirata <kazu@hxi.com>
2262 * ieee.c (ieee_write_debug_part): Rewrite a comment.
2263 * elf64-ia64.c: Fix a typo.
2265 2000-08-05 Jason Eckhardt <jle@cygnus.com>
2267 * elf32-i860.c (elf32_i860_howto_table): New structure.
2268 (lookup_howto): New function.
2269 (elf32_i860_reloc_type_lookup): New function.
2270 (elf32_i860_info_to_howto_rela): New function.
2271 (elf_code_to_howto_index): New structure.
2272 (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
2273 (bfd_elf32_bfd_reloc_type_lookup): Re-define as
2274 elf32_i860_reloc_type_lookup.
2276 2000-08-04 Rodney Brown <RodneyBrown@pmsc.com>
2278 * som.c (struct fixup_format): Constify `format'.
2279 (som_hppa_howto_table): Use SOM_HOWTO macro.
2280 (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
2281 (som_bfd_reloc_type_lookup): Likewise.
2282 (compare_subspaces): Remove unused `count1', `count2'.
2283 (som_begin_writing): Remove unused `total_reloc_size'.
2284 (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
2285 (som_print_symbol, som_bfd_is_local_label_name): Likewise.
2286 (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
2287 (som_find_nearest_line): Decorate unused parameter(s).
2288 (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
2289 (som_bfd_link_split_section): Likewise.
2291 2000-08-03 Nick Clifton <nickc@cygnus.com>
2293 * section.c: Restore backed out code.
2294 * elf.c: Restore backed out code.
2295 (copy_private_bfd_data): Fix bug preventing stipped dynamic
2296 binaries from working.
2297 * bfd-in2.h: Regenerate.
2299 2000-08-03 H.J. Lu <hjl@gnu.org>
2301 * section.c: Back out the change made by Nick Clifton
2302 <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
2304 * bfd-in2.h: Likewise.
2307 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
2309 * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
2311 2000-07-31 Jason Eckhardt <jle@cygnus.com>
2313 * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
2314 * bfd-in2.h, libbfd.h: Regenerate.
2316 2000-07-31 Nick Clifton <nickc@cygnus.com>
2318 * section.c (struct sec): Add new boolean field 'segment_mark'.
2319 (STD_SECTION): Initialise new field to zero.
2321 * bfd-in2.h: Regenerate.
2323 * elf.c (copy_private_bfd_data): Reorganise section to segment
2324 mapping to cope with moved sections requiring new segments,
2325 and overlapping segments.
2326 (SEGMENT_END): New macro: Return the end address of a segment.
2327 (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
2328 contains a section by comparing their VMA addresses.
2329 (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
2330 contains a section by comparing their LMA addresses.
2331 (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
2332 section should be included in a segment.
2333 (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
2334 follows another in memory.
2335 (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
2338 2000-07-22 Jason Eckhardt <jle@cygnus.com>
2340 * cpu-i860.c: Added comments.
2342 * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
2343 bfd_elf32_i860_little_vec.
2344 (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
2345 (ELF_MAXPAGESIZE): Changed to 4096.
2347 * targets.c (bfd_elf32_i860_little_vec): Declaration of
2349 (bfd_target_vector): Added bfd_elf32_i860_little_vec.
2351 * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
2352 config for little endian elf32 i860.
2353 (targ_defvec): Define for the new config above
2354 as "bfd_elf32_i860_little_vec".
2355 (targ_selvecs): Define for the new config above
2356 as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
2358 * configure.in (bfd_elf32_i860_little_vec): Added recognition
2361 * configure: Regenerated.
2363 2000-07-27 H.J. Lu <hjl@gnu.org>
2365 * elflink.h (elf_merge_symbol): Take one more argument,
2366 dt_needed, to indicate if the symbol comes from a DT_NEEDED
2367 entry. Don't overide the existing weak definition if dt_needed
2369 (elf_link_add_object_symbols): Pass dt_needed to
2370 elf_merge_symbol ().
2372 2000-07-27 Nick Clifton <nickc@cygnus.com>
2374 * elflink.h (elf_link_size_reloc_section): Zeroes the section's
2377 2000-07-25 Geoffrey Keating <geoffk@cygnus.com>
2379 * configure.host (*-*-aix*): AIX has 'long long' always.
2381 * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
2382 (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
2383 (xcoff_write_archive_contents_big): Don't update the offset
2384 of the symbol table, xcoff_write_armap will do it.
2386 2000-07-23 Ulf Carlsson <ulfc@engr.sgi.com>
2388 * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
2389 of dynobj for SGI_COMPAT checks.
2391 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2393 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
2394 * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
2395 * bfd-in2.h: Regenerate.
2397 2000-07-21 Nick Clifton <nickc@cygnus.com>
2399 * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
2400 range symbol indices in relocs and issue an error message.
2402 2000-07-20 H.J. Lu <hjl@gnu.org>
2404 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
2405 info->new_dtags when setting DT_FLAGS_1. It will only be set
2406 by the new linker options. It shouldn't break anything.
2408 2000-07-20 H.J. Lu <hjl@gnu.org>
2410 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
2411 only if info->new_dtags is true.
2413 2000-07-20 H.J. Lu <hjl@gnu.org>
2415 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
2416 DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
2418 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2420 * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
2421 (ALL_MACHINES_CFILES): Add cpu-cris.c.
2422 (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
2423 (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
2424 (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
2425 * Makefile.in: Rebuild.
2426 * aclocal.m4: Rebuild.
2427 * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
2428 * archures.c (enum bfd_architecture): Add bfd_arch_cris.
2429 (bfd_cris_arch): Declare.
2430 (bfd_archures_list): Add bfd_cris_arch.
2431 * bfd-in2.h: Rebuild.
2432 * config.bfd: (cris-*-*): New target.
2433 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
2434 * configure: Rebuild.
2435 * elf.c (prep_headers): Add bfd_arch_cris.
2436 * libbfd.h: Rebuild.
2437 * libaout.h (enum machine_type): Add M_CRIS.
2438 * reloc.c: Add CRIS relocations.
2439 * targets.c (bfd_elf32_cris_vec, cris_aout_vec): Declare.
2440 (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
2441 * cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
2442 * po/POTFILES.in, po/bfd.pot: Regenerate.
2444 2000-07-19 H.J. Lu <hjl@gnu.org>
2446 * elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
2447 DF_TEXTREL if DT_TEXTREL is set.
2448 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
2449 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
2450 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
2451 * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
2452 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
2453 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
2454 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
2455 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
2456 * elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
2457 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
2459 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
2460 set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
2462 Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.
2464 2000-07-19 H.J. Lu <hjl@gnu.org>
2466 * bfd-in.h (bfd_elf_set_dt_needed_soname): New.
2467 * bfd-in2.h: Rebuild.
2469 * elf-bfd.h (elf_obj_tdata): Add dt_soname.
2470 (elf_dt_soname): New.
2472 * elf.c (bfd_elf_set_dt_needed_soname): New.
2474 * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
2475 entry if the shared object loaded by DT_NEEDED is used to
2476 resolve the reference in a regular object.
2478 2000-07-19 H.J. Lu <hjl@gnu.org>
2480 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
2481 DT_DEPAUDIT and DT_AUDIT as strings.
2483 2000-07-19 Nick Clifton <nickc@cygnus.com>
2485 * format.c: Fix formatting.
2487 2000-07-19 H.J. Lu <hjl@gnu.org>
2489 * elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
2491 2000-07-19 H.J. Lu <hjl@gnu.org>
2493 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
2494 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
2495 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
2496 DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
2497 DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
2498 DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
2499 DT_FLAGS_1, DT_USED and DT_CHECKSUM.
2501 2000-07-18 Andrew Cagney <cagney@b1.cygnus.com>
2503 * elf.c (bfd_elf_get_sign_extend_vma, bfd_elf_get_arch_size): Move
2504 renamed functions from here...
2505 (assign_section_numbers): Use renamed functions.
2506 (prep_headers): Use renamed functions.
2508 * bfd.c (bfd_get_sign_extend_vma, bfd_get_arch_size): ...To here.
2509 * bfd-in.h (bfd_get_sign_extend_vma, bfd_get_arch_size): Update.
2510 * bfd-in2.h: Regenerate.
2512 2000-07-18 Ulf Carlsson <ulfc@engr.sgi.com>
2514 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
2515 parenthesis in if statement.
2517 2000-07-17 Koundinya K <kk@ddeorg.soft.net>
2519 Enable the support for Traditional MIPS.
2520 * elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
2521 return ict_none appropriately for traditional mips targets.
2522 (STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
2523 (STUB_MOVE): Conditionalize for traditonal mips.
2524 (STUB_LI16): Likewise.
2525 (_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
2526 room for RTPROC header.
2527 (_bfd_mips_elf_modify_segment_map): For a normal mips executable set
2528 the permission for the PT_DYNAMIC as read, write and execute.
2529 (mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
2530 for traditonal mips.
2531 (_bfd_mips_elf_create_dynamic_sections): Add the symbol
2532 _DYNAMIC_LINKING for traditonal mips.
2533 (_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
2534 in case of traditonal mips.
2535 (_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
2536 entry is required. For a function if PLT is not required then set the
2537 corresponding hash table entry to 0.
2538 (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
2540 (_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
2541 shared object set the value to 0.
2542 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
2543 _DYNAMIC_LINKING for traditonal mips.
2544 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
2545 for traditonal mips.
2547 2000-07-15 H.J. Lu <hjl@gnu.org>
2549 * aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.
2551 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
2553 * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
2554 out a structure that is BFD_IN_MEMORY.
2556 2000-07-11 Alan Modra <alan@linuxcare.com.au>
2558 * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of
2559 bfd pointer. Print section id instead of bfd pointer for local
2560 syms. Prefix addend with `+' for global syms as well as local.
2561 Correct calculation of name component lengths.
2562 (elf64_hppa_check_relocs): Update call to get_dyn_name.
2564 From David Huggins-Daines <dhd@linuxcare.com>
2565 * elf-hppa.h (elf_hppa_relocate_section): Update calls here too.
2566 * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings.
2567 (elf64_hppa_modify_segment_map): Likewise.
2569 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
2571 * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA
2572 addresses to be "naturally" sign extended. Return -1 if unknown.
2573 * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration.
2574 * bfd-in2.h: Regenerate.
2576 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
2578 * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32
2579 and ECOF_SIGNED_64 to list ways to extract an offset.
2580 (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in,
2581 ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out):
2583 * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64.
2584 * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32.
2586 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
2588 * elfcode.h (elf_object_p): Use bfd_set_start_address and not
2589 bfd_get_start_address.
2590 (elf_swap_ehdr_in): Sign extend e_entry when applicable.
2591 (elf_swap_ehdr_out): Ditto.
2593 2000-07-10 Alexander Aganichev <AAganichev@hypercom.com>
2595 * archures.c (bfd_default_scan): Add set of bfd_mach_ cases for
2596 compatibility with older binutils.
2598 2000-07-10 Alan Modra <alan@linuxcare.com.au>
2600 * section.c (bfd_make_section_anyway): Start section_id at 0x10.
2601 (STD_SECTION): Avoid negative ids, instead use 0 to 3.
2603 From Ryan Bradetich <rbradetich@uswest.net>
2604 * dwarf1.c (parse_die): Cure signed/unsigned char warnings.
2605 (parse_line_table): Ditto.
2606 (_bfd_dwarf1_find_nearest_line): Ditto.
2607 * syms.c (cmpindexentry): Remove extra `*' from params.
2609 2000-07-09 Koundinya K <kk@ddeorg.soft.net>
2611 * elf32-mips.c (sort_dynamic_relocs): New Function.
2612 (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
2613 via qsort to sort the dynamic relocations in increasing r_symndx
2616 2000-07-09 Alan Modra <alan@linuxcare.com.au>
2618 * elf64-hppa.c (elf64_hppa_dyn_hash_table_init): Add
2619 ATTRIBUTE_UNUSED to unused args.
2620 (get_opd): Likewise.
2621 (get_plt): Likewise.
2622 (get_dlt): Likewise.
2623 (get_stub): Likewise.
2624 (elf64_hppa_adjust_dynamic_symbol): Likewise.
2625 (elf64_hppa_link_output_symbol_hook): Likewise.
2626 (elf64_hppa_check_relocs): Delete unused var.
2627 (elf64_hppa_size_dynamic_sections): Likewise.
2628 (elf64_hppa_finalize_opd): Likewise.
2629 (elf64_hppa_finalize_dynreloc): Likewise.
2630 (elf64_hppa_modify_segment_map): Likewise.
2631 (elf64_hppa_finish_dynamic_sections): Likewise.
2633 * elf-hppa.h (elf_hppa_final_write_processing): Add
2634 ATTRIBUTE_UNUSED to unused args.
2635 (elf_hppa_final_link_relocate): Likewise.
2636 (elf_hppa_record_segment_addrs): Add paretheses.
2637 (elf_hppa_relocate_section): Constify dyn_name.
2639 From David Huggins-Daines <dhd@linuxcare.com>
2640 * config.bfd: Add hppa*64*-*-linux-gnu 64-bit target, and
2641 rearrange case statement so that it gets preferred to 32-bit ones.
2643 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Use
2644 asection->id instead of address of asection structure.
2645 (elf32_hppa_size_stubs): Likewise.
2647 * elf32-hppa.c (elf32_hppa_size_stubs): Use just one stub section
2648 for .init* and .fini*.
2650 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Mask pointers
2651 and addends used in stub names to 32 bits.
2652 (elf32_hppa_size_stubs): Likewise.
2654 * elf-hppa.h (elf_hppa_final_link_relocate): Don't sum addend
2655 twice for R_PARISC_GPREL64. Use bfd_put_32 for R_PARISC_PCREL32,
2656 not bfd_put_64. Fix minor comment typo and formatting.
2658 Changes to create multiple linker stubs, positioned immediately
2659 before the section where they are required.
2660 * elf32-hppa.c: Don't include hppa_stubs.h.
2661 (elf32_hppa_stub_hash_entry): Add a pointer to the stub section.
2662 (elf32_hppa_stub_hash_table): Delete.
2663 (elf32_hppa_link_hash_entry): Delete.
2664 (elf32_hppa_link_hash_table): Use plain bfd_hash_table for
2665 stub_hash_table, and store the struct here rather than a pointer.
2666 Delete output_symbol_count. Add offset array. Change
2667 global_value to a bfd_vma.
2668 (elf32_hppa_stub_hash_lookup): Use table instead of table->root.
2669 (elf32_hppa_stub_hash_traverse): Delete.
2670 (elf32_hppa_name_of_stub): Delete.
2671 (elf32_hppa_link_hash_lookup): Delete.
2672 (elf32_hppa_link_hash_traverse): Delete.
2673 (elf32_hppa_stub_hash_table_init): Delete.
2674 (elf32_hppa_size_of_stub): Pass input section and offset rather
2675 than location and calculate location here. Don't pass name as all
2676 stubs are now the same size.
2677 (elf32_hppa_stub_hash_newfunc): Init new fields.
2678 (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
2680 (elf32_hppa_bfd_final_link_relocate): Cast enums to int before
2681 comparing against ints. Rewrite stub handling code.
2682 (elf32_hppa_relocate_section): Make r_type and r_symndx unsigned.
2683 Case enums to int before comparing against ints. Remove
2684 bfd_reloc_dangerous case.
2685 (elf32_hppa_build_one_stub): Rewrite.
2686 (elf32_hppa_size_one_stub): New function.
2687 (elf32_hppa_build_stubs): Rewrite.
2688 (elf32_hppa_size_stubs): Pass in linker call-back functions.
2689 Rewrite stub-handling specific code.
2691 * elf32-hppa.h (elf32_hppa_size_stubs): Update prototype.
2693 * elf64-hppa.c (elf64_hppa_dyn_hash_entry): Fix a comment typo.
2695 * hppa_stubs.h: Delete.
2696 * Makefile.am (SOURCE_HFILES): Remove hppa_stubs.h
2697 (elf32-hppa.lo): Remove hppa_stubs.h from dependencies.
2698 * Makefile.in: Regenerate.
2700 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle e_nlsel and
2703 * libhppa.h (hppa_field_adjust): Correct e_nsel case.
2705 * elf32-hppa.c (elf32_hppa_relocate_section): Mention the offset
2706 and section name for bfd_reloc_notsupported error message.
2707 (elf32_hppa_bfd_final_link_relocate): Print reasons for returning
2708 bfd_reloc_notsupported.
2709 (elf32_hppa_relocate_section): Add ATTRIBUTE_UNUSED to output_bfd.
2711 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Handle
2712 undefined weak symbols for all relocs.
2713 (elf32_hppa_size_of_stub): Adjust calculation by 8 since branch
2714 offsets are relative to one past the delay slot.
2715 (elf32_hppa_size_stubs): Account for reloc addend when calculating
2716 branch destination. Put addend into stub name too.
2717 (elf32_hppa_bfd_final_link_relocate): Account for reloc addend and
2718 adjust by 8 when deciding whether a linker stub is needed. Put
2719 addend into stub name as for above.
2721 * elf32-hppa.c (hppa_elf_relocate_insn): Change signed/unsigned on
2722 various args and vars.
2723 (elf32_hppa_bfd_final_link_relocate): Here too.
2724 (elf32_hppa_size_stubs): Rename index -> indx. Use e_indx for
2725 inner block var to avoid shadowing.
2727 * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Make `field' arg
2729 * elf64-hppa.h (_bfd_elf64_hppa_gen_reloc_type): Ditto.
2730 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Ditto.
2731 (elf_hppa_fake_sections): Rename local var to avoid shadowing.
2733 * libhppa.h: Change practically all unsigned ints to plain ints.
2734 Remove tests on gcc version. Instead use ATTRIBUTE_UNUSED for
2737 From Ryan Bradetich <rbradetich@uswest.net>
2738 * libhppa.h (hppa_opcode_type): New enum to replace #define's.
2739 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Modify to
2741 From David Huggins-Daines <dhd@linuxcare.com>
2742 * elf-hppa.h (elf_hppa_relocate_insn): Update the opcode constants
2743 to the new OP_* ones.
2745 * elf32-hppa.c (elf32_hppa_size_stubs): Consolidate freeing on
2746 error exit. Bail out earlier on plabel relocs that we aren't
2747 interested in. Don't tell elf32_hppa_stub_hash_lookup to copy
2748 string, and then don't free our copy.
2749 (elf32_hppa_build_one_stub): Make insn unsigned int.
2751 * libhppa.h (bfd_hppa_insn2fmt): 22 bit branches are only
2752 available with BL, not BE and BLE.
2754 * elf32-hppa.c (hppa_elf_relocate_insn): Add some more example
2755 code for elf arg relocs.
2756 (elf32_hppa_bfd_final_link_relocate): Replace boolean is_local
2757 argument with elf_link_hash_entry h. Handle undefined weak
2758 symbols. Move $global$ lookup from here...
2759 (elf32_hppa_relocate_section): ...to here. Return correct error
2760 message for non-handled relocs.
2761 (elf32_hppa_size_of_stub): Correctly test branch range. Previous
2762 wrong test was -0x3ffff to +0x40000.
2764 * elf-hppa.h (elf_hppa_final_link_relocate): R_PARISC_DIR17R,
2765 R_PARISC_DIR17F, and R_PARISC_DIR21L are for absolute branches;
2766 Handle them as such.
2767 (elf_hppa_relocate_insn): Fix a typo.
2769 * libhppa.h (GET_FIELD, GET_BIT, MASK, CATENATE, ELEVEN): Delete.
2770 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
2771 assemble_17, assemble_21): Delete.
2772 Supply defines for all 64 possible opcodes.
2773 (bfd_hppa_insn2fmt): Add bfd argument, and use to select wide mode
2774 formats. Handle COMICLR.
2775 (hppa_rebuild_insn): Delete bfd argument. Handle formats 10, -11,
2778 * elf32-hppa.c (hppa_elf_relocate_insn): Complete rewrite.
2779 (elf32_hppa_bfd_final_link_relocate): Major rewrite.
2780 (elf32_hppa_build_one_stub): Modify hppa_elf_relocate_insn calls
2782 (elf32_hppa_size_stubs): Don't free stub_name twice. Read in all
2783 the local syms - did this code get deleted accidentally? Ignore
2784 undefined and undefweak syms.
2786 * elf-hppa.h (elf_hppa_final_link): Move hppa_info to outermost
2787 block. Use it instead of elf64_hppa_hash_table (info).
2788 (elf_hppa_final_link_relocate): Use hppa_info instead of
2789 elf64_hppa_hash_table (info).
2791 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
2792 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
2793 (hppa_rebuild_insn): Mask immediate bits here instead.
2794 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
2796 2000-07-08 Alan Modra <alan@linuxcare.com.au>
2798 * section.c (struct sec): Add id field. Tidy comment formatting.
2799 (bfd_make_section_anyway): Set id.
2800 (STD_SECTION): Init id too.
2801 Change CONST to const throughout.
2802 * archures.c (bfd_arch_info): Tidy comment.
2803 (bfd_arch_list): Change a CONST to const.
2804 * libbfd-in.h: Tidy comments and replace CONST with const.
2805 * elf-bfd.h: Likewise.
2806 * libbfd.h: Regenerate.
2807 * bfd-in2.h: Regenerate.
2808 * libcoff.h: Regenerate.
2810 2000-07-07 DJ Delorie <dj@redhat.com>
2812 * archive.c (_bfd_write_archive_contents): Add an informative
2815 2000-07-06 Kazu Hirata <kazu@hxi.com>
2817 * srec.c: Fix formatting.
2819 2000-06-05 DJ Delorie <dj@redhat.com>
2823 2000-07-04 Alexandre Oliva <aoliva@redhat.com>
2825 * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
2826 value of PC-relative offsets.
2828 2000-07-03 Jim Wilson <wilson@cygnus.com>
2830 * elf64-alpha.c (alpha_elf_size_info): New.
2831 (elf_backend_size_info): Define to alpha_elf_size_info.
2832 * elfcode.h (elf_size_info): Change hash bucket size to 4.
2834 2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
2836 * elf32-mips.c: Include elf32-target.h again for the traditional
2839 2000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
2841 * elf32-avr.c (bfd_elf32_bfd_reloc_type_lookup):
2842 Add ATTRIBUTE_UNUSED to unused arguments to avoid warnings.
2843 (avr_info_to_howto_rela): Likewise.
2844 (elf32_avr_gc_mark_hook): Likewise.
2845 (elf32_avr_gc_sweep_hook): Likewise.
2846 (elf32_avr_relocate_section): Likewise.
2848 2000-07-03 Mark Elbrecht <snowball3@bigfoot.com>
2850 * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
2851 an external symbol for a non-shared, non-relocatable link.
2853 2000-07-03 Nick Clifton <nickc@redhat.com>
2855 * cofflink.c (IS_EXTERNAL): New macro: Return true if the symbol
2856 is an external symbol.
2857 (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
2860 2000-07-03 Kazu Hirata <kazu@hxi.com>
2862 * reloc16.c: Fix formatting.
2864 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
2866 * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
2867 to add a new target for traditional mips i.e
2868 bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
2869 * configure.in: Likewise.
2870 * configure: Rebuild.
2871 * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
2873 (bfd_elf32_tradlittlemips_vec): Likewise.
2874 * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
2875 to see that elfNN_bed does not get redefined even if the target file
2876 is included twice for a chip. See elf32-mips.c.
2878 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2880 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2881 (CLEANFILES): Add DEPA.
2882 * Makefile.in: Regenerate.
2884 2000-06-30 DJ Delorie <dj@cygnus.com>
2886 * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
2887 can't assume the PE header is at 0x80.
2889 2000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
2891 * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.
2893 2000-06-28 Mark Elbrecht <snowball3@bigfoot.com>
2895 * go32stub.h: Update stub.
2897 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
2899 * archures.c (bfd_mach_avr5): Define.
2900 * bfd-in2.h (bfd_mach_avr5): Define.
2901 * cpu-avr.c (arch_info_struct): Rename bfd_mach_avr4 to
2902 bfd_mach_avr5, add bfd_mach_avr4. Update comments.
2903 (compatible): Update comment. Add missing test.
2904 * elf32-avr.c (avr_final_link_relocate): Support 8K wrap
2905 for avr2 and avr4. Simplify 8K wrap code.
2906 (bfd_elf_avr_final_write_processing): Recognize bfd_mach_avr5.
2907 (elf32_avr_object_p): Recognize E_AVR_MACH_AVR5.
2909 2000-06-26 Kazu Hirata <kazu@hxi.com>
2911 * coff-h8300.c: Fix formatting.
2912 * cpu-h8300.c: Likewise.
2914 2000-06-24 Alexandre Oliva <aoliva@redhat.com>
2916 * elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
2917 for local symbols whose names are unknown.
2919 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2921 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2923 * Makefile.in: Regenerate.
2924 * doc/Makefile.in: Regenerate.
2926 2000-06-20 H.J. Lu <hjl@gnu.org>
2928 * Makefile.am: Rebuild dependency.
2929 * Makefile.in: Rebuild.
2931 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2933 * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
2934 (elf_backend_copy_indirect_symbol): Map to the new function.
2936 2000-06-20 Alan Modra <alan@linuxcare.com.au>
2938 * archive.c (normalize): Correct pointer comparison when checking
2940 (bfd_bsd_truncate_arname): Likewise.
2941 (bfd_gnu_truncate_arname): Likewise.
2943 2000-06-20 Ulf Carlsson <ulfc@engr.sgi.com>
2945 * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual
2946 sections elf_{text,data}_{section,symbol}.
2947 * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove.
2948 (_bfd_mips_elf_hide_symbol): New function.
2949 (elf_backend_hide_symbol): Map to the new function.
2950 (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD
2951 definitions of mips_elf_{text,data}_{section,symbol}.
2952 (mips_elf_local_relocation_p): Try to find the direct symbol
2953 based on new check_forced argument.
2954 (mips_elf_calculate_relocation): Use new version of
2955 mips_elf_local_relocation_p.
2956 (mips_elf_relocate_section): Likewise.
2957 (_bfd_mips_elf_relocate_section): Likewise.
2958 (mips_elf_sort_hash_table): Only assert that have enough GOT
2960 (mips_elf_got16_entry): Match all 32 bits to the existing GOT
2961 entry if the relocation based on the new external argument.
2962 (mips_elf_create_dynamic_relocation): Assert that we have a
2963 section contents allocated where we can swap out the dynamic
2965 (mips_elf_calculate_relocation): Find the real hash-table entry
2966 correctly by using h->root.root.type. Only create a dynamic
2967 relocation entry if the symbol is defined in a shared library.
2968 Create an external GOT entry for the GOT16 relocation if the
2969 symbol was forced local.
2970 (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a
2971 dynamic index if the symbol was forced local.
2973 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2975 * elf32-mips.c: Fix typos in comments.
2977 2000-06-19 Mark Kettenis <kettenis@gnu.org>
2979 * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
2982 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2984 * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
2985 * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS,
2986 BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files.
2987 * configure.in (bfd_elf32_m68hc12_vec): Recognize.
2988 (bfd_elf32_m68hc11_vec): Likewise.
2989 * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11.
2990 Supports 68hc11 & 68hc12 at the same time.
2991 * targets.c (bfd_elf32_m68hc12_vec): Declare and put in
2993 (bfd_elf32_m68hc11_vec): Likewise.
2994 * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11.
2995 * archures.c (bfd_m68hc12_arch): Define and register in global list
2996 (bfd_m68hc11_arch): Likewise.
2997 * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8,
2998 BFD_RELOC_M68HC11_3B): Define.
2999 * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support.
3000 * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support.
3002 2000-06-18 Ulf Carlsson <ulfc@engr.sgi.com>
3004 * elf_bfd.h (struct elf_backend_data): Add info argument to
3005 elf_backend_hide_symbol.
3006 (_bfd_elf_link_hash_hide_symbol): Likewise.
3007 * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise.
3008 * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise.
3009 * elflink.h (elf_link_add_object_symbols): Likewise.
3010 (elf_link_assign_sym_version): Likewise.
3012 2000-06-18 H.J. Lu <hjl@gnu.org>
3014 * coff-i386.c (coff_i386_reloc): Don't return in case of
3015 output_bfd == (bfd *) NULL if COFF_WITH_PE is defined.
3016 Compensate PE relocations when linking with non-PE object
3017 files to generate a non-PE executable.
3019 2000-06-17 Ulf Carlsson <ulfc@engr.sgi.com>
3021 * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write
3022 GOT entries if we're doing a static link or -Bsymbolic link.
3024 2000-06-15 Ulf Carlsson <ulfc@engr.sgi.com>
3026 * elflink.h (elf_link_adjust_relocs): Check for and call backend
3027 specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
3029 (elf_link_output_relocs): Likewise.
3030 (elf_reloc_link_order): Likewise.
3032 2000-06-16 Nicholas Duffek <nsd@redhat.com>
3034 * archures.c (enum bfd_architecture): #define constants for
3035 PowerPc and RS6000 machine numbers.
3036 * bfd-in2.h: Regenerate.
3037 * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
3038 to bfd_arch_powerpc instead of bfd_arch_rs6000. Refer to PowerPc
3039 and RS6000 machine numbers using #defined constants from
3041 * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
3042 machine numbers using #defined constants from archures.c. Add
3043 entries for EC603e, 630, A35, RS64II, RS64III, 7400. Specify
3044 64-bit words in 620 entry.
3045 * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
3047 (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
3049 2000-06-16 Nicholas Duffek <nsd@cygnus.com>
3051 * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
3052 * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field.
3053 * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
3055 2000-06-16 Nicholas Duffek <nsd@redhat.com>
3057 * bfd-in.h (bfd_family_coff): Define.
3058 * bfd-in2.h: Regenerate.
3059 * coffgen.c (coff_count_linenumbers, coff_symbol_from,
3060 coff_find_nearest_line): Check COFFness using bfd_family_coff()
3061 instead of bfd_target_coff_flavour.
3062 * cofflink.c (_bfd_coff_final_link): Likewise.
3063 * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to
3064 exclude XCOFF files.
3065 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
3067 * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour.
3068 * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour.
3069 * xcofflink.c (XCOFF_XVECP): Delete.
3070 (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol,
3071 bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc,
3072 bfd_xcoff_record_link_assignment,
3073 bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with
3074 check for bfd_target_xcoff_flavour.
3076 2000-06-16 Nicholas Duffek <nsd@redhat.com>
3078 * rs6000-core.c: Support 64-bit core files, support pre-4.3 core
3080 (read_hdr): New function.
3081 (rs6000coff_core_p): Store mstsave or __context64 struct instead
3082 of trying to extract individual registers. Set abfd->arch_info
3083 to match the architecture that created the core file.
3084 (rs6000coff_get_section_contents): Delete.
3085 * xcoff-target.h (rs6000coff_get_section_contents): Delete.
3087 2000-06-14 H.J. Lu <hjl@gnu.org>
3089 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
3092 2000-06-13 H.J. Lu <hjl@gnu.org>
3094 * configure: Regenerate.
3096 2000-06-13 J"orn Rennecke <amylaar@cygnus.co.uk>
3098 * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
3101 2000-06-08 David O'Brien <obrien@FreeBSD.org>
3103 * configure.in (VERSION): Update to show this is the CVS mainline.
3105 2000-06-07 Alan Modra <alan@linuxcare.com.au>
3107 * elf32-d10v.c: Include elf/d10v.h
3108 (enum reloc_type): Delete.
3109 * elf32-d30v.c: Include elf/d30v.h
3110 (enum reloc_type): Delete.
3112 * Makefile.am: Run "make dep-am" to regenerate dependencies.
3113 * Makefile.in: Regenerate.
3115 * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
3116 (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and
3117 move HOWTOs into elf_howto_table.
3118 (R_386_standard, R_386_ext_offset): Define.
3119 (R_386_ext, R_386_vt_offset, R_386_vt): Define.
3120 (elf_i386_reloc_type_lookup): Modify calculation of index into
3121 elf_howto_table since we've removed the padding.
3122 (elf_i386_info_to_howto_rel): Likewise.
3123 (elf_i386_relocate_section): Likewise.
3125 2000-06-06 Michael Snyder <msnyder@seadog.cygnus.com>
3127 * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
3129 2000-06-05 H.J. Lu <hjl@gnu.org>
3131 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
3132 an error when seeing an undefined symbol with hidden/internal
3133 attribute. It is handled in *_relocate_section ().
3135 2000-06-05 H.J. Lu <hjl@gnu.org>
3137 * elflink.h (elf_fix_symbol_flags): Follow the link for the
3138 indirect symbol for the ELF_LINK_NON_ELF bit.
3139 (elf_link_output_extsym): Don't output the indirect symbol even
3140 if the ELF_LINK_NON_ELF bit is set.
3142 2000-06-01 J.T. Conklin <jtc@redback.com>
3144 * config.bfd (i[3456]86-*-netbsdelf*): New target.
3145 (i[3456]86-*-netbsdaout*): New target.
3146 (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
3147 (i[3456]86-*-openbsd*): Likewise.
3149 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
3151 * trad-core.c: From hpux-core.c, include <dirent.h> or
3152 <sys/ndir.h> when possible.
3154 2000-05-31 Ulrich Drepper <drepper@redhat.com>
3156 * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
3157 definitions. We must not assume they are sorted in the file
3158 according to their index numbers.
3160 2000-05-31 Alan Modra <alan@linuxcare.com.au>
3162 * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
3163 selector for R_PARISC_PCREL17R. R_PARISC_DIR17R and
3164 R_PARISC_DIR17F are for absolute branches; Handle them as such.
3166 2000-05-30 Nick Clifton <nickc@cygnus.com>
3168 * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
3169 80960CA, 80960MC as valid machine names.
3171 2000-05-30 H.J. Lu <hjl@gnu.org>
3173 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
3174 visibility bits if the symbol is undefined. Correctly handle
3175 weak undefined symbols with hidden and internal attributes.
3177 * elflink.h (elf_link_add_object_symbols): Always turn the
3178 symbol into local if it has the hidden or internal attribute.
3180 2000-05-29 Philip Blundell <philb@gnu.org>
3182 * ppcboot.c: Add packed attribute if compiling with GCC.
3184 2000-05-29 Anatoly Vorobey <mellon@pobox.com>
3186 * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
3188 2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>
3190 * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus,
3191 elfcore_grok_psinfo): Add code to allow debugging a 32-bit
3192 corefile on a 64-bit (Sparc Solaris) host. Also clean up
3195 2000-05-26 Alan Modra <alan@linuxcare.com.au>
3197 * Makefile.am: Update dependencies with "make dep-am"
3198 * Makefile.in: Regenerate.
3200 * sysdep.h (gettext, dgettext, dcgettext, textdomain,
3201 bindtextdomain): Replace defines with those from intl/libgettext.h
3202 to quieten gcc warnings.
3204 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
3206 * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
3208 * archive.c (normalize, bfd_bsd_truncate_arname,
3209 bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
3210 file names with backslashes.
3212 * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
3215 * sysdep.h: Include filenames.h.
3217 2000-05-26 Alan Modra <alan@linuxcare.com.au>
3219 * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
3221 2000-05-26 Jakub Jelinek <jakub@redhat.com>
3223 * elf64-sparc.c (sparc64_elf_relax_section): New.
3224 (sparc64_elf_relocate_section): Optimize tail call into branch always
3226 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3227 (elf32_sparc_relax_section): New.
3229 2000-05-26 Jakub Jelinek <jakub@redhat.com>
3231 * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
3232 Remove unusued variables.
3233 (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
3234 (sparc64_elf_merge_private_bfd_data): Fix shared library case from
3235 previous fix, so that shared libs really don't influence targets
3236 extension mask and memory model.
3238 2000-05-23 H.J. Lu <hjl@gnu.org>
3240 * elf64-alpha.c (elf64_alpha_relocate_section): Check
3241 h->root.other not h->other.
3242 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
3244 * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
3246 2000-05-23 H.J. Lu <hjl@gnu.org>
3248 * elf32-i386.c (elf_i386_relocate_section): Don't allow the
3249 undefined symbol with the non-default visibility attributes.
3250 * elf-hppa.h (elf_hppa_relocate_section): Likewise.
3251 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
3252 * elf32-i370.c (i370_elf_relocate_section): Likewise.
3253 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3254 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
3255 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
3256 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3257 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3258 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3259 * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
3260 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3262 2000-05-22 Richard Henderson <rth@cygnus.com>
3264 * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
3265 PCREL22, PCREL64I. Zero size of special relocs.
3266 (elf64_ia64_reloc_type_lookup): Likewise.
3267 (USE_BRL, oor_brl, oor_ip): New.
3268 (elf64_ia64_relax_section): New.
3269 (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
3270 (elf64_ia64_install_value): Likewise, plus PCREL21BI.
3271 (elf64_ia64_relocate_section): Likewise.
3272 (bfd_elf64_bfd_relax_section): New.
3273 * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
3274 (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
3275 * bfd-in2.h, libbfd.h: Regenerate.
3277 2000-05-22 Nick Clifton <nickc@cygnus.com>
3279 * configure.in : Add peigen.lo to MIPS PE targets.
3280 * configure: Regenerate.
3282 2000-05-22 Momchil Velikov <velco@fadata.bg>
3284 * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
3285 only if it is known for both input and output bfds. Separate
3286 error message strings as in some languages, it may be necessary
3287 to change more than one place in the string to change between
3290 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
3291 endianess checks, call _bfd_generic_verify_endian_match() instead.
3293 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
3295 * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
3297 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
3298 endianess before checking bfd flavours.
3300 2000-05-22 H.J. Lu <hjl@gnu.org>
3302 * elflink.h (elf_link_output_extsym): Clear the visibility
3303 field for symbols not defined locally.
3305 2000-05-18 Alan Modra <alan@linuxcare.com.au>
3307 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
3308 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
3309 (hppa_rebuild_insn): Mask immediate bits here instead.
3310 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
3312 2000-05-18 Momchil Velikov <velco@fadata.bg>
3314 * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
3315 relocs for an executable, ensure that they are virtual addresses.
3317 2000-05-18 Jeffrey A Law (law@cygnus.com)
3319 * config.bfd (hppa*64*-*-hpux11*): New target triplet.
3321 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
3322 Rick Gorton <gorton@scrugs.lkg.dec.com>
3324 * elflink.h: Add emitrelocations support: when enabled, relocation
3325 information and relocation sections are put into final output
3326 executables. If the emitrelocations flag is set, do the following:
3327 (elf_bfd_final_link): Emit relocation sections.
3328 (elf_link_input_bfd): Compute relocation section contents.
3329 (elf_gc_sections): Don't clean relocation sections.
3331 2000-05-16 Catherine Moore <clm@cygnus.com>
3333 * som.c (som_decode_symclass): Recognize weak symbols.
3335 2000-05-16 Szabolcs Szakacsits <szaka@F-Secure.com>
3337 * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
3338 read idata section only from dataoff.
3339 (pe_print_edata): Correctly check for valid eat_member.
3341 2000-05-16 J"orn Rennecke <amylaar@cygnus.co.uk>
3343 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
3345 2000-05-14 Philip Blundell <philb@gnu.org>
3347 * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
3349 2000-05-12 Alan Modra <alan@linuxcare.com.au>
3351 * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
3353 * peigen.c (pe_print_idata): Look for .idata section and print
3354 info even if data directory has zero entries. Read idata section
3355 starting from dataoff, and adjust all data offsets to suit. Cast
3356 all bfd_vma vars to unsigned long before passing to fprintf.
3357 * peigen.c (pe_print_edata): Similarly, look for .edata section
3358 and print info even if data directory has zero entries. Cast
3359 all bfd_vma vars to unsigned long before passing to fprintf.
3361 From Szabolcs Szakacsits <szaka@F-Secure.com>
3362 * peigen.c (pe_print_idata): Use bfd_section_size rather than data
3363 directory size which may be bogus.
3364 * peigen.c (pe_print_edata): Similarly.
3366 2000-05-09 Alan Modra <alan@linuxcare.com.au>
3368 * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
3370 (copy_private_bfd_data): Allow for space possibly taken up by elf
3371 headers when calculating segment physical address from lma.
3373 2000-05-08 Alan Modra <alan@linuxcare.com.au>
3375 * versados.c (versados_scan): Init stringlen and pass_2_done.
3377 * trad-core.c (trad_unix_core_file_p): Return
3378 bfd_error_wrong_format rather than bfd_error_file_truncated.
3380 * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
3381 add_data_entry. DataDirectory virtual address is relative.
3382 (pe_print_idata): Account for relative DataDirectory virtual
3383 addresses. Don't trash datasize inside POWERPC_LE_PE code.
3384 (pe_print_edata): Similarly.
3386 From Szabolcs Szakacsits <szaka@F-Secure.com>
3387 * peigen.c (dir_names): Add Delay Import Directory.
3388 (pe_print_idata): Always search for bfd section containing
3389 idata address rather than looking up section name. Print this
3390 section name rather than .idata.
3391 (pe_print_edata): Similarly. Also print some fields as %08lx.
3392 (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
3395 2000-05-05 Clinton Popetz <cpopetz@cygnus.com>
3397 * xcoff.h: Rename to xcoff-target.h
3398 * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
3399 * coff-rs6000.c: Ditto.
3400 * coff64-rs6000.c: Ditto.
3401 * coff-pmac.c: Ditto.
3402 * Makefile.in: Regenerate.
3404 2000-05-05 Clinton Popetz <cpopetz@cygnus.com>
3406 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
3407 Change U802TOC64MAGIC to U803XTOCMAGIC.
3409 2000-05-04 Michael Snyder <msnyder@seadog.cygnus.com>
3411 * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
3412 * bfd-in.h: Prototype bfd_elf_get_arch_size.
3413 * bfd-in2.h: Prototype bfd_elf_get_arch_size.
3415 2000-05-04 Alan Modra <alan@linuxcare.com.au>
3417 * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
3419 2000-05-03 Martin v. Lvwis <loewis@informatik.hu-berlin.de>
3421 * elflink.h (elf_link_add_object_symbols): Reset dynindx for
3422 hidden and internal symbols.
3423 (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
3425 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
3426 assign a PLT or GOT entry to symbols with hidden and
3427 internal visibility.
3429 2000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
3431 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
3433 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
3435 2000-05-02 H.J. Lu <hjl@gnu.org>
3437 * elf.c (prep_headers): Use ELFOSABI_NONE instead of
3440 2000-05-02 Alan Modra <alan@linuxcare.com.au>
3442 * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
3443 * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo. Regenerate
3445 * Makefile.in: Regenerate.
3447 2000-05-01 Jim Wilson <wilson@cygnus.com>
3449 * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
3450 (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
3451 (BFD64_BACKENDS): Delete coff-ia64.lo. Add efi-app-ia64.lo.
3452 (BFD64_BACKENDS_CFILES): Delete coff-ia64.c. Add efi-app-ia64.c.
3453 * Makefile.in: Rebuild.
3455 2000-05-02 Alan Modra <alan@linuxcare.com.au>
3457 * config.bfd: Re-enable elf32-hppa. It now compiles, even if it
3458 doesn't work very well.
3460 * elf-hppa.h (elf_hppa_internal_shdr): Define.
3461 (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
3462 Set hdr->s_type to 1 if ARCH_SIZE == 32.
3463 (_bfd_elf_hppa_gen_reloc_type): Add prototype.
3464 (elf_hppa_info_to_howto): Likewise.
3465 (elf_hppa_info_to_howto_rel): Likewise.
3466 (elf_hppa_reloc_type_lookup): Likewise.
3467 (elf_hppa_is_local_label_name): Likewise.
3468 (elf_hppa_fake_sections): Likewise.
3469 (elf_hppa_final_write_processing): Likewise.
3470 (elf_hppa_howto_table): Fully initialise all entries.
3471 (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
3472 (elf_hppa_info_to_howto): Likewise.
3473 (elf_hppa_info_to_howto_rel): Likewise.
3474 (elf_hppa_reloc_type_lookup): Likewise.
3475 (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
3476 elf_hppa_unmark_useless_dynamic_symbols,
3477 elf_hppa_remark_useless_dynamic_symbols,
3478 elf_hppa_record_segment_addrs, elf_hppa_final_link,
3479 elf_hppa_relocate_section, elf_hppa_final_link_relocate,
3480 elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
3481 elf32-hppa.c mess is cleaned up.
3482 (elf_hppa_final_link_relocate): Make insn and r_type unsigned
3483 int. Delete r_field. In case R_PARISC_PCREL21L, don't set
3484 r_field then call hppa_field_adjust inline func with variable
3485 r_field arg, instead call hppa_field_adjust with fixed arg.
3486 In case R_PARISC_PCREL22F, don't set r_field.
3487 (elf_hppa_relocate_insn): Change args and return type to unsigned
3488 int. Call re_assemble_* funcs to do the work.
3490 * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
3493 * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
3495 (sign_extend): Mask first before sign extending.
3496 (low_sign_extend): Rewrite without condition expression.
3497 (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
3498 dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
3499 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
3500 assemble_17, assemble_21, sign_unext, low_sign_unext): Return
3501 result as function return value rather than through pointer arg.
3502 Accept unsigned int args, and return unsigned int.
3503 (re_assemble_3): New. Combines function of dis_assemble_3 with
3504 re-assembly of opcode and immediate.
3505 (re_assemble_12): Likewise.
3506 (re_assemble_16): Likewise.
3507 (re_assemble_17): Likewise.
3508 (re_assemble_21): Likewise.
3509 (re_assemble_22): Likewise.
3510 (hppa_field_adjust): Rewrite and document, paying attention to
3511 size of types and signed/unsigned issues.
3512 (get_opcode): Shift before masking.
3513 (FDLW): Rename to FLDW.
3514 (bfd_hppa_insn2fmt): Change arg to unsigned int. Delete fmt.
3515 (hppa_rebuild_insn): Change args and return value to unsigned
3516 int. Make use of re_assemble_*. Correct case 11.
3518 * dep-in.sed: Handle ../opcodes/.
3519 * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
3520 elf64-hppa.h, hppa_stubs.h, xcoff.h.
3521 (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
3522 Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
3523 elfarm-nabi.lo dependencies outside of auto-dependency area.
3524 Regenerate dependencies.
3525 * Makefile.in: Regenerate.
3527 * configure.in (TRAD_HEADER): Test non-null before
3529 * configure: Regenerate.
3531 * reloc.c: Fix mis-spelling in comment.
3533 2000-05-01 Alan Modra <alan@linuxcare.com.au>
3535 * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
3536 * vms.c (vms_openr_next_archived_file): Return NULL.
3538 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
3540 * coffcode.h Copy changes mistakenly done to libcoff.h in
3543 2000-04-29 Andreas Jaeger <aj@suse.de>
3545 * libbfd-in.h: Correctly check GCC version.
3546 * bfd-in.h: Likewise.
3547 * libhppa.h: Likewise.
3548 * libbfd.h: Regenerate.
3549 * bfd-in2.h: Regenerate.
3551 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
3553 * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
3554 coffdu-rs6000.{lo,c}.
3555 (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
3557 * Makefile.in: Regenerate.
3558 * xcoff.h: New file.
3559 * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
3560 * coff-rs6000.c: Move all declarations and defines that are
3561 common to the xcoff backends into xcoff.h
3562 * coff64-rs6000.c: Ditto,
3564 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
3566 * coff-mips.c (mips_ecoff_backend_data): Add initialization of
3567 _bfd_coff_force_symnames in strings and
3568 _bfd_coff_debug_string_prefix_length to their default values.
3569 * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
3571 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
3573 * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
3574 _bfd_coff_force_symnames in strings and
3575 _bfd_coff_debug_string_prefix_length to their default values.
3577 2000-04-27 Alan Modra <alan@linuxcare.com.au>
3579 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return if dynobj NULL.
3580 Check local_got_refcounts before dereferencing.
3582 * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
3583 before deciding we don't need R_PPC_PLT32 relocation.
3584 (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
3587 * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
3589 * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
3591 (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
3592 (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
3593 (elf_i386_relocate_section): Allow for .plt to go missing.
3594 (elf_i386_finish_dynamic_symbol): Use same test to decide if we
3595 can use a relative reloc for got as elf_i386_relocate_section.
3596 (bfd_elf32_bfd_final_link): Define to use gc form of final link.
3598 2000-04-26 Clinton Popetz <cpopetz@cygnus.com>
3600 * config.bfd: Remove extraneous bfd_powerpc_64_arch.
3602 2000-04-24 Clinton Popetz <cpopetz@cygnus.com>
3604 * Makefile.am (coff64-rs6000.lo): New rule.
3605 * Makefile.in: Regenerate.
3606 * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
3607 xcoff_is_local_label_name, xcoff_rtype2howto,
3608 xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
3609 xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
3610 xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
3611 (NO_COFF_SYMBOLS): Define.
3612 (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
3613 xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
3615 (MINUS_ONE): New macro.
3616 (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
3618 (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
3619 coff_SWAP_aux_out): Map to the new functions.
3620 * coff64-rs6000.c: New file.
3621 * libcoff.h (bfd_coff_backend_data): Add new fields
3622 _bfd_coff_force_symnames_in_strings and
3623 _bfd_coff_debug_string_prefix_length.
3624 (bfd_coff_force_symnames_in_strings,
3625 bfd_coff_debug_string_prefix_length): New macros for above fields.
3626 * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
3627 Set machine to 620 for XCOFF64. Use bfd_coff_swap_sym_in instead
3628 of using coff_swap_sym_in directly.
3629 (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
3630 (coff_set_flags) Set magic for XCOFF64.
3631 (coff_compute_section_file_positions): Add symbol name length to
3632 string section length if bfd_coff_debug_string_prefix_length is
3634 (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
3635 (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
3636 using coff_swap_lineno_in directly.
3637 (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
3638 and _bfd_coff_debug_string_prefix_length fields.
3639 * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
3640 symbol names into strings table when
3641 bfd_coff_force_symnames_in_strings is true.
3642 * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
3643 SET_RELOC_VADDR): New macros.
3644 (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
3645 (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
3647 (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
3648 changes within RS6000COFF_C specific code.
3649 (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
3650 MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
3651 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
3652 Extend existing hack on target name.
3653 * xcofflink.c (XCOFF_XVECP): Extend existing hack on
3655 * coff-tic54x.c (ticof): Keep up to date with new fields
3656 in bfd_coff_backend_data.
3657 * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
3658 targ_selvecs to include rs6000coff64_vec for rs6000.
3659 * configure.in: Add rs6000coff64_vec case.
3660 * cpu-powerpc.c: New bfd_arch_info_type.
3662 2000-04-24 Jeffrey A Law (law@cygnus.com)
3664 * config.bfd: Only disable elf32-hppa vectors, not all of the
3665 BSD and OSF configuration support. Provide (disabled) clauses
3667 * configure.in: Add clause for PA64 support.
3668 * configure: Rebuilt.
3670 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
3671 (bfd_elf64_hppa_vec): Declare.
3673 * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
3674 (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
3675 (elf64-hppa.lo): Add dependencies.
3676 * Makefile.in: Rebuilt.
3678 * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
3680 2000-04-24 Jason Eckhardt <jle@cygnus.com>
3682 * libhppa.h (dis_assemble_16): New function.
3683 (pa_arch): Added pa20w element.
3685 2000-04-24 Ulrich Drepper <drepper@cygnus.com>
3687 * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
3688 bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
3689 bfd_elf64_slurp_reloc_table.
3691 * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
3692 definitions to get external names.
3693 (elf_write_relocs): Renamed from write_relocs and make global.
3694 (elf_slurp_reloc_table): Make global.
3695 (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
3697 * archive.c (hpux_uid_gid_encode): New function.
3698 (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
3699 defined and the ID is greater than 99999.
3700 (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
3701 special uid/gid fields into 32 bit values.
3703 2000-04-21 Matthew Green <mrg@cygnus.com>
3705 * config.bfd: Add NetBSD/sparc64 support.
3707 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
3708 David Mosberger <davidm@hpl.hp.com>
3709 Timothy Wall <twall@cygnus.com>
3710 Jim Wilson <wilson@cygnus.com>
3712 * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
3713 (ALL_MACHINES_CFILES): Add cpu-ia64.c.
3714 (BFD64_BACKENDS): Add elf64-ia64.lo.
3715 (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
3716 (cpu-ia64.lo, elf64-ia64.lo): New rules.
3717 * Makefile.in: Rebuild.
3718 * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
3719 (bfd_ia64_arch): Declare.
3720 (bfd_archures_list): Add bfd_ia64_arch.
3721 * bfd-in2.h: Rebuild.
3722 * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
3723 * configure: Rebuild.
3724 * configure.host: (ia64-*-linux*): New host.
3725 * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
3726 bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
3727 * elf.c (prep_headers): Add bfd_arch_ia64.
3728 * libbfd.h: Rebuild.
3729 * reloc.c: Add IA-64 relocations.
3730 * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
3732 (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
3733 * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
3735 2000-04-21 Richard Henderson <rth@cygnus.com>
3737 * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
3738 contents when performing a partial link.
3739 (bfd_elf_d30v_reloc_21): Likewise.
3741 2000-04-20 H.J. Lu <hjl@gnu.org>
3743 * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
3744 patch to symbols defined by a shared object.
3745 * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
3747 2000-04-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3750 * dwarf2.c (concat_filename): Avoid string literal concatenation.
3751 * ieee.c (ieee_get_symtab): Don't initialise union in struct.
3753 Mon Apr 17 19:14:36 2000 David Mosberger <davidm@hpl.hp.com>
3755 * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
3756 (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
3757 (coff-ia64.lo): Add dependency.
3758 * Makefile.in: Regenerate.
3759 * coff-ia64.c: New file.
3760 * efi-app-ia32.c: Ditto.
3761 * efi-app-ia64.c: Ditto.
3762 * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
3763 (coff_set_flags): Ditto.
3764 (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
3765 * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
3766 * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
3767 * configure: Regenerate.
3768 * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
3769 (PUT_OPTHDR_IMAGE_BASE): Ditto.
3770 (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
3771 (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
3772 (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
3773 (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
3774 (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
3775 (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
3776 (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
3777 (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
3778 (GET_PDATA_ENTRY): Ditto.
3779 * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
3780 data_start. Use above macros to read fields that are 64 bit wide for
3781 COFF_WITH_PEP64. Don't truncate entry and text_start to 32 bits.
3782 (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
3783 FileAlignment and SectionAlignment to minimum alignment if they
3785 (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
3786 Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
3787 (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
3788 Use above macros to write fields that are 64 bit wide for
3790 (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
3791 5*4 otherwise. This should be right for IA-32 and IA-64, but may
3792 be wrong for platforms. Use PDATA_ROW_SIZE instead of hardcoded
3793 value of 20 bytes. Modify printing for COFF_WITH_PEP64 to print
3794 begin address, end address, and unwind info address only. Use
3795 GET_PDATA_ENTRY() to read .pdata entries. Use fprintf_vma() to
3797 (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
3798 HIGH3ADJ relocation names.
3799 (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
3800 * targets.c: Declare bfd_efi_app_ia32_vec and
3801 bfd_efi_app_ia64_vec.
3802 (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
3803 bfd_efi_app_ia64_vec.
3805 2000-04-17 Timothy Wall <twall@cygnus.com>
3807 * bfd-in2.h: Add prototypes for tic54x load page access.
3808 * bfd-in.h: Regenerate.
3809 * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
3810 in customized _set_arch_mach function.
3811 * coffcode.h (coff_set_alignment_hook): Set section load page if
3812 the appropriate macro is defined.
3813 (write_object_contents): Read section load page.
3815 2000-04-13 Alan Modra <alan@linuxcare.com.au>
3817 * elf32-hppa.h: Update copyright date.
3819 * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
3820 * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
3822 * elf32-d30v.c (MAX32): Don't use LL suffix.
3823 (MIN32): Define in terms of MAX32.
3824 (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
3826 * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
3829 * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
3831 2000-04-12 Alan Modra <alan@linuxcare.com.au>
3833 * dep-in.sed: Match space before file name, not after.
3834 * Makefile.am: Regenerate dependencies.
3835 * Makefile.in: Regenerate.
3837 * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
3838 case, allow address wrap-around stupidly removed 2000-03-17. Sign
3839 extend without an if statement.
3841 2000-04-11 Alan Modra <alan@linuxcare.com.au>
3843 * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
3845 * elf32-mips.c (gprel16_with_gp): Likewise.
3846 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
3847 here using -0x40000, not (int)0xfffc0000.
3848 (elf32_hppa_size_of_stub): Likewise.
3850 2000-04-11 Timothy Wall <twall@cygnus.com>
3852 * coff-tic54x.c: Now builds with all targets.
3853 * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
3854 * Makefile.in: Regenerate.
3855 * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
3856 unitialized variable.
3858 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
3860 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
3861 --enable-build-warnings option.
3862 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3863 * Makefile.in, configure: Re-generate.
3865 2000-04-07 Nick Clifton <nickc@cygnus.com>
3867 * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
3868 BFD_RELOC_THUMB_PCREL_BLX.
3870 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
3871 R_ARM_XPC25 and R_ARM_THM_PC22.
3873 * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
3874 R_ARM_XPC25 and R_ARM_THM_XPC22.
3875 (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
3876 R_ARM_[XPC25|THM_XPC22].
3878 * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
3879 elf/arm-oabi.h to elf/arm.h
3881 * Makefile.am: Fix dependency for elfarm-oabi.c
3882 * Makefile.in: Regenerate.
3884 * bfd-in2.h: Regenerate.
3885 * libbfd.h: Regenerate.
3887 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
3889 * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
3890 and restore it on failure. Release newly allocated tdata on
3893 Fri Apr 7 11:33:47 2000 Jim Wilson <wilson@cygnus.com>
3895 * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
3896 (decode_line_info): Set it. Report error if unit->line_offset is
3897 equal to or larger than it.
3899 2000-04-07 Timothy Wall <twall@cygnus.com>
3901 * targets.c: Added vecs for tic54x.
3902 * reloc.c: Added relocs for tic54x.
3903 * libbfd.h: Regenerated.
3904 * configure: Add TI COFF vecs for tic54x.
3905 * configure.in: Ditto.
3906 * config.bfd (targ_cpu): Recognize new tic54x target.
3907 * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
3908 * bfd-in2.h: Add tic54x target and relocations.
3909 * Makefile.am, Makefile.in: Add tic54x target.
3910 * archures.c (bfd_archures_list): Add tic54x target.
3911 * coff-tic54x.c: New.
3912 * cpu-tic54x.c: New.
3914 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
3916 * elfcore.h (elf_core_file_p): call backend_object_p which
3917 thereby gets an opportunity to update the arch/machine type.
3919 2000-04-06 Timothy Wall <twall@cygnus.com>
3921 * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
3922 class. Handle SEC_CLINK and SEC_BLOCK flags.
3923 * section.c: Add SEC_CLINK and SEC_BLOCK flags.
3924 * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
3926 2000-04-06 Nick Clifton <nickc@cygnus.com>
3928 * elf32-arm.h (elf32_arm_set_private_flags): Only check for
3929 EF_INTERWORK if this is an unknown EABI.
3930 (elf32_arm_merge_private_bfd_data): Check EABI version
3931 numbers. Only check EF_xxx flags if the EABI version number
3933 (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
3934 if the EABI version number is unknown.
3935 (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
3936 if the EABI version number is unknown.
3938 Wed Apr 5 22:04:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3940 * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
3941 BFD_RELOC_SH_LOOP_END.
3942 * elf32-sh.c (sh_elf_howto_tab): Change special_func to
3943 sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
3944 Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
3945 (sh_elf_reloc_loop): New function.
3946 (sh_elf_reloc): No need to test for always-to-be-ignored relocs
3948 (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
3949 (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
3950 * bfd-in2.h, libbfd.h: Regenerate.
3952 2000-04-04 Alan Modra <alan@linuxcare.com.au>
3954 * po/bfd.pot: Regenerate.
3956 * Makefile.am: Remove extraneous mkdep comment.
3957 (MKDEP): Use gcc -MM rather than mkdep.
3958 (DEP): Quote when passing vars to sub-make. Add warning
3960 (DEP1): Rewrite for "gcc -MM".
3961 (CLEANFILES): Add DEP2.
3962 Update dependencies.
3963 * Makefile.in: Regenerate.
3965 2000-04-03 Kevin Buettner <kevinb@redhat.com>
3967 * configure.in: Added corefile support for AIX 4.3. In particular,
3968 AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
3969 compiling rs6000-core.c.
3970 * configure: Regenerated.
3972 2000-04-03 H.J. Lu <hjl@gnu.org>
3974 * cache.c (bfd_open_file): Unlink the output file only if
3975 it has non-zero size.
3977 2000-04-01 Ken Block USG <block@zk3.dec.com>
3979 * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
3980 relative relocations for non-loaded sections in shared objects.
3981 (elf64_alpha_check_relocs): Similarly.
3983 Mon Apr 3 13:37:15 2000 Hans-Peter Nilsson <hp@axis.com>
3985 * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
3986 BFD_RELOC_16 to switch for extended relocs.
3987 (MY_swap_ext_reloc_in): New.
3988 (MY_swap_ext_reloc_out): New.
3989 (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
3990 than NAME(aout,swap_ext_reloc_in) for extended relocs.
3991 (NAME(aout,squirt_out_relocs)): Similarly use
3992 MY_swap_ext_reloc_out.
3993 (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
3995 2000-04-03 Kazu Hirata <kazu@hxi.com>
3997 * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
3998 the R_PCRWORD_B case.
4000 2000-03-31 Thomas de Lellis <tdel@wrs.com>
4002 * srec.c : Set CHUNK size to 16 bytes to prevent download failures
4006 Wed Mar 30 15:28:00 2000 Donald Lindsay <dlindsay@cygnus.com>
4008 * elf32-m32r.c (m32r_elf_generic_reloc): new function. All
4009 HOWTO references to bfd_elf_generic_reloc, that have
4010 partial_inplace == true, now use the new function. The function
4011 is based on the recent rewrite of m32r_elf_lo16_reloc(), and
4012 extends its fixes to the R_M32R_{16,24,32} relocs.
4013 The new logic in m32r_elf_lo16_reloc() has been removed, and
4014 it instead calls the new routine to obtain that functionality.
4016 2000-03-27 Alan Modra <alan@linuxcare.com.au>
4018 * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
4019 elf32_avr_check_relocs, avr_final_link_relocate,
4020 elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
4021 elf32_avr_object_p): Add prototypes.
4022 (elf32_avr_gc_mark_hook): Add default for h->root.type.
4023 (bfd_elf_avr_final_write_processing): Make static.
4025 2000-03-27 Denis Chertykov <denisc@overta.ru>
4027 * cpu-avr.c: New file. BFD support routines for AVR architecture.
4028 * archures.c (bfd_architecture): Add AVR architecture.
4029 (bfd_archures_list): Add reference to AVR architecture info.
4030 * elf.c (prep_headers): Handle bfd_arch_avr.
4031 * reloc.c: Add various AVR relocation enums.
4032 * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
4034 * Makefile.am: Add support for AVR elf.
4035 * configure.in: Likewise.
4036 * config.bfd: Likewise.
4037 * Makefile.in: Regenerate.
4038 * configure: This too.
4039 * bfd-in2.h: And this.
4040 * libbfd.h: And this.
4042 2000-03-24 H.J. Lu <hjl@gnu.org>
4044 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
4045 (elf64_alpha_find_reloc_at_ofs): Likewise.
4047 2000-03-17 Alan Modra <alan@linuxcare.com.au>
4049 * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
4050 flag an overflow if the bitfield is outside -2**n to 2**n-1. The
4051 allowable range used to be -2**(n-1) to 2**n-1.
4052 * reloc.c (_bfd_relocate_contents): Same here. Also replace
4053 "boolean overflow" with "bfd_reloc_status_type flag".
4055 2000-03-14 Doug Evans <dje@casey.transmeta.com>
4057 * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
4059 2000-03-14 Kazu Hirata <kazu@hxi.com>
4061 * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
4062 of shrinks properly, including the last reloc.
4064 2000-03-13 Kazu Hirata <kazu@hxi.com>
4066 * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
4069 2000-03-11 Alan Modra <alan@linuxcare.com.au>
4071 * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
4072 a format mismatch rather than an "error" from bfd_read such as
4073 bfd_error_file_truncated.
4075 2000-03-10 Geoff Keating <geoffk@cygnus.com>
4077 * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
4078 sign-extension and big-endian compensation for
4079 R_MIPS_64 even in ld -r.
4081 2000-03-10 Geoffrey Keating <geoffk@cygnus.com>
4083 * elf32-mips.c (mips_elf_next_relocation): Rename from
4084 mips_elf_next_lo16_relocation, and generalize to look
4085 for any relocation type.
4086 (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
4087 (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
4088 (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
4089 (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
4090 (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
4091 (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
4092 (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
4093 (mips_rtype_to_howto): Likewise.
4094 (mips_elf_calculate_relocation): Handle new relocs.
4095 (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
4096 are paired. The addend for R_MIPS_GNU_REL16_S2
4097 is shifted right two bits.
4099 2000-03-10 Alan Modra <alan@linuxcare.com.au>
4101 * reloc.c (bfd_perform_relocation): Undo emacs formatting of
4102 comment, and ensure it doesn't happen again.
4103 (bfd_install_relocation): Same here.
4104 (_bfd_relocate_contents): Don't bother assigning unused signmask
4105 shift result. Fix typos in comments.
4106 Remove trailing whitespace throughout file.
4108 2000-03-07 Doug Evans <dje@casey.transmeta.com>
4110 * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
4111 * bfd-in2.h: Rebuild.
4113 2000-03-06 Nick Clifton <nickc@cygnus.com>
4115 * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
4117 (SIZEOF_ILF_SYM_PTR_TABLE): Define.
4118 (SIZEOF_ILF_STRINGS): Redefine.
4119 (pe_ILF_make_a_symbol-reloc): New function. Creates a symbol
4120 relative reloc, as opposed to a section relative reloc.
4121 (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
4123 Add length of symbol's prefix to string pointer.
4124 Store a pointer to the symbol in the symbol pointer table.
4125 (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
4126 Initialise the symbol pointer table.
4127 Store the hint in the Hint/Name table.
4128 Make the jump reloc be symbol realtive, not section relative.
4129 Create an import symbol for imported code.
4131 2000-03-06 Catherine Moore <clm@cygnus.com>
4133 * elf.c (swap_out_syms): Check for null type_ptr.
4135 2000-03-01 Hans-Peter Nilsson <hp@axis.com>
4137 * aout-target.h (MY(write_object_contents)): Remove unused
4138 and unusable "#if CHOOSE_RELOC_SIZE".
4139 * pc532-mach.c (MY(write_object_contents)): Ditto.
4140 * netbsd.h (MY(write_object_contents)): Ditto.
4141 * hp300hpux.c (MY(write_object_contents)): Ditto.
4142 * freebsd.h (MY(write_object_contents)): Ditto.
4143 * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
4145 2000-02-29 H.J. Lu <hjl@gnu.org>
4147 * peicode.h (jtab): Make it static.
4149 * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
4150 defined and COFF_IMAGE_WITH_PE is not defined.
4151 (_bfd_sh_align_load_span): Defined as sh_align_load_span if
4152 COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
4154 2000-03-01 Nick Clifton <nickc@cygnus.com>
4156 * coff-arm.c (bfd_arm_process_before_allocation): Make
4157 'symndx' signed to prevent compile time warning.
4159 * coff-mcore.c: Remove unused prototype for pe_object_p.
4161 * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
4162 functions that are not used when COFF_IMAGE_WITH_PE is
4164 (struct sh_opcode): Change type of 'flags' field to unsigned
4165 long so that it can hold the USESAS flag.
4167 * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
4169 * elf-m10300.c (mn10300_elf_relax_section): Initialise
4172 * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
4174 Remove unusued variables and code.
4175 (elf_backend_add_symbol_hook): Fix prototype.
4177 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
4180 * elf32-mcore.c (mcore_elf_relocate_section): Initialise
4183 * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
4185 Remove unusued variables and code.
4186 (elf_backend_add_symbol_hook): Fix prototype.
4188 * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
4190 * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
4191 to unused function parameter.
4193 * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
4195 Use EMPTY_HOWTO to initialise empty howto slots.
4196 Remove unused variables.
4198 * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
4200 2000-03-01 H.J. Lu <hjl@gnu.org>
4202 * aoutx.h (aout_link_input_section_std): Pass "true" to
4203 the undefined_symbol callback.
4204 (aout_link_input_section_ext): Likewise.
4205 * bout.c (get_value): Likewise.
4206 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
4207 * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
4209 (alpha_relocate_section): Likewise.
4210 * coff-arm.c (coff_arm_relocate_section): Likewise.
4211 * coff-i960.c (coff_i960_relocate_section): Likewise.
4212 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
4213 * coff-mips.c (mips_relocate_section): Likewise.
4214 * coff-ppc.c (coff_ppc_relocate_section): Likewise.
4215 * coff-sh.c (sh_relocate_section): Likewise.
4216 * coff-tic80.c (coff_tic80_relocate_section): Likewise.
4217 * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
4218 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
4219 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
4220 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
4221 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
4222 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
4223 * elf32-i370.c (i370_elf_relocate_section): Likewise.
4224 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
4225 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
4226 * elf32-sh.c (sh_elf_relocate_section): Likewise.
4227 * elf32-v850.c (v850_elf_relocate_section): Likewise.
4228 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
4229 * elflink.h (elf_link_output_extsym): Likewise.
4230 * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
4231 * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
4232 * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
4234 * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
4235 undefined_symbol callback when building shared library with
4236 -Bsymbolic and undefined symbols are allowed. Otherwise, pass
4238 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
4239 * elf32-i386.c (elf_i386_relocate_section): Likewise.
4240 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4241 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
4242 (elf32_mips_get_relocated_section_content): Likewise.
4243 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4244 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4245 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
4246 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4248 2000-02-28 Nick Clifton <nickc@cygnus.com>
4250 * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
4251 * Makefile.in: Regenerate.
4253 * configure.in: Add support for mips and sh pe vectors.
4254 * configure: regenerate.
4256 * config.bfd: Add support for arm-wince, mips-pe and sh-pe
4259 * targets.c: Add mips and sh pe vectors.
4261 * libpei.h (coff_final_link_postscript): Only define if not
4264 * coffcode.h: Add support for WinCE magic numbers.
4266 * peigen.c (pe_print_reloc): Update comment and rearrange
4267 appending of newline character.
4269 * peicode.h: Add support for Image Library Format.
4270 (pe_ILF_vars): Structure containing data used by ILF code.
4271 (pe_ILF_make_a_section): New function. Create a section based
4273 (pe_ILF_make_a_reloc): New function. Create a reloc based on
4275 (pe_ILF_make_a_symbol): New function. Create a symbol based
4277 (pe_ILF_save_relocs): New function. Store the relocs created
4278 by pe_ILF_make_a_reloc in a section.
4279 (pe_ILF_build_a_bfd): New function. Create a BFD describing
4281 (pe_ILF_object_p): New function. Return a bfd_target pointer
4283 (pe_bfd_object_p): If an ILF object is detected call
4284 pe_ILF_object_p on it.
4286 * coff-arm.c: Add support for WinCE relocs which are different
4287 from normal ARM COFF relocs.
4288 * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
4290 * coff-sh.c: Add support for sh-pe target.
4291 * pe-sh.c: New file. Support code for sh-pe target.
4292 * pei-sh.c: New file. Support code for sh-pe target.
4294 * pe-mips.c: New file. Support code for mips-pe target.
4295 * pei-mips.c: New file. Support code for mips-pe target.
4297 2000-02-27 Jakub Jelinek <jakub@redhat.com>
4299 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
4300 architecture if the object causing the bump is dynamic.
4301 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
4302 and also don't it for memory ordering.
4303 (sparc64_elf_write_relocs): Take src_rela out of the loop.
4305 2000-02-27 Ian Lance Taylor <ian@zembu.com>
4307 * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
4308 calling bfd_get_section_size_before_reloc.
4309 (decode_line_info): Likewise.
4310 (_bfd_dwarf2_find_nearest_line): Likewise.
4312 2000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
4314 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
4315 name of the libtool directory.
4316 * Makefile.in: Rebuild.
4318 Fri Feb 25 18:39:26 2000 Rodney Brown (RodneyBrown@pmsc.com)
4320 * som.c (SOM_HOWTO): Define.
4321 (som_hppa_howto_table): Use it.
4323 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4325 * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
4327 * config.bfd: Enable 64 bit support for Solaris7+/sparc.
4329 2000-02-24 Catherine Moore <clm@cygnus.com>
4331 * som.c (som_misc_symbol_info): Add field
4333 (som_bfd_derive_misc_symbol_info): Initialize
4335 (som_build_and_write_symbol_table): Keep track
4336 of secondary_def field.
4337 (som_slurp_symbol_table): Set BSF_WEAK symbol flag
4338 if secondary_def field is set.
4339 (som_bfd_ar_write_symbol_stuff): Initialize
4342 2000-02-23 Stephane Carrez <stcarrez@worldnet.fr>
4344 * dwarf2.c (read_address): Read 16-bits addresses.
4345 (parse_comp_unit): Accept addr_size == 2.
4347 2000-02-23 Alan Modra <alan@spri.levels.unisa.edu.au>
4349 * bfd-in.h: Update copyright date.
4351 2000-02-23 Linas Vepstas <linas@linas.org>
4353 * cpu-i370.c: New file.
4354 * elf32-i370.c: New file.
4355 * archures.c (enum bfd_architecture): Add bfd_arch_i370.
4356 (bfd_i370_arch): New.
4357 (bfd_archures_list): Add bfd_i370_arch.
4358 * elf.c (prep_headers): Add bfd_arch_i370.
4359 * Makefile.am: Add support for IBM 370 elf.
4360 * config.bfd: Likewise.
4361 * configure.in: Likewise.
4362 * libbfd.h (bfd_reloc_code_real_names): Likewise.
4363 * reloc.c (bfd_reloc_code_type): Likewise.
4364 * targets.c: Likewise.
4366 * Makefile.in: Regenerate.
4367 * configure: Regenerate.
4368 * bfd-in2.h: Regenerate.
4370 2000-02-22 Ian Lance Taylor <ian@zembu.com>
4372 * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
4373 invalid relocation types, and change them to R_386_NONE.
4375 2000-02-22 H.J. Lu <hjl@gnu.org>
4377 * elflink.h (elf_link_add_object_symbols): If a version symbol is
4378 not defined, don't add a second ELF_VER_CHR.
4380 * elflink.h (elf_bfd_final_link): Call output_extsym for global
4381 symbols converted to local symbols even when stripping all
4383 (elf_link_output_extsym): Process global symbols converted to
4384 local symbols even if they are being stripped.
4386 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
4388 * archures.c (bfd_octets_per_byte): Return unsigned int.
4389 (bfd_arch_mach_octets_per_byte): Ditto.
4390 * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
4392 * section.c (bfd_get_section_size_before_reloc): Quell signed
4393 vs. unsigned comparison warning.
4394 (bfd_get_section_size_after_reloc): Same here. Fix parentheses too.
4395 * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
4396 change. What was I thinking?
4397 * bfd-in2.h: Regenerate.
4399 * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
4400 (elf_gc_sections): Same here.
4401 (elf_gc_common_finalize_got_offsets): And here.
4403 2000-02-21 Ian Lance Taylor <ian@zembu.com>
4405 ELF HPPA doesn't work at present; remove it until it does.
4406 * config.bfd: Comment out setting targ_defvec to
4408 * Makefile.am: Rebuild dependencies.
4409 (BFD32_BACKENDS): Remove elf32-hppa.lo.
4410 (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
4411 (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
4412 * Makefile.in: Rebuild.
4413 * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
4415 2000-02-18 Geoff Keating <geoffk@cygnus.com>
4417 * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
4418 is no bfd_free(). Revert bfd_free part of previous change.
4420 2000-02-18 Geoff Keating <geoffk@cygnus.com>
4422 * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
4424 (coff_compute_section_file_positions): Use bfd_free to pair
4426 (coff_write_object_contents): Likewise.
4428 * coff-rs6000.c (xcoff_howto_table_16): New variable.
4429 (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
4431 2000-02-18 Ulrich Drepper <drepper@cygnus.com>
4433 * coff-rs6000.c (XCOFFARMAGBIG): New macro.
4434 (xcoff_ar_file_hdr_big): New structure.
4435 (SIZEOF_AR_FILE_HDR_BIG): New macro.
4436 (xcoff_ar_hdr_big): New structure.
4437 (SIZEOF_AR_HDR_BIG): New macro.
4438 (xcoff_big_format_p): New macro.
4439 (xcoff_ardata_big): New macro.
4440 (arch_xhdr_big): New macro.
4441 (xcoff_slurp_armap): Handle large archives.
4442 (xcoff_archive_p): Detect large archives.
4443 (xcoff_read_ar_hdr): Handle large archives.
4444 (xcoff_openr_next_archived_file): Handle large archives.
4445 (xcoff_generic_stat_arch_elt): Handle large archives.
4446 (xcoff_write_armap_old): Rename from xcoff_write_armap.
4447 (xcoff_write_armap_big): New function.
4448 (xcoff_write_armap): New function, dispatch to _old or _big.
4449 (xcoff_write_archive_contents_old): Rename from
4450 xcoff_write_archive_contents.
4451 (xcoff_write_archive_contents_big): New function.
4452 (xcoff_write_archive_contents): New function, dispatch to _old or
4455 2000-02-18 Richard Henderson <rth@cygnus.com>
4457 * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
4458 and hide_symbol members.
4459 (elf_link_hash_copy_indirect): Remove.
4460 (elf_link_hash_hide_symbol): Remove.
4461 (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
4462 and elf_backend_hide_symbol.
4463 (_bfd_elf_link_hash_copy_indirect): Declare.
4464 (_bfd_elf_link_hash_hide_symbol): Declare.
4465 * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
4466 (_bfd_elf_link_hash_hide_symbol): Likewise.
4467 (_bfd_elf_link_hash_table_init): Don't init killed members.
4468 * elflink.h (elf_link_add_object_symbols): Use the bed function
4469 pointers not elf_link_hash_{copy_indirect,hide_symbol}.
4470 (elf_link_assign_sym_version): Likewise.
4471 * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
4472 (elf_backend_hide_symbol): Likewise.
4473 (elfNN_bed): Update for new members.
4475 2000-02-17 Kevin Buettner <kevinb@redhat.com>
4477 * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
4478 STACK_END_ADDR): Define for new core file format.
4479 (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
4480 for handling the vagaries of the various core file structures used
4481 by AIX over the years.
4482 (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
4483 Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
4484 core_dumpx structure.
4486 Thu Feb 17 00:04:48 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4488 * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
4489 (bfd_mach_sh3_dsp): Likewise.
4490 (bfd_mach_sh4): Reinstate.
4491 (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
4492 * bfd-in2.h: Regenerate.
4493 * coff-sh.c (struct sh_opcode): flags is no longer short.
4494 (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
4495 (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
4496 (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
4497 (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
4498 (sh_opcodes): No longer const.
4499 (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
4500 (sh_insn_uses_reg): Check for USESAS and USESR8.
4501 (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
4502 (_bfd_sh_align_load_span): Return early for SH4.
4503 Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
4504 Take into account that field b of a parallel processing insn
4505 could be mistaken for a separate insn.
4506 * cpu-sh.c (arch_info_struct): New array elements for
4507 sh2, sh-dsp and sh3-dsp.
4508 Reinstate element for sh4.
4509 (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
4510 (SH4_NEXT): Reinstate.
4511 (SH3_NEXT, SH3E_NEXT): Adjust.
4512 * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
4513 * elf32-sh.c (sh_elf_set_private_flags): New function.
4514 (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
4515 (sh_elf_merge_private_data): New function.
4516 (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
4517 (bfd_elf32_bfd_copy_private_bfd_data): Define.
4518 (bfd_elf32_bfd_merge_private_bfd_data): Change to
4519 sh_elf_merge_private_data.
4521 2000-02-13 Richard Henderson <rth@cygnus.com>
4523 * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
4524 hide_symbol members.
4525 (elf_link_hash_copy_indirect): New.
4526 (elf_link_hash_hide_symbol): New.
4527 * elflink.h (elf_link_add_object_symbols): Break out copy from
4528 indirect new new symbol to elf.c.
4529 (elf_link_assign_sym_version): Break out privatization of
4530 non-exported symbol to elf.c.
4531 * elf.c (_bfd_elf_link_hash_copy_indirect): New.
4532 (_bfd_elf_link_hash_hide_symbol): New.
4533 (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
4535 2000-02-13 Ian Lance Taylor <ian@zembu.com>
4537 * section.c (_bfd_strip_section_from_output): Add info parameter.
4538 If it passed as non-NULL, use it to check whether any input BFD
4539 has an input section which uses this output section. Change all
4541 * bfd-in2.h: Rebuild.
4543 * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
4544 bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
4546 * bfd-in2.h: Rebuild.
4548 2000-02-10 Timothy Wall <twall@cygnus.com>
4550 * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
4551 allow final modifications of swapped-in symbol.
4552 (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
4553 * coffcode.h (coff_write_relocs): Use macro
4554 SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
4555 symbol index should be set to -1.
4557 Thu Feb 10 20:07:50 GMT 2000 Toshiyasu Morita (toshi.morita@sega.com)
4559 * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
4560 USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
4561 * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
4562 * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
4563 sh_insns_uses_or_sets_freg): New functions.
4564 * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
4565 * (sh_insns_conflict): Use new functions and new macros to
4566 detect conflicts when two instructions both set same integer registers,
4567 both set same fp register, and both set special register.
4569 2000-02-09 Timothy Wall <twall@cygnus.com>
4571 * coffgen.c (coff_real_object_p): Set arch/mach info prior to
4572 swapping in sections, so that the swapping routines have access to
4575 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
4577 * coff-go32.c: Update comment. Update copyright.
4579 2000-01-27 Thomas de Lellis <tdel@windriver.com>
4581 * syms.c (bfd_decode_symclass)
4582 Two new class characters were added - 'V' and 'v'. The
4583 meaning of 'W' is now restricted to just weak non-object
4584 symbols. This allows differentiation between, for example,
4585 weak functions vs weak objects. nm for example now dumps:
4587 'w' = weak unresolved
4588 'V' = weak global object
4589 'v' = weak unresolved object
4591 (bfd_is_undefined_symclass): New function. Return true if the
4592 given symbol class represents and undefined/unresolved symbol.
4594 (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
4597 * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
4599 * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
4600 STT_ARM_16BIT flag set, but it is not attached to a data object
4601 return STT_ARM_16BIT so that it will be treated as code by the
4604 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4606 * coff-i386.c (i3coff_object_p): Remove prototype.
4609 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
4610 to name. Update copyright.
4612 * trad-core.c (trad_unix_core_file_p): Cast core_regsec
4613 assignment to avoid warning. Update copyright.
4615 2000-01-24 Robert Lipe (robertl@sco.com)
4617 * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
4618 instead of using GNU C extension.
4620 2000-01-21 Nick Clifton <nickc@cygnus.com>
4622 * libbfd.c (bfd_read): Do not attempt to get a negativly sized
4623 amount from a bfd_in_memory structure.
4624 (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
4627 2000-01-14 Nick Clifton <nickc@cygnus.com>
4629 * linker.c (default_indirect_link_order): oops - fix incorrectly
4630 applied patch from Tim Wall.
4632 2000-01-13 Timothy Wall (twall@tiac.net>
4634 * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
4635 = scnhsz, filhsz, relsz, aoutsz, etc)
4637 * coffswap.h: Ditto.
4639 2000-01-13 Nick Clifton <nickc@cygnus.com>
4641 * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
4642 interwork thumb to arm stub.
4644 2000-01-13 Timothy Wall (twall@tiac.net>
4646 * archures.c (bfd_octets_per_byte): New function: Return
4648 (bfd_arch_mach_octets_per_byte): New function: Return target
4651 * section.c: Distinguish between octets and bytes for usage of
4652 _cooked_size, _raw_size, and output_offset. Clarify
4653 description of bfd_set_section_contents.
4655 * bfd-in2.h: Regenerate.
4657 * coffgen.c: Indicate that the offset parameter is in bytes, not
4660 * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
4661 where appropriate to get the octet offset when calling
4662 bfd_set_section_contents.
4663 (bfd_coff_reloc_link_order): Ditto.
4665 * linker.c (bfd_generic_reloc_link_order): Ditto.
4666 (_bfd_default_link_order): Ditto.
4668 * reloc.c (bfd_perform_relocation): Distinguish between octets
4669 and bytes. Use octets when indexing into octet data; use bytes
4670 when calculating target addresses.
4671 (bfd_install_relocation): Ditto.
4673 * srec.c (srec_write_section): Ditto.
4675 2000-01-13 Nick Clifton <nickc@cygnus.com>
4677 * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
4678 3 to 2. This allows 4 byte sized sections, which is necessary for
4679 dlltool to build functioning DLLs.
4681 2000-01-10 Philip Blundell <pb@futuretv.com>
4683 * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
4684 (arm*-*-conix*): New target.
4686 2000-01-10 Egor Duda <deo@logos-m.ru>
4688 * config.bfd: Include elf32_i386 vector to target list for cygwin
4691 * config.in: Undefine HAVE_WIN32_PSTATUS_T.
4692 * configure.in: Test for structure win32_pstatus_t in
4694 * configure: Regenerate.
4696 * elf.c (elfcore_grok_win32pstatus): New function: process
4697 win32_pstatus_t notes in elf core file.
4698 (elfcore_grok_note): Detect win32_pstatus notes.
4700 2000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
4702 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
4704 * elflink.h (elf_link_add_object_symbols): Combine visibilities.
4705 * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
4707 For older changes see ChangeLog-9899
4713 version-control: never