summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Madison <madison@bliss-m.org>2014-09-20 13:24:30 -0700
committerMatt Madison <madison@bliss-m.org>2014-09-20 13:24:30 -0700
commitbd030969fad5f5cfde09f0328aef2beb4a1946ff (patch)
tree997c1cd9d03ffdc2c8455e8569480d817b634052
parent1eef4bf0deda51ae3a25e1d999b9dfd1c0bb33d7 (diff)
downloadgreenlet-bd030969fad5f5cfde09f0328aef2beb4a1946ff.tar.gz
Add comment noting the MIPS64 gp register save change to
platform_mips_unix.h.
-rw-r--r--platform/switch_mips_unix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/switch_mips_unix.h b/platform/switch_mips_unix.h
index c35f6e6..a034aa7 100644
--- a/platform/switch_mips_unix.h
+++ b/platform/switch_mips_unix.h
@@ -2,6 +2,8 @@
* this is the internal transfer function.
*
* HISTORY
+ * 20-Sep-14 Matt Madison <madison@bliss-m.org>
+ * Re-code the saving of the gp register for MIPS64.
* 05-Jan-08 Thiemo Seufer <ths@debian.org>
* Ported from ppc.
*/