comparison gcc/config/i386/lynx.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Definitions for LynxOS on i386. 1 /* Definitions for LynxOS on i386.
2 Copyright (C) 1993, 1995, 1996, 2002, 2004, 2005, 2007 2 Copyright (C) 1993, 1995, 1996, 2002, 2004, 2005, 2007, 2010
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify 7 GCC is free software; you can redistribute it and/or modify
49 : (n) == 3 ? 3 \ 49 : (n) == 3 ? 3 \
50 : (n) == 4 ? 6 \ 50 : (n) == 4 ? 6 \
51 : (n) == 5 ? 7 \ 51 : (n) == 5 ? 7 \
52 : (n) == 6 ? 5 \ 52 : (n) == 6 ? 5 \
53 : (n) == 7 ? 4 \ 53 : (n) == 7 ? 4 \
54 : ((n) >= FIRST_STACK_REG && (n) <= LAST_STACK_REG) ? (n) + 8 \ 54 : ((n) >= FIRST_STACK_REG && (n) <= LAST_STACK_REG) ? (int) (n) + 8 \
55 : (-1)) 55 : (-1))
56 56
57 /* A C statement to output to the stdio stream FILE an assembler 57 /* A C statement to output to the stdio stream FILE an assembler
58 command to advance the location counter to a multiple of 1<<LOG 58 command to advance the location counter to a multiple of 1<<LOG
59 bytes if it is within MAX_SKIP bytes. 59 bytes if it is within MAX_SKIP bytes.