aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */