diff options
author | Steve Chamberlain <steve@cygnus> | 1991-10-01 03:50:57 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-10-01 03:50:57 +0000 |
commit | 21214e8e88362806ad5b9b52840f711b1e3e3a94 (patch) | |
tree | bc941087e69ee6d3d6dec90ea31f0630f42b97f0 /binutils/strip.c | |
parent | b39096a4f47e35b027d109e31f53cce993a22073 (diff) | |
download | gdb-21214e8e88362806ad5b9b52840f711b1e3e3a94.zip gdb-21214e8e88362806ad5b9b52840f711b1e3e3a94.tar.gz gdb-21214e8e88362806ad5b9b52840f711b1e3e3a94.tar.bz2 |
Use the new architecture functions
Diffstat (limited to 'binutils/strip.c')
-rwxr-xr-x | binutils/strip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/strip.c b/binutils/strip.c index cd0f3af..6dd2eab 100755 --- a/binutils/strip.c +++ b/binutils/strip.c @@ -83,6 +83,8 @@ main (argc, argv) int c; program_name = argv[0]; + bfd_init(); + strip_symbols = strip_undef; /* default is to strip everything. */ discard_locals = locals_undef; |