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/mips | |
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/mips')
-rw-r--r-- | gdb/config/mips/.Sanitize | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/config/mips/.Sanitize b/gdb/config/mips/.Sanitize index 0e3dc69..f8c0c91 100644 --- a/gdb/config/mips/.Sanitize +++ b/gdb/config/mips/.Sanitize @@ -29,6 +29,20 @@ else fi fi +tx49_files="tm-tx49.h tm-tx49l.h tx49.mt tx49l.mt" + +if ( echo $* | grep keep\-tx49 > /dev/null ) ; then + keep_these_too="${tx49_files} ${keep_these_too}" + if [ -n "${verbose}" ] ; then + echo Keeping ${tx49_files} + fi +else + lose_these_too="${tx49_files} ${lose_these_too}" + if [ -n "${verbose}" ] ; then + echo Deleting ${tx49_files} + fi +fi + if ( echo $* | grep keep\-r5900 > /dev/null ) ; then keep_these_too="tm-r5900.h r5900.mt ${keep_these_too}" else |