Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: third_party/yasm/patched-yasm/splint.sh

Issue 6170009: Update our yasm copy to yasm 1.1.0 (Part 1: yasm side)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 splint \ 2 splint \
3 +allglobals \ 3 +allglobals \
4 -noeffect \ 4 -noeffect \
5 -exportlocal \ 5 -exportlocal \
6 -predbool \ 6 -predbool \
7 -boolops \ 7 -boolops \
8 +boolint \ 8 +boolint \
9 +charint \ 9 +charint \
10 -retvalint \ 10 -retvalint \
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 modules/objfmts/coff/win64-except.c \ 71 modules/objfmts/coff/win64-except.c \
72 modules/objfmts/dbg/dbg-objfmt.c \ 72 modules/objfmts/dbg/dbg-objfmt.c \
73 modules/objfmts/elf/elf-objfmt.c \ 73 modules/objfmts/elf/elf-objfmt.c \
74 modules/objfmts/elf/elf-x86-amd64.c \ 74 modules/objfmts/elf/elf-x86-amd64.c \
75 modules/objfmts/elf/elf-x86-x86.c \ 75 modules/objfmts/elf/elf-x86-x86.c \
76 modules/objfmts/elf/elf.c \ 76 modules/objfmts/elf/elf.c \
77 modules/objfmts/macho/macho-objfmt.c \ 77 modules/objfmts/macho/macho-objfmt.c \
78 modules/objfmts/rdf/rdf-objfmt.c \ 78 modules/objfmts/rdf/rdf-objfmt.c \
79 modules/objfmts/xdf/xdf-objfmt.c \ 79 modules/objfmts/xdf/xdf-objfmt.c \
80 modules/parsers/gas/gas-parse.c \ 80 modules/parsers/gas/gas-parse.c \
81 modules/parsers/gas/gas-parse-intel.c \
81 modules/parsers/gas/gas-parser.c \ 82 modules/parsers/gas/gas-parser.c \
82 modules/parsers/nasm/nasm-parse.c \ 83 modules/parsers/nasm/nasm-parse.c \
83 modules/parsers/nasm/nasm-parser.c \ 84 modules/parsers/nasm/nasm-parser.c \
84 modules/preprocs/nasm/nasm-preproc.c \ 85 modules/preprocs/nasm/nasm-preproc.c \
85 modules/preprocs/raw/raw-preproc.c 86 modules/preprocs/raw/raw-preproc.c
86 87
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/po/POTFILES.in ('k') | third_party/yasm/patched-yasm/tools/genmacro/Makefile.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698