binutils-gdb/gas/doc
Fred Fish af16e4115d * doc/Makefile.in (TEXI2DVI): Set to just name of program.
(DVIPS): Set to dvips.
	(ps, as.ps, gasp.ps): New targets.
	(internals.info, gasp.dvi, internals.dvi): Set both TEXINPUTS
 	and MAKEINFO env variables.
	(internals.ps): Use DVIPS macro.
	(clean): Remove core and backup files.
	(distclean): Remove temporary files from building internals.
	(clean-dvi): Ditto.
	* doc/internals.texi (Frags): Fix typo.
	(GAS processing): Ditto.
	(CPU backend): Ditto.
	* ecoff.c (init_file): Use TARGET_BYTES_BIG_ENDIAN value directly.
	* mpw-config.in: Define TARGET_BYTES_BIG_ENDIAN as 1.
	* read.c: Remove ugly hack that dealt with config files not
	correctly defining TARGET_BYTES_BIG_ENDIAN.
	(target_big_endian): Use TARGET_BYTES_BIG_ENDIAN directly.
	* config/arm-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
	* config/arm-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
	* config/mips-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
	* config/mips-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
	* config/ppc-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
	* config/ppc-sol.mt: Replace TARGET_BYTES_LITTLE_ENDIAN
	with TARGET_BYTES_BIG_ENDIAN defined to 0.
	* config/tc-arm.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
	and simplify.  Test value of TARGET_BYTES_BIG_ENDIAN, not just
	whether it is defined or not.
	* config/tc-mips.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN.
	* config/tc-ppc.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
	and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
	whether it is defined or not.
start-sanitize-tic80
	* config/tic80.h (TARGET_FORMAT): Define to coff-tic80.
	(TARGET_BYTES_BIG_ENDIAN): Define to 0.
end-sanitize-tic80
1997-02-14 01:04:19 +00:00
..
.Sanitize Wed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com> 1996-08-21 22:53:53 +00:00
Makefile.in
all.texi
as.1 * doc/as.1: Changed to be recognized by catman -w on Solaris. 1996-03-29 19:33:43 +00:00
as.texinfo fix copyright 1997-01-02 23:44:47 +00:00
c-a29k.texi references to pesch@cygnus.com changed to doc@cygnus.com 1995-11-10 19:28:36 +00:00
c-d10v.texi Thu Aug 22 10:50:00 1996 Martin M. Hunt <hunt@pizza.cygnus.com> 1996-08-22 17:54:41 +00:00
c-h8300.texi split cpu-specific documentation out to separate files 1995-07-10 20:54:42 +00:00
c-h8500.texi split cpu-specific documentation out to separate files 1995-07-10 20:54:42 +00:00
c-hppa.texi Document .nsubspa. 1995-10-24 21:27:44 +00:00
c-i960.texi references to pesch@cygnus.com changed to doc@cygnus.com 1995-11-10 19:28:36 +00:00
c-m68k.texi Based on patch from Ronald F. Guilmette <rfg@monkeys.com>: 1997-01-02 23:48:20 +00:00
c-mips.texi * doc/c-mips.texi: Mention ISA level 4, and the -mips16 option. 1997-01-02 23:07:09 +00:00
c-ns32k.texi split out ns32k doc like other cpus 1995-10-06 01:39:35 +00:00
c-sh.texi split cpu-specific documentation out to separate files 1995-07-10 20:54:42 +00:00
c-sparc.texi references to pesch@cygnus.com changed to doc@cygnus.com 1995-11-10 19:28:36 +00:00
c-vax.texi references to pesch@cygnus.com changed to doc@cygnus.com 1995-11-10 19:28:36 +00:00
c-z8k.texi doc fixes from Roland 1995-10-26 23:48:41 +00:00
gasp.texi references to pesch@cygnus.com changed to doc@cygnus.com 1995-11-10 19:28:36 +00:00
h8.texi
internals.texi * doc/Makefile.in (TEXI2DVI): Set to just name of program. 1997-02-14 01:04:19 +00:00