sim: bfin: expand CB_SYS_xxx comment
authorMike Frysinger <vapier@gentoo.org>
Fri, 12 Jun 2015 16:12:52 +0000 (12:12 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 12 Jun 2015 16:12:52 +0000 (12:12 -0400)
sim/bfin/ChangeLog
sim/bfin/interp.c

index 1967251..5393138 100644 (file)
@@ -1,5 +1,9 @@
 2015-06-12  Mike Frysinger  <vapier@gentoo.org>
 
+       * interp.c: Expand comment on CB_SYS_xxx defines.
+
+2015-06-12  Mike Frysinger  <vapier@gentoo.org>
+
        * configure: Regenerate.
 
 2015-06-12  Mike Frysinger  <vapier@gentoo.org>
index bed7564..69b5e96 100644 (file)
@@ -36,7 +36,9 @@
 
 #include "targ-vals.h"
 
-/* The numbers here do not matter.  They just need to be unique.  */
+/* The numbers here do not matter.  They just need to be unique.  They also
+   need not be static across releases -- they're used internally only.  The
+   mapping from the Linux ABI to the CB values is in linux-targ-map.h.  */
 #define CB_SYS_ioctl        201
 #define CB_SYS_mmap2        202
 #define CB_SYS_munmap       203