projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194d6f3
)
Code cleanup.
author
Arnaud Charlet
<charlet@gcc.gnu.org>
Wed, 22 Jun 2016 10:43:12 +0000
(12:43 +0200)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Wed, 22 Jun 2016 10:43:12 +0000
(12:43 +0200)
From-SVN: r237695
gcc/ada/system-vxworks-arm.ads
patch
|
blob
|
history
diff --git
a/gcc/ada/system-vxworks-arm.ads
b/gcc/ada/system-vxworks-arm.ads
index 16cd2b0d5a21584bdcd758811a5568aad20f9c15..2b1fb8e9e4244fed252ed6b43ab4bc28c9c49398 100644
(file)
--- a/
gcc/ada/system-vxworks-arm.ads
+++ b/
gcc/ada/system-vxworks-arm.ads
@@
-118,7
+118,7
@@
package System is
private
- pragma Linker_Options ("--specs=vxworks-crtbe-link.spec");
+ pragma Linker_Options ("--specs=vxworks-
gnat-
crtbe-link.spec");
-- Pull in crtbegin/crtend objects and register exceptions for ZCX.
-- This is commented out by our Makefile for SJLJ runtimes.