Waldi wrote: >Sure, most library modules will want to use some static variables(*), >which must be allocated in different data sections for different pro- >cesses. So the trap code should pass the proper base address of a mo- >dules' data section before jumping to a function within that module. Unless the shared library manages the data sections itself, in which case we'd avoid using up another register.