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]

Ensuring section size is multiple of 4


Hey,

I have ported GAS for a new architecture. Since I only can do aligned
loads and stores on this architecture and I'm testing with a simulator,
I need GAS to emit only data sections with sizes being multiples of 4.
The unused space can be filled with zeros.

How can I do this? I didn't find anything about that in the mailing list
archives.
Is there a macro or a hook, called at the end, which I could use?

Greetings,
Jan


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