diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-12-15 12:38:05 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-12-15 12:38:05 +0000 |
commit | e7ab2a476e8f64722e49c8e1f221f4adad85701d (patch) | |
tree | 00db551c1d924721769ea0cc3a59cfb710211814 /gdb/config.in | |
parent | 9c8ec16d789c81df0f669b1db2e73f5bb3e77012 (diff) | |
download | gdb-e7ab2a476e8f64722e49c8e1f221f4adad85701d.zip gdb-e7ab2a476e8f64722e49c8e1f221f4adad85701d.tar.gz gdb-e7ab2a476e8f64722e49c8e1f221f4adad85701d.tar.bz2 |
(Mostly from Gavin Koch)
In dwarf2read.c, if the ABI is 32 bit and 64 bit addresses are encountered
discard the most significant 32 bits.
Use CORE_ADDR for address variables instead of long.
Add more explicit tx49 configur target.
Check/use sigaction/SA_RESTART in remote-sim.c
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 8a1d0db..097f29e 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -59,6 +59,9 @@ /* Define if the "%Lg" format works to print long doubles. */ #undef PRINTF_HAS_LONG_DOUBLE +/* Define if the "%Lg" format works to scan long doubles. */ +#undef SCANF_HAS_LONG_DOUBLE + /* Define if using Solaris thread debugging. */ #undef HAVE_THREAD_DB_LIB @@ -84,6 +87,9 @@ /* Define if you have the setpgid function. */ #undef HAVE_SETPGID +/* Define if you have the sigaction function. */ +#undef HAVE_SIGACTION + /* Define if you have the <endian.h> header file. */ #undef HAVE_ENDIAN_H |