diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-21 06:43:23 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-21 06:43:23 +0000 |
commit | de2abcca5af59ebc11f66fb6fb491e16f50c8166 (patch) | |
tree | 891fd00f18abd99fb41d8453c8bc2af9ffdf176f /libc/misc/internals | |
parent | 4d952dfe7756644a4e7f92081906fd7d4194209c (diff) |
Patch from Yoshinori Sato to update the h8300 architecture.
Diffstat (limited to 'libc/misc/internals')
-rw-r--r-- | libc/misc/internals/abi-note.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/misc/internals/abi-note.S b/libc/misc/internals/abi-note.S index 5c30c35a8..e6bbbe6ae 100644 --- a/libc/misc/internals/abi-note.S +++ b/libc/misc/internals/abi-note.S @@ -60,7 +60,11 @@ offset length contents name begins with `.note' and creates a PT_NOTE program header entry pointing at it. */ +#ifdef HAVE_ELF .section ".note.ABI-tag", "a" +#else + .section .note +#endif .align 4 .long 1f - 0f /* name length */ .long 3f - 2f /* data length */ |