comparison gcc/config/stormy16/stormy-abi @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
163 'signed' means that the overflow is only reported if it happens when 163 'signed' means that the overflow is only reported if it happens when
164 the values are treated as signed quantities. 'unsigned' is the same, 164 the values are treated as signed quantities. 'unsigned' is the same,
165 except that the values are treated as unsigned quantities. 'either' 165 except that the values are treated as unsigned quantities. 'either'
166 means that overflow is reported for either signed or unsigned 166 means that overflow is reported for either signed or unsigned
167 overflow. 167 overflow.
168
169
170 Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
171
172 Copying and distribution of this file, with or without modification,
173 are permitted in any medium without royalty provided the copyright
174 notice and this notice are preserved.