Fix typo/thinko in last change.
* dw2gencfi.c (output_cie): Add missing semicolon in last change.
This commit is contained in:
parent
64fdde094a
commit
c68033869a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-12-13 Jeff Law <law@redhat.com>
|
||||
|
||||
* dw2gencfi.c (output_cie): Add missing semicolon in last
|
||||
change.
|
||||
|
||||
2018-12-13 Sam Tebbs <sam.tebbs@arm.com>
|
||||
|
||||
* config/tc-aarch64.h (enum pointer_auth_key,
|
||||
|
|
|
@ -1863,7 +1863,7 @@ output_cie (struct cie_entry *cie, bfd_boolean eh_frame, int align)
|
|||
out_one ('L');
|
||||
out_one ('R');
|
||||
#ifdef tc_output_cie_extra
|
||||
tc_output_cie_extra (cie)
|
||||
tc_output_cie_extra (cie);
|
||||
#endif
|
||||
}
|
||||
if (cie->signal_frame)
|
||||
|
|
Loading…
Add table
Reference in a new issue