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
6785b077
Commit
6785b077
authored
Dec 08, 1998
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Dec 08, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dbxout.c: If USG is defined use gstab.h, even if HAVE_STAB_H is set.
From-SVN: r24181
parent
0e59fc3b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/dbxout.c
+3
-3
No files found.
gcc/ChangeLog
View file @
6785b077
Tue
Dec
8
09
:
28
:
36
1998
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
dbxout
.
c
:
If
USG
is
defined
use
gstab
.
h
,
even
if
HAVE_STAB_H
is
set
.
1998
-
12
-
08
Ulrich
Drepper
<
drepper
@cygnus
.
com
>
1998
-
12
-
08
Ulrich
Drepper
<
drepper
@cygnus
.
com
>
*
configure
.
in
:
Test
for
availability
of
putc_unlocked
,
fputc_unlocked
,
*
configure
.
in
:
Test
for
availability
of
putc_unlocked
,
fputc_unlocked
,
...
...
gcc/dbxout.c
View file @
6785b077
...
@@ -163,10 +163,10 @@ static int source_label_number = 1;
...
@@ -163,10 +163,10 @@ static int source_label_number = 1;
#define FORCE_TEXT
#define FORCE_TEXT
#endif
#endif
/* If there is a system stab
s
.h, use it. Otherwise, use our own. */
/* If there is a system stab.h, use it. Otherwise, use our own. */
#if
ndef HAVE_STAB_H
#if
defined (USG) || !defined (HAVE_STAB_H)
#include "gstab.h"
#include "gstab.h"
/* If doing DBX on sysV, use our own stab.h. */
#else
#else
#include <stab.h>
#include <stab.h>
...
...
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