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
fc5c400a
Commit
fc5c400a
authored
Jun 11, 2002
by
Geoffrey Keating
Committed by
Geoffrey Keating
Jun 11, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/gty.texi: Small updates.
From-SVN: r54533
parent
13f0d49c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
gcc/ChangeLog
+4
-0
gcc/doc/gty.texi
+9
-8
No files found.
gcc/ChangeLog
View file @
fc5c400a
2002-06-11 Geoffrey Keating <geoffk@redhat.com>
* doc/gty.texi: Small updates.
2002-06-12 Gabriel Dos Reis <gdr@codesourcery.com>
* objc/objc-act.c (warn_with_ivar): Adjust calls to
...
...
gcc/doc/gty.texi
View file @
fc5c400a
...
...
@@ -229,11 +229,12 @@ things you need to do:
@enumerate
@item
You
need
to
add
the
file
to
the
list
of
source
files
the
type
machinery
scans
.
For
a
back
-
end
file
,
this
is
done
automatically
.
For
a
front
-
end
file
,
this
is
done
by
adding
the
filename
to
the
@code
{
gtfiles
}
variable
defined
in
@file
{
config
-
lang
.
in
}.
For
other
files
,
this
is
done
by
adding
the
filename
to
the
@code
{
GTFILES
}
variable
in
@file
{
Makefile
.
in
}.
scans
.
For
a
back
-
end
file
,
this
is
usually
done
automatically
;
if
not
,
you
should
add
it
to
@code
{
config_gtfiles
}
in
the
appropriate
port
'
s
entries
in
@file
{
config
.
gcc
}.
For
a
front
-
end
file
,
this
is
done
by
adding
the
filename
to
the
@code
{
gtfiles
}
variable
defined
in
@file
{
config
-
lang
.
in
}.
For
other
files
,
this
is
done
by
adding
the
filename
to
the
@code
{
GTFILES
}
variable
in
@file
{
Makefile
.
in
}.
@item
You
need
to
include
the
file
that
the
type
machinery
will
generate
in
...
...
@@ -243,9 +244,9 @@ the source file you just changed. The file will be called
to
mention
this
file
as
a
dependency
in
the
@file
{
Makefile
}
!
@item
Finally
,
you
need
to
a
dd
a
@file
{
Makefile
}
rule
that
will
ensure
this
file
can
be
built
.
This
is
done
by
making
it
a
dependency
of
@code
{
s
-
gtype
},
like
this
:
Finally
,
you
need
to
a
rrange
to
add
a
@file
{
Makefile
}
rule
that
will
ensure
this
file
can
be
built
.
This
is
done
by
making
it
a
dependency
of
@code
{
s
-
gtype
},
like
this
:
@verbatim
gt
-
path
.
h
:
s
-
gtype
;
@true
@end
verbatim
...
...
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