From abd0287a38a0be10dd72732f830c3f4eba6663ac Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 24 Mar 2004 01:11:24 +0000 Subject: 2004-03-23 Eric Christopher * mips/configure.in: Add mipsisa64-*-* to target support. * mips/configure: Regenerate. * frv/crt0.S: Fix comment. --- libgloss/frv/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgloss/frv') 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 -- cgit v1.2.3