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:
authorJeff Johnston <jjohnstn@redhat.com>2003-02-05 20:01:33 +0300
committerJeff Johnston <jjohnstn@redhat.com>2003-02-05 20:01:33 +0300
commit3a357eadbac77f2847d2aea7b228fca5a1406cb3 (patch)
treece224a9356fad9927bd5315fed281df743de8082 /libgloss/ChangeLog
parent5017a3dafa5d01d47b74872600524f1559973c26 (diff)
2003-02-05 Chris Demetriou <cgd@broadcom.com>
* mips/cfe.c (hardware_hazard_hook): Move... * mips/cfe_prestart.S (hardware_hazard_hook): To here, and translate into assembly.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 7c03dfeea..754992a34 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,14 +1,20 @@
-2002-01-08 Richard Sandiford <rsandifo@redhat.com
+2003-02-05 Chris Demetriou <cgd@broadcom.com>
+
+ * mips/cfe.c (hardware_hazard_hook): Move...
+ * mips/cfe_prestart.S (hardware_hazard_hook): To here,
+ and translate into assembly.
+
+2003-01-08 Richard Sandiford <rsandifo@redhat.com
* mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32.
Pass an empty argv and envp to main().
-2002-01-08 Richard Sandiford <rsandifo@redhat.com
+2003-01-08 Richard Sandiford <rsandifo@redhat.com
* mips/configure.in (mips64vr-elf, mips64vrel-elf): New config.
* mips/configure: Regenerate.
-2002-01-07 Chris Demetriou <cgd@broadcom.com>
+2003-01-07 Chris Demetriou <cgd@broadcom.com>
* crt0.S: Check for definition of __mips64 rather than
checking (__mips < 3).