diff options
author | clyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-04 11:34:39 +0000 |
---|---|---|
committer | clyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-04 11:34:39 +0000 |
commit | 706d62f52c63482bae1256ba8f3c7bcb9f55cf62 (patch) | |
tree | f8eb718ce830ccf3ca27263a2a796d4117e9367b /libgcc/ChangeLog | |
parent | 8d10ebeab64e88e8b706d860f8926efd0742ab50 (diff) | |
download | gcc-706d62f52c63482bae1256ba8f3c7bcb9f55cf62.tar.gz |
2013-12-04 Kugan Vivekanandarajah <kuganv@linaro.org>
* config/arm/bpapi-lib.h (TARGET_HAS_NO_HW_DIVIDE): Define for
architectures that do not have hardware divide instruction.
i.e. architectures that do not define __ARM_ARCH_EXT_IDIV__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205666 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r-- | libgcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 94f69caaaf5..83f30dfd7a2 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2013-12-04 Kugan Vivekanandarajah <kuganv@linaro.org> + + * config/arm/bpapi-lib.h (TARGET_HAS_NO_HW_DIVIDE): Define for + architectures that do not have hardware divide instruction. + i.e. architectures that do not define __ARM_ARCH_EXT_IDIV__. + 2013-12-04 Richard Sandiford <rdsandiford@googlemail.com> * longlong.h: Delete (moved to include/). |