Commit 508bc172 by Rainer Orth Committed by Rainer Orth

* config/sparc/sparc.c (sparc_aout_select_section): Fixed typo.

From-SVN: r53559
parent 5cd983a6
2002-05-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/sparc/sparc.c (sparc_aout_select_section): Fixed typo.
2002-05-17 kaz Kojima <kkojima@rr.iij4u.or.jp>
* config/sh/sh.h (ENCODE_SECTION_INFO): Consider MODULE_LOCAL_P
......
......@@ -8053,7 +8053,7 @@ sparc_aout_select_section (t, reloc, align)
int reloc;
unsigned HOST_WIDE_INT align;
{
default_select_section (t, reloc | SUNOS4_SHARED_LIBRARIES, align)
default_select_section (t, reloc | SUNOS4_SHARED_LIBRARIES, align);
}
int
......
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