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
ee65dab8
Commit
ee65dab8
authored
Jan 06, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Jan 06, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* h8300.h (ASM_OUTPUT_LABELREF): Define.
From-SVN: r24544
parent
01f76283
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+2
-0
gcc/config/h8300/h8300.h
+3
-0
No files found.
gcc/ChangeLog
View file @
ee65dab8
...
...
@@ -19,6 +19,8 @@ Wed Jan 6 17:55:19 1999 Robert Lipe <robertlipe@usa.net>
Wed
Jan
6
16
:
08
:
54
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
h8300
.
h
(
ASM_OUTPUT_LABELREF
)
:
Define
.
*
pa
.
h
(
DONT_RECORD_EQUIVALENCE
)
:
Kill
.
*
local
-
alloc
.
c
(
update_equiv_regs
)
:
Corresponding
changes
.
*
tm
.
texi
(
DONT_RECORD_EQUIVALENCE
)
:
Kill
.
...
...
gcc/config/h8300/h8300.h
View file @
ee65dab8
...
...
@@ -1186,6 +1186,9 @@ readonly_data() \
#define ASM_OUTPUT_LABEL(FILE, NAME) \
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))
#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME)
/* This is how to output a command to make the user-level label named 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