repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr37285.c
blob
972478b1879f3736b38fbaae332ec378d7ff2808
1
_bfd_xcoff_canonicalize_dynamic_reloc
(
unsigned long long
l_symndx
)
2
{
3
if
(
l_symndx
<
3
)
4
{
5
switch
(
l_symndx
)
6
{
7
case
0
:
8
case
1
:
9
break
;
10
case
2
:
11
_bfd_abort
(
"HI"
);
12
}
13
}
14
}
15