This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

`objdump --disassemble-all no-such-file' exits successfully


Hi,

Although `objdump --disassemble-all no-such-file' correctly diagnoses
the problem, it exits successfully when the specified file doesn't exist:

  $ objdump --disassemble-all no-such-file
  objdump: no-such-file: No such file or directory
  $

It should exit nonzero instead.

  $ objdump --version
  GNU objdump 2.9.1
  Copyright 1997 Free Software Foundation, Inc.
  This program is free software; you may redistribute it under the terms of
  the GNU General Public License.  This program has absolutely no warranty.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]