projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a508ef2
)
* gdbinit.in: Add __null.
author
Mike Stump
<mikestump@comcast.net>
Tue, 14 May 2013 19:18:00 +0000
(19:18 +0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Tue, 14 May 2013 19:18:00 +0000
(19:18 +0000)
From-SVN: r198899
gcc/ChangeLog
patch
|
blob
|
history
gcc/gdbinit.in
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 0f92b30cc1de9423b76247d91d6c7d560b31fbd7..8a2469fd76b2a647e514b9a461a898cacf8fe8ed 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/gdbinit.in
b/gcc/gdbinit.in
index 87abefc0456f70f6f184f53a68c4400c50c25485..4a84700d167b11eb38ec22d20b65d0edcc5e78bc 100644
(file)
--- a/
gcc/gdbinit.in
+++ b/
gcc/gdbinit.in
@@
-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