Commit 40d7a6d5 authored by Shenghou Ma's avatar Shenghou Ma

[dev.power64] cmd/ld: add MAXIO back in lib.h

It was accidentally removed.

LGTM=dave
R=rsc, iant, dave
CC=golang-codereviews
https://golang.org/cl/124880043
parent 05d72029
...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
// A section further describes the pieces of that block for // A section further describes the pieces of that block for
// use in debuggers and such. // use in debuggers and such.
enum {
MAXIO = 8192,
};
typedef struct Segment Segment; typedef struct Segment Segment;
typedef struct Section Section; typedef struct Section Section;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment