aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-27 18:10:53 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-27 18:10:53 +0000
commit88706a4c849e4262dc4ec6911c3eecf61940056e (patch)
tree638a1340f763269eb58bfb1557e8a56981428568 /sysdeps
parent53ea1a569ed53210d9ca041b555596c8bd66e005 (diff)
downloadglibc-88706a4c849e4262dc4ec6911c3eecf61940056e.tar
glibc-88706a4c849e4262dc4ec6911c3eecf61940056e.tar.gz
glibc-88706a4c849e4262dc4ec6911c3eecf61940056e.tar.bz2
glibc-88706a4c849e4262dc4ec6911c3eecf61940056e.zip
(elf_machine_load_address, RTLD_START): Work around an Alpha gas bug.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/alpha/dl-machine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h
index 5feb46d69c..6024f135b7 100644
--- a/sysdeps/alpha/dl-machine.h
+++ b/sysdeps/alpha/dl-machine.h
@@ -74,7 +74,7 @@ elf_machine_load_address (void)
"0:\n\t"
"br $0, 2f\n"
"1:\n\t"
- ".data\n"
+ ".section\t.data\n"
"2:\n\t"
".quad 0b\n\t"
".previous"
@@ -294,7 +294,7 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
its return value is the user program's entry point. */
#define RTLD_START asm ("\
-.text \n\
+ .section .text \n\
.set at \n\
.globl _start \n\
.ent _start \n\