Updated msys2 to msys2-base-x86_64-20200903

This commit is contained in:
Gator96100 2020-09-07 18:14:14 +02:00
commit 2307d54cb1
18501 changed files with 1684082 additions and 720361 deletions

View file

@ -17,8 +17,8 @@ _gprof()
;;
-O*)
cur=${cur:2}
COMPREPLY=( $( compgen -P -O -W 'auto bsd 4.4bsd magic prof' \
-- "$cur" ) )
COMPREPLY=( $(compgen -P -O -W 'auto bsd 4.4bsd magic prof' \
-- "$cur") )
return
;;
esac
@ -36,8 +36,7 @@ _gprof()
return
;;
--file-format)
COMPREPLY=( $( compgen -W 'auto bsd 4.4bsd magic prof' \
-- "$cur" ) )
COMPREPLY=( $(compgen -W 'auto bsd 4.4bsd magic prof' -- "$cur") )
return
;;
esac
@ -45,15 +44,7 @@ _gprof()
$split && return
if [[ $cur == -* ]]; then
COMPREPLY=( $( compgen -W '--annotated-source --brief --exec-counts
--file-info --directory-path --no-annotated-source --print-path
--flat-profile --no-flat-profile --graph --no-graph --table-length=
--separate-files --no-exec-counts --function-ordering
--file-ordering --traditional --width= --all-lines --demangle
--no-demangle --no-static --static-call-graph
--ignore-non-functions -k --line --min-count= --time= --no-time=
--external-symbol-table= --display-unused-functions --debug --help
--file-format= --sum --version' -- "$cur" ) )
COMPREPLY=( $(compgen -W '$(_parse_usage "$1")' -- "$cur") )
[[ $COMPREPLY == *= ]] && compopt -o nospace
return
fi