Binutils with MCST patches
Go to file
Ian Lance Taylor 9a7d824a26 * app.c (do_scrub_begin): Let line_comment_chars override
comment_chars.
	(do_scrub_next_char): If a line comment character is not at the
	start of a line, treat it as a comment character if it is one.
	For a CPP line comment use pseudo-op .appline rather than .line.
	* input-scrub.c (logical_input_line): Make int rather than
	unsigned.
	(input_scrub_push, input_scrub_begin): Initialize
	logical_input_line to -1 rather than 0.
	(bump_line_counters): Increment logical_input_line.
	(new_logical_line): If line_number is -2, decrement
	logical_input_line.
	(as_where): Use logical_input_line even if it is 0.
	* read.h (s_app_file prototype): Now takes an int argument.
	* read.c (potable): Make .appfile call s_app_file with 1.  New
	.appline pseudo-op calls s_app_line.
	(s_app_file): If .appfile, call new_logical_line with -2 to
	account for newline inserted by do_scrub_next_char.  If listing,
	call listing_source_file.
	(s_app_line): New function to handle fake pseudo-op .appline.
	* config/obj-coff.c (obj_pseudo_table): Make .appline call
	obj_coff_ln.
	(obj_coff_ln): Added argument to indicate whether .appline.
	* config/obj-coffbfd.c (obj_pseudo_table): Make .appline call
	obj_coff_ln.
	(obj_coff_ln): Added argument to indicate whether .appline.
	* config/tc-mips.c (s_file): Pass argument to s_app_file.
1993-05-27 19:29:38 +00:00
bfd added things-to-lose sections 1993-05-27 06:44:29 +00:00
binutils added things-to-lose sections 1993-05-27 06:44:29 +00:00
config added things-to-lose sections 1993-05-27 06:44:29 +00:00
gas * app.c (do_scrub_begin): Let line_comment_chars override 1993-05-27 19:29:38 +00:00
gdb * gdb.texinfo: Add `set print symbol-filename' doc. 1993-05-27 13:23:56 +00:00
gprof added things-to-lose sections 1993-05-27 06:44:29 +00:00
include added things-to-lose sections 1993-05-27 06:44:29 +00:00
ld added things-to-lose sections 1993-05-27 06:44:29 +00:00
mmalloc added things-to-lose sections 1993-05-27 06:44:29 +00:00
opcodes added things-to-lose sections 1993-05-27 06:44:29 +00:00
readline added things-to-lose sections 1993-05-27 06:44:29 +00:00
sim added things-to-lose sections 1993-05-27 06:44:29 +00:00
.Sanitize added things-to-lose sections 1993-05-27 06:44:29 +00:00
Build-A-Release.mk
build-all.mk Correct all-cross target for release-info stuff. 1993-05-27 00:18:14 +00:00
ChangeLog Changed unixware to univel. 1993-05-27 17:36:33 +00:00
config.guess * config.guess: Added special check for i[34]86-unixware-sysv4*. 1993-05-27 15:07:45 +00:00
config.sub * config.sub: Use sysv3.2 not sysv32 for canonical OS 1993-04-29 16:52:33 +00:00
configdos.bat
configure Forgot to check in. (Change definition of tool_dir.) 1993-05-04 18:37:03 +00:00
configure.bat
configure.in * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for 1993-05-24 22:31:24 +00:00
DOC.Sanitize
INSTALL
install-texi.in
Install.in
intro.texi
Makefile.in Makefile.in (taz): Fix modes on $(TOOL) dir also. 1993-05-20 18:25:38 +00:00
Pack-A-Progressive
SUPPORTED
tape-labels-tex.in
test-build.mk 1) use release-info 1993-05-20 22:20:07 +00:00