* config/tc-ia64.c (md_apply_fix3): Add default case.
This commit is contained in:
parent
e5af98ed41
commit
7925dd68c9
@ -1,3 +1,7 @@
|
||||
2002-11-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/tc-ia64.c (md_apply_fix3): Add default case.
|
||||
|
||||
2002-11-28 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* symbols.c (S_SET_THREAD_LOCAL): New function.
|
||||
|
@ -10435,6 +10435,9 @@ md_apply_fix3 (fix, valP, seg)
|
||||
case BFD_RELOC_IA64_LTOFF_DTPREL22:
|
||||
S_SET_THREAD_LOCAL (fix->fx_addsy);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
/* ??? This is a hack copied from tc-i386.c to make PCREL relocs
|
||||
|
Loading…
x
Reference in New Issue
Block a user