2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-01-18 12:16:13 +08:00
glibc/elf/tst-pie1.c
Ulrich Drepper f17ed1a9ee [BZ ]
Update.
2004-07-15  Jakub Jelinek  <jakub@redhat.com>

	[BZ ]
	* sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF
	for main.
	* elf/Makefile: Add rules to build and run tst-pie1.
	* elf/tst-pie1.c: New test.
	* elf/tst-piemod1.c: New file.
2004-07-16 17:56:45 +00:00

6 lines
32 B
C

int
foo (void)
{
return 34;
}