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
5bcb3f13
Commit
5bcb3f13
authored
Apr 23, 1997
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
From-SVN: r13957
parent
f76b8156
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
gcc/config/sparc/sparc.h
+7
-3
No files found.
gcc/config/sparc/sparc.h
View file @
5bcb3f13
...
@@ -2792,9 +2792,13 @@ extern struct rtx_def *legitimize_pic_address ();
...
@@ -2792,9 +2792,13 @@ extern struct rtx_def *legitimize_pic_address ();
#define DBX_REGISTER_NUMBER(REGNO) (REGNO)
#define DBX_REGISTER_NUMBER(REGNO) (REGNO)
/* On Sun 4, this limit is 2048. We use 1500 to be safe,
/* On Sun 4, this limit is 2048. We use 1000 to be safe, since the length
since the length can run past this up to a continuation point. */
can run past this up to a continuation point. Once we used 1500, but
#define DBX_CONTIN_LENGTH 1500
a single entry in C++ can run more than 500 bytes, due to the length of
mangled symbol names. dbxout.c should really be fixed to do
continuations when they are actually needed instead of trying to
guess... */
#define DBX_CONTIN_LENGTH 1000
/* This is how to output a note to DBX telling it the line number
/* This is how to output a note to DBX telling it the line number
to which the following sequence of instructions corresponds.
to which the following sequence of instructions corresponds.
...
...
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