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:
authorCorinna Vinschen <corinna@vinschen.de>2014-11-28 11:51:03 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-11-28 11:51:03 +0300
commitb3281dd194f6cf8f908cf4ae8b8ca41ee2e981df (patch)
treef93e94884d6ecf64779cb7b8cd74a8187b920ced /libgloss/ChangeLog
parentd37bfe1da239541b2a77aa7d7b7ab0e220bfef91 (diff)
* mips/crt0.S: Configure processor based on .MIPS.abiflags.
Remove FPU availability check, just use the pre-processor flags to indicicate what the user wanted. * mips/abiflags.S: New file. * mips/regs.S (SR_MSA): Define macro. * mips/mti32.ld: Place .MIPS.abiflags and wrap in marker symbols. * mips/mti64.ld: Likewise. * mips/mti64_64.ld: Likewise. * mips/mti64_n32.ld: Likewise.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index f4d5fd486..81c540051 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,16 @@
+2014-11-28 Jaydeep Patil <jaydeep.patil@imgtec.com>
+ Matthew Fortune <Matthew.Fortune@imgtec.com>
+
+ * mips/crt0.S: Configure processor based on .MIPS.abiflags.
+ Remove FPU availability check, just use the pre-processor flags
+ to indicicate what the user wanted.
+ * mips/abiflags.S: New file.
+ * mips/regs.S (SR_MSA): Define macro.
+ * mips/mti32.ld: Place .MIPS.abiflags and wrap in marker symbols.
+ * mips/mti64.ld: Likewise.
+ * mips/mti64_64.ld: Likewise.
+ * mips/mti64_n32.ld: Likewise.
+
2014-11-26 Matthew Fortune <Matthew.Fortune@imgtec.com>
* mips/crt0.S: Remove .set noreorder throughout.