Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [COMMIT[ Remove somsolib.[ch]
@ 2005-05-01 16:04 Mark Kettenis
  2005-05-01 19:11 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Kettenis @ 2005-05-01 16:04 UTC (permalink / raw)
  To: gdb-patches

This was replaced with solib-som.[ch] some time ago.

Committed as obvious,

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
	* somsolib.c, somsolib.h: Remove files.
	* Makefile.in (somsolib_h): Remove.
	(somsolib.o): Remove dependency.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.724
diff -u -p -r1.724 Makefile.in
--- Makefile.in 29 Apr 2005 14:21:21 -0000 1.724
+++ Makefile.in 1 May 2005 16:02:19 -0000
@@ -773,7 +773,6 @@ solib_pa64_h = solib-pa64.h
 solib_som_h = solib-som.h
 solib_svr4_h = solib-svr4.h
 solist_h = solist.h
-somsolib_h = somsolib.h
 source_h = source.h
 sparc64_tdep_h = sparc64-tdep.h $(sparc_tdep_h)
 sparc_nat_h = sparc-nat.h
@@ -2553,10 +2552,6 @@ somread.o: somread.c $(defs_h) $(bfd_h) 
 	$(objfiles_h) $(buildsym_h) $(stabsread_h) $(gdb_stabs_h) \
 	$(complaints_h) $(gdb_string_h) $(demangle_h) $(som_h) $(libhppa_h) \
 	$(solib_som_h)
-somsolib.o: somsolib.c $(defs_h) $(frame_h) $(bfd_h) $(som_h) $(libhppa_h) \
-	$(gdbcore_h) $(symtab_h) $(breakpoint_h) $(symfile_h) $(objfiles_h) \
-	$(inferior_h) $(gdb_stabs_h) $(gdb_stat_h) $(gdbcmd_h) $(language_h) \
-	$(regcache_h) $(gdb_assert_h) $(exec_h) $(hppa_tdep_h)
 source.o: source.c $(defs_h) $(symtab_h) $(expression_h) $(language_h) \
 	$(command_h) $(source_h) $(gdbcmd_h) $(frame_h) $(value_h) \
 	$(gdb_string_h) $(gdb_stat_h) $(gdbcore_h) $(gdb_regex_h) \


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [COMMIT[ Remove somsolib.[ch]
  2005-05-01 16:04 [COMMIT[ Remove somsolib.[ch] Mark Kettenis
@ 2005-05-01 19:11 ` Eli Zaretskii
  2005-05-02 20:43   ` Mark Kettenis
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2005-05-01 19:11 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: gdb-patches

> Date: Sun, 1 May 2005 18:04:32 +0200 (CEST)
> From: Mark Kettenis <mark.kettenis@xs4all.nl>
> 
> This was replaced with solib-som.[ch] some time ago.
> 
> Committed as obvious,
> 
> Mark
> 
> Index: ChangeLog
> from  Mark Kettenis  <kettenis@gnu.org>
> 	* somsolib.c, somsolib.h: Remove files.
> 	* Makefile.in (somsolib_h): Remove.
> 	(somsolib.o): Remove dependency.

Please also update gdb.texinfo: it documents the option
auto-solib-limit that will now cease to exist.

TIA


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [COMMIT[ Remove somsolib.[ch]
  2005-05-01 19:11 ` Eli Zaretskii
@ 2005-05-02 20:43   ` Mark Kettenis
  2005-05-03  3:40     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Kettenis @ 2005-05-02 20:43 UTC (permalink / raw)
  To: eliz; +Cc: mark.kettenis, gdb-patches

   Date: Sun, 01 May 2005 22:08:51 +0300
   From: "Eli Zaretskii" <eliz@gnu.org>

   > Date: Sun, 1 May 2005 18:04:32 +0200 (CEST)
   > From: Mark Kettenis <mark.kettenis@xs4all.nl>
   > 
   > This was replaced with solib-som.[ch] some time ago.
   > 
   > Committed as obvious,
   > 
   > Mark
   > 
   > Index: ChangeLog
   > from  Mark Kettenis  <kettenis@gnu.org>
   > 	* somsolib.c, somsolib.h: Remove files.
   > 	* Makefile.in (somsolib_h): Remove.
   > 	(somsolib.o): Remove dependency.

   Please also update gdb.texinfo: it documents the option
   auto-solib-limit that will now cease to exist.

It disappeared some time ago already.  Anyway, I checked in the attached.

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* gdb.texinfo (Files): Remove documentation for auto-solib-limit.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.250
diff -u -p -r1.250 gdb.texinfo
--- gdb.texinfo 2 May 2005 20:28:47 -0000 1.250
+++ gdb.texinfo 2 May 2005 20:40:33 -0000
@@ -10924,36 +10924,6 @@ libraries that were loaded by explicit u
 discarded.
 @end table
 
-On some systems, such as HP-UX systems, @value{GDBN} supports
-autoloading shared library symbols until a limiting threshold size is
-reached.  This provides the benefit of allowing autoloading to remain on
-by default, but avoids autoloading excessively large shared libraries,
-up to a threshold that is initially set, but which you can modify if you
-wish.
-
-Beyond that threshold, symbols from shared libraries must be explicitly
-loaded.  To load these symbols, use the command @code{sharedlibrary
-@var{filename}}.  The base address of the shared library is determined
-automatically by @value{GDBN} and need not be specified.
-
-To display or set the threshold, use the commands:
-
-@table @code
-@kindex set auto-solib-limit
-@item set auto-solib-limit @var{threshold}
-Set the autoloading size threshold, in an integral number of megabytes.
-If @var{threshold} is nonzero and shared library autoloading is enabled,
-symbols from all shared object libraries will be loaded until the total
-size of the loaded shared library symbols exceeds this threshold.
-Otherwise, symbols must be loaded manually, using the
-@code{sharedlibrary} command.  The default threshold is 100 (i.e.@: 100
-Mb).
-
-@kindex show auto-solib-limit
-@item show auto-solib-limit
-Display the current autoloading size threshold, in megabytes.
-@end table
-
 Sometimes you may wish that @value{GDBN} stops and gives you control
 when any of shared library events happen.  Use the @code{set
 stop-on-solib-events} command for this:



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [COMMIT[ Remove somsolib.[ch]
  2005-05-02 20:43   ` Mark Kettenis
@ 2005-05-03  3:40     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2005-05-03  3:40 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: gdb-patches

> Date: Mon, 2 May 2005 22:43:38 +0200 (CEST)
> From: Mark Kettenis <mark.kettenis@xs4all.nl>
> CC: mark.kettenis@xs4all.nl, gdb-patches@sourceware.org
> 
>    > from  Mark Kettenis  <kettenis@gnu.org>
>    > 	* somsolib.c, somsolib.h: Remove files.
>    > 	* Makefile.in (somsolib_h): Remove.
>    > 	(somsolib.o): Remove dependency.
> 
>    Please also update gdb.texinfo: it documents the option
>    auto-solib-limit that will now cease to exist.
> 
> It disappeared some time ago already.  Anyway, I checked in the attached.

Thanks.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-03  3:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-01 16:04 [COMMIT[ Remove somsolib.[ch] Mark Kettenis
2005-05-01 19:11 ` Eli Zaretskii
2005-05-02 20:43   ` Mark Kettenis
2005-05-03  3:40     ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox