NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-arm/45520: -pie broken, breaks some pkgsrc builds.



The following reply was made to PR port-arm/45520; it has been noted by GNATS.

From: Ignatios Souvatzis <presse%ycm-bonn.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: port-arm-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
        netbsd-bugs%netbsd.org@localhost, is%netbsd.org@localhost
Subject: Re: port-arm/45520: -pie broken, breaks some pkgsrc builds.
Date: Wed, 26 Oct 2011 09:52:06 +0200

 No change:
 
 marie hello !% cc -pie -fpie -o hello hello.c 
 marie hello !% ./hello
 Abort
 marie hello !% cc -pie -fPIE -o hello hello.c
 marie hello !% ./hello
 Abort
 e hello !% ktrace ./hello
 Abort
 marie hello !% kdump
   6181      1 ktrace   EMUL  "netbsd"
   6181      1 ktrace   RET   ktrace 0
   6181      1 ktrace   CALL  execve(0xeffff897,0xefffe794,0xefffe79c)
   6181      1 ktrace   NAMI  "./hello"
   6181      1 ktrace   NAMI  "/usr/libexec/ld.elf_so"
 
 


Home | Main Index | Thread Index | Old Index