annotate src/m/ncr386.h @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children 0132846995bd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Synched up with: FSF 19.31. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 #include "intel386.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 #ifndef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 /* Allow emacs to link with "bcopy()" unresolved. Works around a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 problem where /usr/lib/libX11.so provides bcopy, but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 /usr/ccs/lib/libX11.so does not. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 #define LD_SWITCH_X_DEFAULT -Wl,-z,nodefs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 #else /* __GNUC__ */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 /* Assuming we are using GNU ld, pass a -R option to it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 so that shared libraries will be found at execution time
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 just as they are found at link time. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 #define LD_SWITCH_X_DEFAULT -Xlinker LD_SWITCH_X_SITE_AUX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 #endif /* __GNUC__ */