Reviewers: Dmitry Titov,

Description:
[Isolates] Small fixes:

o Removed old useless liststatic tool.
o Sorted the AUTHORS file.
o Fixed ARM syntax error.

Please review this at http://codereview.chromium.org/6713046/

Affected files:
  M AUTHORS
  M src/arm/simulator-arm.h
  D tools/liststatics.sh
  D tools/statics.whitelist


Index: AUTHORS
diff --git a/AUTHORS b/AUTHORS
index 17dba8af7e08f519a86a164d7ba14c6a081df7b3..99b5ffc5fad2018ba32d7e9bb03e78e5386eb01b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,8 +24,9 @@ Jay Freeman <[email protected]>
 Joel Stanley <[email protected]>
 John Jozwiak <[email protected]>
 Kun Zhang <[email protected]>
-Matt Hanselman <[email protected]>
 Martyn Capewell <[email protected]>
+Matt Hanselman <[email protected]>
+Maxim Mossienko <[email protected]>
 Michael Smith <[email protected]>
 Mike Gilbert <[email protected]>
 Paolo Giarrusso <[email protected]>
@@ -36,7 +37,5 @@ Rodolph Perfetta <[email protected]>
 Ryan Dahl <[email protected]>
 Sanjoy Das <[email protected]>
 Subrato K De <[email protected]>
-Maxim Mossienko <[email protected]>
-Burcu Dogan <[email protected]>
 Vlad Burlik <[email protected]>
 Zaheer Ahmad <[email protected]>
Index: src/arm/simulator-arm.h
diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h
index debdffcbf52fdd6a43cfe8713d7954803624b24e..0876028c4335f086ef45742cd160a20106addc33 100644
--- a/src/arm/simulator-arm.h
+++ b/src/arm/simulator-arm.h
@@ -79,6 +79,8 @@ class SimulatorStack : public v8::internal::AllStatic {
   static inline void UnregisterCTryCatch() { }
 };

+} }  // namespace v8::internal
+
 #else  // !defined(USE_SIMULATOR)
 // Running with a simulator.

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
Index: tools/statics.whitelist
diff --git a/tools/statics.whitelist b/tools/statics.whitelist
deleted file mode 100644
index a17bf38fa2ade907c84f39b0fa1527d42f383500..0000000000000000000000000000000000000000
--- a/tools/statics.whitelist
+++ /dev/null
@@ -1,4 +0,0 @@
-.*00000000 \.data$
-.*00000000 \.bss$
-.*00000000 \.rodata$
-.*hidden vtable for.*


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to