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
25941194
Commit
25941194
authored
Dec 15, 2004
by
Kazuhiro Inaoka
Committed by
Nick Clifton
Dec 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.
From-SVN: r92185
parent
fe4c6b8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/config/m32r/m32r.h
+2
-2
No files found.
gcc/ChangeLog
View file @
25941194
2004
-
12
-
15
Kazuhiro
Inaoka
<
inaoka
.
kazuhiro
@
reneasas
.
com
>
*
config
/
m32r
/
m32r
.
h
(
PREFERRED_DEBUGGING_TYPE
):
Use
DWARF2_DEBUG
.
2004
-
12
-
15
Richard
Sandiford
<
rsandifo
@
redhat
.
com
>
2004
-
12
-
15
Richard
Sandiford
<
rsandifo
@
redhat
.
com
>
*
config
/
mips
/
mips
.
c
(
mips_arg_info
):
Use
FUNCTION_ARG_BOUNDARY
to
*
config
/
mips
/
mips
.
c
(
mips_arg_info
):
Use
FUNCTION_ARG_BOUNDARY
to
...
...
gcc/config/m32r/m32r.h
View file @
25941194
...
@@ -1696,9 +1696,9 @@ extern char m32r_punct_chars[256];
...
@@ -1696,9 +1696,9 @@ extern char m32r_punct_chars[256];
#define DBX_DEBUGGING_INFO 1
#define DBX_DEBUGGING_INFO 1
#define DWARF2_DEBUGGING_INFO 1
#define DWARF2_DEBUGGING_INFO 1
/*
Prefer STABS (for now)
. */
/*
Use DWARF2 debugging info by default
. */
#undef PREFERRED_DEBUGGING_TYPE
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE D
BX
_DEBUG
#define PREFERRED_DEBUGGING_TYPE D
WARF2
_DEBUG
/* Turn off splitting of long stabs. */
/* Turn off splitting of long stabs. */
#define DBX_CONTIN_LENGTH 0
#define DBX_CONTIN_LENGTH 0
...
...
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