Hi,

this patch fixes a typo in the CRTL map file.

Committed.

Tristan.

2011-12-23  Tristan Gingold  <ging...@adacore.com>

        * config/vms/vms-crtlmap.map (log10): Fix typo.

--- a/gcc/config/vms/vms-crtlmap.map
+++ b/gcc/config/vms/vms-crtlmap.map
@@ -112,7 +112,7 @@ isupper
 kill
 localtime
 log           FLOAT
-log1          FLOAT
+log10         FLOAT
 lseek
 malloc        64 MALLOC
 mbstowcs      64

Reply via email to