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
160c5065
Commit
160c5065
authored
Sep 13, 2007
by
Robert Dewar
Committed by
Arnaud Charlet
Sep 13, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implement pragma Compiler_Unit and adds it to relevant library units.
From-SVN: r128461
parent
9a6dfb47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ada/ChangeLog
+1
-1
gcc/ada/a-elchha.adb
+5
-1
No files found.
gcc/ada/ChangeLog
View file @
160c5065
...
...
@@ -16,7 +16,7 @@
s
-
sopco3
.
adb
,
s
-
sopco4
.
adb
,
s
-
sopco5
.
adb
,
s
-
stache
.
adb
,
s
-
stalib
.
adb
,
s
-
stoele
.
adb
,
s
-
strcom
.
adb
,
s
-
strops
.
adb
,
s
-
traceb
.
adb
,
s
-
traent
.
adb
,
s
-
wchcnv
.
adb
,
s
-
wchcon
.
adb
,
s
-
wchjis
.
adb
,
s
-
addope
.
adb
,
s
-
except
.
adb
,
s
-
os_lib
.
adb
,
s
-
string
.
adb
,
s
-
utf_32
.
adb
,
s
-
os_lib
.
adb
,
s
-
string
.
adb
,
s
-
utf_32
.
adb
,
a
-
elchha
.
adb
,
a
-
chlat1
.
ads
,
a
-
elchha
.
ads
,
a
-
except
.
ads
,
g
-
hesora
.
ads
,
g
-
htable
.
ads
,
g
-
speche
.
ads
,
par
-
prag
.
adb
,
restrict
.
adb
,
restrict
.
ads
,
s
-
assert
.
ads
,
s
-
carun8
.
ads
,
s
-
casuti
.
ads
,
s
-
crc32
.
ads
,
sem_ch11
.
adb
,
sem_prag
.
adb
,
gcc/ada/a-elchha.adb
View file @
160c5065
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2003-200
6
, Free Software Foundation, Inc. --
-- Copyright (C) 2003-200
7
, Free Software Foundation, 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- --
...
...
@@ -33,6 +33,10 @@
-- Default version for most targets
pragma Warnings (Off);
pragma Compiler_Unit;
pragma Warnings (On);
with System.Standard_Library; use System.Standard_Library;
-- Used for Adafinal
...
...
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