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]

[PATCH] Get rid of MEM_FNS_DECLARED


No longer referenced in the sources.

Committed.


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

	* config/xm-aix4.h (MEM_FNS_DECLARED): Removed.

Index: config/xm-aix4.h
===================================================================
RCS file: /cvs/src/src/gdb/config/xm-aix4.h,v
retrieving revision 1.4
diff -u -p -r1.4 xm-aix4.h
--- config/xm-aix4.h 2001/08/27 22:39:56 1.4
+++ config/xm-aix4.h 2001/09/08 10:48:43
@@ -47,11 +47,6 @@
 
 #define FIVE_ARG_PTRACE
 
-/* AIX declares the mem functions differently than defs.h does.  AIX is
-   right, but defs.h works on more old systems.  For now, override it.  */
-
-#define MEM_FNS_DECLARED 1
-
 /* This system requires that we open a terminal with O_NOCTTY for it to
    not become our controlling terminal.  */
 


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