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

« back to all changes in this revision

Viewing changes to gas/config/tc-ppc.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
/* tc-ppc.h -- Header file for tc-ppc.c.
2
 
   Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
2
   Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
3
3
   Free Software Foundation, Inc.
4
4
   Written by Ian Lance Taylor, Cygnus Support.
5
5
 
237
237
 
238
238
#endif /* OBJ_ELF */
239
239
 
 
240
#if defined (OBJ_ELF) || defined (OBJ_XCOFF)
240
241
#define TC_FORCE_RELOCATION(FIX) ppc_force_relocation (FIX)
241
242
extern int ppc_force_relocation PARAMS ((struct fix *));
 
243
#endif
242
244
 
243
245
/* call md_pcrel_from_section, not md_pcrel_from */
244
246
#define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC)