From: Richard Kenner Date: Thu, 13 Apr 1995 12:48:34 +0000 (-0400) Subject: (TARGET_MEM_FUNCTIONS): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3527f97444a9e5953f7c82e9bb1c62e6e74c5fee;p=gcc.git (TARGET_MEM_FUNCTIONS): Define. (LINK_SPEC): Delete "align:0x1000". From-SVN: r9373 --- diff --git a/gcc/config/winnt/win-nt.h b/gcc/config/winnt/win-nt.h index 2a10390b4f9..06674f37d14 100644 --- a/gcc/config/winnt/win-nt.h +++ b/gcc/config/winnt/win-nt.h @@ -19,11 +19,13 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +#define TARGET_MEM_FUNCTIONS + #undef STARTFILE_SPEC #define STARTFILE_SPEC "" #undef LINK_SPEC -#define LINK_SPEC "-align:0x1000 -stack:1000000,1000000" +#define LINK_SPEC "-stack:1000000,1000000" #undef CPP_SPEC #define CPP_SPEC "-lang-c-c++-comments"