diff options
| author | Richard Henderson <rth@heffalump.twiddle.home> | 2004-04-02 19:51:58 -0800 |
|---|---|---|
| committer | Richard Henderson <rth@heffalump.twiddle.home> | 2004-04-02 19:51:58 -0800 |
| commit | 1cc43455874d1c69c5ffdb57d87783584df36ce2 (patch) | |
| tree | 0fd6d0771f93fab3e85c1ccf4f6f17f592a66e25 /include | |
| parent | 96531b3706a5d1e84f138ce45afb3d003f6adade (diff) | |
[ALPHA] Use progbits for got section.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-alpha/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-alpha/module.h b/include/asm-alpha/module.h index e2b59f65535c..7b63743c534a 100644 --- a/include/asm-alpha/module.h +++ b/include/asm-alpha/module.h @@ -17,7 +17,7 @@ struct mod_arch_specific #define ARCH_SHF_SMALL SHF_ALPHA_GPREL #ifdef MODULE -asm(".section .got,\"aws\",@nobits; .align 3; .previous"); +asm(".section .got,\"aws\",@progbits; .align 3; .previous"); #endif #endif /*_ALPHA_MODULE_H*/ |
