]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Rename unwindP.h -> cfi.h
authorRoland McGrath <roland@redhat.com>
Fri, 3 Apr 2009 22:07:03 +0000 (15:07 -0700)
committerRoland McGrath <roland@redhat.com>
Fri, 3 Apr 2009 22:07:03 +0000 (15:07 -0700)
17 files changed:
libdw/Makefile.am
libdw/cfi.c
libdw/cfi.h [moved from libdw/unwindP.h with 99% similarity]
libdw/cie.c
libdw/dwarf_cfi_addrframe.c
libdw/dwarf_cfi_end.c
libdw/dwarf_end.c
libdw/dwarf_frame_cfa.c
libdw/dwarf_frame_info.c
libdw/dwarf_frame_register.c
libdw/dwarf_getcfi.c
libdw/dwarf_getcfi_elf.c
libdw/dwarf_next_cfi.c
libdw/fde.c
libdw/frame-cache.c
libdwfl/dwfl_addrframe.c
libdwfl/dwfl_module_getcfi.c

index f278ed82824d70507c5992594b2fb8724208b440..62eafb7edb39e5789f1f1dd0f3fdde35056edfa5 100644 (file)
@@ -140,7 +140,7 @@ endif
 libdw_a_LIBADD = $(addprefix ../libdwfl/,$(shell $(AR) t ../libdwfl/libdwfl.a))
 
 noinst_HEADERS = libdwP.h memory-access.h dwarf_abbrev_hash.h \
-                unwindP.h encoded-value.h
+                cfi.h encoded-value.h
 
 EXTRA_DIST = libdw.map
 
index aabc0802543ef3b70d860fe51d24f8a2202d9771..0be13d4a5f4831726ef7e402ba10f91bb688e029 100644 (file)
@@ -53,7 +53,7 @@
 
 #include <dwarf.h>
 #include "../libebl/libebl.h"
-#include "unwindP.h"
+#include "cfi.h"
 #include "memory-access.h"
 #include "encoded-value.h"
 #include <assert.h>
similarity index 99%
rename from libdw/unwindP.h
rename to libdw/cfi.h
index 3ac503be39ac982704fe6d2df0ea82fa8dc5751c..8390fd825e1e554e9121ceae3bad6b4ad1f29c10 100644 (file)
@@ -1,4 +1,4 @@
-/* Internal definitions for libdw unwinder code.
+/* Internal definitions for libdw CFI interpreter.
    Copyright (C) 2006, 2007, 2009 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
index 34e3ffec2e39d0733c7741e7d89466c9578825dc..e698a4b9db5f2e40ecce88874d754dd0211eede8 100644 (file)
@@ -51,7 +51,7 @@
 # include <config.h>
 #endif
 
-#include "unwindP.h"
+#include "cfi.h"
 #include "encoded-value.h"
 #include <search.h>
 #include <stdlib.h>
index 94ff0bfe84db9beb8eb60442c87a2c140258a8b5..e66a0e7e255928c72472681dc5a05072c482a66b 100644 (file)
@@ -1,5 +1,5 @@
 /* Compute frame state at PC.
-   Copyright (C) 2006 Red Hat, Inc.
+   Copyright (C) 2006, 2009 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -51,7 +51,7 @@
 # include <config.h>
 #endif
 
-#include "unwindP.h"
+#include "cfi.h"
 
 int
 dwarf_cfi_addrframe (cache, address, frame)
index 82cd77b3cca85f57bb3663af7b049e38f0d25f6e..b5bfe148a8279575032f168cbde7104b487f125e 100644 (file)
@@ -1,5 +1,5 @@
 /* Clean up Dwarf_CFI structure.
-   Copyright (C) 2006 Red Hat, Inc.
+   Copyright (C) 2006, 2009 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -52,7 +52,7 @@
 #endif
 
 #include "libdwP.h"
-#include "unwindP.h"
+#include "cfi.h"
 #include <stdlib.h>
 
 int
index 33f863e9846c89c60423fd4930351bb359a58132..fda37fc1bb8b60039fd84b581435d2b73eed8fd6 100644 (file)
@@ -1,5 +1,5 @@
 /* Release debugging handling context.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Written by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -56,7 +56,7 @@
 #include <stdlib.h>
 
 #include "libdwP.h"
-#include "unwindP.h"
+#include "cfi.h"
 
 
 static void
index 766f0cf1b9ea42dfa0eb6a5bbd2e0bc70bcd4b82..a491fa32b98dd465201e142618e38aedb1e6f966 100644 (file)
@@ -1,5 +1,5 @@
 /* Get CFA expression for frame.
-   Copyright (C) 2006, 2007 Red Hat, Inc.
+   Copyright (C) 2006, 2007, 2009 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -51,7 +51,7 @@
 # include <config.h>
 #endif
 
-#include "unwindP.h"
+#include "cfi.h"
 #include <dwarf.h>
 #include <stdlib.h>
 
index 8813c0ad2ba6bf454685a2767a97d89f4cfd49c7..f0c710387428fbdc981a0a724f4af1615a13d458 100644 (file)
@@ -51,7 +51,7 @@
 # include <config.h>
 #endif
 
-#include "unwindP.h"
+#include "cfi.h"
 
 int
 dwarf_frame_info (fs, start, end, signalp)
index 98efcc12e22d40ebf20de0991fd093969790470e..dc414d0f8735801cce2657bfa7b81c4e59a74a73 100644 (file)
@@ -51,7 +51,7 @@
 # include <config.h>
 #endif
 
-#include "unwindP.h"
+#include "cfi.h"
 #include <dwarf.h>
 
 int
index e6df97f0c8e60f659d53860dd031d915fefe6da3..91ac5a4736f95f8701f88d583ebc77c38128c3d3 100644 (file)
@@ -52,7 +52,7 @@
 #endif
 
 #include "libdwP.h"
-#include "unwindP.h"
+#include "cfi.h"
 #include <dwarf.h>
 
 Dwarf_CFI *
index 8fc2a7256f9110175b153bad976de958fa273d16..f68e6418b2e800e9d0a07c4a5d96c72ae8808957 100644 (file)
@@ -56,7 +56,7 @@
 #include <assert.h>
 
 #include "libdwP.h"
-#include "unwindP.h"
+#include "cfi.h"
 #include "encoded-value.h"
 #include <dwarf.h>
 
index 2fe381a4b073b224daf837717f0249056cff5ba7..698e31c8d678598931378540eaca0478ac99356c 100644 (file)
@@ -1,5 +1,5 @@
 /* Advance to next CFI entry.
-   Copyright (C) 2006, 2007 Red Hat, Inc.
+   Copyright (C) 2006, 2007, 2009 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -51,7 +51,7 @@
 # include <config.h>
 #endif
 
-#include "unwindP.h"
+#include "cfi.h"
 #include "encoded-value.h"
 
 #include <string.h>
index b5a10fcecca7f27fe08df3cf5f1415151ee49343..df38a291190df40880540bfc5c2a7131cad4ec96 100644 (file)
@@ -51,7 +51,7 @@
 # include <config.h>
 #endif
 
-#include "unwindP.h"
+#include "cfi.h"
 #include <search.h>
 #include <stdlib.h>
 
index 179870c562b507cd533d1c09443eaca331846ff5..cc63827b4ce684ff00d472a307a7c6453feea429 100644 (file)
@@ -51,7 +51,7 @@
 # include <config.h>
 #endif
 
-#include "unwindP.h"
+#include "cfi.h"
 #include <search.h>
 #include <stdlib.h>
 
index 62125feb95a2d0fec39adf26520ed019415cd390..21548e77f0301c9d4abb11665fbeaf4dd2ad2e51 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2006 Red Hat, Inc.
+   Copyright (C) 2006, 2009 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -48,7 +48,7 @@
    <http://www.openinventionnetwork.com>.  */
 
 #include "libdwflP.h"
-#include "../libdw/unwindP.h"  /* XXX */
+#include "../libdw/cfi.h"      /* XXX */
 
 int
 dwfl_addrframe (dwfl, address, frame)
index b1d5831c3486551924b5b43fbb877adc196d7cb0..21f259050c699b86709fde2a41d10627bc68e888 100644 (file)
@@ -48,8 +48,7 @@
    <http://www.openinventionnetwork.com>.  */
 
 #include "libdwflP.h"
-#include "../libdw/unwindP.h"
-#include "../libdw/unwind.h"   /* XXX */
+#include "../libdw/cfi.h"
 
 Dwarf_CFI *
 dwfl_module_getcfi (mod, bias)