diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-03 17:13:48 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-03 17:13:48 +0000 |
commit | f3219c75e5e25c63696baf0b9fc94dd394c4718e (patch) | |
tree | f8d7cba4f169e99b3f85468b354ac2e08e76c68b /gdb/doc | |
parent | b8c4aecef52565e9d62b727cd297d0900cef519f (diff) | |
download | gdb-f3219c75e5e25c63696baf0b9fc94dd394c4718e.zip gdb-f3219c75e5e25c63696baf0b9fc94dd394c4718e.tar.gz gdb-f3219c75e5e25c63696baf0b9fc94dd394c4718e.tar.bz2 |
Index: ChangeLog
2004-09-03 Andrew Cagney <cagney@gnu.org>
* config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
* config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
* config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
* config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
* config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
* config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
* config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
* sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
* sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
Index: doc/ChangeLog
2004-09-03 Andrew Cagney <cagney@gnu.org>
* gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6832406..3df5fb2 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-03 Andrew Cagney <cagney@gnu.org> + + * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS. + 2004-09-01 Jeff Johnston <jjohnstn@redhat.com> * observer.texi (solib_unloaded): New observer. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index b7d6f47..b153f92 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4442,10 +4442,6 @@ the shell execs, and once when the program itself execs. If the actual number of traps is something other than 2, then define this macro to expand into the number expected. -@item SVR4_SHARED_LIBS -@findex SVR4_SHARED_LIBS -Define this to indicate that SVR4-style shared libraries are in use. - @item USE_PROC_FS @findex USE_PROC_FS This determines whether small routines in @file{*-tdep.c}, which |