]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/elfnote.h
mm: remove gcc workaround
[linux-2.6-omap-h63xx.git] / include / linux / elfnote.h
index 67396db141e8dad1efba423c02996832cf6aad59..9a1e0674e56ce6760d5088718d468981687f3c08 100644 (file)
  *      ELFNOTE(XYZCo, 12, .long, 0xdeadbeef)
  */
 #define ELFNOTE(name, type, desctype, descdata)        \
-.pushsection .note.name                        ;       \
+.pushsection .note.name, "",@note      ;       \
   .align 4                             ;       \
   .long 2f - 1f                /* namesz */    ;       \
   .long 4f - 3f                /* descsz */    ;       \
   .long type                           ;       \
-1:.asciz "name"                                ;       \
+1:.asciz #name                         ;       \
 2:.align 4                             ;       \
 3:desctype descdata                    ;       \
 4:.align 4                             ;       \