Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gas/config Make a note about what "nop" a...



details:   https://anonhg.NetBSD.org/src/rev/3e713f78fbda
branches:  trunk
changeset: 519414:3e713f78fbda
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 17 01:51:44 2001 +0000

description:
Make a note about what "nop" and "unop" actually are.

diffstat:

 gnu/dist/toolchain/gas/config/tc-alpha.c |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r af9677b44936 -r 3e713f78fbda gnu/dist/toolchain/gas/config/tc-alpha.c
--- a/gnu/dist/toolchain/gas/config/tc-alpha.c  Sun Dec 16 23:55:28 2001 +0000
+++ b/gnu/dist/toolchain/gas/config/tc-alpha.c  Mon Dec 17 01:51:44 2001 +0000
@@ -5704,6 +5704,11 @@
      fragS *fragp;
 {
   /* XXX: All "nop" for now until we figure out the NetBSD pipeline issue. */
+  /* NOTES JRT:
+
+     nop        or    zero, zero, zero
+     unop       ldq_u zero, 0(v0)
+   */
   static char const unop[4] = { 0x1f, 0x04, 0xff, 0x47 };
   static char const nopunop[8] = {
     0x1f, 0x04, 0xff, 0x47,



Home | Main Index | Thread Index | Old Index