* config/sparc/sparc.c (sparc_aout_select_section): Fixed typo.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Fri, 17 May 2002 11:53:38 +0000 (11:53 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Fri, 17 May 2002 11:53:38 +0000 (11:53 +0000)
From-SVN: r53559

gcc/ChangeLog
gcc/config/sparc/sparc.c

index f628ff87b5700fc295db28c6dcce5c8475153f3e..9140a298da0fb3a0979e28943f994b365ca88fba 100644 (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
index 2f8e36cfdb87eeee0d7c36536c5866afe38b5343..8b7c14692ce44587489138283e01dbb9db4e6f4a 100644 (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