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:
parent
69092236f4
commit
19ee128845
1 changed files with 1 additions and 0 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue