Advertisement
Guest User

Untitled

a guest
Dec 28th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 25.63 KB | None | 0 0
  1. Administrator@DESKTOP-11USCTD MINGW64 /c/Users/Administrator/GoogleDrive/Documents/Games_And_Programming/Programming/Projects/C++/Random_Analysis/nasm
  2. $ make -j 5
  3. perl -I./perllib ./directiv.pl h ./directiv.dat directiv.h
  4. perl -I./perllib ./insns.pl -i ./insns.dat
  5. perl -I./perllib ./pptok.pl h ./pptok.dat pptok.h
  6. perl -I./perllib ./regs.pl h ./regs.dat > regs.h
  7. Reading insns.dat...
  8. perl -I./perllib ./tokhash.pl h ./insns.dat ./regs.dat \
  9.         ./tokens.dat > tokens.h
  10. perl -I./perllib ./version.pl h < ./version > version.h
  11. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o raa.o raa.c
  12. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o saa.o saa.c
  13. In file included from raa.c:34:
  14. nasmlib.h: In function 'signed_bits':
  15. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  16.              value |= (int64_t)-1 << bits;
  17.                                   ^~
  18. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o rbtree.o rbtree.c
  19. perl -I./perllib ./insns.pl -a ./insns.dat
  20. In file included from saa.c:35:
  21. nasmlib.h: In function 'signed_bits':
  22. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  23.              value |= (int64_t)-1 << bits;
  24.                                   ^~
  25. Reading insns.dat...
  26. perl -I./perllib ./insns.pl -b ./insns.dat
  27. perl -I./perllib ./directiv.pl c ./directiv.dat directiv.c
  28. Reading insns.dat...
  29. 24 vectors, trying n = 32...
  30. 1: Done: n = 32, sv = [0x076259c3, 0xe291c26c]
  31. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o crc64.o crc64.c
  32. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o quote.o quote.c
  33. In file included from crc64.c:35:
  34. nasmlib.h: In function 'signed_bits':
  35. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  36.              value |= (int64_t)-1 << bits;
  37.                                   ^~
  38. In file included from quote.c:42:
  39. nasmlib.h: In function 'signed_bits':
  40. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  41.              value |= (int64_t)-1 << bits;
  42.                                   ^~
  43. Writing insnsi.h...
  44. Done: 4073 instructions
  45. perl -I./perllib ./pptok.pl c ./pptok.dat pptok.c
  46. Writing insnsa.c...
  47. Done: 4073 instructions
  48. perl -I./perllib ./pptok.pl ph ./pptok.dat pptok.ph
  49. perl -I./perllib ./version.pl mac < ./version > version.mac
  50. 92 vectors, trying n = 128...
  51. 1: Graph is cyclic
  52. 2: Done: n = 128, sv = [0xaee7ac5c, 0xcabdec91]
  53. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o listing.o listing.c
  54. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o eval.o eval.c
  55. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o exprlib.o exprlib.c
  56. In file included from nasm.h:45,
  57.                  from listing.c:47:
  58. nasmlib.h: In function 'signed_bits':
  59. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  60.              value |= (int64_t)-1 << bits;
  61.                                   ^~
  62. listing.c: In function 'list_output':
  63. listing.c:235:32: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  64.          snprintf(q, sizeof(q), "<res %08"PRIX64">", size);
  65.                                 ^~~~~~~~~~
  66. In file included from nasm.h:45,
  67.                  from eval.c:47:
  68. nasmlib.h: In function 'signed_bits':
  69. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  70.              value |= (int64_t)-1 << bits;
  71.                                   ^~
  72. Writing insnsb.c...
  73. In file included from nasm.h:45,
  74.                  from exprlib.c:40:
  75. nasmlib.h: In function 'signed_bits':
  76. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  77.              value |= (int64_t)-1 << bits;
  78.                                   ^~
  79. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o stdscan.o stdscan.c
  80. Done: 4073 instructions
  81. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o strfunc.o strfunc.c
  82. In file included from nasm.h:45,
  83.                  from stdscan.c:42:
  84. nasmlib.h: In function 'signed_bits':
  85. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  86.              value |= (int64_t)-1 << bits;
  87.                                   ^~
  88. In file included from strfunc.c:40:
  89. nasmlib.h: In function 'signed_bits':
  90. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  91.              value |= (int64_t)-1 << bits;
  92.                                   ^~
  93. perl -I./perllib ./tokhash.pl c ./insns.dat ./regs.dat \
  94.         ./tokens.dat > tokhash.c
  95. perl -I./perllib ./regs.pl vc ./regs.dat > regvals.c
  96. 1786 vectors, trying n = 2048...
  97. 1: Collision: 239,1648: vpsubusb with cmpunordps
  98. 2: Graph is cyclic
  99. perl -I./perllib ./regs.pl fc ./regs.dat > regflags.c
  100. 3: Collision: 565,2334: fucomp with vfmsub123ss
  101. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o ilog2.o ilog2.c
  102. 4: Graph is cyclic
  103. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o lib/strlcpy.o lib/strlcpy.c
  104. 5: Done: n = 2048, sv = [0x13f0eafb, 0x407e486a]
  105. In file included from ilog2.c:35:
  106. nasmlib.h: In function 'signed_bits':
  107. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  108.              value |= (int64_t)-1 << bits;
  109.                                   ^~
  110. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o ndisasm.o ndisasm.c
  111. perl -I./perllib ./regs.pl dh ./regs.dat > regdis.h
  112. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o sync.o sync.c
  113. In file included from nasm.h:45,
  114.                  from insns.h:12,
  115.                  from ndisasm.c:48:
  116. nasmlib.h: In function 'signed_bits':
  117. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  118.              value |= (int64_t)-1 << bits;
  119.                                   ^~
  120. In file included from sync.c:45:
  121. nasmlib.h: In function 'signed_bits':
  122. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  123.              value |= (int64_t)-1 << bits;
  124.                                   ^~
  125. perl -I./perllib ./insns.pl -d ./insns.dat
  126. perl -I./perllib ./insns.pl -n ./insns.dat
  127. Reading insns.dat...
  128. perl -I./perllib ./regs.pl c ./regs.dat > regs.c
  129. Reading insns.dat...
  130. perl -I./perllib ./regs.pl dc ./regs.dat > regdis.c
  131. nroff -man nasm.1 > nasm.man
  132. nroff -man ndisasm.1 > ndisasm.man
  133. Writing insnsd.c...
  134. Writing insnsn.c...
  135. Done: 4073 instructions
  136. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o nasm.o nasm.c
  137. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o nasmlib.o nasmlib.c
  138. Done: 4073 instructions
  139. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o ver.o ver.c
  140. In file included from nasm.h:45,
  141.                  from nasmlib.c:46:
  142. nasmlib.h: In function 'signed_bits':
  143. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  144.              value |= (int64_t)-1 << bits;
  145.                                   ^~
  146. In file included from nasm.h:45,
  147.                  from ver.c:34:
  148. nasmlib.h: In function 'signed_bits':
  149. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  150.              value |= (int64_t)-1 << bits;
  151.                                   ^~
  152. In file included from nasm.h:45,
  153.                  from nasm.c:49:
  154. nasmlib.h: In function 'signed_bits':
  155. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  156.              value |= (int64_t)-1 << bits;
  157.                                   ^~
  158. nasm.c: In function 'define_macros_early':
  159. nasm.c:267:30: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  160.   snprintf(temp, sizeof temp, "__POSIX_TIME__=%"PRId64, posix_time);
  161.                               ^~~~~~~~~~~~~~~~~~
  162. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o float.o float.c
  163. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o insnsa.o insnsa.c
  164. In file included from nasm.h:45,
  165.                  from float.c:46:
  166. nasmlib.h: In function 'signed_bits':
  167. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  168.              value |= (int64_t)-1 << bits;
  169.                                   ^~
  170. In file included from nasm.h:45,
  171.                  from insnsa.c:3:
  172. nasmlib.h: In function 'signed_bits':
  173. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  174.              value |= (int64_t)-1 << bits;
  175.                                   ^~
  176. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o insnsb.o insnsb.c
  177. In file included from nasm.h:45,
  178.                  from insnsb.c:3:
  179. nasmlib.h: In function 'signed_bits':
  180. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  181.              value |= (int64_t)-1 << bits;
  182.                                   ^~
  183. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o directiv.o directiv.c
  184. In file included from nasm.h:45,
  185.                  from directiv.c:8:
  186. nasmlib.h: In function 'signed_bits':
  187. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  188.              value |= (int64_t)-1 << bits;
  189.                                   ^~
  190. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o assemble.o assemble.c
  191. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o labels.o labels.c
  192. In file included from nasm.h:45,
  193.                  from assemble.c:161:
  194. nasmlib.h: In function 'signed_bits':
  195. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  196.              value |= (int64_t)-1 << bits;
  197.                                   ^~
  198. In file included from nasm.h:45,
  199.                  from labels.c:45:
  200. nasmlib.h: In function 'signed_bits':
  201. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  202.              value |= (int64_t)-1 << bits;
  203.                                   ^~
  204. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o hashtbl.o hashtbl.c
  205. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o parser.o parser.c
  206. In file included from nasm.h:45,
  207.                  from hashtbl.c:44:
  208. nasmlib.h: In function 'signed_bits':
  209. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  210.              value |= (int64_t)-1 << bits;
  211.                                   ^~
  212. In file included from nasm.h:45,
  213.                  from parser.c:47:
  214. nasmlib.h: In function 'signed_bits':
  215. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  216.              value |= (int64_t)-1 << bits;
  217.                                   ^~
  218. parser.c: In function 'parse_line':
  219. parser.c:292:46: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  220.                      nasm_error(ERR_NONFATAL, "TIMES value %"PRId64" is negative",
  221.                                               ^~~~~~~~~~~~~~~
  222. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outform.o output/outform.c
  223. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outlib.o output/outlib.c
  224. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/nulldbg.o output/nulldbg.c
  225. In file included from ./nasm.h:45,
  226.                  from ./output/outform.h:68,
  227.                  from output/outform.c:48:
  228. ./nasmlib.h: In function 'signed_bits':
  229. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  230.              value |= (int64_t)-1 << bits;
  231.                                   ^~
  232. In file included from ./nasm.h:45,
  233.                  from output/outlib.c:41:
  234. ./nasmlib.h: In function 'signed_bits':
  235. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  236.              value |= (int64_t)-1 << bits;
  237.                                   ^~
  238. In file included from ./nasm.h:45,
  239.                  from output/nulldbg.c:34:
  240. ./nasmlib.h: In function 'signed_bits':
  241. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  242.              value |= (int64_t)-1 << bits;
  243.                                   ^~
  244. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/nullout.o output/nullout.c
  245. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outbin.o output/outbin.c
  246. In file included from ./nasm.h:45,
  247.                  from output/nullout.c:34:
  248. ./nasmlib.h: In function 'signed_bits':
  249. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  250.              value |= (int64_t)-1 << bits;
  251.                                   ^~
  252. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outaout.o output/outaout.c
  253. In file included from ./nasm.h:45,
  254.                  from output/outbin.c:84:
  255. ./nasmlib.h: In function 'signed_bits':
  256. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  257.              value |= (int64_t)-1 << bits;
  258.                                   ^~
  259. output/outbin.c: In function 'bin_cleanup':
  260. output/outbin.c:589:25: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  261.              fprintf(rf, "\n\n%08"PRIX64"\n\n", origin);
  262.                          ^~~~~~~~~
  263. output/outbin.c:589:25: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  264. output/outbin.c:599:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  265.                  fprintf(rf, "%16"PRIX64"  %16"PRIX64"  %16"PRIX64"  %08"PRIX64"  ",
  266.                              ^~~~~
  267. output/outbin.c:599:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  268. output/outbin.c:599:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  269. output/outbin.c:599:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  270. output/outbin.c:599:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  271. output/outbin.c:599:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  272. output/outbin.c:599:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  273. output/outbin.c:599:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  274. output/outbin.c:625:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  275.                  fprintf(rf, "\nlength:    %16"PRIX64"\nstart:     %16"PRIX64""
  276.                              ^~~~~~~~~~~~~~~~~~
  277. output/outbin.c:625:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  278. output/outbin.c:625:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  279. output/outbin.c:625:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  280. output/outbin.c:628:33: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  281.                      fprintf(rf, "%16"PRIX64"", s->align);
  282.                                  ^~~~~
  283. output/outbin.c:628:33: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  284. output/outbin.c:636:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  285.                  fprintf(rf, "\nvstart:    %16"PRIX64"\nvalign:    ", s->vstart);
  286.                              ^~~~~~~~~~~~~~~~~~
  287. output/outbin.c:636:29: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  288. output/outbin.c:638:33: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  289.                      fprintf(rf, "%16"PRIX64"", s->valign);
  290.                                  ^~~~~
  291. output/outbin.c:638:33: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  292. output/outbin.c:665:33: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  293.                      fprintf(rf, "%08"PRIX64"  %s\n", offset, l->name);
  294.                                  ^~~~~
  295. output/outbin.c:665:33: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  296. output/outbin.c:677:37: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  297.                          fprintf(rf, "%16"PRIX64"  %16"PRIX64"  %s\n",
  298.                                      ^~~~~
  299. output/outbin.c:677:37: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  300. output/outbin.c:677:37: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  301. output/outbin.c:677:37: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  302. In file included from ./nasm.h:45,
  303.                  from output/outaout.c:47:
  304. ./nasmlib.h: In function 'signed_bits':
  305. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  306.              value |= (int64_t)-1 << bits;
  307.                                   ^~
  308. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outcoff.o output/outcoff.c
  309. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelf.o output/outelf.c
  310. In file included from ./nasm.h:45,
  311.                  from output/outelf.c:44:
  312. ./nasmlib.h: In function 'signed_bits':
  313. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  314.              value |= (int64_t)-1 << bits;
  315.                                   ^~
  316. In file included from ./nasm.h:45,
  317.                  from output/outcoff.c:48:
  318. ./nasmlib.h: In function 'signed_bits':
  319. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  320.              value |= (int64_t)-1 << bits;
  321.                                   ^~
  322. output/outelf.c: In function 'section_attrib':
  323. output/outelf.c:85:28: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  324.                             "section alignment %"PRId64" is not a power of two",
  325.                             ^~~~~~~~~~~~~~~~~~~~~
  326. output/outcoff.c: In function 'coff_symbol':
  327. output/outcoff.c:1002:9: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation]
  328.          strncpy(padname, name, 8);
  329.          ^~~~~~~~~~~~~~~~~~~~~~~~~
  330. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelf32.o output/outelf32.c
  331. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelf64.o output/outelf64.c
  332. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelfx32.o output/outelfx32.c
  333. In file included from ./nasm.h:45,
  334.                  from output/outelf32.c:48:
  335. ./nasmlib.h: In function 'signed_bits':
  336. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  337.              value |= (int64_t)-1 << bits;
  338.                                   ^~
  339. In function 'coff_section_header.isra.1',
  340.     inlined from 'coff_write' at output/outcoff.c:917:9,
  341.     inlined from 'coff_cleanup' at output/outcoff.c:266:5:
  342. output/outcoff.c:949:5: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 8 [-Wstringop-truncation]
  343.      strncpy(padname, name, 8);
  344.      ^~~~~~~~~~~~~~~~~~~~~~~~~
  345. In function 'coff_write_symbols',
  346.     inlined from 'coff_write' at output/outcoff.c:935:5,
  347.     inlined from 'coff_cleanup' at output/outcoff.c:266:5:
  348. output/outcoff.c:1027:5: warning: 'strncpy' output may be truncated copying 18 bytes from a string of length 259 [-Wstringop-truncation]
  349.      strncpy(filename, coff_infile, 18);
  350.      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351. In file included from ./nasm.h:45,
  352.                  from output/outelf64.c:47:
  353. ./nasmlib.h: In function 'signed_bits':
  354. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  355.              value |= (int64_t)-1 << bits;
  356.                                   ^~
  357. In file included from ./nasm.h:45,
  358.                  from output/outelfx32.c:47:
  359. ./nasmlib.h: In function 'signed_bits':
  360. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  361.              value |= (int64_t)-1 << bits;
  362.                                   ^~
  363. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outobj.o output/outobj.c
  364. In file included from ./nasm.h:45,
  365.                  from output/outobj.c:48:
  366. ./nasmlib.h: In function 'signed_bits':
  367. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  368.              value |= (int64_t)-1 << bits;
  369.                                   ^~
  370. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outas86.o output/outas86.c
  371. In file included from ./nasm.h:45,
  372.                  from output/outas86.c:47:
  373. ./nasmlib.h: In function 'signed_bits':
  374. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  375.              value |= (int64_t)-1 << bits;
  376.                                   ^~
  377. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outrdf2.o output/outrdf2.c
  378. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outdbg.o output/outdbg.c
  379. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outieee.o output/outieee.c
  380. In file included from ./nasm.h:45,
  381.                  from output/outrdf2.c:49:
  382. ./nasmlib.h: In function 'signed_bits':
  383. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  384.              value |= (int64_t)-1 << bits;
  385.                                   ^~
  386. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outmac32.o output/outmac32.c
  387. In file included from ./nasm.h:45,
  388.                  from output/outdbg.c:47:
  389. ./nasmlib.h: In function 'signed_bits':
  390. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  391.              value |= (int64_t)-1 << bits;
  392.                                   ^~
  393. output/outdbg.c: In function 'dbg_deflabel':
  394. output/outdbg.c:117:20: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  395.      fprintf(ofile, "deflabel %s := %08"PRIx32":%016"PRIx64" %s (%d)%s%s\n",
  396.                     ^~~~~~~~~~~~~~~~~~~~
  397. output/outdbg.c:117:20: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  398. output/outdbg.c: In function 'dbg_out':
  399. output/outdbg.c:130:20: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  400.      fprintf(ofile, "out to %"PRIx32", len = %"PRIu64": ", segto, size);
  401.                     ^~~~~~~~~~
  402. output/outdbg.c:130:20: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  403. output/outdbg.c:164:24: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  404.          fprintf(ofile, "rel8adr %016"PRIx64" (seg %08"PRIx32")\n",
  405.                         ^~~~~~~~~~~~~~
  406. output/outdbg.c:164:24: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  407. output/outdbg.c: In function 'dbgdbg_deflabel':
  408. output/outdbg.c:222:20: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  409.      fprintf(ofile, "dbglabel %s := %08"PRIx32":%016"PRIx64" %s (%d)%s%s\n",
  410.                     ^~~~~~~~~~~~~~~~~~~~
  411. output/outdbg.c:222:20: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  412. In file included from ./nasm.h:45,
  413.                  from output/outieee.c:78:
  414. ./nasmlib.h: In function 'signed_bits':
  415. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  416.              value |= (int64_t)-1 << bits;
  417.                                   ^~
  418. In file included from ./nasm.h:45,
  419.                  from output/outmac32.c:50:
  420. ./nasmlib.h: In function 'signed_bits':
  421. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  422.              value |= (int64_t)-1 << bits;
  423.                                   ^~
  424. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outmac64.o output/outmac64.c
  425. In file included from ./nasm.h:45,
  426.                  from output/outmac64.c:50:
  427. ./nasmlib.h: In function 'signed_bits':
  428. ./nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  429.              value |= (int64_t)-1 << bits;
  430.                                   ^~
  431. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o preproc.o preproc.c
  432. In file included from nasm.h:45,
  433.                  from preproc.c:74:
  434. nasmlib.h: In function 'signed_bits':
  435. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  436.              value |= (int64_t)-1 << bits;
  437.                                   ^~
  438. gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o pptok.o pptok.c
  439. perl -I./perllib ./macros.pl ./standard.mac version.mac \
  440.         ./macros/*.mac ./output/*.mac
  441. preproc.c: In function 'expand_mmac_params':
  442. preproc.c:3885:58: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  443.                          snprintf(tmpbuf, sizeof(tmpbuf), "..@%"PRIu64".",
  444.                                                           ^~~~~~
  445. preproc.c: In function 'make_tok_num':
  446. preproc.c:5235:38: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
  447.      snprintf(numbuf, sizeof(numbuf), "%"PRId64"", val);
  448.                                       ^~~
  449. Can't locate pptok.ph in @INC (did you run h2ph?) (@INC contains: ./perllib /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at ./macros.pl line 40.
  450. make: *** [Makefile:132: macros.c] Error 2
  451. make: *** Waiting for unfinished jobs....
  452. In file included from pptok.c:7:
  453. nasmlib.h: In function 'signed_bits':
  454. nasmlib.h:478:34: warning: left shift of negative value [-Wshift-negative-value]
  455.             value |= (int64_t)-1 << bits;
  456.                                  ^~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement