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
36ded32a
Commit
36ded32a
authored
Nov 09, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Nov 09, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g77.texi, news.texi: Updates from Craig.
From-SVN: r23593
parent
3363316f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
4 deletions
+39
-4
gcc/f/ChangeLog
+4
-0
gcc/f/g77.texi
+4
-3
gcc/f/news.texi
+31
-1
No files found.
gcc/f/ChangeLog
View file @
36ded32a
Mon Nov 9 23:15:39 1998 Jeffrey A Law (law@cygnus.com)
* g77.texi, news.texi: Updates from Craig.
Sun Nov 8 17:47:56 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun Nov 8 17:47:56 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include".
* Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include".
...
...
gcc/f/g77.texi
View file @
36ded32a
...
@@ -12032,7 +12032,7 @@ require much more work on @code{libg2c}.
...
@@ -12032,7 +12032,7 @@ require much more work on @code{libg2c}.
@pindex asa
@pindex asa
@pindex fpr
@pindex fpr
@code{g77} doesn't support @code{FORM='PRINT'} or an equivalent to
@code{g77} doesn't support @code{FORM='PRINT'} or an equivalent to
translate the traditional `carr
ai
ge control' characters in column 1 of
translate the traditional `carr
ia
ge control' characters in column 1 of
output to use backspaces, carriage returns and the like. However
output to use backspaces, carriage returns and the like. However
programs exist to translate them in output files (or standard output).
programs exist to translate them in output files (or standard output).
These are typically called either @code{fpr} or @code{asa}. You can get
These are typically called either @code{fpr} or @code{asa}. You can get
...
@@ -12042,8 +12042,9 @@ systems which will probably build easily on other systems.
...
@@ -12042,8 +12042,9 @@ systems which will probably build easily on other systems.
Alternatively, @code{fpr} is in BSD distributions in various archive
Alternatively, @code{fpr} is in BSD distributions in various archive
sites.
sites.
I think both programs can either be used in a pipeline.
@c (Can both programs can be used in a pipeline,
@c with a named input file,
@c and/or with a named output file???)
@node ENCODE and DECODE
@node ENCODE and DECODE
@subsection @code{ENCODE} and @code{DECODE}
@subsection @code{ENCODE} and @code{DECODE}
...
...
gcc/f/news.texi
View file @
36ded32a
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
@c
The
text
of
this
file
appears
in
the
file
BUGS
@c
The
text
of
this
file
appears
in
the
file
BUGS
@c
in
the
G77
distribution
,
as
well
as
in
the
G77
manual
.
@c
in
the
G77
distribution
,
as
well
as
in
the
G77
manual
.
@c
1998
-
09
-
04
@c
1998
-
11
-
03
@ifclear
NEWSONLY
@ifclear
NEWSONLY
@node
News
@node
News
...
@@ -58,6 +58,35 @@ though this can make getting a complete picture
...
@@ -58,6 +58,35 @@ though this can make getting a complete picture
of
what
a
particular
@code
{
egcs
}
version
contains
of
what
a
particular
@code
{
egcs
}
version
contains
somewhat
more
difficult
.
somewhat
more
difficult
.
@heading
In
0
.
5
.
24
and
@code
{
egcs
}
1
.
1
.
1
(
versus
0
.
5
.
23
and
1
.
1
)
:
@itemize
@bullet
@item
Fix
@code
{
libg2c
}
so
it
performs
an
implicit
@code
{
ENDFILE
}
operation
(
as
appropriate
)
whenever
a
@code
{
REWIND
}
is
done
.
(
This
bug
was
introduced
in
0
.
5
.
23
and
@code
{
egcs
}
1
.
1
in
@code
{
g77
}
'
s
version
of
@code
{
libf2c
}.)
@item
Fix
@code
{
libg2c
}
so
it
no
longer
crashes
with
a
spurious
diagnostic
upon
doing
any
I
/
O
following
a
direct
formatted
write
.
(
This
bug
was
introduced
in
0
.
5
.
23
and
@code
{
egcs
}
1
.
1
in
@code
{
g77
}
'
s
version
of
@code
{
libf2c
}.)
@item
Fix
@code
{
g77
}
so
it
no
longer
crashes
compiling
references
to
the
@samp
{
Rand
}
intrinsic
on
some
systems
.
@item
Fix
@code
{
g77
}
portion
of
installation
process
so
it
works
better
on
some
systems
(
those
with
shells
requiring
@samp
{
else
true
}
clauses
on
@samp
{
if
}
constructs
for
the
completion
code
to
be
set
properly
).
@end
itemize
@heading
In
@code
{
egcs
}
1
.
1
(
versus
0
.
5
.
24
)
:
@heading
In
@code
{
egcs
}
1
.
1
(
versus
0
.
5
.
24
)
:
@itemize
@bullet
@itemize
@bullet
@item
@item
...
@@ -98,6 +127,7 @@ having the @code{SAVE} attribute
...
@@ -98,6 +127,7 @@ having the @code{SAVE} attribute
or
given
initial
values
via
@code
{
DATA
}.
or
given
initial
values
via
@code
{
DATA
}.
@end
itemize
@end
itemize
@c
1998
-
09
-
01
:
egcs
-
1
.
1
released
.
@heading
In
@code
{
egcs
}
1
.
1
(
versus
@code
{
egcs
}
1
.
0
.
3
)
:
@heading
In
@code
{
egcs
}
1
.
1
(
versus
@code
{
egcs
}
1
.
0
.
3
)
:
@itemize
@bullet
@itemize
@bullet
@item
@item
...
...
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