Bug#222598: thread_info.h:49: global register variable follows a function definition

2004-01-08 Thread Helge Kreutzmann
Hello,
On Sat, Jan 03, 2004 at 01:20:41PM -0500, Daniel Jacobowitz wrote:
 None of the developer-access Alphas are up at the moment.  What s the
 function definition that it follows?

Sorry, I don't know exactly what you want to know. Which file/function
are you refering to?

Greetings  Happy New Year

   Helge
-- 
Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
  gpg signed mail preferredgpg-key: finger [EMAIL PROTECTED]
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/


pgp0.pgp
Description: PGP signature


Bug#222598: thread_info.h:49: global register variable follows a function definition

2004-01-08 Thread Helge Kreutzmann
Hello,
On Sat, Jan 03, 2004 at 01:20:41PM -0500, Daniel Jacobowitz wrote:
 None of the developer-access Alphas are up at the moment.  What s the
 function definition that it follows?

Sorry, I don't know exactly what you want to know. Which file/function
are you refering to?

Greetings  Happy New Year

   Helge
-- 
Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
  gpg signed mail preferredgpg-key: finger [EMAIL PROTECTED]
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/


pgp6tG8mH4mPK.pgp
Description: PGP signature


Bug#222598: thread_info.h:49: global register variable follows a function definition

2004-01-08 Thread Daniel Jacobowitz
On Thu, Jan 08, 2004 at 11:00:05AM +0100, Helge Kreutzmann wrote:
 Hello,
 On Sat, Jan 03, 2004 at 01:20:41PM -0500, Daniel Jacobowitz wrote:
  None of the developer-access Alphas are up at the moment.  What s the
  function definition that it follows?
 
 Sorry, I don't know exactly what you want to know. Which file/function
 are you refering to?

Eh, read the error message.

/usr/include/asm/thread_info.h:49: global register variable follows a
 function definition

Or provide a preprocessed test case.

-- 
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer




Bug#222598: thread_info.h:49: global register variable follows a function definition

2004-01-04 Thread Daniel Jacobowitz
On Mon, Dec 01, 2003 at 10:21:20AM +0100, Helge Kreutzmann wrote:
 
 Package: linux-kernel-headers
 Version: 2.5.999-test7-bk-9
 Severity: normal
 
 During my work on the alpha boot loader aboot, I stumbled on the
 following problem:
 [EMAIL PROTECTED]:~/prog/debian/ABOOT/aboot-0.9b-trisplit/lib$ env LANG=C make
 gcc -Os -Wall -mno-fp-regs -fno-builtin -D__KERNEL__ -I../include  -c -o isolib.o 
 isolib.c
 In file included from /usr/include/linux/thread_info.h:21,
  from /usr/include/linux/spinlock.h:12,
  from /usr/include/linux/time.h:27,
  from /usr/include/linux/stat.h:57,
  from isolib.c:15:
 /usr/include/asm/thread_info.h:49: global register variable follows a function 
 definition
 /usr/include/asm/thread_info.h:49: warning: call-clobbered register used for global 
 register variable
 make: *** [isolib.o] Error 1
 
 This looks to me like an error in thread_info.h. If you like, I can provide
 you with the files, but more easily install the aboot sources, go into the
 lib/ directory and run make. (On alpha only currently)

None of the developer-access Alphas are up at the moment.  What s the
function definition that it follows?

-- 
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#222598: thread_info.h:49: global register variable follows a function definition

2004-01-04 Thread Daniel Jacobowitz
On Mon, Dec 01, 2003 at 10:21:20AM +0100, Helge Kreutzmann wrote:
 
 Package: linux-kernel-headers
 Version: 2.5.999-test7-bk-9
 Severity: normal
 
 During my work on the alpha boot loader aboot, I stumbled on the
 following problem:
 [EMAIL PROTECTED]:~/prog/debian/ABOOT/aboot-0.9b-trisplit/lib$ env LANG=C make
 gcc -Os -Wall -mno-fp-regs -fno-builtin -D__KERNEL__ -I../include  -c -o 
 isolib.o isolib.c
 In file included from /usr/include/linux/thread_info.h:21,
  from /usr/include/linux/spinlock.h:12,
  from /usr/include/linux/time.h:27,
  from /usr/include/linux/stat.h:57,
  from isolib.c:15:
 /usr/include/asm/thread_info.h:49: global register variable follows a 
 function definition
 /usr/include/asm/thread_info.h:49: warning: call-clobbered register used for 
 global register variable
 make: *** [isolib.o] Error 1
 
 This looks to me like an error in thread_info.h. If you like, I can provide
 you with the files, but more easily install the aboot sources, go into the
 lib/ directory and run make. (On alpha only currently)

None of the developer-access Alphas are up at the moment.  What s the
function definition that it follows?

-- 
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer




Bug#222598: thread_info.h:49: global register variable follows a function definition

2003-12-03 Thread Helge Kreutzmann

Package: linux-kernel-headers
Version: 2.5.999-test7-bk-9
Severity: normal

During my work on the alpha boot loader aboot, I stumbled on the
following problem:
[EMAIL PROTECTED]:~/prog/debian/ABOOT/aboot-0.9b-trisplit/lib$ env LANG=C make
gcc -Os -Wall -mno-fp-regs -fno-builtin -D__KERNEL__ -I../include  -c -o 
isolib.o isolib.c
In file included from /usr/include/linux/thread_info.h:21,
 from /usr/include/linux/spinlock.h:12,
 from /usr/include/linux/time.h:27,
 from /usr/include/linux/stat.h:57,
 from isolib.c:15:
/usr/include/asm/thread_info.h:49: global register variable follows a function 
definition
/usr/include/asm/thread_info.h:49: warning: call-clobbered register used for 
global register variable
make: *** [isolib.o] Error 1

This looks to me like an error in thread_info.h. If you like, I can provide
you with the files, but more easily install the aboot sources, go into the
lib/ directory and run make. (On alpha only currently)

-- System Information
Debian Release: testing/unstable
Architecture: alpha
Kernel: Linux sixtyfor 2.4.21-pre1 #1 Don Okt 2 18:27:25 CEST 2003 alpha
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
-- 
Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
  gpg signed mail preferredgpg-key: finger [EMAIL PROTECTED]
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/




Bug#222598: thread_info.h:49: global register variable follows a function definition

2003-12-03 Thread Helge Kreutzmann

Package: linux-kernel-headers
Version: 2.5.999-test7-bk-9
Severity: normal

During my work on the alpha boot loader aboot, I stumbled on the
following problem:
[EMAIL PROTECTED]:~/prog/debian/ABOOT/aboot-0.9b-trisplit/lib$ env LANG=C make
gcc -Os -Wall -mno-fp-regs -fno-builtin -D__KERNEL__ -I../include  -c -o isolib.o 
isolib.c
In file included from /usr/include/linux/thread_info.h:21,
 from /usr/include/linux/spinlock.h:12,
 from /usr/include/linux/time.h:27,
 from /usr/include/linux/stat.h:57,
 from isolib.c:15:
/usr/include/asm/thread_info.h:49: global register variable follows a function 
definition
/usr/include/asm/thread_info.h:49: warning: call-clobbered register used for global 
register variable
make: *** [isolib.o] Error 1

This looks to me like an error in thread_info.h. If you like, I can provide
you with the files, but more easily install the aboot sources, go into the
lib/ directory and run make. (On alpha only currently)

-- System Information
Debian Release: testing/unstable
Architecture: alpha
Kernel: Linux sixtyfor 2.4.21-pre1 #1 Don Okt 2 18:27:25 CEST 2003 alpha
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
-- 
Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
  gpg signed mail preferredgpg-key: finger [EMAIL PROTECTED]
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]