From de2abcca5af59ebc11f66fb6fb491e16f50c8166 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 21 Nov 2002 06:43:23 +0000 Subject: Patch from Yoshinori Sato to update the h8300 architecture. --- libc/misc/internals/abi-note.S | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/misc') 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 */ -- cgit v1.2.3