diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2002-05-17 11:53:38 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2002-05-17 11:53:38 +0000 |
commit | 508bc1723a870c18046ac2cd68f9d37be71eebdf (patch) | |
tree | d8f2b545028711be6466d3363aa5e5697f7de64c /gcc/config/sparc | |
parent | 5cd983a6736ce3d381a7399917af35eee9137062 (diff) | |
download | gcc-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.c | 2 |
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 |