]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.power64] cmd/ld: add MAXIO back in lib.h
authorShenghou Ma <minux@golang.org>
Tue, 12 Aug 2014 03:31:28 +0000 (23:31 -0400)
committerShenghou Ma <minux@golang.org>
Tue, 12 Aug 2014 03:31:28 +0000 (23:31 -0400)
It was accidentally removed.

LGTM=dave
R=rsc, iant, dave
CC=golang-codereviews
https://golang.org/cl/124880043

src/cmd/ld/lib.h

index 6ce880ea9ef30430e13be82bbc5c80a237821434..4094dfa6b1f849f873320d5d896661587ff8ed59 100644 (file)
 // A section further describes the pieces of that block for
 // use in debuggers and such.
 
+enum {
+       MAXIO           = 8192,
+};
+
 typedef struct Segment Segment;
 typedef struct Section Section;