mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-15 12:33:30 +08:00
m68k: update _itoa.h include
This commit is contained in:
parent
1422b9df29
commit
57988d0ba7
@ -1,3 +1,8 @@
|
|||||||
|
2012-03-21 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/m68k/register-dump.h: Include <_itoa.h>
|
||||||
|
instead of <stdio-common/_itoa.h>.
|
||||||
|
|
||||||
2012-03-20 Andreas Schwab <schwab@linux-m68k.org>
|
2012-03-20 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
* sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
|
* sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Dump registers.
|
/* Dump registers.
|
||||||
Copyright (C) 1998, 2002, 2004 Free Software Foundation, Inc.
|
Copyright (C) 1998, 2002, 2004, 2012 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Andreas Schwab <schwab@gnu.org>.
|
Contributed by Andreas Schwab <schwab@gnu.org>.
|
||||||
|
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#include <stdio-common/_itoa.h>
|
#include <_itoa.h>
|
||||||
|
|
||||||
/* We will print the register dump in this format:
|
/* We will print the register dump in this format:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user