From: "Jack K." Newsgroups: comp.os.msdos.djgpp Subject: data alignment Date: Thu, 3 May 2001 00:34:07 +0200 Organization: tp.internet - http://www.tpi.pl Lines: 13 Message-ID: <9cq2bm$m4r$1@news.tpi.pl> NNTP-Posting-Host: pe71.gdansk.cvx.ppp.tpnet.pl X-Trace: news.tpi.pl 988843190 22683 213.76.28.71 (2 May 2001 22:39:50 GMT) X-Complaints-To: usenet AT tpi DOT pl NNTP-Posting-Date: 2 May 2001 22:39:50 GMT X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The linker (or compiler) ignores if I define a variable with "__attribute__ ((aligned(16)))". What is the reason? Alternatively how can I define the alignment of a single variable (not whole segment) in linker script? Jack xos AT o2 DOT pl