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
4330b0e7
Commit
4330b0e7
authored
May 04, 1998
by
Jim Wilson
Committed by
Jim Wilson
May 04, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mips-tfile failure on alpha, from Holger Bauer.
* alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000. From-SVN: r19533
parent
b57062ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+4
-0
gcc/config/alpha/alpha.h
+4
-2
No files found.
gcc/ChangeLog
View file @
4330b0e7
Mon May 4 20:23:51 1998 Jim Wilson <wilson@cygnus.com>
* alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000.
1998-05-04 Ulrich Drepper <drepper@cygnus.com>
* c-common.c (format_char_info): Add new field hhlen.
...
...
gcc/config/alpha/alpha.h
View file @
4330b0e7
...
...
@@ -2309,8 +2309,10 @@ extern void alpha_output_lineno ();
alpha_output_filename (STREAM, NAME)
extern
void
alpha_output_filename
();
/* mips-tfile.c limits us to strings of one page. */
#define DBX_CONTIN_LENGTH 4000
/* mips-tfile.c limits us to strings of one page. We must underestimate this
number, because the real length runs past this up to the next
continuation point. This is really a dbxout.c bug. */
#define DBX_CONTIN_LENGTH 3000
/* By default, turn on GDB extensions. */
#define DEFAULT_GDB_EXTENSIONS 1
...
...
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