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
59abce4c
Commit
59abce4c
authored
Mar 27, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r598
parent
87c06c0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
gcc/config/m68k/dpx2g.h
+42
-0
No files found.
gcc/config/m68k/dpx2g.h
0 → 100644
View file @
59abce4c
/*
* dpx2g.h - Bull DPX/2 200 and 300 systems (m68k, SysVr3) with gas
*
* $Id: dpx2g.h,v 1.1 1992/03/11 04:21:58 sjg Exp sjg $
*/
#define USE_GAS
#include "dpx2.h"
/* GAS want's DBX debugging information. */
#undef SDB_DEBUGGING_INFO
#ifndef DBX_DEBUGGING_INFO
#define DBX_DEBUGGING_INFO
#endif
/*
* we are using GAS
*/
#undef EXTRA_SECTION_FUNCTIONS
#undef EXTRA_SECTIONS
/*
* put const's in the text section
*/
#define const_section() text_section()
#define fini_section() while (0)
#if 0 /* this is fixed in 2.1 */
#undef ASM_OUTPUT_ALIGN
#define ASM_OUTPUT_ALIGN(FILE,LOG) \
if ((LOG) >= 1) \
fprintf (FILE, "\t.even\n");
#endif
#undef CTORS_SECTION_ASM_OP
#define CTORS_SECTION_ASM_OP "\t.data"
#undef DTORS_SECTION_ASM_OP
#define DTORS_SECTION_ASM_OP "\t.data"
#undef INIT_SECTION_ASM_OP
/* end of dpx2g.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