projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
IA-64 ELF support.
[deliverable/binutils-gdb.git]
/
gas
/
testsuite
/
gas
/
ia64
/
fixup-dump.pl
1
print
"# objdump: -d
\n
"
;
2
print
"# name: ia64
$ARGV
[0]
\n
"
;
3
shift
;
4
5
while
(<>) {
6
if
(
/.*file format.*/
) {
7
$_
=
".*: +file format .*
\n
"
;
8
}
else
{
9
s/([][().])/\\$1/g
;
10
}
11
print
;
12
}
This page took
0.029396 seconds
and
4
git commands to generate.