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
3a3b6beb
Commit
3a3b6beb
authored
Nov 26, 2007
by
Alexandre Oliva
Committed by
Alexandre Oliva
Nov 26, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* compare-debug: Introduce -p flag to preserve .stripped files.
From-SVN: r130431
parent
dc1327cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
+14
-1
contrib/ChangeLog
+4
-0
contrib/compare-debug
+10
-1
No files found.
contrib/ChangeLog
View file @
3a3b6beb
2007
-
11
-
26
Alexandre
Oliva
<
aoliva
@redhat
.
com
>
*
compare
-
debug
:
Introduce
-
p
flag
to
preserve
.
stripped
files
.
2007
-
10
-
08
Manuel
Lopez
-
Ibanez
<
manu
@gcc
.
gnu
.
org
>
*
texi2pod
.
pl
:
Handle
@asis
.
...
...
contrib/compare-debug
View file @
3a3b6beb
...
...
@@ -21,6 +21,15 @@
# along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
rm
=
'rm -f'
case
$1
in
-p
|
--preserve
)
rm
=
'echo preserving'
shift
;;
esac
if
test
$#
!=
2
;
then
echo
'usage: compare-debug file1.o file2.o'
>
&2
exit
1
...
...
@@ -60,7 +69,7 @@ else
status
=
1
fi
rm
-f
"
$1
.
$suf1
"
"
$2
.
$suf2
"
$rm
"
$1
.
$suf1
"
"
$2
.
$suf2
"
trap
"exit
$status
; exit"
0 1 2 15
...
...
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