shithub: scc

Download patch

ref: c9391d42e995a718a999fa42b9ee16de6f6b1442
parent: 4fe7b3c5097db6b24eef3680dec682b3d552bd64
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Sep 22 10:59:51 EDT 2019

[as-powerpc] Add comment about name origin

--- a/src/cmd/as/target/powerpc/ins.c
+++ b/src/cmd/as/target/powerpc/ins.c
@@ -5,6 +5,12 @@
 #include "../../as.h"
 #include "proc.h"
 
+/*
+ * This code is derived from PowerISA_V2.06B_V2_PUBLIC document.
+ * All the names used in the specification are preserved in
+ * this code.
+ */
+
 static int
 getclass(Node *np)
 {