some data arrays has been defined as const type ,so when i compile the source code,the data arrays are put in .text section,but I want to move it to .data section. yet i can't change the source code,so i can only make it through the command line On Wed, Jul 28, 2010 at 7:30 PM, Ian Lance Taylor <iant@xxxxxxxxxx> wrote: > star young <zhongzifaya@xxxxxxxxx> writes: > >> Is there any compile option equel "__attribute__" ? > > What do you mean? > > __attribute__ is used for many different things in gcc. > > Ian >