This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
RE: [PATCH v3] Fix dynamic linker issue with bind-now
- From: "Petar Jovanovic" <petar dot jovanovic at rt-rk dot com>
- To: "'Mike Frysinger'" <vapier at gentoo dot org>
- Cc: <libc-alpha at sourceware dot org>
- Date: Thu, 16 Apr 2015 19:15:02 +0200
- Subject: RE: [PATCH v3] Fix dynamic linker issue with bind-now
- Authentication-results: sourceware.org; auth=none
- References: <1425312822-25143-1-git-send-email-petar dot jovanovic at rt-rk dot com> <20150302173916 dot GK8519 at vapier> <002601d055e3$89cc7740$9d6565c0$ at rt-rk dot com> <20150311040843 dot GY9455 at vapier>
Ping.
-----Original Message-----
From: Petar Jovanovic [mailto:petar.jovanovic@rt-rk.com]
Sent: Wednesday, April 1, 2015 1:20 AM
To: 'Mike Frysinger'
Cc: 'libc-alpha@sourceware.org'
Subject: RE: [PATCH v3] Fix dynamic linker issue with bind-now
Ping.
-----Original Message-----
From: Petar Jovanovic [mailto:petar.jovanovic@rt-rk.com]
Sent: Thursday, March 12, 2015 5:37 PM
To: 'Mike Frysinger'
Cc: 'libc-alpha@sourceware.org'
Subject: RE: [PATCH v3] Fix dynamic linker issue with bind-now
-----Original Message-----
From: Mike Frysinger [mailto:vapier@gentoo.org]
Sent: Wednesday, March 11, 2015 5:09 AM
To: Petar Jovanovic
Cc: libc-alpha@sourceware.org
Subject: Re: [PATCH v3] Fix dynamic linker issue with bind-now
> by break, do you mean it fails to link ? or it doesn't trigger the test ?
It fails to link with a linker error:
"linker error: /usr/bin/ld: .rela.dyn not found for insert"
What I can do is to move the Makefile part into sysdeps/x86_64/Makefile.
This way, it will be triggered for x86-64 only.
What do you say?
Regards,
Petar