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:
authorRichard Sandiford <rdsandiford@googlemail.com>2003-01-08 15:54:29 +0300
committerRichard Sandiford <rdsandiford@googlemail.com>2003-01-08 15:54:29 +0300
commitafa53b05b003cbd10904ea56621bf2e533b66aaa (patch)
treeefdf1560be5df57671ed5affdd4c593f71f13f0f /libgloss/ChangeLog
parentc4c533c962d34d058a2eeaeedfd532f5ef290aff (diff)
* mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32.
Pass an empty argv and envp to main().
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 e325c874d..7c03dfeea 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,5 +1,10 @@
2002-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
+
* mips/configure.in (mips64vr-elf, mips64vrel-elf): New config.
* mips/configure: Regenerate.