[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
Sun Jul 3 07:44:04 UTC 2005


A NOTE has been added to this issue.
======================================================================
<http://busybox.net/bugs/view.php?id=318> 
======================================================================
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 00:44 
----------------------------------------------------------------------
Someone please close this. It's embarassing.
I've got another report about __ftscr_values

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                          
======================================================================




More information about the uClibc-cvs mailing list