entered into RCS

From-SVN: r550
This commit is contained in:
Richard Stallman 1992-03-21 22:46:57 +00:00
parent 86df8901a5
commit 24f6f95eca
2 changed files with 2 additions and 1 deletions

View File

@ -89,6 +89,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
!strcmp (STR, "sectalign") ? 3 : \
!strcmp (STR, "segcreate") ? 3 : \
!strcmp (STR, "sectorder") ? 3 : \
!strcmp (STR, "aux-info") ? 1 : \
0)
/* Names to predefine in the preprocessor for this target machine. */

View File

@ -50,7 +50,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define WORD_SWITCH_TAKES_ARG(STR) \
(!strcmp (STR, "Tdata") || !strcmp (STR, "include") \
|| !strcmp (STR, "imacros") || !strcmp (STR, "target") \
|| !strcmp (STR, "assert"))
|| !strcmp (STR, "assert") || !strcmp (STR, "aux-info"))
/* Specify what to link with. */