produced incorrect 'pure' objects

This commit is contained in:
ceriel 1990-03-29 09:46:14 +00:00
parent 4a906fb5be
commit e16a40c84c
2 changed files with 0 additions and 4 deletions

View 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);

View 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);