CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/12/04 09:57:13
Modified files:
gnu/gcc/gcc/config/pa: openbsd.h
Log message:
Restore MAX_OFILE_ALIGNMENT define (lost during the gcc3 -> gcc4 switch),
and change ASM_OUTPUT_ALIGNED_COMMON to output an explicit .align directive,
as gas will not compute it from the size (despite what comments elsewhere in
gcc code say).
This effectively makes __attribute__ ((aligned (N))) constructs work as
intended for .bss objects.
ok kettenis@
