about summary refs log tree commit diff
path: root/sysdeps/i386/sysdep.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-06 21:53:03 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-06 21:53:03 -0400
commitceaa0c5dc3f86d3d3126abdd592a3c4fdc457255 (patch)
treed45fed46e986e9ab480c266b4e68c39e818f1e1c /sysdeps/i386/sysdep.h
parenta77d3c17dc6517636c1cf6ab9c6bb8c257772354 (diff)
downloadglibc-ceaa0c5dc3f86d3d3126abdd592a3c4fdc457255.tar.gz
glibc-ceaa0c5dc3f86d3d3126abdd592a3c4fdc457255.tar.xz
glibc-ceaa0c5dc3f86d3d3126abdd592a3c4fdc457255.zip
Move Atom-optimized code out of the way and together
Diffstat (limited to 'sysdeps/i386/sysdep.h')
-rw-r--r--sysdeps/i386/sysdep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/i386/sysdep.h b/sysdeps/i386/sysdep.h
index efdc82dde7..a8a9e571bf 100644
--- a/sysdeps/i386/sysdep.h
+++ b/sysdeps/i386/sysdep.h
@@ -1,5 +1,5 @@
 /* Assembler macros for i386.
-   Copyright (C) 1991-93,95,96,98,2002,2003,2005,2006
+   Copyright (C) 1991-93,95,96,98,2002,2003,2005,2006,2011
    Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -167,4 +167,6 @@ __i686.get_pc_thunk.reg:						      \
 #endif
 #endif
 
+#define atom_text_section .section ".text.atom", "ax"
+
 #endif	/* __ASSEMBLER__ */