Commit 9ee9f4f0 by Mark Elbrecht Committed by Jeff Law

* i386/djgpp.h (SET_ASM_OP): Define.

From-SVN: r26330
parent f58f9450
...@@ -11,6 +11,8 @@ Sat Apr 10 05:25:28 1999 Daniel Jacobowitz <dan@debian.org> ...@@ -11,6 +11,8 @@ Sat Apr 10 05:25:28 1999 Daniel Jacobowitz <dan@debian.org>
Sat Apr 10 05:14:50 1999 Mark Elbrecht <snowball3@usa.net> Sat Apr 10 05:14:50 1999 Mark Elbrecht <snowball3@usa.net>
* i386/djgpp.h (SET_ASM_OP): Define.
* collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place * collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place
of the DIR_SEPARATOR test. of the DIR_SEPARATOR test.
Consider any file starting with a drivename to be absolute. Consider any file starting with a drivename to be absolute.
......
...@@ -33,6 +33,11 @@ Boston, MA 02111-1307, USA. */ ...@@ -33,6 +33,11 @@ Boston, MA 02111-1307, USA. */
#include "i386/gas.h" #include "i386/gas.h"
/* Enable alias attribute support. */
#ifndef SET_ASM_OP
#define SET_ASM_OP "\t.set"
#endif
/* Search for as.exe and ld.exe in DJGPP's binary directory. */ /* Search for as.exe and ld.exe in DJGPP's binary directory. */
#define MD_EXEC_PREFIX "$DJDIR/bin/" #define MD_EXEC_PREFIX "$DJDIR/bin/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment