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
99e9e773
Commit
99e9e773
authored
Jan 02, 2002
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jan 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* warn_summary: Add -ada subdirectory flag.
From-SVN: r48457
parent
1574ef13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
contrib/ChangeLog
+4
-0
contrib/warn_summary
+4
-4
No files found.
contrib/ChangeLog
View file @
99e9e773
2002-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* warn_summary: Add -ada subdirectory flag.
2001-12-12 Matthias Klose <doko@debian.org>
* texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
...
...
contrib/warn_summary
View file @
99e9e773
...
...
@@ -3,7 +3,7 @@
# This script parses the output of a gcc bootstrap when using warning
# flags and determines various statistics.
#
# usage: warn_summary [-llf] [-s stage] [-nosub|-ch|-cp|-f|-java|-intl|-fixinc]
# usage: warn_summary [-llf] [-s stage] [-nosub|-ch|-cp|-f|-java|-
ada|-
intl|-fixinc]
# [-pass|-wpass] [file(s)]
#
# -llf
...
...
@@ -19,7 +19,7 @@
#
# -nosub
# Only show warnings from the gcc top level directory.
# -ch|-cp|-f|-java|-intl|-fixinc
# -ch|-cp|-f|-java|-
ada|-
intl|-fixinc
# Only show warnings from the specified language subdirectory.
# These override each other so only the last one passed takes effect.
#
...
...
@@ -132,7 +132,7 @@ s%^[^ ]*/\(lib[a-z23+-]*/\)%\1%;'
# Start the main section.
usage
=
"usage:
`
basename
$0
`
[-llf] [-s stage] [-nosub|-ch|-cp|-f|-java|-intl|-fixinc] [-pass|-wpass] [file(s)]"
usage
=
"usage:
`
basename
$0
`
[-llf] [-s stage] [-nosub|-ch|-cp|-f|-java|-
ada|-
intl|-fixinc] [-pass|-wpass] [file(s)]"
stageN
=
3
tmpfile
=
/tmp/tmp-warn.
$$
...
...
@@ -158,7 +158,7 @@ while test -n "$1" ; do
-s
)
if
test
-z
"
$2
"
;
then
echo
$usage
1>&2
;
exit
1
;
fi
stageN
=
"
$2
"
;
shift
2
;;
-s
*
)
stageN
=
"
`
expr
$1
:
'-s\(.*\)'
`
"
;
shift
;;
-nosub
|
-ch
|
-cp
|
-f
|
-java
|
-intl
|
-fixinc
)
filter
=
"
`
expr
$1
:
'-\(.*\)'
`
"
;
shift
;;
-nosub
|
-ch
|
-cp
|
-f
|
-java
|
-
ada
|
-
intl
|
-fixinc
)
filter
=
"
`
expr
$1
:
'-\(.*\)'
`
"
;
shift
;;
-pass
)
pass
=
1
;
shift
;;
-wpass
)
pass
=
w
;
shift
;;
-
*
)
echo
$usage
1>&2
;
exit
1
;;
...
...
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