summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-08-07 22:36:56 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-08-07 22:58:34 +0200
commitaf7d78e726cb0d3248c461cfee27fe15121dacd1 (patch)
tree3793752ac3159ff6e4bd68fd1dead446b1e3ea7c
parenta5387f6a45d6b3f2b381d861f5c288b79da6204f (diff)
Rename ia32 sysdep directories to i386.
* sysdeps/i386/Implies: Remove file. * sysdeps/mach/hurd/i386/Implies: Likewise. * sysdeps/ia32/bits/memory.h: Rename to sysdeps/i386/bits/memory.h. * sysdeps/ia32/bits/pt-atomic.h: Rename to sysdeps/i386/bits/pt-atomic.h. * sysdeps/ia32/bits/spin-lock-inline.h: Rename to sysdeps/i386/bits/spin-lock-inline.h. * sysdeps/ia32/bits/spin-lock.h: Rename to sysdeps/i386/bits/spin-lock.h. * sysdeps/ia32/machine-sp.h: Rename to sysdeps/i386/machine-sp.h. * sysdeps/ia32/pt-machdep.h: Rename to sysdeps/i386/pt-machdep.h. * sysdeps/mach/hurd/ia32/pt-machdep.c: Rename to sysdeps/mach/hurd/i386/pt-machdep.c. * sysdeps/mach/hurd/ia32/pt-setup.c: Rename to sysdeps/mach/hurd/i386/pt-setup.c. * Makefile (SYSDEP_PATH): Adapt to that.
-rw-r--r--Makefile6
-rw-r--r--sysdeps/i386/Implies1
-rw-r--r--sysdeps/i386/bits/memory.h (renamed from sysdeps/ia32/bits/memory.h)0
-rw-r--r--sysdeps/i386/bits/pt-atomic.h (renamed from sysdeps/ia32/bits/pt-atomic.h)0
-rw-r--r--sysdeps/i386/bits/spin-lock-inline.h (renamed from sysdeps/ia32/bits/spin-lock-inline.h)0
-rw-r--r--sysdeps/i386/bits/spin-lock.h (renamed from sysdeps/ia32/bits/spin-lock.h)0
-rw-r--r--sysdeps/i386/machine-sp.h (renamed from sysdeps/ia32/machine-sp.h)0
-rw-r--r--sysdeps/i386/pt-machdep.h (renamed from sysdeps/ia32/pt-machdep.h)0
-rw-r--r--sysdeps/mach/hurd/i386/Implies1
-rw-r--r--sysdeps/mach/hurd/i386/pt-machdep.c (renamed from sysdeps/mach/hurd/ia32/pt-machdep.c)0
-rw-r--r--sysdeps/mach/hurd/i386/pt-setup.c (renamed from sysdeps/mach/hurd/ia32/pt-setup.c)0
11 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b6e5602..fdfe3ae 100644
--- a/Makefile
+++ b/Makefile
@@ -196,9 +196,9 @@ install-lib-ldscripts := libpthread.so
include ../Makeconfig
endif
-SYSDEP_PATH = $(srcdir)/sysdeps/$(MICROKERNEL)/hurd/ia32 \
- $(srcdir)/sysdeps/$(MICROKERNEL)/ia32 \
- $(srcdir)/sysdeps/ia32 \
+SYSDEP_PATH = $(srcdir)/sysdeps/$(MICROKERNEL)/hurd/i386 \
+ $(srcdir)/sysdeps/$(MICROKERNEL)/i386 \
+ $(srcdir)/sysdeps/i386 \
$(srcdir)/sysdeps/$(MICROKERNEL)/hurd \
$(srcdir)/sysdeps/$(MICROKERNEL) \
$(srcdir)/sysdeps/hurd \
diff --git a/sysdeps/i386/Implies b/sysdeps/i386/Implies
deleted file mode 100644
index d799fa1..0000000
--- a/sysdeps/i386/Implies
+++ /dev/null
@@ -1 +0,0 @@
-ia32
diff --git a/sysdeps/ia32/bits/memory.h b/sysdeps/i386/bits/memory.h
index 932c408..932c408 100644
--- a/sysdeps/ia32/bits/memory.h
+++ b/sysdeps/i386/bits/memory.h
diff --git a/sysdeps/ia32/bits/pt-atomic.h b/sysdeps/i386/bits/pt-atomic.h
index 0dfc1f6..0dfc1f6 100644
--- a/sysdeps/ia32/bits/pt-atomic.h
+++ b/sysdeps/i386/bits/pt-atomic.h
diff --git a/sysdeps/ia32/bits/spin-lock-inline.h b/sysdeps/i386/bits/spin-lock-inline.h
index e5ed3de..e5ed3de 100644
--- a/sysdeps/ia32/bits/spin-lock-inline.h
+++ b/sysdeps/i386/bits/spin-lock-inline.h
diff --git a/sysdeps/ia32/bits/spin-lock.h b/sysdeps/i386/bits/spin-lock.h
index 5ae81e1..5ae81e1 100644
--- a/sysdeps/ia32/bits/spin-lock.h
+++ b/sysdeps/i386/bits/spin-lock.h
diff --git a/sysdeps/ia32/machine-sp.h b/sysdeps/i386/machine-sp.h
index cef6ab7..cef6ab7 100644
--- a/sysdeps/ia32/machine-sp.h
+++ b/sysdeps/i386/machine-sp.h
diff --git a/sysdeps/ia32/pt-machdep.h b/sysdeps/i386/pt-machdep.h
index 6d45636..6d45636 100644
--- a/sysdeps/ia32/pt-machdep.h
+++ b/sysdeps/i386/pt-machdep.h
diff --git a/sysdeps/mach/hurd/i386/Implies b/sysdeps/mach/hurd/i386/Implies
deleted file mode 100644
index d799fa1..0000000
--- a/sysdeps/mach/hurd/i386/Implies
+++ /dev/null
@@ -1 +0,0 @@
-ia32
diff --git a/sysdeps/mach/hurd/ia32/pt-machdep.c b/sysdeps/mach/hurd/i386/pt-machdep.c
index f3c8cf5..f3c8cf5 100644
--- a/sysdeps/mach/hurd/ia32/pt-machdep.c
+++ b/sysdeps/mach/hurd/i386/pt-machdep.c
diff --git a/sysdeps/mach/hurd/ia32/pt-setup.c b/sysdeps/mach/hurd/i386/pt-setup.c
index 73fd43d..73fd43d 100644
--- a/sysdeps/mach/hurd/ia32/pt-setup.c
+++ b/sysdeps/mach/hurd/i386/pt-setup.c