diff options
| author | Paul Mackerras <paulus@samba.org> | 2007-05-07 23:37:51 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2007-05-07 23:37:51 -0400 |
| commit | 02bbc0f09c90cefdb2837605c96a66c5ce4ba2e1 (patch) | |
| tree | 04ef573cd4de095c500c9fc3477f4278c0b36300 /include/linux/elfnote.h | |
| parent | 7487a2245b8841c77ba9db406cf99a483b9334e9 (diff) | |
| parent | 5b94f675f57e4ff16c8fda09088d7480a84dcd91 (diff) | |
Merge branch 'linux-2.6'
Diffstat (limited to 'include/linux/elfnote.h')
| -rw-r--r-- | include/linux/elfnote.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/elfnote.h b/include/linux/elfnote.h index 67396db141e8..9a1e0674e56c 100644 --- a/include/linux/elfnote.h +++ b/include/linux/elfnote.h | |||
| @@ -39,12 +39,12 @@ | |||
| 39 | * ELFNOTE(XYZCo, 12, .long, 0xdeadbeef) | 39 | * ELFNOTE(XYZCo, 12, .long, 0xdeadbeef) |
| 40 | */ | 40 | */ |
| 41 | #define ELFNOTE(name, type, desctype, descdata) \ | 41 | #define ELFNOTE(name, type, desctype, descdata) \ |
| 42 | .pushsection .note.name ; \ | 42 | .pushsection .note.name, "",@note ; \ |
| 43 | .align 4 ; \ | 43 | .align 4 ; \ |
| 44 | .long 2f - 1f /* namesz */ ; \ | 44 | .long 2f - 1f /* namesz */ ; \ |
| 45 | .long 4f - 3f /* descsz */ ; \ | 45 | .long 4f - 3f /* descsz */ ; \ |
| 46 | .long type ; \ | 46 | .long type ; \ |
| 47 | 1:.asciz "name" ; \ | 47 | 1:.asciz #name ; \ |
| 48 | 2:.align 4 ; \ | 48 | 2:.align 4 ; \ |
| 49 | 3:desctype descdata ; \ | 49 | 3:desctype descdata ; \ |
| 50 | 4:.align 4 ; \ | 50 | 4:.align 4 ; \ |
