Estimated hours taken: 1
Add support for gcc global registers on Linux/PPC.
runtime/mercury_regs.h:
Change `#if defined(_POWER)' to
`#if defined(_POWER) || defined(__powerpc)',
since gcc on Linux/PPC does not defined `_POWER'.
runtime/machdeps/rs6000_regs.h:
Fix a typo that broke the PPC port:
`restore_transient_reg_from_mem' should have been
`restore_transient_regs_from_mem'.
^
README.Linux-PPC:
Update to reflect recent developments: with egcs,
we now support global register variables.
Estimated hours taken: 0.5
boehm_gc/os_dep.c:
Fix a problem with the #ifdefs so that it works on hydra.
README.Linux:
Update to reflect recent developments.
README.Linux-PPC:
New file to document the Linux/PowerPC port.