diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:50:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:50:46 +0000 |
commit | 52c8910ab4a380f69fac65a31c478641d04acd35 (patch) | |
tree | 3dd647bbe83182dacf0b95488cadc3d065946eee /gdb/lynx-nat.c | |
parent | 9a6392cf0e1748f6191f7e957171bb49b5039936 (diff) | |
download | gdb-52c8910ab4a380f69fac65a31c478641d04acd35.tar.gz |
Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().
Diffstat (limited to 'gdb/lynx-nat.c')
-rw-r--r-- | gdb/lynx-nat.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/lynx-nat.c b/gdb/lynx-nat.c index e76406f69cc..9cd1672d336 100644 --- a/gdb/lynx-nat.c +++ b/gdb/lynx-nat.c @@ -539,11 +539,6 @@ fetch_inferior_registers (int regno) If REGNO is -1, do this for all registers. Otherwise, REGNO specifies which register (so we can save time). */ -/* Registers we shouldn't try to store. */ -#if !defined (CANNOT_STORE_REGISTER) -#define CANNOT_STORE_REGISTER(regno) 0 -#endif - void store_inferior_registers (int regno) { |