From 1cc43455874d1c69c5ffdb57d87783584df36ce2 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 2 Apr 2004 19:51:58 -0800 Subject: [ALPHA] Use progbits for got section. --- include/asm-alpha/module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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*/ -- cgit v1.2.3