[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Intermixing source code with disassembly
- Date: Thu, 10 Apr 2008 22:26:41 +1000
- From: chrisj at rtems.org (Chris Johns)
- Subject: Intermixing source code with disassembly
Teng Chee Wan Philip wrote:
>
> Initially, I thought that will be a problem. But when I tried with the
> ticker application, the slash remains mixed but the source was
> intermixed....Unless size of the application is an issue.
>
I have isolated the source of the problem and a work around but no fix. I am
heading away for a couple of weeks so cannot look into the actual cause.
The ticker code has Unix line termination and your code does not. If you
dos2unix your code you will see the source. The issue seems isolated to objdump.
By dos2unix I mean:
dos2unix source.c
Regards
Chris