]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 196725175c3f707c712dcedbabfb79eb579d540f..539313888b258abdfa8def3abaa374dadfeb9a67 100644 (file)
@@ -1,3 +1,7 @@
+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.
index bed7564cc14a74b2fe5c5e637cf23e7f22cf3ef8..69b5e96d627976f8ffab0502f141d9acb4bfc047 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