diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-21 01:34:24 -0400 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-04-23 22:03:45 +0200 |
commit | 6803327326bd3e0b4970cce38b2de79b87dbb836 (patch) | |
tree | e8ee1f9477b21541efa5fdd412bb055039eb3c7b /libgloss/ChangeLog | |
parent | e0aa6d23fbae7dd54a7d5652b60f0b9e15f2c52b (diff) | |
download | newlib-6803327326bd3e0b4970cce38b2de79b87dbb836.zip newlib-6803327326bd3e0b4970cce38b2de79b87dbb836.tar.gz newlib-6803327326bd3e0b4970cce38b2de79b87dbb836.tar.bz2 |
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.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 4 |
1 files changed, 4 insertions, 0 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, |