where does crtbegin.o come from?

Adam Megacz gcj@lists.megacz.com
Mon Aug 19 17:00:00 GMT 2002


Anthony Green <green@redhat.com> writes:
> Does the GCC port for PalmOS support g++?

Supposedly. They've got 2.95 binaries lying around.

> However, many embedded OS ports provide their own versions of crt*.

prc-tools provides "crt0.o", which contains these symbols:

0000002e t .bb
00000000 t .bf
00000098 b .bss
00000098 d .data
0000008e t .eb
0000008e t .ef
00000000 t .text
         U PilotMain
         U _GccRelocateData
         U __do_bhook
         U __do_ctors
         U __do_dtors
         U __do_ehook
00000000 t __gnu_compiled_c
00000000 t gcc2_compiled.
00000000 T start

No __EH_FRAME_BEGIN__, though...

It may help to note that crt0.o is packaged with the gcc 2.95 for the
Pilot... did the requirements change with gcc 3.x?

I've posted to the pilot.programmer.gcc group on
news.falch.net... perhaps somebody there knows.

  - a

-- 
Sick of HTML user interfaces?
www.xwt.org



More information about the Java mailing list