gcc 4.5 on vax creates PLT stubs with an entry mask of 0xffc rather than 0 like gcc 4.1 did, so the sneaky assembly functions that "ret" without really returning now clobber their registers. adjust t
gcc 4.5 on vax creates PLT stubs with an entry mask of 0xffc rather than 0 like gcc 4.1 did, so the sneaky assembly functions that "ret" without really returning now clobber their registers. adjust these functions to avoid this problem.
show more ...
|