Commit Graph

17 Commits

Author SHA1 Message Date
Jim Wilson
86d086ba04 (HANDLE_PRAGMA): Expect/pass 2nd arg of NODE, not CH.
From-SVN: r11839
1996-04-17 12:10:02 -07:00
Doug Evans
7ec6d4d920 (HANDLE_PRAGMA): Change to expression with terminating character as result.
From-SVN: r11154
1996-02-01 22:47:21 +00:00
Doug Evans
05a81fe58a c-lex.c (check_newline): Pass character after `#pragma' to HANDLE_PRAGMA.
* c-lex.c (check_newline): Pass character after `#pragma' to
	HANDLE_PRAGMA.  Don't call get_directive_line if at end of line.
	* c-common.c (get_directive_line): Watch for EOF.
	* h8300/h8300.h (HANDLE_PRAGMA): New argument `c'.
	Must issue `return' now.
	* i960/i960.h (HANDLE_PRAGMA): Likewise.
	* sh/sh.h (HANDLE_PRAGMA): Likewise.
	* nextstep.h (HANDLE_PRAGMA): Likewise.
	* h8300/h8300.c (handle_pragma): New argument `ch'.
	Simplify pragma processing.  Delete support for `#pragma section'.
	* i960/i960.c (process_pragma): New argument `c'.  Change result to
	terminating character.
	* nextstep.c (handle_pragma): Likewise.
	* sh/sh.c (handle_pragma): Likewise.  Also simplified.

From-SVN: r10999
1996-01-15 22:25:24 +00:00
Richard Kenner
0af195cf99 Update FSF address.
From-SVN: r9972
1995-06-15 08:55:05 -04:00
Jason Merrill
94c5035eca (INCLUDE_DEFAULTS): Add cxx_aware field.
From-SVN: r7185
1994-05-02 20:37:24 +00:00
Richard Kenner
875fbf803b (SELECT_SECTION): Fix typo (arg names) in last change.
From-SVN: r6823
1994-03-19 07:13:32 -05:00
Jim Wilson
ed8969fa7d (SELECT_SECTION): Variables go in readonly data
only if the initializer is constant.

From-SVN: r6820
1994-03-18 15:43:00 -08:00
Richard Stallman
75b9f1b629 (INCLUDE_DEFAULTS): Use same order as cccp.c.
Add CCC_INCLUDE_DIR with /ansi and /bsd concatenated.

From-SVN: r4628
1993-06-04 02:28:02 +00:00
Richard Stallman
fc1565060a (INCLUDE_DEFAULTS): Undo previous change.
From-SVN: r4579
1993-05-26 23:52:45 +00:00
Richard Stallman
61ebecd1f8 (INCLUDE_DEFAULTS): Delete /NextDeveloper/Headers/ansi
and /NextDeveloper/Headers/bsd.

From-SVN: r4571
1993-05-26 04:21:36 +00:00
Richard Stallman
37a3884bf3 (INCLUDE_DEFAULTS): Fix missing comma.
From-SVN: r4546
1993-05-23 21:46:24 +00:00
Richard Stallman
a06507930c (INCLUDE_DEFAULTS): Add /usr/include/bsd.
From-SVN: r4539
1993-05-22 21:48:31 +00:00
Richard Stallman
461c2c6ce6 (WORD_SWITCH_TAKES_ARG): Fix typo.
From-SVN: r4296
1993-05-01 20:37:54 +00:00
Tom Wood
3ac6bbb89e (NeXT_OBJC, STANDARD_EXEC_PREFIX): Delete.
From-SVN: r4250
1993-04-27 20:30:55 +00:00
Ian Lance Taylor
3b39b94f84 Base WORD_SWITCH_TAKES_ARG on new macro DEFAULT_WORD_SWITCH_TAKES_ARG
From-SVN: r4247
1993-04-27 14:58:13 +00:00
Tom Wood
237de4b2ff (ASM_FILE_START): Don't output a .file directive.
That's used by the assembler for error reporting.

From-SVN: r4190
1993-04-22 11:46:07 +00:00
Tom Wood
9fdecdb730 Initial revision
From-SVN: r4072
1993-04-09 23:45:02 +00:00