diff options
author | David Schleef <ds@schleef.org> | 2002-04-17 07:29:12 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-04-17 07:29:12 +0000 |
commit | 108202d604f40cf390c5ec57bd60297a189b350c (patch) | |
tree | 6664fc3962f7e7b8845b0526eb4bb261292c20d9 /libc/sysdeps/linux/powerpc | |
parent | 1410cc538277a4b4811b63e0442880f69df79c96 (diff) | |
download | uClibc-alpine-108202d604f40cf390c5ec57bd60297a189b350c.tar.bz2 uClibc-alpine-108202d604f40cf390c5ec57bd60297a189b350c.tar.xz |
Change branch to fallthrough. Unclean, but it removes last R_PPC_REL24.
Diffstat (limited to 'libc/sysdeps/linux/powerpc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/crt0.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/powerpc/crt0.c b/libc/sysdeps/linux/powerpc/crt0.c index cef53bb4a..e01807d3d 100644 --- a/libc/sysdeps/linux/powerpc/crt0.c +++ b/libc/sysdeps/linux/powerpc/crt0.c @@ -32,9 +32,9 @@ asm( "\tstwu 1,-32(1)\n" "\tmtlr 0\n" //"\tstw 0,0(1)\n" - "\tb _start2\n - - "); +/* XXX fixme. We want this to be an internally resolved jump */ +// "\tb _start2@xxx\n" + ); /* Stick in a dummy reference to main(), so that if an application |