Chromium Code Reviews| Index: src/trusted/service_runtime/linux/nacl_bootstrap.x |
| diff --git a/src/trusted/service_runtime/linux/nacl_bootstrap.x b/src/trusted/service_runtime/linux/nacl_bootstrap.x |
| index 964bef4790c8676cbf7cd7112dbf153c82baa413..b0e8678c62c29bb369d669d7d7cb12c2106d5b29 100644 |
| --- a/src/trusted/service_runtime/linux/nacl_bootstrap.x |
| +++ b/src/trusted/service_runtime/linux/nacl_bootstrap.x |
| @@ -128,6 +128,7 @@ SECTIONS { |
| */ |
| /DISCARD/ : { |
| *(.iplt) |
| + *(.reginfo) |
| *(.rel*) |
| *(.igot.plt) |
| } |