diff options
| author | Cherry Zhang <cherryyz@google.com> | 2017-09-23 16:03:43 -0400 |
|---|---|---|
| committer | Cherry Zhang <cherryyz@google.com> | 2017-10-05 22:28:17 +0000 |
| commit | a92a77c56f598b28b5eb640d29fabc6843b365c2 (patch) | |
| tree | 0ba3bef200e0610bc00c34b14d8e4a53642e56d6 /src/os/exec/exec.go | |
| parent | 6b8a3c88894cdd2f501a6497c1fc5cfd89861a7f (diff) | |
| download | go-a92a77c56f598b28b5eb640d29fabc6843b365c2.tar.xz | |
cmd/internal/obj/arm64: fix handling of unaligned offset between 256 and 504
C_PPAUTO was matching offsets that is a multiple 8. But this
condition is dropped in CL 55610, causing unaligned offset
between 256 and 504 mistakenly matched to some classes, e.g.
C_UAUTO8K. This CL restores this condition, also fixes an
error that C_PPAUTO shouldn't match C_PSAUTO, because the
latter is not guaranteed to be multiple of 8. C_PPAUTO_8 is
unnecessary, removed.
Fixes #21992.
Change-Id: I75d5a0e5f5dc3dae335721fbec1bbcd4a3b862f2
Reviewed-on: https://go-review.googlesource.com/65730
Reviewed-by: David Chase <drchase@google.com>
Diffstat (limited to 'src/os/exec/exec.go')
0 files changed, 0 insertions, 0 deletions
