roll: pigweed pw_tokenizer: Load all domains from ELF files by default

Previously, only the default domain was read. Now that databases have
better domain support, load all tokens by default. The # syntax may
still be used to specify which domains to load, but the default is now
equivalent to #.* instead of #.

Original-Bug: b/364955916
Fixes: b/265334753
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/239509
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: be439834757b0abcd0e81a77a0c8c39beca2d4db

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 56aa667aaa527d..be439834757b0a
Roller-URL: https://ci.chromium.org/b/8734673210173497585
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I06a1516e770d7104e81095d7743ec3fb894ef63a
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/240640
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 01f1764..d19e1d2 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-08.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8734673624881029921.
-    commit = "56aa667aaa527d86241d27c5361e0d27f5aed06d",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8734673210173497585.
+    commit = "be439834757b0abcd0e81a77a0c8c39beca2d4db",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-08.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8734673624881029921.
-    commit = "56aa667aaa527d86241d27c5361e0d27f5aed06d",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8734673210173497585.
+    commit = "be439834757b0abcd0e81a77a0c8c39beca2d4db",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )