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

Unified Diff: tools/liststatics.sh

Issue 6713046: [Isolates] Small fixes: (Closed)
Patch Set: Created 9 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/arm/simulator-arm.h ('k') | tools/statics.whitelist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/liststatics.sh
diff --git a/tools/liststatics.sh b/tools/liststatics.sh
deleted file mode 100755
index 1f0c6a90631233848ad9e53618095368420a7ba7..0000000000000000000000000000000000000000
--- a/tools/liststatics.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-objdump --demangle -t obj/debug/$1 | \
- grep '\.bss\|\.data\|\.rodata' | \
- grep -x -v -f tools/statics.whitelist
« no previous file with comments | « src/arm/simulator-arm.h ('k') | tools/statics.whitelist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698