all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob d21bf85044f774ee53ed1d433bdbc5fcd2b9354e 1036 bytes (raw)
name: src/s/sol2-10.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
/* Handle Solaris 2.10.  */

#include "sol2-6.h"

#define SYSTEM_MALLOC

/*
 * Use the Solaris dldump() function, called from unexsol.c, to dump
 * emacs, instead of the generic ELF dump code found in unexelf.c.
 * The resulting binary has a complete symbol table, and is better
 * for debugging and other observabilty tools (debuggers, pstack, etc).
 *
 * If you encounter a problem using dldump(), please consider sending
 * a message to the OpenSolaris tools-linking mailing list:
 *      http://mail.opensolaris.org/mailman/listinfo/tools-linking
 *
 * It is likely that dldump() works with older Solaris too,
 * but this has not been tested, and so, this change is for
 * Solaris 10 and newer only at this time.
 */
#undef UNEXEC
#define UNEXEC unexsol.o

/* This is used in list_system_processes.  */
#define HAVE_PROCFS 1

/* This is needed for the system_process_attributes implementation.  */
#define _STRUCTURED_PROC 1

#define START_FILES

/* arch-tag: 7c51a134-5469-4d16-aa00-d69224640eeb
   (do not change this comment) */

debug log:

solving d21bf85 ...
found d21bf85 in https://yhetil.org/emacs/pvhpd3x9bebi.fsf@gmx.li/
found 865e175 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 865e17525c4ed5667e7522a935a1c01ac22fb9ec	src/s/sol2-10.h

applying [1/1] https://yhetil.org/emacs/pvhpd3x9bebi.fsf@gmx.li/
diff --git a/src/s/sol2-10.h b/src/s/sol2-10.h
index 865e175..d21bf85 100644

Checking patch src/s/sol2-10.h...
Applied patch src/s/sol2-10.h cleanly.

index at:
100644 d21bf85044f774ee53ed1d433bdbc5fcd2b9354e	src/s/sol2-10.h

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.