Accepting request 203670 from openSUSE:Tools

- Also look into MSB shared objects (forwarded request 203626 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/203670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=76
This commit is contained in:
Tomáš Chvátal 2013-10-18 09:31:44 +00:00 committed by Git OBS Bridge
commit 977e41bfaf
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 17 12:44:19 UTC 2013 - schwab@suse.de
- Also look into MSB shared objects
-------------------------------------------------------------------
Thu May 24 10:17:15 UTC 2012 - aj@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package build-compare
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -443,7 +443,7 @@ check_single_file()
return 1
fi
;;
*ELF*executable*|*ELF*LSB\ shared\ object*)
*ELF*executable*|*ELF*[LM]SB\ shared\ object*)
objdump -d --no-show-raw-insn old/$file | filter_disasm > $file1
if ! test -s $file1; then
# objdump has no idea how to handle it