Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-03-19 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-19 | * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set | Hans-Peter Nilsson | 2 | -4/+5 | |
STT_NOTYPE symbols to STT_OBJECT. | |||||
2002-03-18 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-18 | * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64" | Jan Hubicka | 2 | -4/+8 | |
* configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native. * elf_x86_64.sh (ARCH): Set to i386:x86-64 set libraries to default to lib64 paths. | |||||
2002-03-18 | Add AIX 64 shared library support and emulation layer for binutils | Nick Clifton | 17 | -435/+1197 | |
2002-03-18 | Updated French translations | Nick Clifton | 2 | -71/+75 | |
2002-03-18 | * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success. | Alan Modra | 4 | -7/+15 | |
* libbfd.h: Regenerate. * archive.c (coff_write_armap): Pass on failures from bfd_write_bigendian_4byte_int. | |||||
2002-03-17 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-14 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-14 | 2002-03-14 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -0/+7 | |
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD error to bfd_error_nonrepresentable_section for reinit_array section in DSO. | |||||
2002-03-14 | When adding BSF_WEAK flag, OR it in rather than replacing previously selected | Nick Clifton | 2 | -5/+6 | |
flags. | |||||
2002-03-14 | Set ar_max_namelen to 15 | Nick Clifton | 2 | -7/+12 | |
2002-03-14 | * cpu-mips.c (mips_compatible): New. Don't check bits_per_word. | Alan Modra | 3 | -7/+54 | |
(N): Use the above. * elflink.h (elf_bfd_final_link): Revert last change. Instead, ensure reloc size matches before calling elf_link_input_bfd. Add an assert to check reloc size when counting output relocs. | |||||
2002-03-14 | Fix compile time failure | Nick Clifton | 2 | -1/+5 | |
2002-03-13 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-13 | Updated French translations | Nick Clifton | 2 | -963/+661 | |
2002-03-13 | * archures.c (bfd_default_compatible): Test bits_per_word. | Alan Modra | 6 | -73/+31 | |
* cpu-i386.c (i386_compatible): Remove. Replace occurrences with bfd_default_compatible. * cpu-i370.c (i370_compatible): Likewise. * cpu-sparc.c (sparc_compatible): Likewise. * cpu-h8300.c (compatible): Test in->arch == out->arch. | |||||
2002-03-13 | Revert last change. | Alan Modra | 2 | -57/+43 | |
2002-03-13 | * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Use ELF section | Alan Modra | 2 | -43/+57 | |
types instead of section names to determine whether init/fini array dynamic tags are needed. | |||||
2002-03-13 | * elflink.h: Formatting fixes. | Alan Modra | 2 | -14/+13 | |
(elf_link_output_extsym): Merge undefined and undef weak cases. | |||||
2002-03-13 | * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd | Alan Modra | 2 | -3/+9 | |
when word size of input matches output word size. | |||||
2002-03-12 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-12 | * cpu-i386.c (i386_compatible): New. Use it instead of | Andreas Jaeger | 2 | -6/+27 | |
bfd_default_compatible. | |||||
2002-03-11 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-10 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-09 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-08 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-07 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-07 | 2002-03-07 H.J. Lu (hjl@gnu.org) | H.J. Lu | 2 | -1/+6 | |
* coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type as the type for bfd_reloc_val. | |||||
2002-03-06 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-05 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-05 | 2002-02-26 John David Anglin <dave@hiauly1.hia.nrc.ca> | Jeff Law | 3 | -24/+94 | |
* bfd/elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function. (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols. (elf_hppa_final_link_relocate): Correct relocations for indirect references to local data through the DLT. Fix .opd creation for local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64 relocations. Use e_lsel selector for R_PARISC_DLTIND21L, R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per "Processor-Specific ELF for PA_RISC, Version 1.43" document. Similarly, use e_rsel for DLT and LTOFF 'R' relocations. * bfd/elf32-hppa.c (final_link_relocate): Revise relocation selectors as per "Processor-Specific ELF for PA_RISC, Version 1.43" document. | |||||
2002-03-05 | * merge.c (_bfd_merge_sections): Don't segfault if there | Jakub Jelinek | 2 | -0/+8 | |
is nothing to merge due to GC. | |||||
2002-03-05 | typo fix | Alan Modra | 1 | -1/+1 | |
2002-03-05 | * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep | Alan Modra | 2 | -4/+3 | |
symbols that have been forced local. | |||||
2002-03-05 | * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym | Alan Modra | 2 | -156/+164 | |
to output forced local syms for non-shared link. (elf_link_output_extsym): Tweak condition for calling backend adjust_dynamic_symbol so that previous behaviour is kept. | |||||
2002-03-04 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-04 | 2002-03-04 H.J. Lu <hjl@gnu.org> | H.J. Lu | 4 | -27/+55 | |
* elf.c (bfd_section_from_shdr): Handle special sections, .init_array, .fini_array and .preinit_array. (elf_fake_sections): Likewise. * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the DT entry only if the section is in output for .init_array, .fini_array and .preinit_array. Complain about .preinit_array section in DSO. (elf_bfd_final_link): Warn zero size for .init_array, .fini_array and .preinit_array sections. * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY. (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and .preinit_array. | |||||
2002-03-04 | * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment. | Alan Modra | 3 | -22/+25 | |
* configure: Regenerate. | |||||
2002-03-03 | daily update | Alan Modra | 1 | -1/+1 | |
2002-03-02 | daily updategdb_5_3-branchpointgdb_5_2-branchpoint | Alan Modra | 1 | -1/+1 | |
2002-03-02 | Replace immediate howto type initializers with symbolic. | Tom Rix | 3 | -51/+56 | |
2002-03-02 | * elflink.h (size_dynamic_sections): If section named | Richard Henderson | 2 | -1/+75 | |
".preinit_array" exists, create DT_PREINIT_ARRAY and DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for ".init_array" and ".fini_array". (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and DT_FINI_ARRAY. | |||||
2002-03-01 | daily update | Alan Modra | 1 | -1/+1 | |
2002-02-27 | daily update | Alan Modra | 1 | -1/+1 | |
2002-02-26 | daily update | Alan Modra | 1 | -1/+1 | |
2002-02-25 | * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local | Alan Modra | 2 | -3/+9 | |
dynsyms. | |||||
2002-02-25 | daily update | Alan Modra | 1 | -1/+1 | |
2002-02-25 | * elf64-hppa.h: Update copyright date. | Alan Modra | 2 | -1/+3 | |
2002-02-25 | * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix. | Alan Modra | 2 | -9/+27 | |
(ppc64_elf_relocate_section): Don't generate power4 style branch hints for *_BRTAKEN and *_BRNTAKEN relocs. |