diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-15 13:06:43 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-15 13:06:43 +0000 |
commit | 7d4e117127d7711442b99914b7df5b0f94c4613c (patch) | |
tree | 4820fcf687061774908146b6e2eb0f71c1669d73 /gcc/ada/par_sco.ads | |
parent | 88fcd05764e415071c31b873b7ee99ee748f12a1 (diff) | |
download | gcc-7d4e117127d7711442b99914b7df5b0f94c4613c.tar.gz |
2009-07-15 Robert Dewar <dewar@adacore.com>
* par_sco.adb (Traverse_Declarations_Or_Statements): Add processing for
N_Label. Remove SCO table entry for entry point (not used).
* par_sco.ads: Remove SCO entry point type (not used)
* switch.adb: Minor code clean up.
2009-07-15 Eric Botcazou <ebotcazou@adacore.com>
* exp_dbug.ads (Base Record Types): Document enhanced encoding.
2009-07-15 Thomas Quinot <quinot@adacore.com>
* gnatls.adb: Minor reformatting
* gnatcmd.adb: Minor code reorganization
2009-07-15 Ed Schonberg <schonberg@adacore.com>
* exp_util.adb (Component_May_Be_Bit_Aligned): Use underlying type to
determine whether a component of a private type has a composite type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149688 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/par_sco.ads')
-rw-r--r-- | gcc/ada/par_sco.ads | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/ada/par_sco.ads b/gcc/ada/par_sco.ads index 5adee95af15..a977a11daa1 100644 --- a/gcc/ada/par_sco.ads +++ b/gcc/ada/par_sco.ads @@ -98,15 +98,6 @@ package Par_SCO is -- CS sloc-range - -- Entry points - - -- An entry point is a statement to which control may be passed other - -- than by falling into the statement for above. Examples are the first - -- statement of the body of a loop, and the statement following a label. - -- The form of an entry point in the ALI file is: - - -- CY sloc-range - -- Exit points -- An exit point is a statement that causes transfer of control. Examples |