]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
gas: fix a few omissions in .cfi_label handling
authorJan Beulich <jbeulich@novell.com>
Fri, 6 Feb 2015 08:11:09 +0000 (09:11 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 6 Feb 2015 08:11:09 +0000 (09:11 +0100)
commit73e7610887dfd4313b66f33436bc18570d58b2ac
tree380aa9e1f0bfa07d574994794283837a0986d4fc
parente9fbd0432f8ab3983b166ae0b4d3e2ab6fbc8cf3
gas: fix a few omissions in .cfi_label handling

While actually starting to use that new directive, I noticed a few
oversights of the original commit.

gas/
2015-02-06  Jan Beulich  <jbeulich@suse.com>

* dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
(cfi_change_reg_numbers): Also do nothing for CFI_label.
(cfi_pseudo_table): Also handle .cfi_label when not supporting
CFI directives.
gas/ChangeLog
gas/dw2gencfi.c