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
4e8c0836
Commit
4e8c0836
authored
Dec 08, 2004
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* vxaddr2line.adb: Add support for x86 vxworks
From-SVN: r91895
parent
bc41faa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
gcc/ada/vxaddr2line.adb
+8
-4
No files found.
gcc/ada/vxaddr2line.adb
View file @
4e8c0836
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2002-200
3
Ada Core Technologies, Inc. --
-- Copyright (C) 2002-200
4
Ada Core Technologies, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -81,7 +81,8 @@ procedure VxAddr2Line is
-- All supported architectures
type Architecture is
(WINDOWS_POWERPC,
(SOLARIS_I586,
WINDOWS_POWERPC,
WINDOWS_M68K,
SOLARIS_POWERPC,
DEC_ALPHA);
...
...
@@ -125,6 +126,11 @@ procedure VxAddr2Line is
Nm_Binary => null,
Addr_Digits_To_Skip => 0,
Bt_Offset_From_Call => 0),
SOLARIS_I586 =>
(Addr2line_Binary => null,
Nm_Binary => null,
Addr_Digits_To_Skip => 0,
Bt_Offset_From_Call => -2),
DEC_ALPHA =>
(Addr2line_Binary => null,
Nm_Binary => null,
...
...
@@ -212,7 +218,6 @@ procedure VxAddr2Line is
return;
end Detect_Arch;
-----------
-- Error --
-----------
...
...
@@ -224,7 +229,6 @@ procedure VxAddr2Line is
raise Program_Error;
end Error;
--------------------------
-- Get_Reference_Offset --
--------------------------
...
...
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