]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Move dwarf_cfi_cie_p definition from cfi.h to libdw.h.
authorMark Wielaard <mjw@redhat.com>
Mon, 31 May 2010 13:39:15 +0000 (15:39 +0200)
committerMark Wielaard <mjw@redhat.com>
Tue, 1 Jun 2010 21:08:08 +0000 (23:08 +0200)
libdw/ChangeLog
libdw/cfi.h
libdw/libdw.h

index 125f78b9fe3b3b6b04845c4c7f45029841ad3c73..ead4397c1a8a7dcd64b79110ffcb5067098443df 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-31  Mark Wielaard  <mjw@redhat.com>
+
+       * cfi.h (dwarf_cfi_cie_p): Move definition from here, to ..
+       * libdw.h (dwarf_cfi_cie_p): ... here.
+
 2010-05-31  Mark Wielaard  <mjw@redhat.com>
 
        * dwarf.h: Fix DW_LANG_Python constant.
index e04e76ddb02a74279719002c0f3883fb8108c6b1..6aaa9c8a70f27dd57db5adb49648bcc4eb30eab0 100644 (file)
@@ -54,8 +54,6 @@
 #include "libelfP.h"
 struct ebl;
 
-#define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
-
 /* Cached CIE representation.  */
 struct dwarf_cie
 {
index 94320c7bfd7f1e4b1f1b14013110ea452a1dddf8..252361fc0b88b7462ee82d0aa11c9aefb0cf3d46 100644 (file)
@@ -247,6 +247,8 @@ typedef union
   Dwarf_FDE fde;
 } Dwarf_CFI_Entry;
 
+#define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
+
 /* Opaque type representing a frame state described by CFI.  */
 typedef struct Dwarf_Frame_s Dwarf_Frame;