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
7a824750
Commit
7a824750
authored
Nov 11, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include <time.h>. Delete ctime prototype.
From-SVN: r8425
parent
924f3f28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/mips-tdump.c
+4
-4
No files found.
gcc/mips-tdump.c
View file @
7a824750
/* Read and manage MIPS symbol tables from object modules.
Source originally from hartzell@boulder.colorado.edu
Rewritten by: meissner@osf.org
Copyright (C) 1991 Free Software Foundation, Inc
.
Copyright (C) 1991, 1994 Free Software Foundation, Inc.
Contributed by hartzell@boulder.colorado.edu,
Rewritten by meissner@osf.org
.
This file is part of GNU CC.
...
...
@@ -22,6 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include <sys/types.h>
#include <sys/file.h>
#include <time.h>
#include <fcntl.h>
#include <errno.h>
#include "config.h"
...
...
@@ -273,7 +274,6 @@ extern PTR_T calloc __proto((size_t, size_t));
extern
PTR_T
realloc
__proto
((
PTR_T
,
size_t
));
extern
void
free
__proto
((
PTR_T
));
#endif
extern
char
*
ctime
__proto
((
time_t
*
));
extern
char
*
optarg
;
extern
int
optind
;
...
...
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