This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: binutils 2.14.91 failed to build recent glibc for mips-linux


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        +


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]