From: nasm-bot f. C. G. <gor...@gm...> - 2018-10-28 20:54:16
|
Commit-ID: 29a829948701805e6c9a6d0fe174f20260284a64 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=29a829948701805e6c9a6d0fe174f20260284a64 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 28 Oct 2018 13:54:15 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 28 Oct 2018 23:51:18 +0300 dwarf: Update header and drop redundant space Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- output/dwarf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output/dwarf.h b/output/dwarf.h index 26ca0b2..f846b2b 100644 --- a/output/dwarf.h +++ b/output/dwarf.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 1996-2009 The NASM Authors - All Rights Reserved + * Copyright 1996-2018 The NASM Authors - All Rights Reserved * See the file AUTHORS included with the NASM distribution for * the specific copyright holders. * @@ -606,7 +606,7 @@ enum dwarf_call_frame { DW_CFA_def_cfa_register = 0x0d, DW_CFA_def_cfa_offset = 0x0e, /* DWARF 3 */ - DW_CFA_def_cfa_expression = 0x0f, + DW_CFA_def_cfa_expression = 0x0f, DW_CFA_expression = 0x10, DW_CFA_offset_extended_sf = 0x11, DW_CFA_def_cfa_sf = 0x12, |