1
0
mirror of https://github.com/golang/go synced 2024-11-08 19:26:14 -07:00
go/src/cmd/internal
Cherry Zhang a92a77c56f 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>
2017-10-05 22:28:17 +00:00
..
bio
browser cmd/internal/browser: fix typo 2017-02-24 20:49:10 +00:00
dwarf cmd/internal/dwarf: remove unused SymValue method 2017-10-05 18:35:39 +00:00
gcprog
goobj cmd/nm: handle cgo archive 2017-09-21 01:01:44 +00:00
obj cmd/internal/obj/arm64: fix handling of unaligned offset between 256 and 504 2017-10-05 22:28:17 +00:00
objabi cmd/internal/objabi: remove unused flag funcs 2017-09-15 19:30:37 +00:00
objfile cmd/nm: accept macho files which don't have symbol table in the archive 2017-09-21 19:17:33 +00:00
src Revert "cmd/compile: output DWARF lexical blocks for local variables" 2017-04-07 19:52:26 +00:00
sys cmd: remove IntSize and Widthint 2017-04-22 17:43:43 +00:00