diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2009-09-10 01:55:03 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2009-09-10 01:55:03 +0000 |
commit | 55016429e5d61657f02aa2e19913b2fabdaf94cc (patch) | |
tree | 086cfcb6f72f7ae745472545fb65a990ee64b024 | |
parent | 53a66016cd5b19c00469b8265eb7a187d3eda5c0 (diff) | |
download | newlib-newlib-1_17_0-arc.zip newlib-newlib-1_17_0-arc.tar.gz newlib-newlib-1_17_0-arc.tar.bz2 |
Remove stray comment matter.github/newlib-1_17_0-arcnewlib-1_17_0-arc
-rw-r--r-- | newlib/libc/machine/arc/asm.h | 13 | ||||
-rw-r--r-- | newlib/libc/sys/arc/sys/syscall.h | 2 |
2 files changed, 1 insertions, 14 deletions
diff --git a/newlib/libc/machine/arc/asm.h b/newlib/libc/machine/arc/asm.h index 4a5a40d..224c341 100644 --- a/newlib/libc/machine/arc/asm.h +++ b/newlib/libc/machine/arc/asm.h @@ -6,19 +6,6 @@ it under the same terms as a file of your choice in newlib/libc/string/{memcmp,memcpy,memset}.c or {strchr,strcmp,strcpy,strlen,strncpy}.c . */ -memcmp.S -memcpy-700.S -memcpy.S -memset.S -strchr-700.S -strchr.S -strcmp.S -strcpy-600.S -strcpy-700.S -strlen-600.S -strlen.S -strncpy.S - #define _ENTRY(name) \ .text ` .balign 4 ` .globl name ` name: diff --git a/newlib/libc/sys/arc/sys/syscall.h b/newlib/libc/sys/arc/sys/syscall.h index 69e0881..9e72b79 100644 --- a/newlib/libc/sys/arc/sys/syscall.h +++ b/newlib/libc/sys/arc/sys/syscall.h @@ -1,6 +1,6 @@ /* Copyright (C) 2004, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify - it under the same terms as libgloss/syscall.h . */ + it under the same terms as libgloss/syscall.h . Authors: Amit Bhor, Joern Rennecke . */ |