icu-arm.patch 971 B

12345678910111213141516171819202122232425
  1. https://bugs.icu-project.org/trac/ticket/7664
  2. https://bugs.icu-project.org/trac/changeset/28107
  3. --- icu.orig/source/tools/toolutil/pkg_genc.c
  4. +++ icu/source/tools/toolutil/pkg_genc.c
  5. @@ -1,5 +1,5 @@
  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. */
  12. @@ -118,10 +118,10 @@
  13. } assemblyHeader[] = {
  14. {"gcc",
  15. ".globl %s\n"
  16. - "\t.section .note.GNU-stack,\"\",@progbits\n"
  17. + "\t.section .note.GNU-stack,\"\",%%progbits\n"
  18. "\t.section .rodata\n"
  19. "\t.align 8\n" /* Either align 8 bytes or 2^8 (256) bytes. 8 bytes is needed. */
  20. - "\t.type %s,@object\n"
  21. + "\t.type %s,%%object\n"
  22. "%s:\n\n",
  23. ".long ","",HEX_0X