Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Side by Side Diff: gcc/config/i386/i386.h

Issue 8479017: Add a compatibility function attribute (and flag) for nacl-gcc to (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: period Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | gcc/config/i386/i386.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 /* Definitions of target machine for GCC for IA-32. 1 /* Definitions of target machine for GCC for IA-32.
2 Copyright (C) 1988, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2 Copyright (C) 1988, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
3 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 3 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify 8 GCC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3, or (at your option) 10 the Free Software Foundation; either version 3, or (at your option)
(...skipping 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1562 followed by the block used by fnsave and frstor. */ 1562 followed by the block used by fnsave and frstor. */
1563 1563
1564 #define APPLY_RESULT_SIZE (8+108) 1564 #define APPLY_RESULT_SIZE (8+108)
1565 1565
1566 /* 1 if N is a possible register number for function argument passing. */ 1566 /* 1 if N is a possible register number for function argument passing. */
1567 #define FUNCTION_ARG_REGNO_P(N) ix86_function_arg_regno_p (N) 1567 #define FUNCTION_ARG_REGNO_P(N) ix86_function_arg_regno_p (N)
1568 1568
1569 /* Define a data type for recording info about an argument list 1569 /* Define a data type for recording info about an argument list
1570 during the scan of that argument list. This data type should 1570 during the scan of that argument list. This data type should
1571 hold all necessary information about the function itself 1571 hold all necessary information about the function itself

error: old chunk mismatch

OLDNEW
« no previous file with comments | « no previous file | gcc/config/i386/i386.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698