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
a642a781
Commit
a642a781
authored
Jun 05, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(sdb_begin_function_line): New declaration.
(PUT_SDB_FUNCTION_END): New definition. From-SVN: r9882
parent
7743927b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
gcc/config/mips/mips.h
+6
-1
No files found.
gcc/config/mips/mips.h
View file @
a642a781
...
...
@@ -101,6 +101,7 @@ extern int inside_function; /* != 0 if inside of a function */
extern
int
ignore_line_number
;
/* != 0 if we are to ignore next .loc */
extern
int
file_in_function_warning
;
/* warning given about .file in func */
extern
int
sdb_label_count
;
/* block start/end next label # */
extern
int
sdb_begin_function_line
;
/* Starting Line of current function */
extern
int
mips_section_threshold
;
/* # bytes of data/sdata cutoff */
extern
int
g_switch_value
;
/* value of the -G xx switch */
extern
int
g_switch_set
;
/* whether -G xx was passed. */
...
...
@@ -912,7 +913,11 @@ do { \
#define PUT_SDB_FUNCTION_START(LINE)
#define PUT_SDB_FUNCTION_END(LINE)
#define PUT_SDB_FUNCTION_END(LINE) \
do { \
extern FILE *asm_out_text_file; \
ASM_OUTPUT_SOURCE_LINE (asm_out_text_file, LINE + sdb_begin_function_line); \
} while (0)
#define PUT_SDB_EPILOGUE_END(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