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
900cb721
Commit
900cb721
authored
May 17, 1996
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rs6000/win-nt.h (ASM_FILE_START): Likewise. Delete duplicate.
From-SVN: r12001
parent
5f30b0ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
15 deletions
+4
-15
gcc/config/rs6000/win-nt.h
+4
-15
No files found.
gcc/config/rs6000/win-nt.h
View file @
900cb721
/* Definitions of target machine for GNU compiler, for PowerPC
/* Definitions of target machine for GNU compiler, for PowerPC
running Windows/NT.
running Windows/NT.
Copyright (C) 1995 Free Software Foundation, Inc.
Copyright (C) 1995
, 1996
Free Software Foundation, Inc.
Contributed by Cygnus Support.
Contributed by Cygnus Support.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -125,16 +125,6 @@ Boston, MA 02111-1307, USA. */
...
@@ -125,16 +125,6 @@ Boston, MA 02111-1307, USA. */
#undef FIXED_R13
#undef FIXED_R13
#define FIXED_R13 1
#define FIXED_R13 1
/* Output .file and comments listing what options there are */
#undef ASM_FILE_START
#define ASM_FILE_START(FILE) \
{ \
ASM_OUTPUT_OPTIONS (FILE); \
output_file_directive (FILE, main_input_filename); \
}
/* This says how to output an assembler line
/* This says how to output an assembler line
to define a global common symbol. */
to define a global common symbol. */
...
@@ -201,11 +191,10 @@ do { \
...
@@ -201,11 +191,10 @@ do { \
#undef ASM_FILE_START
#undef ASM_FILE_START
#define ASM_FILE_START(FILE) \
#define ASM_FILE_START(FILE) \
{ \
do { \
ASM_OUTPUT_OPTIONS (FILE); \
output_file_directive ((FILE), main_input_filename); \
output_file_directive (FILE, main_input_filename); \
data_section (); \
data_section (); \
}
}
while (0)
#undef ASM_FILE_END
#undef ASM_FILE_END
...
...
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