[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
No .reset No .initial
- Date: Wed, 3 May 2000 13:33:47 -0400
- From: Gene.Smith at sea.siemens.com (Smith, Gene)
- Subject: No .reset No .initial
I am resubmitting this query since it appeared that the mail list may have
been down and possibly dropped some messages. -Gene
> -----Original Message-----
> From: Smith, Gene
> Sent: Wednesday, May 03, 2000 12:52 PM
> To: 'rtems'
> Subject: No .reset No .initial
>
> Using the 4.5.0-beta2, the build process for my custom made bsp, cp386sx,
> produces the hello_world_c output file test.coff. When I download it with
> gdb I see that only sections .data and .text are sent to the target board.
> When I run test.coff through objdump, it list the sections .reset and
> .initialize as being present but does not show the assemby code for these
> sections. The code for these is in files
> libbsp/i386/cp386sx/start/start.S and the cp386sx bsp is based on the
> i386ex bsp. This worked fine with 4.0.0 (.reset and .initialize
> downloaded to the target with gdb and assemby for these sections was
> present in the file produced by objdump). I have tried other options on
> objdump such as -D but these sections do not appear as assembly in the
> dump file.
>
> -Gene