diff options
author | Jeff Law <law@redhat.com> | 1995-06-12 06:27:26 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-06-12 06:27:26 +0000 |
commit | ca95702a3a4f81d4a600c10d8df87df778a8e306 (patch) | |
tree | 7c5264502b54f19d75012f05045172d1c3841062 /gdb/somsolib.c | |
parent | 99e0981c6085e677fd1001a7bc605d1daff2cdc4 (diff) | |
download | gdb-ca95702a3a4f81d4a600c10d8df87df778a8e306.zip gdb-ca95702a3a4f81d4a600c10d8df87df778a8e306.tar.gz gdb-ca95702a3a4f81d4a600c10d8df87df778a8e306.tar.bz2 |
Zap static data problem off the TODO list.
Diffstat (limited to 'gdb/somsolib.c')
-rw-r--r-- | gdb/somsolib.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c index 199f67c..22b787b 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -37,9 +37,6 @@ and by Cygnus Support. */ /* TODO: - * Access to static (file scoped) variables in shared libraries - still doesn't work. - * Most of this code should work for hp300 shared libraries. Does anyone care enough to weed out any SOM-isms. |