Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2004-02-16 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2004-02-16 | 3 | -20/+14 |
| | | | | | | * bfd-in.h (file_ptr, ufile_ptr): Configure type using @bfd_file_ptr@. * bfd-in2.h: Re-generate. | ||||
* | daily update | Alan Modra | 2004-02-15 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-02-14 | 1 | -1/+1 |
| | |||||
* | 2004-02-14 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2004-02-14 | 2 | -1/+10 |
| | | | | | * configure.host (HDEFINES): When hppa*-*-hpux*, define _LARGEFILE64_SOURCE. | ||||
* | 2004-02-13 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2004-02-13 | 2 | -8/+51 |
| | | | | | | | * elf.c (vma_page_aligned_bias): New function. (assign_file_positions_except_relocs) (assign_file_positions_for_segments): Replace broken modulo arithmetic with call to vma_page_aligned_bias. | ||||
* | daily update | Alan Modra | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | 2004-02-11 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2004-02-11 | 7 | -21/+78 |
| | | | | | | | | | | | | | | | | | | | * bfd-in.h: Update copyright. (bfd_tell): Change return type to file_ptr. * bfd-in2.h: Re-generate. * cache.c: Update copyright. (bfd_cache_lookup_worker): Use real_fseek, do not cast offset parameter. (close_one): Use real_ftell. * bfdio.c: Update copyright. (real_ftell, real_fseek): New functions. (bfd_tell): Use real_fseek and real_ftell, change return type to file_ptr. (bfd_seek): Use real_ftell and real_fseek, change type of file_position to a file_ptr. * libbfd-in.h: Update copyright. (real_ftell, real_fseek): Declare. * libbfd.h: Re-generate. | ||||
* | daily update | Alan Modra | 2004-02-11 | 1 | -1/+1 |
| | |||||
* | * config.in: Re-generate. | Andrew Cagney | 2004-02-11 | 2 | -0/+22 |
| | |||||
* | 2004-02-11 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2004-02-11 | 3 | -12/+163 |
| | | | | | | * configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64, fseeko and fseeko64. Determine bfd_file_ptr. * configure: Re-generate. | ||||
* | daily update | Alan Modra | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | Add support for relaxing the 32bit ldc/stc instructions. | Nick Clifton | 2004-02-09 | 3 | -3/+8 |
| | |||||
* | Catch GOT offsets for a symbol which have no associated GOT subsection. | Nick Clifton | 2004-02-09 | 2 | -3/+19 |
| | |||||
* | * bfd-elf.h (elf_backend_name_local_section_symbols): New hook. | Richard Sandiford | 2004-02-09 | 6 | -1/+50 |
| | | | | | | | | | * elf.c (swap_out_syms): Use it to decide whether local section symbols should be named. * elfxx-target.h (elf_backend_name_local_section_symbols): New macro. * elfxx-mips.h (_bfd_mips_elf_name_local_section_symbols): Declare. (elf_backend_name_local_section_symbols): Define. * elfxx-mips.c (_bfd_mips_elf_name_local_section_symbols): New. | ||||
* | daily update | Alan Modra | 2004-02-08 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-02-07 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-02-06 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-02-05 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-02-03 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-02-01 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-01-31 | 1 | -1/+1 |
| | |||||
* | 2004-01-30 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2004-01-30 | 2 | -0/+72 |
| | | | | | | * elfxx-ia64.c (elfNN_ia64_relax_brl): New function. (elfNN_ia64_relax_section): Optimize brl to br during the relax finalize pass. | ||||
* | daily update | Alan Modra | 2004-01-30 | 1 | -1/+1 |
| | |||||
* | * elf32-frv.c (elf32_frv_always_size_sections): Initialize pointer | Alexandre Oliva | 2004-01-30 | 2 | -1/+7 |
| | | | | | to bfd_link_hash_entry passed by reference to _bfd_generic_link_add_one_symbol. | ||||
* | daily update | Alan Modra | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-01-28 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | 2004-01-25 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2004-01-26 | 2 | -11/+24 |
| | | | | | * elfxx-ia64.c (elfNN_ia64_relocate_section): Disallow imm relocations against dynamic symbols. | ||||
* | daily update | Alan Modra | 2004-01-25 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-01-25 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | * elf32-arm.h (elf32_arm_check_relocs): Revert part of 2004-01-13 | Daniel Jacobowitz | 2004-01-23 | 2 | -4/+10 |
| | | | | change. | ||||
* | daily update | Alan Modra | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-01-21 | 1 | -1/+1 |
| | |||||
* | Stop indexed move byte instructions from being relaxed. | Nick Clifton | 2004-01-21 | 5 | -11/+28 |
| | |||||
* | daily update | Alan Modra | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Don't remove | Danny Smith | 2004-01-20 | 2 | -5/+19 |
| | | | | | IMAGE_SCN_MEM_WRITE flag from .text section if WP_TEXT flag has been cleared. | ||||
* | daily update | Alan Modra | 2004-01-19 | 1 | -1/+1 |
| | |||||
* | * coff-h8300.c: Add and adjust comments about relaxation. | Kazu Hirata | 2004-01-19 | 3 | -14/+50 |
| | | | | * elf32-h8300.c: Likewise. | ||||
* | daily update | Alan Modra | 2004-01-18 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | * coff-h8300.c: Fix comment typos. | Kazu Hirata | 2004-01-16 | 3 | -33/+39 |
| | | | | * elf32-h8300.c: Likewise. | ||||
* | * coff-h8300.c: Add comments about relaxation. | Kazu Hirata | 2004-01-16 | 3 | -10/+97 |
| | | | | * elf32-h8300.c: Likewise. | ||||
* | daily update | Alan Modra | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-01-15 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2004-01-14 | 1 | -1/+1 |
| |