Accepting request 203626 from home:Andreas_Schwab:Factory

- Also look into MSB shared objects

OBS-URL: https://build.opensuse.org/request/show/203626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=138
This commit is contained in:
Lars Vogdt 2013-10-17 17:22:48 +00:00 committed by Git OBS Bridge
parent 91be221a3d
commit 0f18325d49
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 Thu May 24 10:17:15 UTC 2012 - aj@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package build-compare # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -443,7 +443,7 @@ check_single_file()
return 1 return 1
fi 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 objdump -d --no-show-raw-insn old/$file | filter_disasm > $file1
if ! test -s $file1; then if ! test -s $file1; then
# objdump has no idea how to handle it # objdump has no idea how to handle it