From b3281dd194f6cf8f908cf4ae8b8ca41ee2e981df Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 28 Nov 2014 08:51:03 +0000 Subject: * 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. --- libgloss/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libgloss/ChangeLog') 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 + Matthew Fortune + + * 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 * mips/crt0.S: Remove .set noreorder throughout. -- cgit v1.2.3