Subversion Repositories Kolibri OS

Rev

Rev 5222 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5222 Rev 6324
Line 1... Line 1...
1
/* coff object file format
1
/* coff object file format
2
   Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-
 
3
   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
-
 
4
   Free Software Foundation, Inc.
2
   Copyright (C) 1989-2015 Free Software Foundation, Inc.
Line 5... Line 3...
5
 
3
 
Line 6... Line 4...
6
   This file is part of GAS.
4
   This file is part of GAS.
7
 
5
 
Line 75... Line 73...
75
#ifndef TARGET_FORMAT
73
#ifndef TARGET_FORMAT
76
#define TARGET_FORMAT "coff-m68k"
74
#define TARGET_FORMAT "coff-m68k"
77
#endif
75
#endif
78
#endif
76
#endif
Line 79... Line -...
79
 
-
 
80
#ifdef TC_OR32
-
 
81
#include "coff/or32.h"
-
 
82
#define TARGET_FORMAT "coff-or32-big"
-
 
83
#endif
-
 
84
 
77
 
85
#ifdef TC_I960
78
#ifdef TC_I960
86
#include "coff/i960.h"
79
#include "coff/i960.h"
87
#define TARGET_FORMAT "coff-Intel-little"
80
#define TARGET_FORMAT "coff-Intel-little"