summaryrefslogtreecommitdiff
path: root/gcc/config/sparc
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2002-05-17 11:53:38 +0000
committerRainer Orth <ro@gcc.gnu.org>2002-05-17 11:53:38 +0000
commit508bc1723a870c18046ac2cd68f9d37be71eebdf (patch)
treed8f2b545028711be6466d3363aa5e5697f7de64c /gcc/config/sparc
parent5cd983a6736ce3d381a7399917af35eee9137062 (diff)
downloadgcc-508bc1723a870c18046ac2cd68f9d37be71eebdf.tar.gz
* config/sparc/sparc.c (sparc_aout_select_section): Fixed typo.
From-SVN: r53559
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r--gcc/config/sparc/sparc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c
index 2f8e36cfdb8..8b7c14692ce 100644
--- a/gcc/config/sparc/sparc.c
+++ b/gcc/config/sparc/sparc.c
@@ -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