From aedb28000f2c31d8fcf96cdc2f37b5c5edd36d39 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 7 May 1998 12:03:34 +0000 Subject: [PATCH] PIC support. --- sysdeps/alpha/dl-machine.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index a91c24727c6..db2ee058056 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -392,10 +392,12 @@ elf_machine_rela (struct link_map *map, /* There is no point calling _dl_sysdep_error, it almost certainly hasn't been relocated properly. */ asm ("halt"); -#else +#elif defined PIC extern char **_dl_argv; _dl_sysdep_error (_dl_argv[0] ?: "", ": Unknown relocation type\n", NULL); +#else + assert (! "unexpected dynamic reloc type"); #endif } } -- 2.47.2