From: drepper Date: Wed, 12 Dec 2001 00:16:29 +0000 (+0000) Subject: S390-32 specific additions to struct link. X-Git-Tag: glibc-2-3~4320 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=12932d0bf967f2d2376922e59d20538f784f3d60 S390-32 specific additions to struct link. --- diff --git a/sysdeps/s390/s390-32/bits/link.h b/sysdeps/s390/s390-32/bits/link.h new file mode 100644 index 0000000000..962cf56851 --- /dev/null +++ b/sysdeps/s390/s390-32/bits/link.h @@ -0,0 +1,5 @@ +struct link_map_machine + { + Elf32_Addr plt; /* Address of .plt + 0x2c */ + Elf32_Addr gotplt; /* Address of .got + 0x0c */ + };