PR binutils/3001
authorNick Clifton <nickc@redhat.com>
Sun, 6 Aug 2006 15:49:46 +0000 (15:49 +0000)
committerNick Clifton <nickc@redhat.com>
Sun, 6 Aug 2006 15:49:46 +0000 (15:49 +0000)
commitd68c385bfc389b5ba3c1cb5684febe74990b5725
tree84133f1200209fd123721c542193166d1f2d6be9
parentf301d54cd8e7649c6d1a4473932dcf7d3161b2c1
 PR binutils/3001
* addr2line.c (process_file): Change function from void to returning an int.  Return 0 upon success, 1 otherwise.
 (main): Use return value from process_file as the exit value.
* ar.c (ranlib_only):  Change function from void to returning an int.  Return 0 upon success, 1 otherwise.
  (ranlib_touch): Likewise.
  (main): Use return value from ranlib functions as exit value.
* objcopy.c (add_specific_symbol): Set status to 1 if get_file_size fails.
  (copy_file): Likewise.
  (strip_main): Likewise.
  (copy_main): Likewise.
* objdump.c (display_file): Set exit_status to 1 if get_file_size fails.
* size.c (display_file): Set return_code to 1 if get_file_size fails.
binutils/ChangeLog
binutils/addr2line.c
binutils/ar.c
binutils/objcopy.c
binutils/objdump.c
binutils/size.c
This page took 0.034721 seconds and 4 git commands to generate.