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
129bd0c4
Commit
129bd0c4
authored
Jan 23, 2002
by
Alexandre Oliva
Committed by
Alexandre Oliva
Jan 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
From-SVN: r49115
parent
8b9b74a9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/ChangeLog
+4
-0
gcc/config/i386/freebsd-aout.h
+5
-1
No files found.
gcc/ChangeLog
View file @
129bd0c4
2002-01-22 Alexandre Oliva <aoliva@redhat.com>
* config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
2002-01-22 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (split_small_symbolic_mem_operand): Use
...
...
gcc/config/i386/freebsd-aout.h
View file @
129bd0c4
/* Definitions of target machine for GNU compiler for Intel 80386
running FreeBSD.
Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999, 2000 Free Software
Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999, 2000
, 2002
Free Software
Foundation, Inc.
Contributed by Poul-Henning Kamp <phk@login.dkuug.dk>
...
...
@@ -236,3 +236,7 @@ do { \
/* Define this so we can compile MS code for use with WINE. */
#define HANDLE_PRAGMA_PACK_PUSH_POP
/* FreeBSD 2.2.7's assembler does not support .quad properly. Do not
use it. */
#undef ASM_QUAD
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