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
4991a343
Commit
4991a343
authored
Mar 05, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ASM_OUTPUT_CASE_END): Add missing semicolon.
(switch_table_difference_label_flag): Make extern. From-SVN: r11476
parent
973fa691
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/m68k/sgs.h
+3
-3
No files found.
gcc/config/m68k/sgs.h
View file @
4991a343
/* Definitions of target machine for GNU compiler for m68k targets using
/* Definitions of target machine for GNU compiler for m68k targets using
assemblers derived from AT&T "SGS" releases.
assemblers derived from AT&T "SGS" releases.
Copyright (C) 1991, 1993 Free Software Foundation, Inc.
Copyright (C) 1991, 1993
, 1996
Free Software Foundation, Inc.
Written by Fred Fish (fnf@cygnus.com)
Written by Fred Fish (fnf@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -419,10 +419,10 @@ do { \
...
@@ -419,10 +419,10 @@ do { \
#define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE) \
#define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE) \
{ if (switch_table_difference_label_flag) \
{ if (switch_table_difference_label_flag) \
asm_fprintf (FILE, "\t%s %LLD%d,%LL%d-%LLI%d-2.b\n",\
asm_fprintf (FILE, "\t%s %LLD%d,%LL%d-%LLI%d-2.b\n",\
SET_ASM_OP, (NUM), (NUM), (NUM)) \
SET_ASM_OP, (NUM), (NUM), (NUM))
;
\
switch_table_difference_label_flag = 0; }
switch_table_difference_label_flag = 0; }
int
switch_table_difference_label_flag
;
extern
int
switch_table_difference_label_flag
;
/* This is how to output an element of a case-vector that is relative. */
/* This is how to output an element of a case-vector that is relative. */
...
...
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