aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-08-28 23:42:53 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-08-28 23:42:53 +0000
commit48da61f5bb589d0ac20b6019217adcbc8c3b69b8 (patch)
treef0233e18c5789c5772599c6c5b0b2c44f7a1977a
parent1a48bbb9b84d9849dbb8e6afba10117c48a23387 (diff)
downloadnewlib-48da61f5bb589d0ac20b6019217adcbc8c3b69b8.zip
newlib-48da61f5bb589d0ac20b6019217adcbc8c3b69b8.tar.gz
newlib-48da61f5bb589d0ac20b6019217adcbc8c3b69b8.tar.bz2
2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/newlib.h: New file for tools that use newlib headers but don't build newlib first (e.g. gcc).
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/include/newlib.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ad1ca6f..fcc63f8 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
+ * libc/include/newlib.h: New file for tools that use newlib
+ headers but don't build newlib first (e.g. gcc).
+
+2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/stdlib/wmemchr.c: Explicitly include <_ansi.h>.
* libc/stdlib/wmemcmp.c: Ditto.
* libc/stdlib/wmemcpy.c: Ditto.
diff --git a/newlib/libc/include/newlib.h b/newlib/libc/include/newlib.h
new file mode 100644
index 0000000..d4fffb1
--- /dev/null
+++ b/newlib/libc/include/newlib.h
@@ -0,0 +1,2 @@
+/* dummy file for external tools to use. Real file is created by
+ newlib configuration. */