This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Fri, Sep 28, 2007 at 04:49:43PM -0700, Jim Blandy wrote:So, do I need to put all the sections that I find in /sys/module/dstdrv/sections/.[a-z]* on the target or is there a specific subset of this that would suffice?
Okay. Some of the line table entries have been relocated into the
module's actual range (0xbf13100 on up), but others still look to me
like offsets within the .ko. Can you post the output from running
'readelf -wil' on your .ko file?
add-symbol-file doesn't relocate everything. You have to give it a separate value for every section.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |