From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Nelson Date: Sat, 17 Jun 2000 03:06:44 +0000 Subject: [Linux-ia64] ia-64 backend dependency on c front end MIME-Version: 1 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01BFD809.119BE148" Message-Id: List-Id: To: linux-ia64@vger.kernel.org This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BFD809.119BE148 Content-Type: text/plain; charset="iso-8859-1" FYI. I discovered this evening that the IA-64 backend (specifically the def_builtin() macro) depends on builtin_function() which is located in c-decl.c, while trying to build a IA-64 cross compiler with a custom front end. Dumping that function into my frontend solves the problem, so no big deal. -mike ------_=_NextPart_001_01BFD809.119BE148 Content-Type: text/html; charset="iso-8859-1"
FYI.
 
I discovered this evening that the IA-64 backend (specifically the def_builtin() macro) depends on builtin_function() which is located in c-decl.c, while trying to build a IA-64 cross compiler with a custom front end. Dumping that function into my frontend solves the problem, so no big deal.
 
-mike
 
 
------_=_NextPart_001_01BFD809.119BE148--