[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GCC 2.5.8 and MiNTnet-080



In <v01530500ad42b678adb0@[194.98.4.185]>, jblancha@pratique.fr wrote:

> what do the -mbaserel option on GCC2.5.8

Create a base relative executable. If this executable is started
more than once, the text segment will only be loaded in RAM on
the first invocation. Subsequent invocations will share the
text segment. Data- and bss segments must of course be seperate
for each process, therefore the text segment cannot access data
through fixed pointers. Instead, the base address of the data/bss
segment is stored in an m68k address register.


Regards,
Waldi