]> Cypherpunks repositories - gostls13.git/commit
liblink: adjustments for c2go conversion
authorRuss Cox <rsc@golang.org>
Mon, 12 Jan 2015 20:17:10 +0000 (15:17 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 14 Jan 2015 19:18:05 +0000 (19:18 +0000)
commit3be0a0ef6fb80d099aefdba67b68df3b500188bc
tree8330ebaf4e92310212d0f383179b1065c3d0ca26
parent5bfed7c6c03bf3cc9a0a1d7a0ab056b9dfaae920
liblink: adjustments for c2go conversion

Mostly this is using uint32 instead of int32 for unsigned values
like instruction encodings or float32 bit representations,
removal of ternary operations, and removal of #defines.

Delete sched9.c, because it is not compiled (it is still in the history
if we ever need it).

Change-Id: I68579cfea679438a27a80416727a9af932b088ae
Reviewed-on: https://go-review.googlesource.com/2658
Reviewed-by: Austin Clements <austin@google.com>
13 files changed:
src/cmd/9l/9.out.h
src/liblink/asm5.c
src/liblink/asm9.c
src/liblink/list6.c
src/liblink/list9.c
src/liblink/obj5.c
src/liblink/obj6.c
src/liblink/obj8.c
src/liblink/obj9.c
src/liblink/pass.c
src/liblink/sched9.c [deleted file]
src/liblink/sym.c
src/runtime/stack.h