mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(ld-script-builtins): Add more words: "DATA_SEGMENT_ALIGN",
"DATA_SEGMENT_END", "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START". (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
This commit is contained in:
parent
8ae52ca652
commit
6f9a47abb5
@ -1,3 +1,11 @@
|
||||
2005-11-02 Masatake YAMATO <jet@gyve.org>
|
||||
|
||||
* progmodes/ld-script.el (ld-script-builtins): Add
|
||||
more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
|
||||
"DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and
|
||||
"SEGMENT_START".
|
||||
(auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
|
||||
|
||||
2005-11-01 Romain Francoise <romain@orebokech.com>
|
||||
|
||||
* vc-sccs.el: Update copyright year.
|
||||
|
@ -97,11 +97,17 @@
|
||||
"ADDR"
|
||||
"ALIGN"
|
||||
"BLOCK"
|
||||
"DATA_SEGMENT_ALIGN"
|
||||
"DATA_SEGMENT_END"
|
||||
"DATA_SEGMENT_RELRO_END"
|
||||
"DEFINED"
|
||||
"LENGTH"
|
||||
"LOADADDR"
|
||||
"MAX"
|
||||
"MIN"
|
||||
"NEXT"
|
||||
"ORIGIN"
|
||||
"SEGMENT_START"
|
||||
"SIZEOF"
|
||||
"SIZEOF_HEADERS"
|
||||
"sizeof_headers")
|
||||
@ -119,7 +125,7 @@
|
||||
"Default font-lock-keywords for `ld-script-mode'.")
|
||||
|
||||
;;;###autoload
|
||||
(add-to-list 'auto-mode-alist '("\\.lds" . ld-script-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.ld[s]?\\(\\.in\\)?$" . ld-script-mode))
|
||||
|
||||
;;;###autoload
|
||||
(define-derived-mode ld-script-mode nil "LD-Script"
|
||||
|
Loading…
Reference in New Issue
Block a user