removed some unreachable code from objcopy
This commit is contained in:
parent
09d7f0a658
commit
63ca9597f0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Dec 14 15:51:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
||||||
|
|
||||||
|
* objcopy.c (copy_object): Don't bother setting status after
|
||||||
|
nonfatal() "call", because it won't return.
|
||||||
|
|
||||||
Fri Dec 9 00:22:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
Fri Dec 9 00:22:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
* nlmconv.c (powerpc_mangle_relocs): Don't switch a reloc to use
|
* nlmconv.c (powerpc_mangle_relocs): Don't switch a reloc to use
|
||||||
|
|
|
@ -584,7 +584,6 @@ copy_object (ibfd, obfd)
|
||||||
off, now))
|
off, now))
|
||||||
{
|
{
|
||||||
nonfatal (bfd_get_filename (obfd));
|
nonfatal (bfd_get_filename (obfd));
|
||||||
status = 1;
|
|
||||||
}
|
}
|
||||||
left -= now;
|
left -= now;
|
||||||
off += now;
|
off += now;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue