From: Mike Frysinger Date: Fri, 12 Jun 2015 16:12:52 +0000 (-0400) Subject: sim: bfin: expand CB_SYS_xxx comment X-Git-Tag: users/hjl/linux/release/2.25.51.0.3~1^2~7^2~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aaa9dc0170d5a2c09712f65f38dd308e7cfd4df0;p=thirdparty%2Fbinutils-gdb.git sim: bfin: expand CB_SYS_xxx comment --- diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index 196725175c3..539313888b2 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,3 +1,7 @@ +2015-06-12 Mike Frysinger + + * interp.c: Expand comment on CB_SYS_xxx defines. + 2015-06-12 Mike Frysinger * configure: Regenerate. diff --git a/sim/bfin/interp.c b/sim/bfin/interp.c index bed7564cc14..69b5e96d627 100644 --- a/sim/bfin/interp.c +++ b/sim/bfin/interp.c @@ -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