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
f8b90ffd
Commit
f8b90ffd
authored
Dec 30, 1995
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove auto_export functionality.
From-SVN: r10907
parent
973d79ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
gcc/collect2.c
+0
-12
No files found.
gcc/collect2.c
View file @
f8b90ffd
...
...
@@ -255,7 +255,6 @@ static char *temp_filename; /* Base of temp filenames */
static
char
*
c_file
;
/* <xxx>.c for constructor/destructor list. */
static
char
*
o_file
;
/* <xxx>.o for constructor/destructor list. */
static
char
*
export_file
;
/* <xxx>.x for AIX export list. */
static
int
auto_export
=
1
;
/* true if exporting everything. */
char
*
ldout
;
/* File for ld errors. */
static
char
*
output_file
;
/* Output file for ld. */
static
char
*
nm_file_name
;
/* pathname of nm */
...
...
@@ -1243,15 +1242,6 @@ main (argc, argv)
}
break
;
#ifdef COLLECT_EXPORT_LIST
case
'b'
:
if
((
!
strncmp
(
arg
,
"-bE:"
,
4
)
||
!
strncmp
(
arg
,
"-bexport:"
,
9
))
&&
strcmp
(
arg
,
"-bexport:/usr/lib/libg.exp"
))
auto_export
=
0
;
break
;
#endif
case
'l'
:
if
(
first_file
)
{
...
...
@@ -2554,8 +2544,6 @@ scan_prog_file (prog_name, which_pass)
break
;
default
:
/* not a constructor or destructor */
if
(
which_pass
==
PASS_OBJ
&&
auto_export
)
add_to_list
(
&
exports
,
name
);
continue
;
}
...
...
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