David Edelsohn wrote: > > .csect .data[RW],4 > > ^^^ > > .align 6 > > ^^^ > > a2661: > > .space 10240 > > The default alignment of CSECTs is 4, but using -fdata-sections should > place the object in its own CSECT with stricter alignment.
Humm, it apparently doesn't: I see no difference in the generated assembly for t027_y.C. Olivier