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

Unified Diff: source/tools/toolutil/pkg_genc.c

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/tools/toolutil/package.cpp ('k') | source/tools/toolutil/pkg_icu.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/tools/toolutil/pkg_genc.c
diff --git a/source/tools/toolutil/pkg_genc.c b/source/tools/toolutil/pkg_genc.c
index ddc69414e08465356385248341d22ac44730ba4f..3096db87f873d3c3586e4b35dc5cb2c437170e90 100644
--- a/source/tools/toolutil/pkg_genc.c
+++ b/source/tools/toolutil/pkg_genc.c
@@ -1,5 +1,5 @@
/******************************************************************************
- * Copyright (C) 2009-2014, International Business Machines
+ * Copyright (C) 2009-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
*/
@@ -120,7 +120,6 @@ static const struct AssemblyType {
"\t.section .note.GNU-stack,\"\",%%progbits\n"
"\t.section .rodata\n"
"\t.balign 16\n"
- /* The 3 lines below are added for Chrome. */
"#ifdef U_HIDE_DATA_SYMBOL\n"
"\t.hidden %s\n"
"#endif\n"
@@ -133,7 +132,6 @@ static const struct AssemblyType {
/*"\t.section __TEXT,__text,regular,pure_instructions\n"
"\t.section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32\n"*/
".globl _%s\n"
- /* The 3 lines below are added for Chrome. */
"#ifdef U_HIDE_DATA_SYMBOL\n"
"\t.private_extern _%s\n"
"#endif\n"
« no previous file with comments | « source/tools/toolutil/package.cpp ('k') | source/tools/toolutil/pkg_icu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698