This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Missing type in elf/start.S


It seems that

	.type start,@function
	.type _start,@function
	.type __start,@function

is missing from most of elf/start.S. On some platforms, the dissambler
won't dissamble if a symbol is not a function. Should I send a patch
to fix it?


H.J.


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