~ubuntu-branches/ubuntu/jaunty/adacontrol/jaunty

« back to all changes in this revision

Viewing changes to test/conf/t_representation_clauses.aru

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2008-04-27 15:25:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080427152559-qrlic533a1x02flu
Tags: 1.8r8-1

* New upstream version.
* debian/adacontrol.gpr: delete; use upstream's project file instead.
* patches/build.patch: patch upstream's project file to change Object_Dir
  and Exec_Dir.
* Build-depend on asis 2007 and gnat-4.3.
* Add support for mips, mipsel and ppc64.
* Build and provide ptree.
* ptree.1: new.
* adactl.1: update; new options and rules are available.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
alignment  : check  representation_clauses (at_mod, 'alignment);
4
4
enumeration: search representation_clauses (enumeration);
5
5
record     : search representation_clauses (record);
6
 
size       : check  representation_clauses ('SIZE); 
7
 
streams    : check  representation_clauses ('read,  'class'read,  'write,  'class'write, 
8
 
                                              'input, 'class'input, 'output, 'class'output);    
 
 
b'\\ No newline at end of file'
 
6
size       : check  representation_clauses ('SIZE);
 
7
fractional : check  representation_clauses (fractional_size);
 
8
non_contig : check  representation_clauses (non_contiguous_record);
 
9
incomplete : check  representation_clauses (incomplete_record);
 
10
streams    : check  representation_clauses ('read,  'class'read,  'write,  'class'write,
 
11
                                              'input, 'class'input, 'output, 'class'output);