From: <ai...@us...> - 2004-02-26 02:21:56
|
Update of /cvsroot/linux-vax/glibc/sysdeps/vax/elf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1863/elf Modified Files: start.S Log Message: port over setjmp/longjmp etc from uClibc Index: start.S =================================================================== RCS file: /cvsroot/linux-vax/glibc/sysdeps/vax/elf/start.S,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- start.S 27 Aug 2003 13:07:13 -0000 1.4 +++ start.S 26 Feb 2004 02:06:32 -0000 1.5 @@ -39,7 +39,6 @@ pushl %r4 pushab main calls $7, __libc_start_main -// calls $3, __uClibc_main halt .align 2 |