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
8b2e2b2f
Commit
8b2e2b2f
authored
Mar 04, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ASM_FINISH_DECLARE_OBJECT): Set size_directive_output to 1.
From-SVN: r6695
parent
877eef6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
gcc/config/m88k/m88k.h
+5
-4
gcc/config/svr4.h
+3
-3
No files found.
gcc/config/m88k/m88k.h
View file @
8b2e2b2f
/* Definitions of target machine for GNU compiler
.
/* Definitions of target machine for GNU compiler
for
Motorola m88100 in an 88open OCS/BCS environment.
Copyright (C) 1988,
1989, 1990, 1991, 1993
Free Software Foundation, Inc.
Copyright (C) 1988,
89, 90, 91, 93, 1994
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@mcc.com)
Enhanced by Michael Meissner (meissner@osf.org)
Version 2 port by Tom Wood (twood@pets.sps.mot.com)
...
...
@@ -197,13 +197,13 @@ extern char * reg_names[];
Redefined in sysv4.h, and luna.h. */
#define VERSION_INFO1 "88open OCS/BCS, "
#ifndef VERSION_INFO2
#define VERSION_INFO2 "$Revision: 1.5
6
$"
#define VERSION_INFO2 "$Revision: 1.5
7
$"
#endif
#ifndef VERSION_STRING
#define VERSION_STRING version_string
#ifdef __STDC__
#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.5
6
$ " __DATE__
#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.5
7
$ " __DATE__
#else
#define TM_RCS_ID "$What$"
#endif
/* __STDC__ */
...
...
@@ -1966,6 +1966,7 @@ do { \
&& DECL_INITIAL (DECL) == error_mark_node \
&& !size_directive_output) \
{ \
size_directive_output = 1; \
fprintf (FILE, "\t%s\t ", SIZE_ASM_OP); \
assemble_name (FILE, name); \
fprintf (FILE, ",%d\n", int_size_in_bytes (TREE_TYPE (DECL))); \
...
...
gcc/config/svr4.h
View file @
8b2e2b2f
/* svr4.h -- operating system specific defines to be used when
targeting GCC for some generic System V Release 4 system.
Copyright (C) 1991 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@ncd.com).
Copyright (C) 1991, 1994 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@netcom.com).
This file is part of GNU CC.
...
...
@@ -612,6 +611,7 @@ do { \
&& DECL_INITIAL (DECL) == error_mark_node \
&& !size_directive_output) \
{ \
size_directive_output = 1; \
fprintf (FILE, "\t%s\t ", SIZE_ASM_OP); \
assemble_name (FILE, name); \
fprintf (FILE, ",%d\n", int_size_in_bytes (TREE_TYPE (DECL))); \
...
...
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