summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ld-script.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (ld-script-keywords): Fix a typo.Masatake YAMATO2006-12-101-1/+1
|
* (ld-script-keywords) (ld-script-font-lock-keywords, ld-script-builtins): ↵Masatake YAMATO2006-07-251-11/+44
| | | | Update keywords and add comments.
* Update copyright for 2006.Nick Roberts2006-02-101-1/+2
|
* (auto-mode-alist): Use \' rather than $.Stefan Monnier2006-01-131-5/+5
| | | | (ld-script-mode): Don't set indent-line-function since we don't have one.
* Update copyright year.Masatake YAMATO2006-01-131-2/+2
|
* * progmodes/ld-script.el (auto-mode-alist): Support suffix conventions used ↵Masatake YAMATO2006-01-121-1/+7
| | | | in netbsd and eCos.
* 2006-01-06 Masatake YAMATO <jet@gyve.org>Masatake YAMATO2006-01-111-9/+10
| | | | | | | | | | | | | * font-lock.el (cpp-font-lock-keywords): Font lock keywords for C preprocessor forward ported from GNU Emacs 21.2. * progmodes/asm-mode.el (asm-font-lock-keywords): Use `cpp-font-lock-keywords'. * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto. * progmodes/ld-script.el (auto-mode-alist): Use \\> instead of $ for "\\.ld[s]?".
* (auto-mode-alist): Recognize linker scripts whose file-name extensions areEli Zaretskii2006-01-061-0/+2
| | | | "\.x[bdsru]?[cn]?$".
* (ld-script-builtins): Add more words: "DATA_SEGMENT_ALIGN",Masatake YAMATO2005-11-011-1/+7
| | | | | | "DATA_SEGMENT_END", "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START". (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-151-2/+0
| | | | | | | | | | | | | | | | | | | | | | faces that did not appear in the previous Emacs release. * buff-menu.el: * compare-w.el: * emacs-lisp/testcover.el: * play/gomoku.el: * play/mpuz.el: * progmodes/flymake.el: * progmodes/gdb-ui.el: * progmodes/idlw-help.el: * progmodes/idlw-shell.el: * progmodes/ld-script.el: * progmodes/which-func.el: * ruler-mode.el: * strokes.el: * textmodes/sgml-mode.el: * textmodes/table.el: Do not use face-alias for backward compatibility for faces that did not appear in the previous Emacs release.
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-419Miles Bader2005-06-151-3/+5
| | | | | | | | | | | | Remove "-face" suffix from ld-script faces 2005-06-14 Miles Bader <miles@gnu.org> * lisp/progmodes/ld-script.el (ld-script-location-counter): Remove "-face" suffix from face name. (ld-script-location-counter-face): New backward-compatibility alias for renamed face. (ld-script-location-counter-face): Use renamed face.
* Add Commentary section, minor cleanup of file header.John Paul Wallington2003-09-221-8/+16
| | | | | (ld-script-font-lock-keywords): Doc fix. (toplevel): Provide `ld-script' feature.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Added ld-script.el.Masatake YAMATO2003-08-241-0/+126