~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to ld/ldexp.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ldexp.h -
2
 
   Copyright 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003
3
 
   Free Software Foundation, Inc.
 
2
   Copyright 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002,
 
3
   2003, 2004 Free Software Foundation, Inc.
4
4
 
5
5
   This file is part of GLD, the Gnu Linker.
6
6
 
138
138
  (etree_type *, fill_type *, char *, lang_phase_type);
139
139
bfd_vma exp_get_abs_int
140
140
  (etree_type *, int, char *, lang_phase_type);
141
 
bfd_vma align_n
142
 
  (bfd_vma, bfd_vma);
143
141
 
144
142
#endif