diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2011-08-01 13:53:21 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2011-08-01 06:53:21 -0700 |
commit | ee222ce05cf5321a72c7f70e75a5e839c3e0bdaf (patch) | |
tree | 5aa2fb39f1dc2835bf19ee4b2d9fef2c666dec0d /gcc/ChangeLog | |
parent | 6a2e4f0bc7db748ff765e354db134ebc83899c03 (diff) | |
download | gcc-ee222ce05cf5321a72c7f70e75a5e839c3e0bdaf.zip gcc-ee222ce05cf5321a72c7f70e75a5e839c3e0bdaf.tar.gz gcc-ee222ce05cf5321a72c7f70e75a5e839c3e0bdaf.tar.bz2 |
Declare size only if BLOCK_REG_PADDING is defined.
2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
* calls.c (emit_library_call_value_1): Declare size only if
BLOCK_REG_PADDING is defined.
From-SVN: r177036
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b516175..35f1097 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-08-01 H.J. Lu <hongjiu.lu@intel.com> + + * calls.c (emit_library_call_value_1): Declare size only if + BLOCK_REG_PADDING is defined. + 2011-08-01 Kirill Yukhin <kirill.yukhin@intel.com> PR target/49547 |