diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2012-04-16 22:16:47 -0400 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-27 23:07:38 -0400 |
| commit | 6eeb0e8f7fc7c725a4605220c3f706b9eebdd83e (patch) | |
| tree | be156020d10390a67eace1880ed7ddabf21eaea4 | |
| parent | d928ab870ea298961db30cb348e7f89b6225ff1b (diff) | |
| download | glibc-6eeb0e8f7fc7c725a4605220c3f706b9eebdd83e.tar.xz glibc-6eeb0e8f7fc7c725a4605220c3f706b9eebdd83e.zip | |
ia64: convert <stdio-common/_itoa.h> 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 \
'/<stdio-common._itoa.h>/s:<stdio-common/_itoa.h>:<_itoa.h>:' {} +
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| -rw-r--r-- | ChangeLog.ia64 | 5 | ||||
| -rw-r--r-- | sysdeps/ia64/hp-timing.h | 4 | ||||
| -rw-r--r-- | 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 b8fb1ce06d..85a3129d01 100644 --- a/ChangeLog.ia64 +++ b/ChangeLog.ia64 @@ -1,5 +1,10 @@ 2012-04-27 Mike Frysinger <vapier@gentoo.org> + * 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 <vapier@gentoo.org> + * 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 2ee6237e8c..93f091a349 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 <drepper@cygnus.com>, 2001. @@ -22,7 +22,7 @@ #include <string.h> #include <sys/param.h> -#include <stdio-common/_itoa.h> +#include <_itoa.h> #include <ia64intrin.h> /* 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 42b99c3bf5..ac34a81fa2 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 <jakub@redhat.com>, 2004. @@ -19,7 +19,7 @@ #include <string.h> #include <sys/uio.h> -#include <stdio-common/_itoa.h> +#include <_itoa.h> /* We will print the register dump in this format: |
