Re: glibc 2.5 and binutils CVS
Guy Martin <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
Aurelien, The trivial attached patch fix this issue. Glibc hackers, please commit. Guy On Fri, 02 Feb 2007 19:05:21 +0100 Aurelien Jarno <[email protected]> wrote: > Hi all, > > I am trying to build glibc 2.5 with a CVS version of binutils > (2.17.20070103) in order to enable thread local storage support. > > I get an error on an assembly file: > ../ports/sysdeps/hppa/dl-trampoline.S: Assembler messages: > ../ports/sysdeps/hppa/dl-trampoline.S:287: Error: open CFI at the end of > file; missing .cfi_endproc directive > > Does anybody know how to fix that? > > Thanks, > Aurélien -- Guy Martin Gentoo Linux - HPPA port Lead _______________________________________________ parisc-linux mailing list [email protected] http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
glibc-missing-cfi_procend.diff
(text/x-patch, 494 B)
Add missing cfi_procend. Signed-off-by: Guy Martin <[email protected]> diff -uNr glibc-2.5.orig/ports/sysdeps/hppa/dl-trampoline.S glibc-2.5/ports/sysdeps/hppa/dl-trampoline.S --- glibc-2.5.orig/ports/sysdeps/hppa/dl-trampoline.S 2006-09-07 16:34:43.000000000 +0000 +++ glibc-2.5/ports/sysdeps/hppa/dl-trampoline.S 2007-01-30 15:15:58.000000000 +0000 @@ -284,5 +284,6 @@ bv,n 0(%r2) .EXIT .PROCEND + cfi_endproc .size _dl_runtime_profile, . - _dl_runtime_profile