diff options
author | Michael Chastain <mec@google.com> | 2003-09-01 02:11:07 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-09-01 02:11:07 +0000 |
commit | 12e035e235cad60174f7c41ae0d8731b0614d555 (patch) | |
tree | beef85d53a239a60fa5118d9227eafdbedde26ca /gdb/somsolib.c | |
parent | c79496d4befc4424133a748c8a457d1e52bf684b (diff) | |
download | gdb-12e035e235cad60174f7c41ae0d8731b0614d555.zip gdb-12e035e235cad60174f7c41ae0d8731b0614d555.tar.gz gdb-12e035e235cad60174f7c41ae0d8731b0614d555.tar.bz2 |
2003-08-30 Michael Chastain <mec@shout.net>
* Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
* config/m68k/nm-hp300hpux.h: Delete.
* config/m68k/tm-hp300hpux.h: Delete.
* config/m68k/xm-hp300hpux.h: Delete.
* config/m68k/xm-hp300bsd.h: Delete.
* config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
tm-hp300hpux.h, xm-hp300hpux.h.
* somsolib.c: Remove comment about hp300 shared libraries.
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 c496752..ed54ad0 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -74,9 +74,6 @@ extern struct unwind_table_entry *find_unwind_entry (CORE_ADDR pc); /* TODO: - * Most of this code should work for hp300 shared libraries. Does - anyone care enough to weed out any SOM-isms. - * Support for hpux8 dynamic linker. */ /* The basic structure which describes a dynamically loaded object. This |