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

Unified Diff: ports/gdb/nacl.patch

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 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 | « ports/gdb/build.sh ('k') | ports/gdk-pixbuf/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gdb/nacl.patch
diff --git a/ports/gdb/nacl.patch b/ports/gdb/nacl.patch
index 879a76ac6ddb6691bfc35ebd27e533de25fd5536..128bddb1f55809e087a6d57945edba19c580ab7a 100644
--- a/ports/gdb/nacl.patch
+++ b/ports/gdb/nacl.patch
@@ -32,20 +32,6 @@ diff --git a/config/dfp.m4 b/config/dfp.m4
enable_decimal_float=yes
;;
*)
-diff --git a/gas/as.c b/gas/as.c
---- a/gas/as.c
-+++ b/gas/as.c
-@@ -1134,6 +1134,10 @@ create_obj_attrs_section (void)
- #endif
-
-
-+#ifdef __native_client__
-+int nacl_main(int argc, char ** argv);
-+#endif
-+
- int
- main (int argc, char ** argv)
- {
diff --git a/gdb/charset.c b/gdb/charset.c
--- a/gdb/charset.c
+++ b/gdb/charset.c
« no previous file with comments | « ports/gdb/build.sh ('k') | ports/gdk-pixbuf/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698