From: Roland McGrath Date: Fri, 3 Apr 2009 22:07:03 +0000 (-0700) Subject: Rename unwindP.h -> cfi.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72de8be9fb22dcfbc4f17ac33d22691fbea916c1;p=thirdparty%2Felfutils.git Rename unwindP.h -> cfi.h --- diff --git a/libdw/Makefile.am b/libdw/Makefile.am index f278ed828..62eafb7ed 100644 --- a/libdw/Makefile.am +++ b/libdw/Makefile.am @@ -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 diff --git a/libdw/cfi.c b/libdw/cfi.c index aabc08025..0be13d4a5 100644 --- a/libdw/cfi.c +++ b/libdw/cfi.c @@ -53,7 +53,7 @@ #include #include "../libebl/libebl.h" -#include "unwindP.h" +#include "cfi.h" #include "memory-access.h" #include "encoded-value.h" #include diff --git a/libdw/unwindP.h b/libdw/cfi.h similarity index 99% rename from libdw/unwindP.h rename to libdw/cfi.h index 3ac503be3..8390fd825 100644 --- a/libdw/unwindP.h +++ b/libdw/cfi.h @@ -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. diff --git a/libdw/cie.c b/libdw/cie.c index 34e3ffec2..e698a4b9d 100644 --- a/libdw/cie.c +++ b/libdw/cie.c @@ -51,7 +51,7 @@ # include #endif -#include "unwindP.h" +#include "cfi.h" #include "encoded-value.h" #include #include diff --git a/libdw/dwarf_cfi_addrframe.c b/libdw/dwarf_cfi_addrframe.c index 94ff0bfe8..e66a0e7e2 100644 --- a/libdw/dwarf_cfi_addrframe.c +++ b/libdw/dwarf_cfi_addrframe.c @@ -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 #endif -#include "unwindP.h" +#include "cfi.h" int dwarf_cfi_addrframe (cache, address, frame) diff --git a/libdw/dwarf_cfi_end.c b/libdw/dwarf_cfi_end.c index 82cd77b3c..b5bfe148a 100644 --- a/libdw/dwarf_cfi_end.c +++ b/libdw/dwarf_cfi_end.c @@ -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 int diff --git a/libdw/dwarf_end.c b/libdw/dwarf_end.c index 33f863e98..fda37fc1b 100644 --- a/libdw/dwarf_end.c +++ b/libdw/dwarf_end.c @@ -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 , 2002. @@ -56,7 +56,7 @@ #include #include "libdwP.h" -#include "unwindP.h" +#include "cfi.h" static void diff --git a/libdw/dwarf_frame_cfa.c b/libdw/dwarf_frame_cfa.c index 766f0cf1b..a491fa32b 100644 --- a/libdw/dwarf_frame_cfa.c +++ b/libdw/dwarf_frame_cfa.c @@ -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 #endif -#include "unwindP.h" +#include "cfi.h" #include #include diff --git a/libdw/dwarf_frame_info.c b/libdw/dwarf_frame_info.c index 8813c0ad2..f0c710387 100644 --- a/libdw/dwarf_frame_info.c +++ b/libdw/dwarf_frame_info.c @@ -51,7 +51,7 @@ # include #endif -#include "unwindP.h" +#include "cfi.h" int dwarf_frame_info (fs, start, end, signalp) diff --git a/libdw/dwarf_frame_register.c b/libdw/dwarf_frame_register.c index 98efcc12e..dc414d0f8 100644 --- a/libdw/dwarf_frame_register.c +++ b/libdw/dwarf_frame_register.c @@ -51,7 +51,7 @@ # include #endif -#include "unwindP.h" +#include "cfi.h" #include int diff --git a/libdw/dwarf_getcfi.c b/libdw/dwarf_getcfi.c index e6df97f0c..91ac5a473 100644 --- a/libdw/dwarf_getcfi.c +++ b/libdw/dwarf_getcfi.c @@ -52,7 +52,7 @@ #endif #include "libdwP.h" -#include "unwindP.h" +#include "cfi.h" #include Dwarf_CFI * diff --git a/libdw/dwarf_getcfi_elf.c b/libdw/dwarf_getcfi_elf.c index 8fc2a7256..f68e6418b 100644 --- a/libdw/dwarf_getcfi_elf.c +++ b/libdw/dwarf_getcfi_elf.c @@ -56,7 +56,7 @@ #include #include "libdwP.h" -#include "unwindP.h" +#include "cfi.h" #include "encoded-value.h" #include diff --git a/libdw/dwarf_next_cfi.c b/libdw/dwarf_next_cfi.c index 2fe381a4b..698e31c8d 100644 --- a/libdw/dwarf_next_cfi.c +++ b/libdw/dwarf_next_cfi.c @@ -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 #endif -#include "unwindP.h" +#include "cfi.h" #include "encoded-value.h" #include diff --git a/libdw/fde.c b/libdw/fde.c index b5a10fcec..df38a2911 100644 --- a/libdw/fde.c +++ b/libdw/fde.c @@ -51,7 +51,7 @@ # include #endif -#include "unwindP.h" +#include "cfi.h" #include #include diff --git a/libdw/frame-cache.c b/libdw/frame-cache.c index 179870c56..cc63827b4 100644 --- a/libdw/frame-cache.c +++ b/libdw/frame-cache.c @@ -51,7 +51,7 @@ # include #endif -#include "unwindP.h" +#include "cfi.h" #include #include diff --git a/libdwfl/dwfl_addrframe.c b/libdwfl/dwfl_addrframe.c index 62125feb9..21548e77f 100644 --- a/libdwfl/dwfl_addrframe.c +++ b/libdwfl/dwfl_addrframe.c @@ -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 @@ . */ #include "libdwflP.h" -#include "../libdw/unwindP.h" /* XXX */ +#include "../libdw/cfi.h" /* XXX */ int dwfl_addrframe (dwfl, address, frame) diff --git a/libdwfl/dwfl_module_getcfi.c b/libdwfl/dwfl_module_getcfi.c index b1d5831c3..21f259050 100644 --- a/libdwfl/dwfl_module_getcfi.c +++ b/libdwfl/dwfl_module_getcfi.c @@ -48,8 +48,7 @@ . */ #include "libdwflP.h" -#include "../libdw/unwindP.h" -#include "../libdw/unwind.h" /* XXX */ +#include "../libdw/cfi.h" Dwarf_CFI * dwfl_module_getcfi (mod, bias)