commit | 811d66a0e1e99902d365497eec7884113a2665bd | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Aug 05 12:59:12 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Aug 05 12:59:13 2010 +0930 |
tree | b28c4ba87c0f9ec23837f9abc75b6e257a6e0061 | |
parent | 6526c534b2677ca601b7b92851437feb041d02a1 [diff] |
module: group post-relocation functions into post_relocation() This simply hoists more code out of load_module; we also put the identification of the extable and dynamic debug table in with the others in find_module_sections(). We move the taint check to the actual add/remove of the dynamic debug info: this is certain (find_module_sections is too early). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Yehuda Sadeh <yehuda@hq.newdream.net>