Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
964b104a
Commit
964b104a
authored
22 years ago
by
Douglas B Rupp
Committed by
Douglas Rupp
22 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* hwint.h (HAVE___INT64): Fix typo (was HAVE__INT64).
From-SVN: r59316
parent
5e85fa99
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/hwint.h
+2
-2
No files found.
gcc/ChangeLog
View file @
964b104a
2002
-
11
-
20
Douglas
B
Rupp
<
rupp
@gnat
.
com
>
*
hwint
.
h
(
HAVE___INT64
)
:
Fix
typo
(
was
HAVE__INT64
).
2002
-
11
-
20
DJ
Delorie
<
dj
@redhat
.
com
>
*
config
/
stormy16
/
stormy16
.
c
(
s16builtins
,
...
...
This diff is collapsed.
Click to expand it.
gcc/hwint.h
View file @
964b104a
/* HOST_WIDE_INT definitions for the GNU compiler.
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998
, 2002
Free Software Foundation, Inc.
This file is part of GCC.
...
...
@@ -18,7 +18,7 @@
#ifdef HAVE_LONG_LONG
# define HOST_BITS_PER_LONGLONG (CHAR_BIT * SIZEOF_LONG_LONG)
#else
#ifdef HAVE__INT64
#ifdef HAVE__
_
INT64
# define HOST_BITS_PER_LONGLONG (CHAR_BIT * SIZEOF___INT64)
#else
/* If we're here and we're GCC, assume this is stage 2+ of a bootstrap
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment