aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/no-vm
Commit message (Collapse)AuthorAge
* Fixed compilation error on GCC 10.Filip Strömbäck2020-05-26
| | | | | | | | GCC 10 uses -fno-common by default, which makes multiple definitions of the same symbol in multiple object files an error. This was used in the userspace test library, and broke with GCC10. Therefore, the relevant symbol is now marked as "weak" to solve the issue and to clarify the intent. Signed-off-by: Filip Strömbäck <filip.stromback@liu.se>
* Initial Pintosklaar362015-03-20