/[packages]/cauldron/icu/current/SOURCES/icu-4.4-arm_asm.patch
ViewVC logotype

Contents of /cauldron/icu/current/SOURCES/icu-4.4-arm_asm.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 72827 - (show annotations) (download)
Wed Mar 16 21:14:53 2011 UTC (13 years ago) by rtp
File size: 983 byte(s)
- backport fix from upstream ticket 7664 (bad asm syntax)

1 Index: trunk/source/tools/toolutil/pkg_genc.c
2 ===================================================================
3 --- trunk/source/tools/toolutil/pkg_genc.c (revision 26112)
4 +++ trunk/source/tools/toolutil/pkg_genc.c (revision 28107)
5 @@ -1,4 +1,4 @@
6 /******************************************************************************
7 - * Copyright (C) 2009, International Business Machines
8 + * Copyright (C) 2009-2010, International Business Machines
9 * Corporation and others. All Rights Reserved.
10 *******************************************************************************
11 @@ -119,8 +119,8 @@
12 {"gcc",
13 ".globl %s\n"
14 - "\t.section .note.GNU-stack,\"\",@progbits\n"
15 + "\t.section .note.GNU-stack,\"\",%%progbits\n"
16 "\t.section .rodata\n"
17 "\t.align 8\n" /* Either align 8 bytes or 2^8 (256) bytes. 8 bytes is needed. */
18 - "\t.type %s,@object\n"
19 + "\t.type %s,%%object\n"
20 "%s:\n\n",
21

  ViewVC Help
Powered by ViewVC 1.1.30