Commit Graph

3 Commits

Author SHA1 Message Date
Tyson Dowd
244d90c20c Update the documentation about the PPC Linux port.
Estimated hours taken: 0.5

README.Linux-PPC:
	Update the documentation about the PPC Linux port.
	Global register variables do work with gcc-2.8.0.
1998-01-30 05:31:44 +00:00
Fergus Henderson
6b50871ad3 Add support for gcc global registers on Linux/PPC.
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.
1997-12-18 03:15:46 +00:00
Fergus Henderson
cc67e23be6 Fix a problem with the #ifdefs so that it works on hydra.
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.
1997-11-24 06:31:25 +00:00