public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ports/14447] New: building for hppa fails with cfi errors in syscall wrappers
@ 2012-08-10  5:55 vapier at gentoo dot org
  2012-08-10 11:54 ` [Bug ports/14447] " joseph at codesourcery dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vapier at gentoo dot org @ 2012-08-10  5:55 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14447

             Bug #: 14447
           Summary: building for hppa fails with cfi errors in syscall
                    wrappers
           Product: glibc
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ports
        AssignedTo: unassigned@sourceware.org
        ReportedBy: vapier@gentoo.org
                CC: carlos@systemhalted.org, roland@gnu.org,
                    toolchain@gentoo.org
    Classification: Unclassified
              Host: hppa2.0-linux-gnu


using:
GNU assembler (GNU Binutils) 2.22
hppa2.0-unknown-linux-gnu-gcc (Gentoo 4.5.3-r2 p1.0, pie-0.4.7) 4.5.3

building glibc-2.15 as well as current git tree fails with:
$ ../../configure --host=hppa2.0-unknown-linux-gnu --prefix=/usr
$ make -j4
(echo '#define SYSCALL_NAME pause'; \
 echo '#define SYSCALL_NARGS 0'; \
 echo '#define SYSCALL_SYMBOL __libc_pause'; \
 echo '#define SYSCALL_CANCELLABLE 1'; \
 echo '#include <syscall-template.S>'; \
 echo 'weak_alias (__libc_pause, pause)'; \
 echo 'libc_hidden_weak (pause)'; \
) | hppa2.0-unknown-linux-gnu-gcc -c -U_FORTIFY_SOURCE   -I../include
-I/usr/local/src/gnu/glibc/build/hppa/posix
-I/usr/local/src/gnu/glibc/build/hppa
-I../ports/sysdeps/unix/sysv/linux/hppa/nptl
-I../ports/sysdeps/unix/sysv/linux/hppa -I../nptl/sysdeps/unix/sysv/linux
-I../nptl/sysdeps/pthread -I../sysdeps/pthread
-I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux
-I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv
-I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../nptl/sysdeps/unix
-I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix
-I../ports/sysdeps/hppa/hppa1.1 -I../sysdeps/wordsize-32
-I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64
-I../ports/sysdeps/hppa/fpu -I../ports/sysdeps/hppa/nptl
-I../ports/sysdeps/hppa -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl
-I../ports  -I.. -I../libio -I.  -D_LIBC_REENTRANT -include
../include/libc-symbols.h       -DASSEMBLER      -o
/usr/local/src/gnu/glibc/build/hppa/posix/pause.o -x assembler-with-cpp - -MD
-MP -MF /usr/local/src/gnu/glibc/build/hppa/posix/pause.o.dt -MT
/usr/local/src/gnu/glibc/build/hppa/posix/pause.o 
../sysdeps/unix/syscall-template.S: Assembler messages:
../sysdeps/unix/syscall-template.S:81: Error: CFI instruction used without
previous .cfi_startproc
../sysdeps/unix/syscall-template.S:81: Error: CFI instruction used without
previous .cfi_startproc
../sysdeps/unix/syscall-template.S:81: Error: CFI instruction used without
previous .cfi_startproc
../sysdeps/unix/syscall-template.S:81: Error: CFI instruction used without
previous .cfi_startproc
../sysdeps/unix/syscall-template.S:81: Error: CFI instruction used without
previous .cfi_startproc
../sysdeps/unix/syscall-template.S:81: Error: CFI instruction used without
previous .cfi_startproc
../sysdeps/unix/syscall-template.S:81: Error: CFI instruction used without
previous .cfi_startproc
../sysdeps/unix/syscall-template.S:81: Error: CFI instruction used without
previous .cfi_startproc
../sysdeps/unix/syscall-template.S:81: Error: CFI instruction used without
previous .cfi_startproc
../sysdeps/unix/syscall-template.S:81: Error: CFI instruction used without
previous .cfi_startproc
../sysdeps/unix/syscall-template.S:81: Error: CFI instruction used without
previous .cfi_startproc
make: *** [/usr/local/src/gnu/glibc/build/hppa/posix/pause.o] Error 1

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-17 18:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-10  5:55 [Bug ports/14447] New: building for hppa fails with cfi errors in syscall wrappers vapier at gentoo dot org
2012-08-10 11:54 ` [Bug ports/14447] " joseph at codesourcery dot com
2012-11-29 14:57 ` carlos_odonell at mentor dot com
2014-06-17 18:47 ` fweimer at redhat dot com

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).