From: Matthew Hudson <mhudson@home.com>
To: parisc-linux@thepuffingroup.com
Subject: [parisc-linux] My toolchain whoes...
Date: Sat, 26 Aug 2000 18:49:27 -0500 [thread overview]
Message-ID: <39A85787.6A917C57@home.com> (raw)
>From a gcc -E -dD
sigaction.c
In function __libc_sigaction
sigaction.c line 83:
result = INLINE_SYSCALL (rt_sigaction, 4, sig,
act ? __ptrvalue (&kact) : NULL,
oact ? __ptrvalue (&koact) : NULL, _NSIG
/ 8);
gcc -E -dD output: (sorry I couldn't get this to you sooner willy I got
stuck in the middle of a bad day at work)
result = ({ unsigned long __sys_res; { register unsigned long __res
asm("r28"); register unsigned long __r24 __asm__("r24") = (unsigned
long)oact ? (&k_osigact) : ((void *)0); register unsigned long __r25
__asm__("r25") = (unsigned long)act ? (&k_sigact) : ((void *)0);
register unsigned long __r26__asm__("r26") = (unsigned long)sig; asm
volatile( "ble 0x100(%%sr2, %%r0)\n\t" " ldi %1, %%r20" : "=r" (__res)
: "i" ((__NR_sigaction)) , "r" (__r26), "r" (__r25), "r" (__r24) );
__sys_res = __res; } if (__sys_res >= (unsigned long)-4095) {
(*__errno_location ()) = (-__sys_res); __sys_res == (unsigned long)-1; }
__sys_res; });
undefined symbol: __NR_sigaction
Now, you tell me whats wrong?
My guess is that some how my config is getting mangled, I don't know
how.
Any ideas?
-Matt
next reply other threads:[~2000-08-26 23:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-08-26 23:49 Matthew Hudson [this message]
2000-08-28 11:35 ` [parisc-linux] My toolchain whoes Matthew Wilcox
2000-08-28 13:26 ` David Huggins-Daines
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=39A85787.6A917C57@home.com \
--to=mhudson@home.com \
--cc=parisc-linux@thepuffingroup.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.