diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-03-24 05:16:13 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-03-24 05:16:13 -0500 |
commit | 2ae06f42b3557dbf86b7ac3995dfb97b110ebcbc (patch) | |
tree | a32766745c0dade29c917a5d4a981abe77a717c7 | |
parent | 6cb02394c07b432b700762bc6c5c43968fbf8920 (diff) | |
parent | 8b0f69166e201bccaeb29ffb28fa662360691c8d (diff) | |
download | gem5-2ae06f42b3557dbf86b7ac3995dfb97b110ebcbc.tar.xz |
Merge zizzer.eecs.umich.edu:/bk/m5
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest
--HG--
extra : convert_revision : b0af82ea6028d1f7f6756edf266945732c25ad52
-rw-r--r-- | base/loader/elf_object.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/loader/elf_object.cc b/base/loader/elf_object.cc index f2a67f22e..b8ffd2b10 100644 --- a/base/loader/elf_object.cc +++ b/base/loader/elf_object.cc @@ -36,6 +36,7 @@ // set this now (it causes things to break on 64-bit platforms). #define __LIBELF64_LINUX 0 #define __LIBELF_NEED_LINK_H 0 +#define __LIBELF_SYMBOL_VERSIONS 0 #include <libelf/libelf.h> #include <libelf/gelf.h> |