This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Arnaud Charlet <charlet@adacore.com> writes: > That's the first time I hear that signal numbers are different across linux > targets. That's a surprise. Maybe what you are saying is that some of > these values are actually wrong for all linux targets. That would indeed > make sense, and in this case, the correct fix is not to provide an alpha > variant, but clearly to fix the shared linux version. In glibc we have those different headers: sysdeps/unix/sysv/linux/alpha/bits/signum.h sysdeps/unix/sysv/linux/bits/signum.h sysdeps/unix/sysv/linux/hppa/bits/signum.h sysdeps/unix/sysv/linux/mips/bits/signum.h sysdeps/unix/sysv/linux/sparc/bits/signum.h This means that besides the generic ones, we have differences for alpha, hppa, mips and sparc. I can send you the files for your analysis, if you like, Andreas -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 NÃrnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |