[binutils] Force assembler to align code section size

Assembler pads code sections with NOPs, which is exactly what we need for NaCl.

This change introduces NOP padding at the end of the code section. Whitout this change, linker may add zero padding to code sections, which does not validate.

BUG=http://code.google.com/p/nativeclient/issues/detail?id=499
TEST=code sections in object files should be padded with NOPs at the end when needed

Review URL: http://codereview.chromium.org/6001005
1 file changed
tree: acefc56fe1a1e2407f43266dabb9834aaaba045c
  1. binutils/
  2. gcc/
  3. gdb/
  4. newlib/
  5. codereview.settings