* doc/Makefile.in (TEXI2DVI): Set to just name of program.
authorFred Fish <fnf@specifix.com>
Fri, 14 Feb 1997 01:04:19 +0000 (01:04 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 14 Feb 1997 01:04:19 +0000 (01:04 +0000)
commitaf16e4115dcaffa8d48e4ff5b223f087ac2bdd55
tree1a6c95105f4cfc984dbfacf36d76690f8da91125
parentd83c8ac193f20b4407cf0878fa94c59cfaf971c3
* 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
13 files changed:
gas/ChangeLog
gas/config/arm-big.mt
gas/config/arm-lit.mt
gas/config/mips-big.mt
gas/config/mips-lit.mt
gas/config/ppc-lit.mt
gas/config/ppc-sol.mt
gas/config/tc-arm.h
gas/config/tc-mips.h
gas/config/tc-ppc.h
gas/config/tc-tic80.h
gas/doc/internals.texi
gas/mpw-config.in
This page took 0.025655 seconds and 4 git commands to generate.