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
1ca7ac43
Commit
1ca7ac43
authored
Jan 15, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Jan 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* h8300.h (ASM_OUTPUT_LABELREF): Use asm_fprintf, not fprintf.
From-SVN: r24669
parent
08e299d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/config/h8300/h8300.h
+2
-2
No files found.
gcc/ChangeLog
View file @
1ca7ac43
Thu
Jan
14
22
:
38
:
41
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
h8300
.
h
(
ASM_OUTPUT_LABELREF
)
:
Use
asm_fprintf
,
not
fprintf
.
*
stmt
.
c
(
expand_end_case
)
:
Use
emit_cmp_and_jump_insns
to
avoid
generating
non
-
canonical
rtl
.
...
...
gcc/config/h8300/h8300.h
View file @
1ca7ac43
/* Definitions of target machine for GNU compiler.
Hitachi H8/300 version generating coff
Copyright (C) 1992,
1993, 1994, 1995, 1996 Free Software
Foundation, Inc.
Copyright (C) 1992,
93-98, 1999 Free Software
Foundation, Inc.
Contributed by Steve Chamberlain (sac@cygnus.com),
Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).
...
...
@@ -1187,7 +1187,7 @@ readonly_data() \
do { assemble_name (FILE, NAME); fputs (":\n", FILE); } while (0)
#define ASM_OUTPUT_LABELREF(FILE,NAME) \
fprintf ((FILE), "%U%s", (NAME) + (TINY_DATA_NAME_P (NAME) ? 1 : 0))
asm_
fprintf ((FILE), "%U%s", (NAME) + (TINY_DATA_NAME_P (NAME) ? 1 : 0))
#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME)
...
...
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