aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-05-07 20:39:57 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-05-07 20:39:57 +0000
commit631fbe65fa105a836d21838152f2125067f2f27a (patch)
tree0b792b903327fee11691fe4076741861cc7e8f22
parentf1559722eb7a502128a07435149988f49b627bc5 (diff)
downloadnewlib-631fbe65fa105a836d21838152f2125067f2f27a.zip
newlib-631fbe65fa105a836d21838152f2125067f2f27a.tar.gz
newlib-631fbe65fa105a836d21838152f2125067f2f27a.tar.bz2
2004-05-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/param.h: Remove endian info and include <machine/endian.h> instead. * libc/include/machine/endian.h: New file. * libc/include/machine/param.h: Ditto. * libc/machine/arm/machine/endian.h: Ditto. * libc/machine/arm/machine/param.h: Ditto. * libc/sys/arm/sys/param.h: Removed. * libc/sys/sysvi386/sys/param.h: Ditto. * libc/sys/rtems/sys/param.h: Modified to include <machine/endian.h>.
-rw-r--r--newlib/ChangeLog12
-rw-r--r--newlib/libc/include/machine/param.h1
2 files changed, 13 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index f2c48ce..c18c215 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,15 @@
+2004-05-07 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/include/sys/param.h: Remove endian info and include
+ <machine/endian.h> instead.
+ * libc/include/machine/endian.h: New file.
+ * libc/include/machine/param.h: Ditto.
+ * libc/machine/arm/machine/endian.h: Ditto.
+ * libc/machine/arm/machine/param.h: Ditto.
+ * libc/sys/arm/sys/param.h: Removed.
+ * libc/sys/sysvi386/sys/param.h: Ditto.
+ * libc/sys/rtems/sys/param.h: Modified to include <machine/endian.h>.
+
2004-05-03 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* libc/stdio/vfprintf.c (_VFPRINTF_R): Set error flag when
diff --git a/newlib/libc/include/machine/param.h b/newlib/libc/include/machine/param.h
new file mode 100644
index 0000000..bdf8bf7
--- /dev/null
+++ b/newlib/libc/include/machine/param.h
@@ -0,0 +1 @@
+/* Place holder for machine-specific param.h. */