aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-06-19 21:26:58 +0000
committerJeff Law <law@redhat.com>1995-06-19 21:26:58 +0000
commit156285aac0a393645bcfb14c2d0d7f7b48b659df (patch)
treea4b0d8c332b6a00f9352e9f9cca6640e7b763ea8 /gdb/ChangeLog
parentc2730ba305d14b3a058019b5447b89cd17202ec0 (diff)
downloadgdb-156285aac0a393645bcfb14c2d0d7f7b48b659df.zip
gdb-156285aac0a393645bcfb14c2d0d7f7b48b659df.tar.gz
gdb-156285aac0a393645bcfb14c2d0d7f7b48b659df.tar.bz2
* somsolib.c (som_solib_add): Validate regexp argument.
Don't assume the first entry on dld's library list is the main program. Don't load the same library more than once and don't consider the main program a shared library. (som_solib_sharedlibrary_command): New function (_initialize_som_solib): Add "sharedlibrary" command. mentor-7135
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7367bdf..562b9bd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+Sat Jun 17 10:17:16 1995 Jeff Law (law@snake.cs.utah.edu)
+
+ * somsolib.c (som_solib_add): Validate regexp argument.
+ Don't assume the first entry on dld's library list is the main
+ program. Don't load the same library more than once and don't
+ consider the main program a shared library.
+ (som_solib_sharedlibrary_command): New function
+ (_initialize_som_solib): Add "sharedlibrary" command.
+
Thu Jun 15 14:54:58 1995 Stan Shebs <shebs@andros.cygnus.com>
* array-rom.c: Remove, no longer used.