* NOTES.config (Implementation): as.h #define's "GAS" not "gas",
authorFred Fish <fnf@specifix.com>
Sat, 28 Dec 1996 05:59:26 +0000 (05:59 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 28 Dec 1996 05:59:26 +0000 (05:59 +0000)
commit6455664321ced2cc83219f9ec1b4b943152ea0dd
treed6bd3385f9b9331a80576e7a5ab9da4ab02261b2
parent6357e7f68e62ef85600908495de20eb2b28ccaa3
* NOTES.config (Implementation): as.h #define's "GAS" not "gas",
includes config.h instead of host.h, tc.h instead of tp.h, and
targ-env.h instead of target-environment.h.
Also, obj-format.h includes targ-cpu.h instead of
  target-processor.h.
start-sanitize-tic80
(Laying groundwork, that will be incrementally fleshed out,
 for TIc80 support)
* configure.in (case ${generic_target}): Add tic80-*-coff entry.
* configure: Rebuild with autoconf.
* config/obj-coff.h (coff/tic80.h): Include if TC_TIC80 defined.
(TARGET_FORMAT): Define to "coff-tic80".
* config/tc-tic80.c: New file for TIc80 support.
* config/tc-tic80.h: New file for TIc80 support.
end-sanitize-tic80
gas/.Sanitize
gas/ChangeLog
gas/NOTES.config
gas/config/.Sanitize
gas/config/tc-tic80.c [new file with mode: 0644]
gas/config/tc-tic80.h [new file with mode: 0644]
gas/configure
gas/configure.in
This page took 0.024418 seconds and 4 git commands to generate.