X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Glaux" Newsgroups: comp.os.msdos.djgpp Subject: still no support/alternative to __attribute__((naked)) ? Date: 28 Feb 2007 12:42:33 -0800 Organization: http://groups.google.com Lines: 7 Message-ID: <1172695353.457041.104610@h3g2000cwc.googlegroups.com> NNTP-Posting-Host: 89.176.103.125 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" X-Trace: posting.google.com 1172695361 3421 127.0.0.1 (28 Feb 2007 20:42:41 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 28 Feb 2007 20:42:41 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.13) Gecko/20060414,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: h3g2000cwc.googlegroups.com; posting-host=89.176.103.125; posting-account=79KgoA0AAADKuOLK3k0Y3qVqk-KGfm77 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I found that some guy ask for this attribute 2 years before without reply. Now I also run to situation where need to make __attribute__((naked)) function. Is there some better way than use array of bytes constant with binary assembled code which I would call as a code?