Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/bfd/elf32-hppa.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    55   February 1994.
    66
    7    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
    8    Free Software Foundation, Inc.
     7   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
     8   2002 Free Software Foundation, Inc.
    99
    1010   Written by:
     
    3737#include "elf/hppa.h"
    3838
    39 boolean elf32_hppa_size_stubs
    40   PARAMS ((bfd *, bfd *, struct bfd_link_info *, boolean, bfd_signed_vma,
     39int elf32_hppa_setup_section_lists
     40  PARAMS ((bfd *, struct bfd_link_info *));
     41
     42void elf32_hppa_next_input_section
     43  PARAMS ((struct bfd_link_info *, asection *));
     44
     45bfd_boolean elf32_hppa_size_stubs
     46  PARAMS ((bfd *, bfd *, struct bfd_link_info *, bfd_boolean, bfd_signed_vma,
    4147           asection * (*) PARAMS ((const char *, asection *)),
    4248           void (*) PARAMS ((void))));
    4349
    44 boolean elf32_hppa_set_gp
     50bfd_boolean elf32_hppa_set_gp
    4551  PARAMS ((bfd *, struct bfd_link_info *));
    4652
    47 boolean elf32_hppa_build_stubs
     53bfd_boolean elf32_hppa_build_stubs
    4854  PARAMS ((struct bfd_link_info *));
     55
     56elf_hppa_reloc_type elf32_hppa_reloc_final_type
     57  PARAMS ((bfd *, elf_hppa_reloc_type, int, unsigned int));
    4958
    5059extern elf_hppa_reloc_type ** _bfd_elf32_hppa_gen_reloc_type
Note: See TracChangeset for help on using the changeset viewer.