produced incorrect 'pure' objects
authorceriel <none@none>
Thu, 29 Mar 1990 09:46:14 +0000 (09:46 +0000)
committerceriel <none@none>
Thu, 29 Mar 1990 09:46:14 +0000 (09:46 +0000)
mach/sun2/cv/cv.c
mach/sun3/cv/cv.c

index a62b3fd..690c6ab 100644 (file)
@@ -237,8 +237,6 @@ main(argc, argv)
        if (rom_in_data && magic == ZMAGIC) {
                lseek(output,textsize,0);
        }
-       else if (! unresolved)
-               lseek(output, (long) TOT_HDRSIZE + (outsect[ROMSG].os_base-outsect[TEXTSG].os_base), 0);
        emits(&outsect[ROMSG]) ;
        if (!rom_in_data && magic == ZMAGIC) {
                lseek(output,textsize,0);
index a62b3fd..690c6ab 100644 (file)
@@ -237,8 +237,6 @@ main(argc, argv)
        if (rom_in_data && magic == ZMAGIC) {
                lseek(output,textsize,0);
        }
-       else if (! unresolved)
-               lseek(output, (long) TOT_HDRSIZE + (outsect[ROMSG].os_base-outsect[TEXTSG].os_base), 0);
        emits(&outsect[ROMSG]) ;
        if (!rom_in_data && magic == ZMAGIC) {
                lseek(output,textsize,0);