commit | add545ab11450c7049468fccdcd362b47740d9fe | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Oct 18 08:35:58 2011 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Wed Oct 26 14:00:19 2011 -0700 |
tree | 66c307d6aed44f6fb9a88b2ac6c1bd3e02ef8c39 | |
parent | 6c07355325b7622c595b961b53755ad5450db0c4 [diff] |
target-sparc: Implement ALIGNADDR* inline. While ALIGNADDR was implemented out-of-line, ALIGNADDRL was not implemeneted at all. However, this is a very simple operation so we're better off doing this inline. Signed-off-by: Richard Henderson <rth@twiddle.net>