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

From-SVN: r53559
This commit is contained in:
Rainer Orth 2002-05-17 11:53:38 +00:00 committed by Rainer Orth
parent 5cd983a673
commit 508bc1723a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -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