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
bc9b7c0d
Commit
bc9b7c0d
authored
Sep 21, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments.
From-SVN: r12751
parent
4e0c8ad2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/config/i386/aix386ng.h
+2
-2
gcc/config/i386/sysv3.h
+2
-2
No files found.
gcc/config/i386/aix386ng.h
View file @
bc9b7c0d
/* Definitions for IBM PS2 running AIX/386.
/* Definitions for IBM PS2 running AIX/386.
From: Minh Tran-Le <TRANLE@intellicorp.com>
Copyright (C) 1988, 1996 Free Software Foundation, Inc.
Copyright (C) 1988, 1996 Free Software Foundation, Inc.
Contributed by Minh Tran-Le <TRANLE@intellicorp.com>.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */
#include "svr3.h"
#include "svr3.h"
/* Use the ATT assembler syntax.
/* Use the ATT assembler syntax.
This overrides at least one macro (
ASM_OUTPUT_LABELREF
) from svr3.h. */
This overrides at least one macro (
USER_LABEL_PREFIX
) from svr3.h. */
#include "i386/att.h"
#include "i386/att.h"
...
...
gcc/config/i386/sysv3.h
View file @
bc9b7c0d
/* Definitions for Intel 386 running system V.
/* Definitions for Intel 386 running system V.
Copyright (C) 1988 Free Software Foundation, Inc.
Copyright (C) 1988
, 1996
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
#include "svr3.h"
#include "svr3.h"
/* Use the ATT assembler syntax.
/* Use the ATT assembler syntax.
This overrides at least one macro (
ASM_OUTPUT_LABELREF
) from svr3.h. */
This overrides at least one macro (
USER_LABEL_PREFIX
) from svr3.h. */
#include "i386/att.h"
#include "i386/att.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