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/configure.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/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 8512fc9..f343849 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -67,7 +67,7 @@ AC_HEADER_STAT AC_C_CONST -AC_CHECK_FUNCS(setpgid sbrk select poll) +AC_CHECK_FUNCS(setpgid sbrk select poll sigaction) # If we are configured native on Linux, work around problems with sys/procfs.h if test "${target}" = "${host}"; then |