diff options
author | Mike Stump <mikestump@comcast.net> | 2013-05-14 19:18:00 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-05-14 19:18:00 +0000 |
commit | 0bfdb81e695faaef4cef9f8c844460c76c297669 (patch) | |
tree | ecaee56f23380d1574aea6859c91780a1a23cc9c /gcc | |
parent | a508ef2266a2ae21875b5169c4039dd7438a7939 (diff) | |
download | gcc-0bfdb81e695faaef4cef9f8c844460c76c297669.zip gcc-0bfdb81e695faaef4cef9f8c844460c76c297669.tar.gz gcc-0bfdb81e695faaef4cef9f8c844460c76c297669.tar.bz2 |
* gdbinit.in: Add __null.
From-SVN: r198899
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gdbinit.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0f92b30..8a2469f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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. * recog.c: Likewise. * reload.c (can_reload_into): Likewise. diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index 87abefc..4a84700 100644 --- 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 |