summaryrefslogtreecommitdiff
path: root/bfd
Commit message (Collapse)AuthorAgeFilesLines
* 2004-02-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-163-20/+14
| | | | | | * bfd-in.h (file_ptr, ufile_ptr): Configure type using @bfd_file_ptr@. * bfd-in2.h: Re-generate.
* daily updateAlan Modra2004-02-151-1/+1
|
* daily updateAlan Modra2004-02-141-1/+1
|
* 2004-02-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-142-1/+10
| | | | | * configure.host (HDEFINES): When hppa*-*-hpux*, define _LARGEFILE64_SOURCE.
* 2004-02-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-132-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 updateAlan Modra2004-02-121-1/+1
|
* 2004-02-11 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-117-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 updateAlan Modra2004-02-111-1/+1
|
* * config.in: Re-generate.Andrew Cagney2004-02-112-0/+22
|
* 2004-02-11 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-113-12/+163
| | | | | | * configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64, fseeko and fseeko64. Determine bfd_file_ptr. * configure: Re-generate.
* daily updateAlan Modra2004-02-101-1/+1
|
* daily updateAlan Modra2004-02-091-1/+1
|
* Add support for relaxing the 32bit ldc/stc instructions.Nick Clifton2004-02-093-3/+8
|
* Catch GOT offsets for a symbol which have no associated GOT subsection.Nick Clifton2004-02-092-3/+19
|
* * bfd-elf.h (elf_backend_name_local_section_symbols): New hook.Richard Sandiford2004-02-096-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 updateAlan Modra2004-02-081-1/+1
|
* daily updateAlan Modra2004-02-071-1/+1
|
* daily updateAlan Modra2004-02-061-1/+1
|
* daily updateAlan Modra2004-02-051-1/+1
|
* daily updateAlan Modra2004-02-041-1/+1
|
* daily updateAlan Modra2004-02-031-1/+1
|
* daily updateAlan Modra2004-02-021-1/+1
|
* daily updateAlan Modra2004-02-011-1/+1
|
* daily updateAlan Modra2004-01-311-1/+1
|
* 2004-01-30 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-01-302-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 updateAlan Modra2004-01-301-1/+1
|
* * elf32-frv.c (elf32_frv_always_size_sections): Initialize pointerAlexandre Oliva2004-01-302-1/+7
| | | | | to bfd_link_hash_entry passed by reference to _bfd_generic_link_add_one_symbol.
* daily updateAlan Modra2004-01-291-1/+1
|
* daily updateAlan Modra2004-01-281-1/+1
|
* daily updateAlan Modra2004-01-271-1/+1
|
* daily updateAlan Modra2004-01-261-1/+1
|
* 2004-01-25 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-01-262-11/+24
| | | | | * elfxx-ia64.c (elfNN_ia64_relocate_section): Disallow imm relocations against dynamic symbols.
* daily updateAlan Modra2004-01-251-1/+1
|
* daily updateAlan Modra2004-01-251-1/+1
|
* daily updateAlan Modra2004-01-231-1/+1
|
* * elf32-arm.h (elf32_arm_check_relocs): Revert part of 2004-01-13Daniel Jacobowitz2004-01-232-4/+10
| | | | change.
* daily updateAlan Modra2004-01-221-1/+1
|
* daily updateAlan Modra2004-01-211-1/+1
|
* Stop indexed move byte instructions from being relaxed.Nick Clifton2004-01-215-11/+28
|
* daily updateAlan Modra2004-01-201-1/+1
|
* * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Don't removeDanny Smith2004-01-202-5/+19
| | | | | IMAGE_SCN_MEM_WRITE flag from .text section if WP_TEXT flag has been cleared.
* daily updateAlan Modra2004-01-191-1/+1
|
* * coff-h8300.c: Add and adjust comments about relaxation.Kazu Hirata2004-01-193-14/+50
| | | | * elf32-h8300.c: Likewise.
* daily updateAlan Modra2004-01-181-1/+1
|
* daily updateAlan Modra2004-01-171-1/+1
|
* * coff-h8300.c: Fix comment typos.Kazu Hirata2004-01-163-33/+39
| | | | * elf32-h8300.c: Likewise.
* * coff-h8300.c: Add comments about relaxation.Kazu Hirata2004-01-163-10/+97
| | | | * elf32-h8300.c: Likewise.
* daily updateAlan Modra2004-01-161-1/+1
|
* daily updateAlan Modra2004-01-151-1/+1
|
* daily updateAlan Modra2004-01-141-1/+1
|