Re: Manual pages from glibc-doc

2023-05-21 Thread Andreas Schwab
On Mai 21 2023, Alejandro Colomar wrote: > It seems that the pages were removed from glibc upstream in 2005 [1], That was the time when the whole linuxthreads directory was removed. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A

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 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 ++-- 2 files changed

Bug#652356: please use argument-safe bswap macros on all architectures

2011-12-17 Thread Andreas Schwab
already been fixed a long time ago. 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 wi

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 some

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 &q

Bug#429021: builtin echo command redirection misbehaves in detached scripts when terminal is closed

2007-09-10 Thread Andreas Schwab
Chet Ramey <[EMAIL PROTECTED]> writes: > What's needed is a portable interface like BSD's fpurge(3). This is also available from glibc as __fpurge (likewise on Solaris). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 9040

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,

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

2003-10-31 Thread Andreas Schwab
atic linker. So you only have to make sure that all function 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 8

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

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 >

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

2003-10-29 Thread Andreas Schwab
st it yet. > 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. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Deu

Bug#204789: ia64 function descriptors and unexec

2003-10-29 Thread Andreas Schwab
There is no such problem with GNU Emacs. 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 diffe

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

2003-08-14 Thread Andreas Schwab
t it is still worth fixing. 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 PROTE

Re: Linux getdents.c is not aliasing safe

2002-10-29 Thread Andreas Schwab
is why Debian was |> seeing a broken ldconfig. |> |> Not sure how to fix this while still editing the buffer in-place. It seems |> like we want the equivalent of: |> |> union { |> DIRENT_TYPE dpbuf[]; |> struct kernel_dirent64[]; |> } |> |> but that's no

Re: Linux getdents.c is not aliasing safe

2002-10-29 Thread Andreas Schwab
is why Debian was |> seeing a broken ldconfig. |> |> Not sure how to fix this while still editing the buffer in-place. It seems |> like we want the equivalent of: |> |> union { |> DIRENT_TYPE dpbuf[]; |> struct kernel_dirent64[]; |> } |> |> but that's no

Re: libc 2.3 and RT signals broken

2002-10-29 Thread Andreas Schwab
s. Done. 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."

Re: libc 2.3 and RT signals broken

2002-10-29 Thread Andreas Schwab
s. Done. 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

Re: libc 2.3 and RT signals broken

2002-10-29 Thread Andreas Schwab
win. So we get sysdeps/generic/testrtsig.h |> instead of the sysdeps/unix/sysv/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 PROTEC

Re: libc 2.3 and RT signals broken

2002-10-29 Thread Andreas Schwab
win. So we get sysdeps/generic/testrtsig.h |> instead of the sysdeps/unix/sysv/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 PROTEC