Bug#709992: eglibc: FTBFS: Assembler messages: Error: bad register expression

2013-06-25 Thread Andreas Schwab
From 5ccb4311206d95f48e44ffaba09bf6cf05d17145 Mon Sep 17 00:00:00 2001 From: Andreas Schwab sch...@linux-m68k.org Date: Tue, 25 Jun 2013 18:57:42 +0200 Subject: [PATCH] m68k: fix bad use of register alias in cfi insn --- ports/ChangeLog.m68k| 5 + ports/sysdeps/m68k/sysdep.h | 4

Bug#636286: eglibc: SIGSEGV in strcoll in UTF-8 locales with certain characters

2011-08-07 Thread Andreas Schwab
The locale files are invalid. Since I cannot reproduce that with the unmodified localedef program this must be due to some broken debian patches. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something

Bug#636286: eglibc: SIGSEGV in strcoll in UTF-8 locales with certain characters

2011-08-02 Thread Andreas Schwab
There is no testcase. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different. -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of unsubscribe

Bug#204789: [Gcl-devel] Re: ia64 function descriptors and unexec

2003-11-05 Thread Andreas Schwab
Camm Maguire [EMAIL PROTECTED] writes: When I first read this, I was more confused by the meaning of the term 'local' and what I've been seeing. Which is understandable, because I was confused, too. What you are saying is correct. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED

Bug#204789: [Gcl-devel] Re: ia64 function descriptors and unexec

2003-10-31 Thread Andreas Schwab
Camm Maguire [EMAIL PROTECTED] writes: Greetings! Andreas Schwab [EMAIL PROTECTED] writes: Was there ever a GNU emacs obstacle on ia64 linux, or am I confusing the situation with xemacs? Since GNU Emacs does not assign function pointers at runtime there was never such a problem

Bug#204789: [Gcl-devel] Re: ia64 function descriptors and unexec

2003-10-31 Thread Andreas Schwab
pointers in the executable only refer to functions therein. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different

Bug#204789: ia64 function descriptors and unexec

2003-10-29 Thread Andreas Schwab
. Only XEmacs has this problem. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different. -- To UNSUBSCRIBE, email to [EMAIL

Bug#204789: [Gcl-devel] Re: ia64 function descriptors and unexec

2003-10-29 Thread Andreas Schwab
obstacle on ia64 linux, or am I confusing the situation with xemacs? Since GNU Emacs does not assign function pointers at runtime there was never such a problem. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint

Bug#204789: [Gcl-devel] Re: ia64 function descriptors and unexec

2003-10-29 Thread Andreas Schwab
Peter Chubb [EMAIL PROTECTED] writes: Andreas == Andreas Schwab [EMAIL PROTECTED] writes: Andreas Camm Maguire [EMAIL PROTECTED] writes: Andreas I have hacked XEmacs to re-assign all those function Andreas pointers, good enough to get it running. But this hack is Andreas too ugly, so I

Bug#184048: [m68k] binutils testsuite failures built in a glibc-2.3.1 environment

2003-08-14 Thread Andreas Schwab
with glibc-2.3.1 and glibc-2.2.3, the second one | did pass with glibc-2.3.1, but not with glibc-2.2.3. | | Andreas, do we need to care about these failures? Non-PIC DSOs are generally not something you should use, so this is low priority. But it is still worth fixing. Andreas. -- Andreas Schwab

Re: Linux getdents.c is not aliasing safe

2002-10-29 Thread Andreas Schwab
the equivalent of: | | union { | DIRENT_TYPE dpbuf[]; | struct kernel_dirent64[]; | } | | but that's not legal C. How about using two pointers of type union { DIRENT_TYPE dp; struct kernel_dirent64 kdp; } ? Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG

Re: libc 2.3 and RT signals broken

2002-10-29 Thread Andreas Schwab
/linux/testrtsig.h, and | kernel_has_rtsig always returns 0. The right fix is probably to change ... to Could you try that please? Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3

Re: libc 2.3 and RT signals broken

2002-10-29 Thread Andreas Schwab
. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: Linux getdents.c is not aliasing safe

2002-10-29 Thread Andreas Schwab
the equivalent of: | | union { | DIRENT_TYPE dpbuf[]; | struct kernel_dirent64[]; | } | | but that's not legal C. How about using two pointers of type union { DIRENT_TYPE dp; struct kernel_dirent64 kdp; } ? Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG