binutils 2.14.91 failed to build recent glibc for mips-linux

Maciej W. Rozycki macro@ds2.pg.gda.pl
Wed Apr 14 14:48:00 GMT 2004


On Wed, 14 Apr 2004, Atsushi Nemoto wrote:

> 	.ent	__start
[...]
> 	.ent _dl_start_user
[...]
> 	.end _dl_start_user
> 	.end	__start

 Hmm, AFAIK .ent/.end pairs support a flat structure only.  If you need an
alternate function entry, .aent should be used.  In this case, ".ent
_dl_start_user" should be replaced with ".aent _dl_start_user" and ".end
_dl_start_user" should be deleted.  This is a bug in glibc.

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +



More information about the Binutils mailing list