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:
parent
b02faccae4
commit
57346de226
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue