From 8e0998473ff6ac97599f4de0a81257b773930321 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 27 Feb 2002 18:11:27 +0000 Subject: Update. 2002-02-27 Jakub Jelinek * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START): Work around an Alpha gas bug. 2002-02-27 Ulrich Drepper * catgets/open_catalog.c (__open_catalog): Fix typo in code which uses read to load the catalog. Patch by Andy Isaacson [PR libc/3011]. inside libc itself. Use INTDEF and INTDEF2 to define appropriate --- sysdeps/alpha/dl-machine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/alpha') diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index 5feb46d..6024f13 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\ -- cgit v1.1