Changeset 609 for branches/GNU/src/binutils/bfd/elf32-hppa.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/elf32-hppa.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 5 5 February 1994. 6 6 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. 9 9 10 10 Written by: … … 37 37 #include "elf/hppa.h" 38 38 39 boolean elf32_hppa_size_stubs 40 PARAMS ((bfd *, bfd *, struct bfd_link_info *, boolean, bfd_signed_vma, 39 int elf32_hppa_setup_section_lists 40 PARAMS ((bfd *, struct bfd_link_info *)); 41 42 void elf32_hppa_next_input_section 43 PARAMS ((struct bfd_link_info *, asection *)); 44 45 bfd_boolean elf32_hppa_size_stubs 46 PARAMS ((bfd *, bfd *, struct bfd_link_info *, bfd_boolean, bfd_signed_vma, 41 47 asection * (*) PARAMS ((const char *, asection *)), 42 48 void (*) PARAMS ((void)))); 43 49 44 b oolean elf32_hppa_set_gp50 bfd_boolean elf32_hppa_set_gp 45 51 PARAMS ((bfd *, struct bfd_link_info *)); 46 52 47 b oolean elf32_hppa_build_stubs53 bfd_boolean elf32_hppa_build_stubs 48 54 PARAMS ((struct bfd_link_info *)); 55 56 elf_hppa_reloc_type elf32_hppa_reloc_final_type 57 PARAMS ((bfd *, elf_hppa_reloc_type, int, unsigned int)); 49 58 50 59 extern elf_hppa_reloc_type ** _bfd_elf32_hppa_gen_reloc_type -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.