diff options
author | Eric Christopher <echristo@gmail.com> | 2004-03-24 01:11:24 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2004-03-24 01:11:24 +0000 |
commit | abd0287a38a0be10dd72732f830c3f4eba6663ac (patch) | |
tree | f129e03707c7733bb4b5f586f740e613e8bf4c2c /libgloss/frv/crt0.S | |
parent | d4bbae05f24ac6ad3fa1d8596de5c3bc98ee894f (diff) | |
download | cygnal-abd0287a38a0be10dd72732f830c3f4eba6663ac.tar.gz cygnal-abd0287a38a0be10dd72732f830c3f4eba6663ac.tar.bz2 cygnal-abd0287a38a0be10dd72732f830c3f4eba6663ac.zip |
2004-03-23 Eric Christopher <echristo@redhat.com>
* mips/configure.in: Add mipsisa64-*-* to target support.
* mips/configure: Regenerate.
* frv/crt0.S: Fix comment.
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 |