about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-31 00:21:15 +0000
committerUlrich Drepper <drepper@redhat.com>2009-01-31 00:21:15 +0000
commit7c8a67320e26b8c11108bf0a3410d3aef9cf3486 (patch)
tree1b9082c333b7eedcb42151f5100396f618ff8c2c /elf
parent431497800d69ffa9d06a798db5e2000a9d44a95e (diff)
downloadglibc-7c8a67320e26b8c11108bf0a3410d3aef9cf3486.tar.gz
glibc-7c8a67320e26b8c11108bf0a3410d3aef9cf3486.tar.xz
glibc-7c8a67320e26b8c11108bf0a3410d3aef9cf3486.zip
* elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
	newer linker scripts.
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 8079fe9f96..e44ff1d382 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1995-2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 1995-2007, 2008, 2009 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
@@ -304,7 +304,7 @@ $(objpfx)ld.so: $(objpfx)librtld.os $(ld-map)
 		  $(LDFLAGS-rtld) -Wl,-z,defs -Wl,--verbose 2>&1 |	\
 		  LC_ALL=C \
 		  sed -e '/^=========/,/^=========/!d;/^=========/d'	\
-		      -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
+		      -e 's/\. = .* + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
 		  > $@.lds
 	$(LINK.o) -nostdlib -nostartfiles -shared -o $@			\
 		  $(LDFLAGS-rtld) -Wl,-z,defs $(z-now-$(bind-now))	\