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.
This commit is contained in:
Mike Frysinger 2015-04-21 01:34:24 -04:00 committed by Corinna Vinschen
parent e0aa6d23fb
commit 6803327326
2 changed files with 7 additions and 3 deletions

View File

@ -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,

View File

@ -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