<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pintos-rs/src/tests/userprog/no-vm, branch main</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/pintos-rs/'/>
<entry>
<title>Fixed compilation error on GCC 10.</title>
<updated>2020-05-26T14:59:17+00:00</updated>
<author>
<name>Filip Strömbäck</name>
<email>filip.stromback@liu.se</email>
</author>
<published>2020-05-26T14:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/pintos-rs/commit/?id=b51fd37426d5c381f52bf93c5950479a9a13a594'/>
<id>b51fd37426d5c381f52bf93c5950479a9a13a594</id>
<content type='text'>
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 &lt;filip.stromback@liu.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;filip.stromback@liu.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial Pintos</title>
<updated>2015-03-20T16:30:24+00:00</updated>
<author>
<name>klaar36</name>
<email>klas.arvidsson@liu.se</email>
</author>
<published>2015-03-20T16:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xn--srns-noa9h.se/gustav/pintos-rs/commit/?id=e7bc50ca8ffcaa6ed68ebd2315f78b0f5a7d10ad'/>
<id>e7bc50ca8ffcaa6ed68ebd2315f78b0f5a7d10ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
