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
2798f0d4
Commit
2798f0d4
authored
May 11, 2000
by
Laurynas Biveinis
Committed by
Jeff Law
May 11, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
From-SVN: r33838
parent
02359929
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/i386/xm-djgpp.h
+1
-1
No files found.
gcc/ChangeLog
View file @
2798f0d4
2000
-
05
-
10
Laurynas
Biveinis
<
lauras
@softhome
.
net
>
*
i386
/
xm
-
djgpp
.
h
(
XREF_FILE_NAME
)
:
Add
mising
brace
.
2000
-
05
-
10
Kazu
Hirata
<
kazu
@hxi
.
com
>
*
combine
.
c
(
try_combine
)
:
Fix
a
typo
.
...
...
@@ -9239,6 +9243,7 @@ Wed Feb 16 21:40:04 2000 Hans-Peter Nilsson <hp@bitrange.com>
* longlong.h (__clz_tab): Declare as static to match definition.
2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
* i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
(XREF_FILE_NAME): Define.
...
...
gcc/config/i386/xm-djgpp.h
View file @
2798f0d4
...
...
@@ -52,5 +52,5 @@ Boston, MA 02111-1307, USA. */
strcpy (t, xref_ext); \
else \
strcat (xref_file, xref_ext); \
while (0)
}
while (0)
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