perator, where NAME is one of: 'MAXPAGESIZE' The target's maximum page size. 'COMMONPAGESIZE' The target's default page size. So for example: .text ALIGN (CONSTANT (MAXPAGESIZE)) : { *(.text) } will create a text section aligned to the largest page boundary supported by the target.