diff options
Diffstat (limited to 'libgloss/nds32/crt1.S')
-rw-r--r-- | libgloss/nds32/crt1.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/nds32/crt1.S b/libgloss/nds32/crt1.S index 1d8343333..0aca76246 100644 --- a/libgloss/nds32/crt1.S +++ b/libgloss/nds32/crt1.S @@ -53,9 +53,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .align 2 _start: .L_fp_gp_init: - /* Initialization for $fp and $gp. The _SDA_BASE_ location + /* Initialization for $gp. The _SDA_BASE_ location stands for Small Data Access. */ - la $fp, _FP_BASE_ la $gp, _SDA_BASE_ .L_stack_init: |