Oh and by the way along with my prior mail:

>[root@dual bios]# arm-linux-objdump -h bios.elf
> 
>bios.elf:     file format elf32-littlearm
> 
>Sections:
>Idx Name          Size      VMA       LMA       File off  Algn
>   0 .text         00006b9f  410c00c0  410c00c0  00000350  2**2
>                  CONTENTS, ALLOC, LOAD, CODE
>  1 .data         000002c4  00001000  00001000  00000080  2**2
>                  CONTENTS, ALLOC, LOAD, DATA
>  2 .glue_7t      00000000  000012c4  000012c4  00000344  2**2
>                  CONTENTS, ALLOC, LOAD, DATA
>  3 .glue_7       00000000  000012c4  000012c4  00000344  2**2
>                  CONTENTS, ALLOC, LOAD, DATA
>  4 .bss          000013e0  000012d0  000012d0  00000350  2**4
>                  ALLOC
>  5 .comment      00000390  000026b0  000026b0  00006eef  2**0
>                  CONTENTS, READONLY  

The disassembly give me something like this for the end of the .text section:

>410c6c54:      69732070        ldmvsdb r3!, {r4, r5, r6, sp}^
>410c6c58:      2520657a        strcs   r6, [r0, -#1402]!
>410c6c5c:      Address 0x410c6c5c is out of bounds.
>
>Disassembly of section .data:
>
>00001000 <cmdline>:

And of course,  0x410c00c0 + 0x6b9f = 0x410c6c5f
Although I don't know what what a "File off" of 350 is suppose to mean here for
the .text section.



-- 
Fran�ois Desloges
[EMAIL PROTECTED]
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to