From 6a89d402366d5f40eecf482197ee5f45566eed3b Mon Sep 17 00:00:00 2001 From: David Mosberger-Tang Date: Wed, 26 Jul 2006 15:44:23 -0600 Subject: [PATCH] Fix missed "tdep.h" -> "libunwind_i.h" conversions. --- src/mi/Gget_fpreg.c | 2 +- src/mi/Gset_fpreg.c | 2 +- src/mi/strerror.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mi/Gget_fpreg.c b/src/mi/Gget_fpreg.c index 8ff69d23..a5f87e96 100644 --- a/src/mi/Gget_fpreg.c +++ b/src/mi/Gget_fpreg.c @@ -23,7 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "tdep.h" +#include "libunwind_i.h" PROTECTED int unw_get_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t *valp) diff --git a/src/mi/Gset_fpreg.c b/src/mi/Gset_fpreg.c index 05e1c16a..a01c0b4a 100644 --- a/src/mi/Gset_fpreg.c +++ b/src/mi/Gset_fpreg.c @@ -23,7 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "tdep.h" +#include "libunwind_i.h" PROTECTED int unw_set_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t val) diff --git a/src/mi/strerror.c b/src/mi/strerror.c index f1512a19..ef647160 100644 --- a/src/mi/strerror.c +++ b/src/mi/strerror.c @@ -23,7 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "internal.h" +#include "libunwind_i.h" /* Returns the text corresponding to the given err_code or the text "invalid error code" if the err_code is invalid. */