From: Stefan Reinauer Date: Sun, 31 May 2026 07:28:39 +0000 (-0700) Subject: softfloat: use lowercase macro header name X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=3c33819f098d0fb693d5e51bcfd60d47bcc5e83e;p=francis%2Fwinuae.git softfloat: use lowercase macro header name The source already includes the macro helper as softfloat-macros.h. Rename the tracked file to match that spelling so case-sensitive file systems do not depend on the old all-caps name. --- diff --git a/softfloat/SOFTFLOAT-MACROS.H b/softfloat/softfloat-macros.h similarity index 100% rename from softfloat/SOFTFLOAT-MACROS.H rename to softfloat/softfloat-macros.h