* 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:
parent
66fe741646
commit
1a2a932d4f
5 changed files with 13 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue