]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gdbinit.in: Add __null.
authorMike Stump <mikestump@comcast.net>
Tue, 14 May 2013 19:18:00 +0000 (19:18 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 14 May 2013 19:18:00 +0000 (19:18 +0000)
From-SVN: r198899

gcc/ChangeLog
gcc/gdbinit.in

index 0f92b30cc1de9423b76247d91d6c7d560b31fbd7..8a2469fd76b2a647e514b9a461a898cacf8fe8ed 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-14  Mike Stump  <mikestump@comcast.net>
+
+       * gdbinit.in: Add __null.
+
 2013-05-14  Mike Stump  <mikestump@comcast.net>
 
        * recog.h: Rename struct recog_data to Recog_data.
index 87abefc0456f70f6f184f53a68c4400c50c25485..4a84700d167b11eb38ec22d20b65d0edcc5e78bc 100644 (file)
@@ -184,6 +184,7 @@ end
 # Define some macros helpful to gdb when it is expanding macros.
 macro define __FILE__ "gdb"
 macro define __LINE__ 1
+macro define __null 0
 
 # Gracefully handle aborts in functions used from gdb.
 set unwindonsignal on