repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix test for sections with different VMA<->LMA relationships so that it only applies...
[binutils-gdb.git]
/
ld
/
genscrba.sh
blob
d10e27a43c60fa18467479b32ee583c0f4d8945e
1
#!/bin/bash
2
source_em
()
3
{
4
local
current_script
=
"
$em_script
"
5
em_script
=
$1
6
source_sh
$1
7
em_script
=
$current_script
8
}
9
fragment
()
10
{
11
if
[
${BASH_VERSINFO[3]}
-ge
3
];
then
12
local
lineno
=
$
[
${BASH_LINENO[0]}
+
1
]
13
echo
>>
e
${EMULATION_NAME}
.c
"#line
$lineno
\"
$em_script
\"
"
14
fi
15
cat
>>
e
${EMULATION_NAME}
.c
16
}