comparison gcc/config/rs6000/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 Rs6000 running LynxOS. 1 /* Definitions for Rs6000 running LynxOS.
2 Copyright (C) 1995, 1996, 2000, 2002, 2003, 2004, 2005, 2007 2 Copyright (C) 1995, 1996, 2000, 2002, 2003, 2004, 2005, 2007, 2010
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 Contributed by David Henkel-Wallace, Cygnus Support (gumby@cygnus.com) 4 Contributed by David Henkel-Wallace, Cygnus Support (gumby@cygnus.com)
5 Rewritten by Adam Nemet, LynuxWorks Inc. 5 Rewritten by Adam Nemet, LynuxWorks Inc.
6 6
7 This file is part of GCC. 7 This file is part of GCC.
103 is detected by configure. Override the definition to false. */ 103 is detected by configure. Override the definition to false. */
104 104
105 #undef HAVE_AS_TLS 105 #undef HAVE_AS_TLS
106 #define HAVE_AS_TLS 0 106 #define HAVE_AS_TLS 0
107 107
108 #define DBX_REGISTER_NUMBER(REGNO) rs6000_dbx_register_number (REGNO)
109
108 #ifdef CRT_BEGIN 110 #ifdef CRT_BEGIN
109 /* This function is part of crtbegin*.o which is at the beginning of 111 /* This function is part of crtbegin*.o which is at the beginning of
110 the link and is called from .fini which is usually toward the end 112 the link and is called from .fini which is usually toward the end
111 of the executable. Make it longcall so that we don't limit the 113 of the executable. Make it longcall so that we don't limit the
112 text size of the executables to 32M. */ 114 text size of the executables to 32M. */