This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/2] libgloss: arm: fix copy & paste in syscall.h


This header was clearly copied from the common syscall.h and customized,
but the header comment is no longer accurate -- this isn't the general
file anymore.
---
 libgloss/ChangeLog     | 4 ++++
 libgloss/arm/syscall.h | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 37cb4a5..f2bdc0d 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-21  Mike Frysinger  <vapier@gentoo.org>
+
+	* arm/syscall.h: Adjust comment header.
+
 2015-04-09  Nick Clifton  <nickc@redhat.com>
 
 	* rx/crt0.S (_start): If string instructions are not allowed,
diff --git a/libgloss/arm/syscall.h b/libgloss/arm/syscall.h
index 759801f..21e3801 100644
--- a/libgloss/arm/syscall.h
+++ b/libgloss/arm/syscall.h
@@ -1,6 +1,6 @@
-/* General use syscall.h file.
-   The more ports that use this file, the simpler sim/common/nltvals.def
-   remains.  */
+/* arm syscall.h file.  This is used only by the simulator.  This includes
+   a few extra needed by RedBoot, but is otherwise a copy of the
+   libgloss/syscall.h file.  */
 
 #ifndef LIBGLOSS_SYSCALL_H
 #define LIBGLOSS_SYSCALL_H
-- 
2.3.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]