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
721822b4
Commit
721822b4
authored
Feb 17, 1994
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(asm_output_labelref): Delete.
From-SVN: r6587
parent
12dd125a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
gcc/config/h8300/h8300.c
+0
-28
No files found.
gcc/config/h8300/h8300.c
View file @
721822b4
...
@@ -767,34 +767,6 @@ print_operand_address (file, addr)
...
@@ -767,34 +767,6 @@ print_operand_address (file, addr)
}
}
}
}
/* Output to FILE a reference to the user-level label NAME.
Strip off the section name if any. It is separated from the label name
by a space. */
void
asm_output_labelref
(
file
,
name
)
FILE
*
file
;
char
*
name
;
{
char
*
p
;
fputc
(
'_'
,
file
);
for
(
p
=
name
;
*
p
;
p
++
)
{
if
(
*
p
==
' '
)
{
/* If we found a space in the name, then we've skipped over the
section encoding. */
fputs
(
p
+
1
,
file
);
return
;
}
}
/* No space, so no section. */
fputs
(
name
,
file
);
}
/* Output all insn addresses and their sizes into the assembly language
/* Output all insn addresses and their sizes into the assembly language
output file. This is helpful for debugging whether the length attributes
output file. This is helpful for debugging whether the length attributes
in the md file are correct. This is not meant to be a user selectable
in the md file are correct. This is not meant to be a user selectable
...
...
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