]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbarch-components.py: change empty "params" tuples to empty lists
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 21 Dec 2021 03:30:37 +0000 (22:30 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Wed, 22 Dec 2021 00:47:59 +0000 (19:47 -0500)
commitc3f340f7523059a0b4bdb00234d907999132c562
tree8b767c7337abb7cea9ca7376667dead53d45bf33
parent6d59be2c2c915d44d775debe69fc3924d4b60045
gdbarch-components.py: change empty "params" tuples to empty lists

During review, it was suggested to change the "params" parameter from a
tuple to a list, for esthetic reasons.  The empty ones are still tuples
though, they should probably be changed to be empty lists, for
consistency.  It does not change anything in the script result.

Change-Id: If13c6c527aa167a5ee5b45740e5f1bda1e9517e4
gdb/gdbarch-components.py