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
972a4adb
Commit
972a4adb
authored
May 18, 1998
by
Nick Clifton
Committed by
Nick Clifton
May 18, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use TREE_ARG to compute the type of a function parameter passed in memory.
From-SVN: r19845
parent
ac549fc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/dbxout.c
+1
-1
No files found.
gcc/ChangeLog
View file @
972a4adb
Mon May 18 10:59:23 1998 Nick Clifton <nickc@cygnus.com>
* dbxout.c (dbxout_parms): Use TREE_ARG to compute the type of a
function parameter passed in memory.
Mon May 18 09:02:09 1998 Robert Lipe <robertl@dgii.com>
Mon May 18 09:02:09 1998 Robert Lipe <robertl@dgii.com>
* dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h: New files.
* dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h: New files.
...
...
gcc/dbxout.c
View file @
972a4adb
...
@@ -2274,7 +2274,7 @@ dbxout_parms (parms)
...
@@ -2274,7 +2274,7 @@ dbxout_parms (parms)
DBX_MEMPARM_STABS_LETTER
);
DBX_MEMPARM_STABS_LETTER
);
}
}
dbxout_type
(
DECL_ARG
_TYPE
(
parms
),
0
,
0
);
dbxout_type
(
TREE
_TYPE
(
parms
),
0
,
0
);
current_sym_value
=
DEBUGGER_ARG_OFFSET
(
current_sym_value
,
addr
);
current_sym_value
=
DEBUGGER_ARG_OFFSET
(
current_sym_value
,
addr
);
dbxout_finish_symbol
(
parms
);
dbxout_finish_symbol
(
parms
);
}
}
...
...
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