about summary refs log tree commit diff
path: root/sysdeps/i386/Makefile
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-07 05:23:24 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-07 05:23:40 -0700
commitddd85a65b6e3d6ec1e756c1f78559f99a2c943ca (patch)
treeaf018587b3304c33b8aeb1016f3faa7737cb2396 /sysdeps/i386/Makefile
parentfa9fef1f9b683582892fe39c4d8cd7b164b3388d (diff)
downloadglibc-ddd85a65b6e3d6ec1e756c1f78559f99a2c943ca.tar.gz
glibc-ddd85a65b6e3d6ec1e756c1f78559f99a2c943ca.tar.xz
glibc-ddd85a65b6e3d6ec1e756c1f78559f99a2c943ca.zip
Add and use sysdeps/i386/link-defines.sym
Define macros for fields in La_i86_regs and La_i86_retval and use them
in dl-trampoline.S, instead of hardcoded values.

	* sysdeps/i386/Makefile (gen-as-const-headers)[elf]: Add
	link-defines.sym.
	* sysdeps/i386/dl-trampoline.S: Include <link-defines.h>.
	(_dl_runtime_profile): Use LONG_DOUBLE_SIZE, LRV_SIZE,
	LRV_EAX_OFFSET, LRV_EDX_OFFSET, LRV_ST0_OFFSET, LRV_ST1_OFFSET
	and LR_SIZE.
	* sysdeps/i386/link-defines.sym: New file.
Diffstat (limited to 'sysdeps/i386/Makefile')
-rw-r--r--sysdeps/i386/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile
index 910edff0b2..11f425dc92 100644
--- a/sysdeps/i386/Makefile
+++ b/sysdeps/i386/Makefile
@@ -33,6 +33,7 @@ sysdep-CFLAGS += -mpreferred-stack-boundary=4
 else
 ifeq ($(subdir),csu)
 sysdep-CFLAGS += -mpreferred-stack-boundary=4
+gen-as-const-headers += link-defines.sym
 else
 # Likewise, any function which calls user callbacks
 uses-callbacks += -mpreferred-stack-boundary=4