Remove stray comment matter.
This commit is contained in:
parent
53a66016cd
commit
55016429e5
|
@ -6,19 +6,6 @@
|
||||||
it under the same terms as a file of your choice in
|
it under the same terms as a file of your choice in
|
||||||
newlib/libc/string/{memcmp,memcpy,memset}.c or
|
newlib/libc/string/{memcmp,memcpy,memset}.c or
|
||||||
{strchr,strcmp,strcpy,strlen,strncpy}.c . */
|
{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) \
|
#define _ENTRY(name) \
|
||||||
.text ` .balign 4 ` .globl name ` name:
|
.text ` .balign 4 ` .globl name ` name:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Copyright (C) 2004, 2007 Free Software Foundation, Inc.
|
/* Copyright (C) 2004, 2007 Free Software Foundation, Inc.
|
||||||
This program is free software; you can redistribute it and/or modify
|
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 . */
|
Authors: Amit Bhor, Joern Rennecke . */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue