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
9ee9f4f0
Commit
9ee9f4f0
authored
Apr 10, 1999
by
Mark Elbrecht
Committed by
Jeff Law
Apr 09, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386/djgpp.h (SET_ASM_OP): Define.
From-SVN: r26330
parent
f58f9450
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+2
-0
gcc/config/i386/djgpp.h
+5
-0
No files found.
gcc/ChangeLog
View file @
9ee9f4f0
...
@@ -11,6 +11,8 @@ Sat Apr 10 05:25:28 1999 Daniel Jacobowitz <dan@debian.org>
...
@@ -11,6 +11,8 @@ Sat Apr 10 05:25:28 1999 Daniel Jacobowitz <dan@debian.org>
Sat
Apr
10
05
:
14
:
50
1999
Mark
Elbrecht
<
snowball3
@usa
.
net
>
Sat
Apr
10
05
:
14
:
50
1999
Mark
Elbrecht
<
snowball3
@usa
.
net
>
*
i386
/
djgpp
.
h
(
SET_ASM_OP
)
:
Define
.
*
collect2
.
c
(
find_a_file
)
:
Use
HAVE_DOS_BASED_FILE_SYSTEM
in
place
*
collect2
.
c
(
find_a_file
)
:
Use
HAVE_DOS_BASED_FILE_SYSTEM
in
place
of
the
DIR_SEPARATOR
test
.
of
the
DIR_SEPARATOR
test
.
Consider
any
file
starting
with
a
drivename
to
be
absolute
.
Consider
any
file
starting
with
a
drivename
to
be
absolute
.
...
...
gcc/config/i386/djgpp.h
View file @
9ee9f4f0
...
@@ -33,6 +33,11 @@ Boston, MA 02111-1307, USA. */
...
@@ -33,6 +33,11 @@ Boston, MA 02111-1307, USA. */
#include "i386/gas.h"
#include "i386/gas.h"
/* Enable alias attribute support. */
#ifndef SET_ASM_OP
#define SET_ASM_OP "\t.set"
#endif
/* Search for as.exe and ld.exe in DJGPP's binary directory. */
/* Search for as.exe and ld.exe in DJGPP's binary directory. */
#define MD_EXEC_PREFIX "$DJDIR/bin/"
#define MD_EXEC_PREFIX "$DJDIR/bin/"
...
...
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