This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Omit output section from executable


On Thu, 3 Aug 2006 10:13:55 +0930 Alan Modra (AM) wrote:

AM> Try this evil hack.
AM> 
AM> unsigned foo __attribute__((section (".cpulocal,\"aw\",@nobits#")));
AM> 
AM> The '#' might need to be different for targets that start gas comments
AM> with another character.

Excellent. I had tried this but without the # at the end. Doh!

Thanks,

	- Udo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]