* config/mips/xm-makeva.h: New file implements va_list alignment

restrictions for mips hosts.
	* config/mips/{xm-irix3.h, xm-mips.h, xm-news-mips.h, xm-riscos.h}:
	Use it.
This commit is contained in:
Peter Schauer 1993-07-21 10:15:21 +00:00
parent 66fe741646
commit 1a2a932d4f
5 changed files with 13 additions and 0 deletions

View file

@ -63,3 +63,6 @@ extern void *memset();
/* Kernel is a bit tenacious about sharing text segments, disallowing bpts. */
#define ONE_PROCESS_WRITETEXT
/* Mips hosts need aligned va_list arguments. */
#include "mips/xm-makeva.h"