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
5ed12799
Commit
5ed12799
authored
Apr 25, 2000
by
Alexandre Oliva
Committed by
Alexandre Oliva
Apr 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/freebsd.h (INT_ASM_OP): Define.
From-SVN: r33417
parent
dd142424
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
gcc/ChangeLog
+4
-0
gcc/config/i386/freebsd.h
+6
-1
No files found.
gcc/ChangeLog
View file @
5ed12799
Tue
Apr
25
14
:
06
:
40
2000
Alexandre
Oliva
<
oliva
@lsd
.
ic
.
unicamp
.
br
>
*
config
/
i386
/
freebsd
.
h
(
INT_ASM_OP
)
:
Define
.
Tue
Apr
25
14
:
51
:
07
MET
DST
2000
Jan
Hubicka
<
jh
@suse
.
cz
>
Tue
Apr
25
14
:
51
:
07
MET
DST
2000
Jan
Hubicka
<
jh
@suse
.
cz
>
*
loop
.
c
(
strength_reduce
)
:
Fix
typo
in
the
last
checkin
.
*
loop
.
c
(
strength_reduce
)
:
Fix
typo
in
the
last
checkin
.
...
...
gcc/config/i386/freebsd.h
View file @
5ed12799
/* Definitions of target machine for GNU compiler for Intel 80386
/* Definitions of target machine for GNU compiler for Intel 80386
running FreeBSD.
running FreeBSD.
Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999 Free Software
Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999
, 2000
Free Software
Foundation, Inc.
Foundation, Inc.
Contributed by Poul-Henning Kamp <phk@login.dkuug.dk>
Contributed by Poul-Henning Kamp <phk@login.dkuug.dk>
...
@@ -245,3 +245,8 @@ do { \
...
@@ -245,3 +245,8 @@ do { \
/* Define this so we can compile MS code for use with WINE. */
/* Define this so we can compile MS code for use with WINE. */
#define HANDLE_PRAGMA_PACK_PUSH_POP
#define HANDLE_PRAGMA_PACK_PUSH_POP
/* This is the pseudo-op used to generate a 32-bit word of data with a
specific value in some section. */
#define INT_ASM_OP ".long"
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