Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/*
2
    		 Crown Copyright (c) 1997
3
 
4
    This TenDRA(r) Computer Program is subject to Copyright
5
    owned by the United Kingdom Secretary of State for Defence
6
    acting through the Defence Evaluation and Research Agency
7
    (DERA).  It is made available to Recipients with a
8
    royalty-free licence for its use, reproduction, transfer
9
    to other parties and amendment for any purpose not excluding
10
    product development provided that any such use et cetera
11
    shall be deemed to be acceptance of the following conditions:-
12
 
13
        (1) Its Recipients shall ensure that this Notice is
14
        reproduced upon any copies or amended versions of it;
15
 
16
        (2) Any amended version of it shall be clearly marked to
17
        show both the nature of and the organisation responsible
18
        for the relevant amendment or amendments;
19
 
20
        (3) Its onward transfer from a recipient to another
21
        party shall be deemed to be that party's acceptance of
22
        these conditions;
23
 
24
        (4) DERA gives no warranty or assurance as to its
25
        quality or suitability for any purpose and DERA accepts
26
        no liability whatsoever in relation to any use to which
27
        it may be put.
28
*/
29
 
30
 
31
/* 80x86/localflags.h */
32
 
33
/**********************************************************************
34
$Author: release $
35
$Date: 1998/01/17 15:55:52 $
36
$Revision: 1.1.1.1 $
37
$Log: localflags.h,v $
38
 * Revision 1.1.1.1  1998/01/17  15:55:52  release
39
 * First version to be checked into rolling release.
40
 *
41
 * Revision 1.4  1997/04/17  11:55:53  pwe
42
 * dwarf2 improvements
43
 *
44
 * Revision 1.3  1997/03/20  16:23:59  pwe
45
 * dwarf2
46
 *
47
 * Revision 1.2  1995/01/30  12:56:32  pwe
48
 * Ownership -> PWE, tidy banners
49
 *
50
 * Revision 1.1  1994/10/27  14:15:22  jmf
51
 * Initial revision
52
 *
53
 * Revision 1.1  1994/07/12  14:36:31  jmf
54
 * Initial revision
55
 *
56
**********************************************************************/
57
 
58
 
59
extern  int is80486;		/* compile for 80486 */
60
extern  int is80586;		/* compile for 80586 */
61
extern  int flush_before_tell;	/* to cure a bug in DOS system */
62
extern  int always_use_frame;	/* always use %ebp as a frame pointer */
63
extern  int gcc_compatible;	/* produce gcc compatible code */
64
extern  int module_has_setjmp;
65
extern  int stack_aligned_8byte;
66
extern  int permit_8byte_align;
67
extern  int useful_double;
68
extern  int keep_short;
69
 
70
extern  weak_cell * weak_list;