mirror of git://sourceware.org/git/glibc.git
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>
This commit is contained in:
parent
d928ab870e
commit
6eeb0e8f7f
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue