summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-21 01:34:24 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-21 22:18:30 -0400
commit57346de226846d3ebe91024297add2eded2d2fe2 (patch)
tree68f5cab3243b2e33ceb31fd69f5ee0ffa318fa59
parentb02faccae49f162a4d5b7638a27343e00a34a7dd (diff)
downloadcygnal-57346de226846d3ebe91024297add2eded2d2fe2.tar.gz
cygnal-57346de226846d3ebe91024297add2eded2d2fe2.tar.bz2
cygnal-57346de226846d3ebe91024297add2eded2d2fe2.zip
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.
-rw-r--r--libgloss/ChangeLog4
-rw-r--r--libgloss/arm/syscall.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 37cb4a581..f2bdc0d7c 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 759801f4f..21e3801db 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