projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faa7d78
)
Correct ChangeLog entry (2015-02-04)
author
Alan Lawrence
<alalaw01@gcc.gnu.org>
Tue, 17 Feb 2015 14:08:59 +0000
(14:08 +0000)
committer
Alan Lawrence
<alalaw01@gcc.gnu.org>
Tue, 17 Feb 2015 14:08:59 +0000
(14:08 +0000)
From-SVN: r220759
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 932d2086e61c4a4639509ed45eb8701f67578db9..db1cdb700e5894f6fe309e9419a0db3c16a77cf0 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-825,8
+825,7
@@
* config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
define to zero if !TARGET_NEON.
- (TARGET_CPU_CPP_BUILTINS): Added second condition before defining
- __ARM_FP macro.
+ (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
2015-02-04 Jan Hubicka <hubicka@ucw.cz>
Trevor Saunders <tsaunders@mozilla.com>