Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>2001-09-11 18:24:35 +0400
committerMichael Meissner <gnu@the-meissners.org>2001-09-11 18:24:35 +0400
commit24b1ccc647ca9830c51521583b527f67540a9ee2 (patch)
tree0c480827992225d527d80e08449c3ffe2aab4f21 /libgloss/ChangeLog
parent24a930fa23ef977dffea3ba331a94c7cb1c1fe61 (diff)
If -mfp32, do not enable 64-bit FPR registers on mips3
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 44790b28f..2034b876b 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-11 Michael Meissner <meissner@redhat.com>
+
+ * mips/crt0.S (_start): If -mfp32, don't enable 64-bit floating
+ point registers, even if we are compiling for a mips3 or greater.
+
2001-09-10 Jim Blandy <jimb@redhat.com>
Add support for GDB monitor-style I/O.