]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/mips: support NOFRAME
authorAustin Clements <austin@google.com>
Wed, 24 Jan 2018 22:17:38 +0000 (17:17 -0500)
committerAustin Clements <austin@google.com>
Mon, 12 Feb 2018 21:41:27 +0000 (21:41 +0000)
commite940358fc938bb6f3882358347409c5882968777
treec815d393c1cb6fb2df7c58536a8d7c1b55055040
parent75b56a089549b248adf3323da329158c32a8f9d8
cmd/internal/obj/mips: support NOFRAME

This passes toolstash -cmp with one exception: assembly functions that
were declared with a frame size of -4 (or -8) used to record
locals=0xfffffffffffffffc in the object file and now record
locals=0x0. This doesn't affect anything.

Change-Id: I0d15e81770e54222ae329ce4496da06016736771
Reviewed-on: https://go-review.googlesource.com/92041
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/mips/obj0.go