[uClibc-cvs] [uClibc 0000318]: crt0.S for sh has .global directive and not .globl which it should have

bugs at busybox.net bugs at busybox.net
Mon Jul 4 02:32:09 UTC 2005


The following issue has been DELETED.
======================================================================
Reported By:                hkubota
Assigned To:                uClibc
======================================================================
Project:                    uClibc
Issue ID:                   318
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
======================================================================
Date Submitted:             07-03-2005 00:27 PDT
Last Modified:              07-03-2005 00:44 PDT
======================================================================
Summary:                    crt0.S for sh has .global directive and not .globl
which it should have
Description: 
Excerpt from uClibc/libc/sysdep/linux/sh/crt0.S:

#if defined __CONFIG_SH4__
       .global __fpscr_values
__fpscr_values:
       .long   0
       .long   0x80000
#endif

This is uClibc snapshot as of today.
======================================================================

----------------------------------------------------------------------
 hkubota - 07-03-05 00:33 
----------------------------------------------------------------------
Forget this one...it seems .global is valid too and using .globl does not
fix this problem with undefined __fpscr_values.

----------------------------------------------------------------------
 hkubota - 07-03-05 05:50 
----------------------------------------------------------------------
Someone please close this. It's embarassing.
I've got another report about __ftscr_values. Seems this is gcc version
specific.



Issue History
Date Modified  Username       Field                    Change              
======================================================================
07-03-05 00:27 hkubota        New Issue                                    
07-03-05 00:33 hkubota        Note Added: 0000263                          
07-03-05 00:44 hkubota        Note Added: 0000264                          
07-03-05 05:50 hkubota        Note Edited: 0000264                         
07-03-05 19:32 vapier         Issue Deleted: 0000318                       
======================================================================




More information about the uClibc-cvs mailing list