This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove SVR4_SHARED_LIBS from config/alpha/nm-fbsd.h


Redundant now.  Checked in.

Mark

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

	* config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.

Index: config/alpha/nm-fbsd.h
===================================================================
RCS file: /cvs/src/src/gdb/config/alpha/nm-fbsd.h,v
retrieving revision 1.4
diff -u -p -r1.4 nm-fbsd.h
--- config/alpha/nm-fbsd.h 18 Oct 2002 19:34:39 -0000 1.4
+++ config/alpha/nm-fbsd.h 16 Aug 2003 18:55:20 -0000
@@ -37,8 +37,6 @@
 
 /* Shared library support.  */
 
-#define SVR4_SHARED_LIBS
-
 #include "solib.h"		/* Support for shared libraries. */
 #include "elf/common.h"		/* Additional ELF shared library info. */
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]