RE: Alleyoop install fails
- From: Jeremiah McElroy <jeremiah mcelroy gmail com>
- To: garnome-list gnome org
- Subject: RE: Alleyoop install fails
- Date: Thu, 17 Feb 2005 11:51:45 -0500
Oops, I spoke too soon. There is a patch available from the project
page on sourceforge:
https://sourceforge.net/tracker/index.php?func=detail&aid=1118631&group_id=79027&atid=555229
Here it is for those of you who don't feel like clicking the link:
--- src/symtab.c.orig 2005-02-08 20:39:13.046982560 +0930
+++ src/symtab.c 2005-02-08 20:43:31.046751024 +0930
@@ -34,6 +34,7 @@
#include "symtab.h"
#include "process.h"
#include "ldd.h"
+#include <bfd.h>
#define d(x)
#define w(x) x
@@ -115,7 +116,7 @@
map->text_section = section;
map->text_start = load_addr + bfd_section_vma (map->abfd, section);
- map->text_end = map->text_start + bfd_get_section_size_before_reloc (section);
+ map->text_end = map->text_start + bfd_section_size(map->abfd, section);
map->filename = g_strdup (filename);
map->libname = g_strdup (libname);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]