* Moved everything into the SymbolPatcher namespace.
* Several fixes to get things building with gcc 4. * Changed lookup of the _GLOBAL_OFFSET_TABLE_ symbol. It is hidden and static and get_image_symbol() doesn't find it. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33897 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
#include <List.h>
|
||||
#include <String.h>
|
||||
|
||||
|
||||
namespace SymbolPatcher {
|
||||
|
||||
class ElfImage;
|
||||
class ElfSymbolPatcher;
|
||||
class ElfSymbolPatchGroup;
|
||||
@@ -159,4 +162,9 @@ private:
|
||||
bool fPatched;
|
||||
};
|
||||
|
||||
} // namespace SymbolPatcher
|
||||
|
||||
using namespace SymbolPatcher;
|
||||
|
||||
|
||||
#endif // ELF_SYMBOL_PATCHER_H
|
||||
|
||||
Reference in New Issue
Block a user