summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-05 22:23:40 +0000
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-05 22:23:40 +0000
commitea457188d5be2977db2e448d04bc5fe31f105ef2 (patch)
tree908334218a05002c693889e97b8832e5a1f99221 /gcc/ChangeLog
parent9d81057bc5c71d05fff0b5036dd6f09ab8f8c34b (diff)
downloadgcc-ea457188d5be2977db2e448d04bc5fe31f105ef2.tar.gz
* config/sparc/sol2-64.h: Move ...
* config/sparc/default-64.h: ... to here. Update comment. * config.gcc: Update Solaris sparc to use default-64.h, also prefix this header into the list on sparc64-*-linux. * config/sparc/linux64.h (TARGET_DEFAULT): Only override if TARGET_64BIT_DEFAULT is defined. Remove commented out reference to MASK_HARD_QUAD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178558 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ab45df42114..b8c0c4ecfad 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -67,6 +67,14 @@
* config.gcc: Recognize niagara3 and niagara4 in --with-cpu
and --with-tune options.
+ * config/sparc/sol2-64.h: Move ...
+ * config/sparc/default-64.h: ... to here. Update comment.
+ * config.gcc: Update Solaris sparc to use default-64.h, also
+ prefix this header into the list on sparc64-*-linux.
+ * config/sparc/linux64.h (TARGET_DEFAULT): Only override if
+ TARGET_64BIT_DEFAULT is defined. Remove commented out reference
+ to MASK_HARD_QUAD.
+
2011-09-05 Georg-Johann Lay <avr@gjlay.de>
PR target/50289