Use _end instead of $_end. $_end does not always indicate the right
authorceriel <none@none>
Wed, 26 Jul 1995 08:52:03 +0000 (08:52 +0000)
committerceriel <none@none>
Wed, 26 Jul 1995 08:52:03 +0000 (08:52 +0000)
position. This should be fixed as well, but how?

mach/sparc_solaris/libsys/head_em.s

index 508e82e..df6815d 100644 (file)
@@ -71,9 +71,9 @@ lino:
 filn:
        .word   0       ! filn
 reghp:
-       .word   $_end
+       .word   _end
 limhp:
-       .word   $_end
+       .word   _end
 trppc:
        .word   0
 trpim: