commit | 4611a771fc8e5ad77d27f25268846abb425101a0 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Tue Sep 09 17:56:47 2008 -0500 |
committer | Tony Luck <tony.luck@intel.com> | Wed Sep 10 10:46:32 2008 -0700 |
tree | 0c897e70d6ae6a810dfa2f4be8a6aaba7d33e8f1 | |
parent | adee14b2e1557d0a8559f29681732d05a89dfc35 [diff] |
[IA64] fix compile failure with non modular builds Broke the non modular builds by moving an essential function into modules.c. Fix this by moving it out again and into asm/sections.h as an inline. To do this, the definitions of struct fdesc and struct got_val have been lifted out of modules.c and put in asm/elf.h where they belong. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: Tony Luck <tony.luck@intel.com>