]> Cypherpunks repositories - gostls13.git/commit
liblink: require DATA lines to be ordered by offset, with no overlap
authorRuss Cox <rsc@golang.org>
Wed, 15 Oct 2014 03:25:12 +0000 (23:25 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 15 Oct 2014 03:25:12 +0000 (23:25 -0400)
commit5e6bd29c2c522bf55d12bdd2c63c7a06b761617e
tree2c4c40d53aaf5dd4a582b0e39a239952f80019b9
parent4f80b50e235dd6e7637cf1b15f450d5c50d5ba9f
liblink: require DATA lines to be ordered by offset, with no overlap

The assembler could give a better error, but this one
is good enough for now.

Fixes #8880.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/153610043
include/link.h
src/cmd/5a/lex.c
src/cmd/6a/lex.c
src/cmd/8a/lex.c
src/liblink/data.c