Commit Graph

7 Commits

Author SHA1 Message Date
Julien Fischer
67fa3d0ae5 Fix github issue #100.
README.Linux-PPC:
    Fix wording.
2022-02-22 17:08:45 +11:00
Julien Fischer
ff39b3463b Remove legacy support for the Alpha architecture.
README.Linux-Alpha:
runtime/machdeps/ALPHA_REGS:
runtime/machdeps/alpha_regs.h:
runtime/machdeps/alpha_regtest:
    Delete these files.

configure.ac:
runtime/Mmakefile:
runtime/mercury_goto.h:
runtime/mercury_regs.h:
README.md:
README.Linux:
README.Linux-PPC:
    Delete or update references to the Alpha architecture.

NEWS:
    Announce the above.

scripts/mgnuc.in:
    Unrelated: update a comment.
2020-10-18 16:35:52 +11:00
Peter Wang
9ef7f4319b Add notes about untested platforms.
README.Erlang:
README.Linux-PPC:
README.Solaris:
    As above.
2020-01-22 12:58:36 +11:00
Julien Fischer
3321413a9b Fix spelling and double up words.
Branches: main, 10.04 (where applicable)

README.Linux-PPC:
README.ThreadScope:
RELEASE_NOTES:
compiler/options.m:
library/calendar.m:
library/string.m:
	Fix spelling and double up words.
2010-07-14 16:26:05 +00:00
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