summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-21 10:18:18 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-21 10:18:18 +0000
commitddb1be658b6726ca8727a5765216944fd33f54ad (patch)
treefcd1c870003dcec43a509b53da24f9532ca4a844 /gcc/dbxout.c
parent2dc10fae5c32a9fc6d428e5be8a7e24e3a8ea8ff (diff)
downloadgcc-ddb1be658b6726ca8727a5765216944fd33f54ad.tar.gz
Remove trailing whitespace. Add missing dbxout.c hunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@205205 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 5fe79cf69c3..5da1e0d0e8a 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -2252,7 +2252,7 @@ dbxout_type (tree type, int full)
if (TREE_CODE (value) == CONST_DECL)
value = DECL_INITIAL (value);
- if (cst_fits_shwi_p (value))
+ if (cst_and_fits_in_hwi (value))
stabstr_D (TREE_INT_CST_LOW (value));
else
stabstr_O (value);