* config/sparc/sparc.c (sparc_aout_select_section): Fixed typo.
From-SVN: r53559
This commit is contained in:
parent
5cd983a673
commit
508bc1723a
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue