1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

* lisp/progmodes/ld-script.el: Add 'PT_TLS' to 'ld-script-keywords'.

This commit is contained in:
Alexander Kuleshov 2025-11-08 21:14:20 +05:00 committed by Eli Zaretskii
parent 69092236f4
commit 19ee128845

View file

@ -121,6 +121,7 @@
;; 3.8 PHDRS Command
"PHDRS" "FILEHDR" "FLAGS"
"PT_NULL" "PT_LOAD" "PT_DYNAMIC" "PT_INTERP" "PT_NOTE" "PT_SHLIB" "PT_PHDR"
"PT_TLS"
;; 3.9 VERSION Command
"VERSION")
"Keywords used of GNU ld script.")