projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64fdde0
)
Fix typo/thinko in last change.
author
Jeff Law
<law@redhat.com>
Thu, 13 Dec 2018 22:45:24 +0000
(15:45 -0700)
committer
Jeff Law
<law@redhat.com>
Thu, 13 Dec 2018 22:45:59 +0000
(15:45 -0700)
* dw2gencfi.c (output_cie): Add missing semicolon in last
change.
gas/ChangeLog
patch
|
blob
|
history
gas/dw2gencfi.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index
dc3aa7c
..
bac853d
100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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,
diff --git
a/gas/dw2gencfi.c
b/gas/dw2gencfi.c
index
02d7f3c
..
f9a0b44
100644
(file)
--- a/
gas/dw2gencfi.c
+++ b/
gas/dw2gencfi.c
@@
-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)