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
b10c8966
Commit
b10c8966
authored
May 12, 1998
by
Jeffrey A Law
Committed by
Jeff Law
May 12, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes.
From-SVN: r19701
parent
cbb13457
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.h
+8
-2
No files found.
gcc/ChangeLog
View file @
b10c8966
Tue May 12 14:04:49 1998 Jeffrey A Law (law@cygnus.com)
* pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes.
Tue May 12 15:16:02 1998 Michael Meissner <meissner@cygnus.com>
* haifa-sched.c (HAIFA_INLINE): Define to be __inline unless
...
...
gcc/config/pa/pa.h
View file @
b10c8966
...
...
@@ -1824,8 +1824,14 @@ while (0)
/* Nonzero if access to memory by bytes is slow and undesirable. */
#define SLOW_BYTE_ACCESS 1
/* Do not break .stabs pseudos into continuations. */
#define DBX_CONTIN_LENGTH 4000
/* Do not break .stabs pseudos into continuations.
This used to be zero (no max length), but big enums and such can
cause huge strings which killed gas.
We also have to avoid lossage in dbxout.c -- it does not compute the
string size accurately, so we are real conservative here. */
#define DBX_CONTIN_LENGTH 3000
/* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
is done just by pretending it is already truncated. */
...
...
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