diff options
Diffstat (limited to 'libgloss/frv/crt0.S')
-rw-r--r-- | libgloss/frv/crt0.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/frv/crt0.S b/libgloss/frv/crt0.S index 1a906d8a5..af14b9181 100644 --- a/libgloss/frv/crt0.S +++ b/libgloss/frv/crt0.S @@ -105,7 +105,7 @@ _start: call EXT(__frv_fixptrs) #endif /* ! __FRV_FDPIC__ */ - /* fixup the .dtors list */ + /* fixup the user .rofixup list */ P(sethi) #gprelhi(EXT(__ROFIXUP_LIST__)), gr9 sethi #gprelhi(EXT(__ROFIXUP_END__)), gr10 P(setlo) #gprello(EXT(__ROFIXUP_LIST__)), gr9 |