diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-08-18 00:38:13 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-08-18 00:38:13 -0600 |
commit | 794b7f566725ac6bc64587d0a80eb293f79e54eb (patch) | |
tree | 2be0c3c88fef16103e7eee8af1f0514ca9e6ff48 /gcc/config/pa | |
parent | 9a735993c75b205f42a3a24ede5346db6dd6f61e (diff) | |
download | gcc-794b7f566725ac6bc64587d0a80eb293f79e54eb.zip gcc-794b7f566725ac6bc64587d0a80eb293f79e54eb.tar.gz gcc-794b7f566725ac6bc64587d0a80eb293f79e54eb.tar.bz2 |
* pa.h (DEFAULT_GDB_EXTENSIONS): GDB extensions are on by default.
From-SVN: r5175
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 929a8ae..97c7d22 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -112,7 +112,7 @@ extern int target_flags; #endif #define DBX_DEBUGGING_INFO -#define DEFAULT_GDB_EXTENSIONS 0 +#define DEFAULT_GDB_EXTENSIONS 1 #if (TARGET_DEFAULT & 1) == 0 #define CPP_SPEC "%{msnake:-D__hp9000s700 -D_PA_RISC1_1}\ |