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

« back to all changes in this revision

Viewing changes to gas/config/te-i386aix.h

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This file is te-i386aix.h and is built from pieces of code from
 
2
   Minh Tran-Le <TRANLE@INTELLICORP.COM> by rich@cygnus.com.  */
 
3
 
 
4
#define TE_I386AIX 1
 
5
 
 
6
#include "obj-format.h"
 
7
 
 
8
/* Undefine REVERSE_SORT_RELOCS to keep the relocation entries sorted
 
9
   in ascending vaddr.  */
 
10
#undef REVERSE_SORT_RELOCS
 
11
 
 
12
/* Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG is
 
13
   not used in the filehdr for COFF output.  */
 
14
#define KEEP_RELOC_INFO
 
15
 
 
16
/*
 
17
 * Local Variables:
 
18
 * comment-column: 0
 
19
 * fill-column: 79
 
20
 * End:
 
21
 */
 
22
 
 
23
/* end of te-i386aix.h */