Fixes exec-bound-3 failures
[pintos-anon] / src / lib / user / user.lds
index cc6d6c03a60791071ba91663cfdaaebee67dbb78..1bf30b159c18e58eb6ceb52e44167cb880d789aa 100644 (file)
@@ -16,7 +16,7 @@ SECTIONS
   . = DATA_SEGMENT_ALIGN (0x1000, 0x1000);
 
   .data : { *(.data) }
-  .bss : { *(.bss) }
+  .bss : { *(.bss) *(.testEndmem) }
 
   /* Stabs debugging sections.  */
   .stab          0 : { *(.stab) }