H.J. Lu 955774751b i386: Use "movl main@GOT(%ebx), %eax" in start.S
Don't use "leal main@GOTOFF(%ebx), %eax" since main may be in a
shared object.  Linker will convert "movl main@GOT(%ebx), %eax"
to "leal main@GOTOFF(%ebx), %eax" if main is defined locally.

	* sysdeps/i386/start.S: Replace "leal main@GOT(%ebx), %eax" with
	"movl main@GOTOFF(%ebx), %eax".
2017-10-03 17:54:30 -07:00
..
2017-09-28 15:28:46 +01:00
2017-09-28 19:52:13 +01:00
2017-10-02 14:39:38 +01:00
2017-09-01 21:13:18 +00:00
2017-09-28 19:52:13 +01:00
2017-09-28 19:52:13 +01:00
2017-09-28 19:52:13 +01:00
2017-09-28 19:52:13 +01:00