Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
209bbe34
Commit
209bbe34
authored
May 09, 2000
by
Nick Clifton
Committed by
Nick Clifton
May 09, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add strncmp.c to list of CFILES and strncmp to the NEEDED list
From-SVN: r33785
parent
943ff2a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
libiberty/ChangeLog
+5
-0
libiberty/Makefile.in
+2
-2
No files found.
libiberty/ChangeLog
View file @
209bbe34
2000-05-08 Nick Clifton <nickc@cygnus.com>
* Makefile.in (CFILES): Add strncmp.c.
(NEEDED): Add strncmp.
2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cplus-dem.c (cplus_demangle_opname, demangle_function_name):
...
...
libiberty/Makefile.in
View file @
209bbe34
...
...
@@ -130,7 +130,7 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c \
memcmp.c memcpy.c memmove.c memset.c mkstemps.c objalloc.c obstack.c
\
partition.c pexecute.c putenv.c random.c rename.c rindex.c
\
setenv.c sigsetmask.c sort.c spaces.c splay-tree.c strcasecmp.c
\
strncasecmp.c strchr.c strdup.c strerror.c str
rchr.c
\
strncasecmp.c strchr.c strdup.c strerror.c str
ncmp.c strrchr.c
\
strsignal.c strstr.c strtod.c strtol.c strtoul.c tmpnam.c
\
vasprintf.c vfork.c vfprintf.c vprintf.c vsprintf.c waitpid.c
\
xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
...
...
@@ -167,7 +167,7 @@ install_to_tooldir: all
# to include there. Do not add anything LGPL to this list; libstdc++
# can't use anything encumbering.
NEEDED
=
atexit calloc memchr memcmp memcpy memmove memset rename strchr
\
strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf
\
strerror str
ncmp str
rchr strstr strtol strtoul tmpnam vfprintf vprintf
\
vfork waitpid bcmp bcopy bzero
needed-list
:
Makefile
rm
-f
needed-list
;
touch needed-list
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment