produced incorrect 'pure' objects

This commit is contained in:
ceriel 1990-03-29 09:46:14 +00:00
parent 34d54a20b1
commit fd80d596df
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);