diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-06 21:53:03 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-06 21:53:03 -0400 |
commit | ceaa0c5dc3f86d3d3126abdd592a3c4fdc457255 (patch) | |
tree | d45fed46e986e9ab480c266b4e68c39e818f1e1c /sysdeps/x86_64/sysdep.h | |
parent | a77d3c17dc6517636c1cf6ab9c6bb8c257772354 (diff) | |
download | glibc-ceaa0c5dc3f86d3d3126abdd592a3c4fdc457255.tar.gz glibc-ceaa0c5dc3f86d3d3126abdd592a3c4fdc457255.tar.xz glibc-ceaa0c5dc3f86d3d3126abdd592a3c4fdc457255.zip |
Move Atom-optimized code out of the way and together
Diffstat (limited to 'sysdeps/x86_64/sysdep.h')
-rw-r--r-- | sysdeps/x86_64/sysdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/x86_64/sysdep.h b/sysdeps/x86_64/sysdep.h index 1d35f8fd1e..d61e126733 100644 --- a/sysdeps/x86_64/sysdep.h +++ b/sysdeps/x86_64/sysdep.h @@ -1,5 +1,5 @@ /* Assembler macros for x86-64. - Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -114,4 +114,6 @@ lose: \ # endif #endif +#define atom_text_section .section ".text.atom", "ax" + #endif /* __ASSEMBLER__ */ |