arm64: ipred: Make sure all symbols are aligned
If building with debug information enabled, binutils error out with "unaligned opcodes detected in executable segment", if there are symbols (even local ones that don't end up in the symbol table) that point to unaligned addresses in the text section.
This fixes issue #300 (closed).