>When can I get information on modifing 'extractinfo.pl'  (extractinfo.perl)
>to work with the latest and greatest tools (i.e. Binutils v2.9.1.0.19a).

I'd ask around on the sa1100 list first.  I think at least some people there 
are using EGCS and new binutils.  Maybe it just works already or maybe someone 
has done the mods.

Failing that, if you look at the script you'll see it's just a Perl script 
that runs objdump on a couple of files and interprets the results.  The lines 
that are likely to need changing are the bits like this:

        while (<DATA>) {
                ($addr, $data0, $data1, $data2, $data3) = split (' ');
                $dat[hex($addr)] = hex(&swapdata($data0));

You need to look at the output from your version of objdump, work out where 
the information that the script expects is being output, and then modify the 
code to look in the right place for it.

I was intending to try it myself but I seem to have deleted my arm-linuxaout 
compiler installation. :-(

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to