--- Additional Comments From javier dot sanchez dot monedero at gmail dot
com 2009-03-26 18:23 ---
It seems that the problem comes from the gcc version. Compiling with GCC 4.2
(gcc (GCC) 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) works fine.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=691
--- Additional Comments From silviubogan at yahoo dot com 2009-03-26 14:12
---
Thanks. I am a beginner ASM programmer. I understand the mistake I did.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10005
--- You are receiving this mail because: ---
You are on the CC list
--- Additional Comments From cburgess at qnx dot com 2009-03-26 13:40
---
For some reason attachments don't work for me, here are the example source
files...
a.c:
#include
int main(void)
{
fptr *fp;
/*
* Here we call function(), which initially selects a traditional
We have an issue where a nonPIC binary that is
* calling a function in a shared object
* calling another function in a shared object, which references the address of
the first function, saving it as a function pointer.
* later, calling yet another function (in a shared object) which invokes the
fu
--- Additional Comments From amodra at bigpond dot net dot au 2009-03-26
12:27 ---
Fixed. It would be nice to know how libpthread.so managed to get the weird
relro header.
--
What|Removed |Added
---
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-26
12:24 ---
Subject: Bug 6494
CVSROOT:/cvs/src
Module name:src
Changes by: amo...@sourceware.org 2009-03-26 12:23:52
Modified files:
bfd: ChangeLog elf.c
Log message: