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
4b79050f
Commit
4b79050f
authored
Feb 13, 2011
by
Joseph Myers
Committed by
Joseph Myers
Feb 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* jvspec.c (jvgenmain_spec): Remove %{a*}.
From-SVN: r170109
parent
877ba3d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/java/ChangeLog
+4
-0
gcc/java/jvspec.c
+2
-2
No files found.
gcc/java/ChangeLog
View file @
4b79050f
2011
-
02
-
13
Joseph
Myers
<
joseph
@
codesourcery
.
com
>
*
jvspec
.
c
(
jvgenmain_spec
):
Remove
%{
a
*}.
2011
-
01
-
21
Kai
Tietz
<
kai
.
tietz
@
onevision
.
com
>
PR
bootstrap
/
47215
...
...
gcc/java/jvspec.c
View file @
4b79050f
/* Specific flags and argument handling of the front-end of the
GNU compiler for the Java(TM) language.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
2005, 2006, 2007, 2009, 2010
, 2011
Free Software Foundation, Inc.
This file is part of GCC.
...
...
@@ -59,7 +59,7 @@ int shared_libgcc = 1;
static
const
char
jvgenmain_spec
[]
=
"jvgenmain %{findirect-dispatch} %{D*} %b %m.i |
\n
\
cc1 %m.i %1 \
%{!Q:-quiet} -dumpbase %b.c %{d*} %{m*}
%{a*}
\
%{!Q:-quiet} -dumpbase %b.c %{d*} %{m*}\
%{g*} %{O*} \
%{v:-version} %{pg:-p} %{p}\
%<fbounds-check %<fno-bounds-check\
...
...
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