All of lore.kernel.org
 help / color / mirror / Atom feed
* [hppa-linux] $global$ symbol -- help
@ 1999-02-09 21:12 Paul J.Y. Lahaie
  1999-02-16  4:46 ` Lars Segerlund
  0 siblings, 1 reply; 2+ messages in thread
From: Paul J.Y. Lahaie @ 1999-02-09 21:12 UTC (permalink / raw)
  To: hppa-linux


   I will need some help to locate and fix this $global$ symbol
problem.  For that I
could use some help from someone with an MkLinux system to do the
following:

foo.c
int main_without__main()
{
}


extern void start() __asm__("start");
extern void _start() __asm__("_start");
extern void __start() __asm__("__start");

void start() {}
void _start() {}
void __start() {}
void mainCRTStartup() {}

And do the following:

gcc -S -c foo.c -o foo.S

   Also if you can send me the crt*.o files and the libgcc*.a (there's
also word on a libmilli*.[ao] file also), then I could like to see if
something is missing for these files.

						- Paul

----------------------------------------------------------------------
To unsubscribe: send e-mail to hppa-linux-request@puffingroup.com with
`unsubscribe' as the subject.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-02-16  4:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-02-09 21:12 [hppa-linux] $global$ symbol -- help Paul J.Y. Lahaie
1999-02-16  4:46 ` Lars Segerlund

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.