Fix link errors with GCC 10 and binutils 2.34 on Fedora
authorJohn Ousterhout <ouster@cs.stanford.edu>
Thu, 26 Mar 2020 18:28:48 +0000 (11:28 -0700)
committerJohn Ousterhout <ouster@cs.stanford.edu>
Thu, 26 Mar 2020 18:28:48 +0000 (11:28 -0700)
Fix the following compile errors:

ld: ... multiple definition of `fs_device'; ... first defined here

and

ld: ... multiple definition of `test_name'; ... first defined here.

These seem to result in a change in how GCC and the linker handle strong
and weak symbols.

Signed-off-by: W. Michael Petullo <mike@flyn.org>

No differences found