public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/64237] New: [5 Regression] glibc build failure
@ 2014-12-09 12:25 trippels at gcc dot gnu.org
  2014-12-09 12:33 ` [Bug target/64237] " rguenth at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-12-09 12:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64237

            Bug ID: 64237
           Summary: [5 Regression] glibc build failure
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: trippels at gcc dot gnu.org

trippels@gcc20 nscd % cat nscd.i
extern int program_invocation_name;
extern void fn2(int, int);
void
fn1() { fn2(0, program_invocation_name); }

trippels@gcc20 nscd % gcc -shared nscd.i -fpie
/home/trippels/bin/ld: /home/trippels/tmp/ccoI5Lbg.o: relocation R_X86_64_PC32
against undefined symbol `program_invocation_name@@GLIBC_2.2.5' can not be used
when making a shared object; recompile with -fPIC
/home/trippels/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-12-09 15:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-09 12:25 [Bug c/64237] New: [5 Regression] glibc build failure trippels at gcc dot gnu.org
2014-12-09 12:33 ` [Bug target/64237] " rguenth at gcc dot gnu.org
2014-12-09 12:36 ` trippels at gcc dot gnu.org
2014-12-09 14:28 ` hjl.tools at gmail dot com
2014-12-09 14:36 ` trippels at gcc dot gnu.org
2014-12-09 14:41 ` hjl.tools at gmail dot com
2014-12-09 15:01 ` hjl.tools at gmail dot com
2014-12-09 15:06 ` trippels at gcc dot gnu.org
2014-12-09 15:12 ` hjl.tools at gmail dot com
2014-12-09 15:23 ` trippels at gcc dot gnu.org
2014-12-09 15:28 ` trippels at gcc dot gnu.org
2014-12-09 15:29 ` trippels at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).