Philip Blundell writes:
> 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));
I've already fixed this for the version of binutils that Dave Gilbert's using
(Dave, could you post your version nrs please).
> 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.
Alternatively, send me the output of
objdump --syms getconsdata.o
objdump --full-contents --section=.data getconsdata.o
And I'll look at it.
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King [EMAIL PROTECTED] --- ---
| | | | http://www.arm.linux.org.uk/~rmk/armlinux.html / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]