]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* dwarf-mode.el: Bump version number.
authorTom Tromey <tromey@redhat.com>
Mon, 8 Apr 2013 14:56:28 +0000 (14:56 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 8 Apr 2013 14:56:28 +0000 (14:56 +0000)
(dwarf-mode): Remove autoload.
(dwarf-die-reference): Relax regexp.

binutils/ChangeLog
binutils/dwarf-mode.el

index 1528836d1258dba5f66ffa902e3a99ac1c07f8c7..1e4738c2676978551e2baa5a0ced9eebb985db1b 100644 (file)
@@ -1,3 +1,9 @@
+2013-04-08  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf-mode.el: Bump version number.
+       (dwarf-mode): Remove autoload.
+       (dwarf-die-reference): Relax regexp.
+
 2013-04-05  Alan Modra  <amodra@gmail.com>
 
        PR binutils/15324
index 49acaa17fad52fe60f5ee47d53a7536563071209..c20c8d7d5777b2b499e775691ea62e5a55373a57 100644 (file)
@@ -1,8 +1,8 @@
 ;;; dwarf-mode.el --- Browser for DWARF information.
 
-;; Version: 1.1
+;; Version: 1.2
 
-;; Copyright (C) 2012 Free Software Foundation, Inc.
+;; Copyright (C) 2012, 2013 Free Software Foundation, Inc.
 
 ;; This file is not part of GNU Emacs, but is distributed under the
 ;; same terms:
@@ -98,7 +98,7 @@ A prefix argument means expand all children."
   'action #'dwarf-die-button-action)
 
 ;; Helper regexp to match a DIE reference.
-(defconst dwarf-die-reference ": \\(<0x\\([0-9a-f]+\\)>\\)\\s *$")
+(defconst dwarf-die-reference "\\(<0x\\([0-9a-f]+\\)>\\)")
 
 ;; Helper regexp to match a `...' indicating that there are hidden
 ;; children.
@@ -141,7 +141,6 @@ A prefix argument means expand all children."
                    (expand-file-name dwarf-file)))
     (set-buffer-modified-p nil)))
 
-;;;###autoload
 (define-derived-mode dwarf-mode special-mode "DWARF"
   "Major mode for browsing DWARF output.