GCC 4.9 data alignment change, i386 & x86-64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



For i386/x86-64, I noticed this change from 4.8 to 4.9:

$ echo "int a[0x20] = { 0 };" | gcc-4.8 -S -x c -o - - | grep align
  .align 32

$ echo "int a[0x20] = { 0 };" | gcc-4.9 -S -x c -o - - | grep align
  .align 64

Is it possible to get GCC 4.9 to limit the data alignment to 32?

Thanks,

-Jordan

Attachment: signature.asc
Description: signature


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux