eae0e9187f
(Portage version: 2.1.10.7/svn/Linux x86_64, RepoMan options: --force) git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/zarafa@2985 6952d904-891a-0410-993b-d76249ca496b
27 lines
991 B
Diff
27 lines
991 B
Diff
https://bugs.gentoo.org/show_bug.cgi?id=329439
|
|
https://bugs.icu-project.org/trac/ticket/7664
|
|
https://bugs.icu-project.org/trac/changeset/28107
|
|
|
|
--- tools/toolutil/pkg_genc.c
|
|
+++ tools/toolutil/pkg_genc.c
|
|
@@ -1,5 +1,5 @@
|
|
/******************************************************************************
|
|
- * Copyright (C) 2009, International Business Machines
|
|
+ * Copyright (C) 2009-2010, International Business Machines
|
|
* Corporation and others. All Rights Reserved.
|
|
*******************************************************************************
|
|
*/
|
|
@@ -118,10 +118,10 @@
|
|
} assemblyHeader[] = {
|
|
{"gcc",
|
|
".globl %s\n"
|
|
- "\t.section .note.GNU-stack,\"\",@progbits\n"
|
|
+ "\t.section .note.GNU-stack,\"\",%%progbits\n"
|
|
"\t.section .rodata\n"
|
|
"\t.align 8\n" /* Either align 8 bytes or 2^8 (256) bytes. 8 bytes is needed. */
|
|
- "\t.type %s,@object\n"
|
|
+ "\t.type %s,%%object\n"
|
|
"%s:\n\n",
|
|
|
|
".long ","",HEX_0X
|