elfsh broken on ia64

Marcel Moolenaar marcel at xcllnt.net
Thu Jun 19 02:21:14 PDT 2003


On Thu, Jun 19, 2003 at 02:00:57AM -0700, Kris Kennaway wrote:
> http://bento.freebsd.org/errorlogs/ia64-5-latest/elfsh-0.43.log
> 
> Can someone please investigate?

Add the following patch (whitespace corrupted):

--- libelfsh/Makefile.orig      Thu Jun 19 02:15:01 2003
+++ libelfsh/Makefile   Thu Jun 19 02:15:15 2003
@@ -8,7 +8,7 @@
 CC                     = gcc
 RM                     = rm -f
 AR                     = ar rc
-CFLAGS                 = -Iinclude -Wall -g3 -O2
+CFLAGS                 = -fpic -Iinclude -Wall -g3 -O2
 SRC                    = dynamic.c dynsym.c elf.c fixup.c got.c hash.c \
                           interp.c pht.c plt.c section.c sht.c error.c \
                          stab.c symbol.c notes.c reloc.c functions.c \

PS: elfsh very likely coredumps. It's not 64-bit clean.

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel at xcllnt.net


More information about the freebsd-ia64 mailing list