diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-12-23 08:27:22 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@gcc.gnu.org> | 2011-12-23 08:27:22 +0000 |
commit | a27d7a6fdf22848b10ca91d6417ade086ff5c4e0 (patch) | |
tree | 5f61af9f74db56d168b77a043fc62f38ff94ac35 /gcc/config | |
parent | d18b704be13a200cc9cd5c7815742c39d950b6b3 (diff) | |
download | gcc-a27d7a6fdf22848b10ca91d6417ade086ff5c4e0.zip gcc-a27d7a6fdf22848b10ca91d6417ade086ff5c4e0.tar.gz gcc-a27d7a6fdf22848b10ca91d6417ade086ff5c4e0.tar.bz2 |
vms-crtlmap.map (log10): Fix typo.
2011-12-23 Tristan Gingold <gingold@adacore.com>
* config/vms/vms-crtlmap.map (log10): Fix typo.
From-SVN: r182652
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/vms/vms-crtlmap.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/vms/vms-crtlmap.map b/gcc/config/vms/vms-crtlmap.map index 47520de..8df8767 100644 --- 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 |