diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-04-11 20:58:35 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-04-11 20:58:35 +0000 |
commit | d6329d5e000c53622793c67098cfb4f871f227f8 (patch) | |
tree | 3476c64f600ae6dbf098fac2a001a3830e65ab5b /usr.sbin | |
parent | c6f87be04ebaa54a85855700298946afc979cb72 (diff) |
Do not abuse -finhibit-size-directive to control tight code alignment:
- turn FUNCTION_BOUNDARY into a constant, as intended, since its value
is used (among other things) to decide the alignment to expect from a
function pointer value.
- remove LABEL_ALIGN_AFTER_BARRIER. There is no reason to align jump
destinations on half a cache line, and the MI default for this value
is good enough.
However, in order to preserve the intent of what FUNCTION_BOUNDARY used to
be defined as, initialize align_functions to sensible values in
m88k_override_options(), unless -falign-functions=... is specified.
Diffstat (limited to 'usr.sbin')
0 files changed, 0 insertions, 0 deletions