Commit 88c1b63c authored by neil's avatar neil
Browse files

* config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove

	unnecessary extern declaration.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67998 138bc75d-0d04-0410-961f-82ee72b054a4
parent 9a4d577b
2003-06-16 Neil Booth <neil@daikokuya.co.uk>
* config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
unnecessary extern declaration.
2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
 
* config/gofast.h, config/interix.h, config/interix3.h,
......
......@@ -630,8 +630,6 @@ extern int rs6000_pic_labelno;
#undef ASM_OUTPUT_ALIGNED_LOCAL
#define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \
do { \
extern unsigned HOST_WIDE_INT g_switch_value; \
\
if (rs6000_sdata != SDATA_NONE && (SIZE) > 0 \
&& (SIZE) <= g_switch_value) \
{ \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment