about summary refs log tree commit diff
path: root/ports/sysdeps/mips
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-29 23:03:48 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-29 23:03:48 +0000
commit1672585fc12c06af75378535df11b916ebc12edf (patch)
treee70b1dbb83bb0904534440e6d013bd278196321d /ports/sysdeps/mips
parent9e4eee23af656c890394205fb15d252e171d346e (diff)
downloadglibc-1672585fc12c06af75378535df11b916ebc12edf.tar.gz
glibc-1672585fc12c06af75378535df11b916ebc12edf.tar.xz
glibc-1672585fc12c06af75378535df11b916ebc12edf.zip
Add 64-bit support to MIPS register-dump.h (bug 14893).
Diffstat (limited to 'ports/sysdeps/mips')
-rw-r--r--ports/sysdeps/mips/mips64/n32/_itoa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/sysdeps/mips/mips64/n32/_itoa.h b/ports/sysdeps/mips/mips64/n32/_itoa.h
new file mode 100644
index 0000000000..363cdfe9ac
--- /dev/null
+++ b/ports/sysdeps/mips/mips64/n32/_itoa.h
@@ -0,0 +1,4 @@
+/* MIPS n32 uses 64-bit _itoa_word and _itoa is mapped to _itoa_word.  */
+#define _ITOA_NEEDED		0
+#define _ITOA_WORD_TYPE		unsigned long long int
+#include_next <_itoa.h>