]> gcc.gnu.org Git - gcc.git/blob - gcc/f/ChangeLog.egcs
com.c (ffecom_expr_): Take an new arg TREE_TYPE that if non-null specifies the type...
[gcc.git] / gcc / f / ChangeLog.egcs
1 Wed Oct 22 11:37:41 1997 Richard Henderson <rth@cygnus.com>
2
3 * com.c (ffecom_expr_): Take an new arg TREE_TYPE that if non-null
4 specifies the type in which to do the calculation. Change all callers.
5 [FFEBLD_opARRAYREF]: Force the index expr to use sizetype.
6
7 Thu Oct 16 02:04:08 1997 Paul Koning <pkoning@xedia.com>
8
9 * Make-lang.in (stmp-f2c.h): Don't configure the runtime
10 directory if LANGUAGES does not include f77.
11
12 Mon Oct 13 12:12:41 1997 Richard Henderson <rth@cygnus.com>
13
14 * Make-lang.in (g77*): Copied from cp/Make-lang.in g++*.
15 * g77spec.c: New file, mostly copied from g++spec.c
16 * g77.c: Removed.
17
18 Mon Oct 6 14:15:03 1997 Jeffrey A Law (law@cygnus.com)
19
20 * Make-lang.in (f77.mostlyclean): Clean up stuff in the
21 object tree too.
22 (f77.clean, f77.distclean, f77.maintainer-clean): Likewise.
23
24 Wed Oct 1 01:45:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
25
26 * g77.c (pexecute, main): Use unlink, not remove.
27
28 Mon Sep 29 10:37:07 1997 Jeffrey A Law (law@cygnus.com)
29
30 * intdoc.c (main): Remove unused attribute for main's arguments.
31
32 Sun Sep 28 01:47:17 1997 Jeffrey A Law (law@cygnus.com)
33
34 * Make-lang.in (G77_FLAGS_TO_PASS): Pass down RANLIB, RANLIB_TEST
35 and AR instead of the _FOR_TARGET versions.
36
37 Tue Sep 23 00:39:57 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
38
39 * Make-lang.in: install.texi was renamed to g77install.texi
40 * install0.texi: Likewise.
41
42 Thu Sep 18 17:31:38 1997 Jeffrey A Law (law@cygnus.com)
43
44 * proj.h (FFEPROJ_BSEARCH): Delete all references.
45 (FFEPROJ_STRTOUL): Likewise.
46 * proj.c (bsearch): Compile this if no bsearch is provided by the
47 host system.
48 (strtoul): Similarly.
49
50 * g77install.texi: Renamed from install.texi
51 * g77.texi: Corresponding changes.
52
53 * fini.c (main): Return type is int.
54
55 * com.c (lang_printable_name): Use verbosity argument.
56
57 Thu Sep 18 16:08:40 1997 Jeffrey A Law (law@cygnus.com)
58
59 * Make-lang.in: Fix merge problems.
60
61 Sun Sep 14 21:01:23 1997 Jeffrey A Law (law@cygnus.com)
62
63 * Make-lang.in: Various changes to build info files
64 in the object tree rather than the source tree.
65
66 * proj.h: Include ctype.h.
67
68 Sun Sep 14 12:35:20 1997 Fred Fish (fnf@ninemoons.com)
69
70 * proj.h (isascii): Provide a default definition if none is available.
71
72 Thu Sep 11 19:26:10 1997 Dave Love <d.love@dl.ac.uk>
73
74 * config-lang.in: Remove the messages about possible build problems.
75
76 Wed Sep 10 16:39:47 1997 Jim Wilson <wilson@cygnus.com>
77
78 * Make-lang.in (LN, LN_S): New macros, use where appropriate.
79
80 Tue Sep 9 13:20:40 1997 Jim Wilson <wilson@cygnus.com>
81
82 * g77.c (pexecute, doit): Add checks for __CYGWIN32__.
83
84 Wed Aug 27 20:32:03 1997 Jeffrey A Law (law@cygnus.com)
85
86 * top.c (ffe_decode_option): Turn on flag_move_all_moveables
87 and flag_reduce_all_givs.
88
89 Mon Aug 25 23:24:32 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
90
91 * Make-lang.in ($(srcdir)/f/runtime/configure,
92 $(srcdir)/f/runtime/libU77/configure, f77.mostlyclean,
93 f77.clean, f77.distclean, f77.maintainer-clean, f77.realclean):
94 Handle absolute pathname of $(srcdir).
95 (stmp-f2c.h): New.
96 (include/f2c.h, f/runtime/Makefile, f/runtime/libF77/Makefile,
97 f/runtime/libI77/Makefile, f/runtime/libU77/Makefile): Only
98 depend on stmp-f2c.h.
99 (f77.maintainer-clean): Don't make itself.
100
101 Sun Aug 24 17:00:27 1997 Jim Wilson <wilson@cygnus.com>
102
103 * Make-lang.in (f77.install-info): Don't cd into srcdir. Add srcdir
104 to filenames. Use sed to extract base filename for install.
105
106 Thu Aug 21 13:15:29 1997 Jim Wilson <wilson@cygnus.com>
107
108 * Make-lang.in (f77): Delete f77-runtime.
109 (f77.all.build, f77.all.cross, f77.rest.encap): Add f77-runtime.
110
111 Wed Aug 20 16:36:59 1997 Jim Wilson <wilson@cygnus.com>
112
113 * intdoc.texi: Readd generated file.
114
115 Mon Aug 18 09:01:54 1997 Jeffrey A Law (law@cygnus.com)
116
117 * Makefile.in (F77_SRCS): Re-alphabetize.
118 * Make-lang.in (F77_OBJS): Likewise.
119
120 Sun Aug 17 08:35:11 1997 Jeffrey A Law (law@cygnus.com)
121
122 * INSTALL: Rebuilt.
123 * install.texi: Remove "Object File Differences" section. Remove
124 all references to zzz.o failing comparison tests.
125 * version.c, version.h: Renamed from zzz.c and zzz.h. Remove
126 date and time stamps so a 3 stage build reports no differences.
127 * Make-lang.in: Corresponding changes.
128 * Makefile.in: Likewise.
129 * g77.c, parse.c: Likewise.
130
131 * intdoc.texi: Remove generated file from distribution.
132
133 Tue Aug 12 10:23:02 1997 Jeffrey A Law (law@cygnus.com)
134
135 * config-lang.in: Don't demand the backend patch.
136 * com.c (lang_printable_name): Second argument is now an int. Don't
137 store into the value of the second argument.
138 * top.c (ffe_decode_option): Temporarily disable setting
139 of "Toon" loop options until we figure out how to address
140 them.
141
142 Mon Aug 11 23:18:35 1997 Jeffrey A Law (law@cygnus.com)
143
144 * g77-0.5.21-19970811 Imported.
145 This file describes changes to the front end necessary to make
146 it work with egcs.
147
This page took 0.049959 seconds and 6 git commands to generate.