produced incorrect 'pure' objects
This commit is contained in:
parent
4a906fb5be
commit
e16a40c84c
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user