Strange characters in System.map file

Ian Lance Taylor iant@google.com
Wed Mar 24 20:39:00 GMT 2010


naveen yadav <yad.naveen@gmail.com> writes:

> I am building 2.6.30 kernel for ARM. It build and run well on my
> target, but i am seeing some strange char in
> System.map file
>
> . .
>
> c0064434 T NvRmPrivDfsDeinit
> c0064540 t DfsIsr
> c0064cf8 t T.285
> c0064d3c t T.288
> c0064f2c T NvRmDfsSetState
> c0064ff0 t T.289
> c0065078 T NvRmPrivDfsInit
> c006607c t T.291                                        <<<Example
> c00661c8 T NvRmPrivDvsInit

I don't see where these are coming from.  Please run the compiler with
the --save-temps option.  Look in the resulting .s file to see if it
has these symbols.  If it does, show us an example.  It would help if
you could provide a small complete example that we can run ourselves.

Ian



More information about the Gcc-help mailing list