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
1993-05-27 06:44:29 +00:00
1993-05-27 06:44:29 +00:00
1993-05-27 06:44:29 +00:00
1993-05-27 06:44:29 +00:00
1993-05-27 06:44:29 +00:00
1993-05-27 06:44:29 +00:00
1993-05-27 06:44:29 +00:00
1993-05-27 06:44:29 +00:00
1993-05-27 06:44:29 +00:00
1993-05-27 06:44:29 +00:00
1993-05-27 06:44:29 +00:00
1993-05-27 17:36:33 +00:00
1991-12-12 02:47:57 +00:00
1992-02-22 00:25:24 +00:00
1991-10-31 00:08:52 +00:00
1991-06-12 21:44:36 +00:00
1993-05-20 22:20:07 +00:00
Description
GDB that can debug Mach-Os on Linux
280 MiB
Languages
C 58.3%
Makefile 18.5%
Assembly 13.3%
C++ 3.6%
Scheme 1.2%
Other 4.7%