Subject: Re: Further examination of the problem...loader broken ?
To: Todd Vierling <tv@wasabisystems.com>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: port-i386
Date: 10/01/2000 16:59:11
In some email I received from Todd Vierling, sie wrote:
> On Sun, 1 Oct 2000, Darren Reed wrote:
>
> : movl $rule_1024,-4(%ebp)
>
> : 67d0: c7 45 fc 00 40 movl $0x34000,0xfffffffc(%ebp)
> : 67d5: 03 00
>
> You may want to use "objdump -dr", which will show relocs for lines like
> this.
67bb: 8b 45 08 movl 0x8(%ebp),%eax
67be: 0f b6 50 04 movzbl 0x4(%eax),%edx
67c2: 89 d0 movl %edx,%eax
67c4: 83 e0 0f andl $0xf,%eax
67c7: 83 f8 04 cmpl $0x4,%eax
67ca: 0f 85 ee 63 00 jne cbbe <ipfrule_match_out+0x6426>
67cf: 00
67d0: c7 45 fc 00 40 movl $0x34000,0xfffffffc(%ebp)
67d5: 03 00
67d3: R_386_32 .data
67d7: 81 7d f8 00 00 cmpl $0x1000000,0xfffffff8(%ebp)
67dc: 00 01
67de: 75 10 jne 67f0 <ipfrule_match_out+0x58>
67e0: 81 7d f4 00 00 cmpl $0x1000000,0xfffffff4(%ebp)
67e5: 00 01
67e7: 75 07 jne 67f0 <ipfrule_match_out+0x58>
67e9: c7 45 fc d0 40 movl $0x340d0,0xfffffffc(%ebp)
67ee: 03 00
67ec: R_386_32 .data
I'm not sure that's given any more useful info ?
Darren