C-SKY FAIL: jbt - csky
Another failure seen with MALLOC_PERTURB_=1. * config/tc-csky.c (md_convert_frag): Initialise trailing padding for COND_JUMP_PIC.
This commit is contained in:
parent
3a1bb98c3c
commit
f6bd0b7677
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-05-15 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* config/tc-csky.c (md_convert_frag): Initialise trailing
|
||||
padding for COND_JUMP_PIC.
|
||||
|
||||
2019-05-15 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* dwarf2dbg.c: Whitespace fixes.
|
||||
|
|
|
@ -4426,6 +4426,8 @@ md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED, segT asec, fragS *fragp)
|
|||
buf[20] = (disp >> 8) & 0xff;
|
||||
buf[21] = disp & 0xff;
|
||||
}
|
||||
buf[22] = 0; /* initialise. */
|
||||
buf[23] = 0;
|
||||
fragp->fr_fix += C32_LEN_PIC;
|
||||
|
||||
} /* end if is_unaligned. */
|
||||
|
|
Loading…
Add table
Reference in a new issue