* 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:
Ingo Weinhold
2009-11-05 17:16:17 +00:00
parent cf5f64c103
commit 239222b236
6 changed files with 93 additions and 9 deletions
@@ -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