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
1baae426
Commit
1baae426
authored
Jul 25, 2011
by
Romain Geissler
Committed by
Christian Bruel
Jul 25, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
behalf of romain.geissler@gmail.com. Fix plugin file installation
From-SVN: r176741
parent
264b47b0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
gcc/ChangeLog
+8
-0
gcc/Makefile.in
+3
-3
gcc/c-family/ChangeLog
+4
-0
gcc/c-family/c-pretty-print.h
+1
-1
No files found.
gcc/ChangeLog
View file @
1baae426
2011-07-22 Romain Geissler <romain.geissler@gmail.com>
PR plugins/45348
PR plugins/48425
PR plugins/46577
* Makefile.in: Do not flatten c-family directory when installing
plugin headers.
2011-07-25 Eric Botcazou <ebotcazou@adacore.com>
* ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of
...
...
gcc/Makefile.in
View file @
1baae426
...
...
@@ -4602,8 +4602,8 @@ s-header-vars: Makefile
# Install the headers needed to build a plugin.
install-plugin
:
installdirs lang.install-plugin s-header-vars
# We keep the directory structure for files in config
and .def files. All
# other files are flattened to a single directory.
# We keep the directory structure for files in config
or c-family and .def
#
files. All
other files are flattened to a single directory.
$(mkinstalldirs)
$(DESTDIR)$(plugin_includedir)
headers
=
`
echo
$(PLUGIN_HEADERS)
| tr
' '
'\012'
| sort
-u
`
;
\
srcdirstrip
=
`
echo
"
$(srcdir)
"
| sed
's/[].[^$$\\*|]/\\\\&/g'
`
;
\
...
...
@@ -4615,7 +4615,7 @@ install-plugin: installdirs lang.install-plugin s-header-vars
else continue
;
\
fi
;
\
case
$$
path
in
\
"
$(srcdir)
"
/config/
*
|
"
$(srcdir)
"
/
*
.def
)
\
"
$(srcdir)
"
/config/
*
|
"
$(srcdir)
"
/
c-family/
*
|
"
$(srcdir)
"
/
*
.def
)
\
base
=
`
echo
"
$$
path"
| sed
-e
"s|
$$
srcdirstrip/||"
`
;;
\
*
)
base
=
`
basename
$$
path
`
;;
\
esac
;
\
...
...
gcc/c-family/ChangeLog
View file @
1baae426
2011
-
07
-
25
Romain
Geissler
<
romain
.
geissler
@gmail
.
com
>
*
c
-
pretty
-
print
.
h
:
Search
c
-
common
.
h
in
c
-
family
.
2011
-
07
-
22
Jason
Merrill
<
jason
@redhat
.
com
>
PR
c
++/
49793
...
...
gcc/c-family/c-pretty-print.h
View file @
1baae426
...
...
@@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see
#define GCC_C_PRETTY_PRINTER
#include "tree.h"
#include "c-common.h"
#include "c-
family/c-
common.h"
#include "pretty-print.h"
...
...
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