aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
blob: 013a8f2b1711bc632057e27781e9775f55f4d871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
2001-10-08  Richard Kenner (kenner@gnat.com)

	* misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
	Consistently set MEM attributes from expression; fixes
	bootstrap failure on x86.

2001-10-08  Geert Bosch  (bosch@gnat.com)

	* 5oosinte.adb: Add 2001 to copyright notice.

2001-10-08  Geert Bosch  (bosch@gnat.com)

	* ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].

	* csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].

2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>

	* 5oosinte.adb: Fix spelling error of "separate" as "seperate".

2001-10-05  Geert Bosch  (bosch@gnat.com)

	* adaint.h: Small formatting fix.

2001-10-04  Geert Bosch  <bosch@gnat.com>

	* sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
	Arg is int, not FILE *, in dummy version of functions.
	
	* adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
	Arg is int, not FILE *.

2001-10-04  Geert Bosch  <bosch@gnat.com>

	* 3lsoccon.ads: Added file, missed with initial check ins.
  
	* 4lintnam.ads: Fix header format.
	Change Linux to GNU/Linux.
  
	* 5iosinte.adb: Change Linux to GNU/Linux.

	* 5iosinte.ads: Change Linux to GNU/Linux.
  
	* 5itaprop.adb: Change Linux to GNU/Linux.
  
	* 5itaspri.ads: Change Linux to GNU/Linux.
	Update copyright notice.
  
	* 5lintman.adb: Change Linux to GNU/Linux.
  
	* 5lml-tgt.adb: Change Linux to GNU/Linux.
  
	* 5losinte.ads: Change Linux to GNU/Linux.
  
	* 5lsystem.ads: Change Linux to GNU/Linux.
  
	* 5qosinte.adb: Change Linux to GNU/Linux.
  
	* 5qosinte.ads: Change Linux to GNU/Linux.
  
	* 5qparame.ads: Change Linux to GNU/Linux.
  
	* 5qtaprop.adb: Change Linux to GNU/Linux.
  
	* 5qtaspri.ads: Change Linux to GNU/Linux.
	Add 2001 to copyright notice.
  
	* 5vintman.ads: Change Linux to GNU/Linux.
	Fix header format.  Add 2001 to copyright notice.
  
	* g-soccon.ads: Change Linux to GNU/Linux.
  
	* g-trasym.ads: Change Linux to GNU/Linux.
	Add 2001 to copyright notice.
  
	* memtrack.adb: Change Linux to GNU/Linux.
  
	* s-intman.ads: Change Linux to GNU/Linux.
	Add 2001 to copyright notice.  Fix header format.
  
	* s-stache.adb: Change Linux to GNU/Linux.
  
	* adaint.c: Change Linux to GNU/Linux.
  
	* cio.c: Change Linux to GNU/Linux.
  
	* cstreams.c: Change Linux to GNU/Linux.
  
	* init.c: Change Linux to GNU/Linux.
  
	* gmem.c: Change Linux to GNU/Linux.
  
	* tracebak.c: Change Linux to GNU/Linux.


2001-10-02  Geert Bosch  <bosch@gnat.com>

	* misc.c (insert_default_attributes): Add dummy version.