aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-10-24 20:32:38 +0000
committerKevin Buettner <kevinb@redhat.com>2000-10-24 20:32:38 +0000
commit367829d861f8d1cb5d8de6e2797a368bd2285bfa (patch)
tree8728d39fbeca8610115388f5d6d07bfd4503be61 /gdb/ChangeLog
parent13437d4b4b35feeefd79067153fb01ef80db0fb2 (diff)
downloadgdb-367829d861f8d1cb5d8de6e2797a368bd2285bfa.zip
gdb-367829d861f8d1cb5d8de6e2797a368bd2285bfa.tar.gz
gdb-367829d861f8d1cb5d8de6e2797a368bd2285bfa.tar.bz2
Restructure my 2000-10-24 solib reorg entry.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 4 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e9a4300..babc783 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,7 +1,6 @@
2000-10-24 Kevin Buettner <kevinb@redhat.com>
* solib-svr4.c: New file created out of much of solib.c...
-
* solib.c (_SYSCALL32, BKPT_AT_SYMBOL): Move these defines to
solib-svr4.c.
(sys/types.h, signal.h, sys/param.h, fcntl.h, a.out.h,
@@ -36,7 +35,6 @@
TARGET_SO_SOLIB_CREATE_INFERIOR_HOOK,
TARGET_SO_SPECIAL_SYMBOL_HANDLING, TARGET_SO_CURRENT_SOS,
TARGET_SO_OPEN_SYMBOL_FILE_OBJECT): New macros.
-
* solib.c (solib_map_sections, free_so, symbol_add_stub,
update_solib_list, solib_add, info_shared_library_command,
solib_address, clear_solib, solib_create_inferior_hook): Use
@@ -44,10 +42,8 @@
side indirectly.
(current_target_so_ops): Define new global variable.
(_initialize_solib): Eliminate HAVE_LINK_H ifdef.
-
* solib-svr4.h: New file; defines struct link_map_offsets and
SVR4_FETCH_LINK_MAP_OFFSETS.
-
* solib-svr4.c (_initialize_svr4_solib, svr4_clear_solib,
svr4_free_so): New functions.
(special_symbol_handling, solib_create_inferior_function_hook,
@@ -67,10 +63,6 @@
* Makefile.in (solib.o): Add solist.h as a dependency.
(solib-svr4.o): Add dependencies.
-
- * sparc-tdep.c (gregset.h): Don't include unless USE_PROC_FS is
- defined.
-
* config/alpha/alpha-linux.mh, config/alpha/fbsd.mh,
config/arm/linux.mh, config/i386/fbsd.mh,
config/i386/i386dgux.mh, config/i386/i386gnu.mh,
@@ -90,6 +82,10 @@
config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh
(NATDEPFILES): Add solib-svr4.o to list.
+ * sparc-tdep.c (gregset.h): Don't include unless USE_PROC_FS is
+ defined.
+
+
2000-10-24 Kevin Buettner <kevinb@redhat.com>
* stabsread.c (dbx_lookup_type, dbx_alloc_type,