diff options
author | Charles Baylis <charles.baylis@linaro.org> | 2014-06-18 15:38:48 +0000 |
---|---|---|
committer | Charles Baylis <cbaylis@gcc.gnu.org> | 2014-06-18 15:38:48 +0000 |
commit | f21d8faab02058e9fa86b0f15153e99d123a29e3 (patch) | |
tree | 2c7067f28dce2dcd8c60f3368693de2b5ed4adb0 /gcc | |
parent | 544aee0d660d2bd471cc4317939326fe14a0babe (diff) | |
download | gcc-f21d8faab02058e9fa86b0f15153e99d123a29e3.zip gcc-f21d8faab02058e9fa86b0f15153e99d123a29e3.tar.gz gcc-f21d8faab02058e9fa86b0f15153e99d123a29e3.tar.bz2 |
bpabi.S (__aeabi_uldivmod): Fix whitespace.
2014-06-18 Charles Baylis <charles.baylis@linaro.org>
* config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
(__aeabi_ldivmod): Fix whitespace.
From-SVN: r211789
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ac60f2..583c8cc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-06-18 Charles Baylis <charles.baylis@linaro.org> + + * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace. + (__aeabi_ldivmod): Fix whitespace. + 2014-06-18 Andreas Schwab <schwab@suse.de> * doc/md.texi (Standard Names): Use @itemx for grouped items. |