[gnu.gcc] gcc hack

sarnila@tukki.jyu.fi (Pekka Sarnila) (01/26/89)

I've gotten involved with an attempt to make gcc to
produce code where all the refereces to data (.data .bss)
are base register relative. (This would allow dynamically
relocatable data in a machine without a MMU.)
From what I have looked into it, it seems that there is no
straightforward way to do it in gcc as it is now.
It would be nice if it could be done by modifying the
tm- and .md files, but it seems hacking actual
C-code is required. Has anyone any better knowledge on
this? What might be the direction to go first?

-- 
-------------------------------------------------------------------
Pekka Sarnila,  University of Jyvaskyla Finland
sarnila@tukki.jyu.fi
-------------------------------------------------------------------