From 6eeb0e8f7fc7c725a4605220c3f706b9eebdd83e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 16 Apr 2012 22:16:47 -0400 Subject: [PATCH] ia64: convert to <_itoa.h> The main tree relocated the _itoa.h header, so update our include paths to match. Processed with a simple sed script: find `find sysdeps/ -name ia64` -type f -exec sed -i \ '//s::<_itoa.h>:' {} + Signed-off-by: Mike Frysinger --- ChangeLog.ia64 | 5 +++++ sysdeps/ia64/hp-timing.h | 4 ++-- sysdeps/unix/sysv/linux/ia64/register-dump.h | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog.ia64 b/ChangeLog.ia64 index b8fb1ce..85a3129 100644 --- a/ChangeLog.ia64 +++ b/ChangeLog.ia64 @@ -1,5 +1,10 @@ 2012-04-27 Mike Frysinger + * sysdeps/ia64/hp-timing.h: Change stdio-common/_itoa.h to _itoa.h. + * sysdeps/unix/sysv/linux/ia64/register-dump.h: Likewise. + +2012-04-27 Mike Frysinger + * sysdeps/ia64/crti.S: New file. * sysdeps/ia64/crtn.S: Likewise. * sysdeps/ia64/elf/initfini.c: Delete. diff --git a/sysdeps/ia64/hp-timing.h b/sysdeps/ia64/hp-timing.h index 2ee6237..93f091a 100644 --- a/sysdeps/ia64/hp-timing.h +++ b/sysdeps/ia64/hp-timing.h @@ -1,5 +1,5 @@ /* High precision, low overhead timing functions. IA-64 version. - Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2001. @@ -22,7 +22,7 @@ #include #include -#include +#include <_itoa.h> #include /* The macros defined here use the timestamp counter in IA-64. They diff --git a/sysdeps/unix/sysv/linux/ia64/register-dump.h b/sysdeps/unix/sysv/linux/ia64/register-dump.h index 42b99c3..ac34a81 100644 --- a/sysdeps/unix/sysv/linux/ia64/register-dump.h +++ b/sysdeps/unix/sysv/linux/ia64/register-dump.h @@ -1,5 +1,5 @@ /* Dump registers. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2004. @@ -19,7 +19,7 @@ #include #include -#include +#include <_itoa.h> /* We will print the register dump in this format: -- 2.7.4