diff --git a/.pick_status.json b/.pick_status.json index ce8781e326c..1902091dc6c 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1294,7 +1294,7 @@ "description": "symbols-check: Add _GLOBAL_OFFSET_TABLE_", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/bin/symbols-check.py b/bin/symbols-check.py index 7daf603c5f9..2e014731728 100644 --- a/bin/symbols-check.py +++ b/bin/symbols-check.py @@ -7,6 +7,7 @@ import subprocess # This list contains symbols that _might_ be exported for some platforms PLATFORM_SYMBOLS = [ + '_GLOBAL_OFFSET_TABLE_', '__bss_end__', '__bss_start__', '__bss_start',