Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
193: Update data layout to include new x86 address spaces r=stlankes a=mkroening

Same as hermit-os/loader#18.

Co-authored-by: Martin Kröning <mkroening@posteo.net>
  • Loading branch information
bors[bot] and mkroening committed May 26, 2021
2 parents 2d3eb17 + ef94337 commit d99592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x86_64-unknown-hermit-kernel.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target-c-int-width" : "32",
"os": "hermit",
"arch": "x86_64",
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
"pre-link-args": {
"gcc": ["-m64"]
},
Expand Down

0 comments on commit d99592e

Please sign in to comment.