aboutsummaryrefslogtreecommitdiff
path: root/gas/NOTES.config
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-12-28 05:59:26 +0000
committerFred Fish <fnf@specifix.com>1996-12-28 05:59:26 +0000
commit6455664321ced2cc83219f9ec1b4b943152ea0dd (patch)
treed6bd3385f9b9331a80576e7a5ab9da4ab02261b2 /gas/NOTES.config
parent6357e7f68e62ef85600908495de20eb2b28ccaa3 (diff)
downloadgdb-6455664321ced2cc83219f9ec1b4b943152ea0dd.zip
gdb-6455664321ced2cc83219f9ec1b4b943152ea0dd.tar.gz
gdb-6455664321ced2cc83219f9ec1b4b943152ea0dd.tar.bz2
* 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
Diffstat (limited to 'gas/NOTES.config')
-rw-r--r--gas/NOTES.config18
1 files changed, 9 insertions, 9 deletions
diff --git a/gas/NOTES.config b/gas/NOTES.config
index 79832e6..bc473be 100644
--- a/gas/NOTES.config
+++ b/gas/NOTES.config
@@ -21,20 +21,20 @@ obj-format.h is a {sym}link to .../config/obj-something.h. It is intended
All gas .c files include as.h.
-as.h #define's "gas", includes host.h, defines a number of gas
-specific structures and types, and then includes tp.h, obj.h, and
-target-environment.h.
+as.h #define's "GAS", includes config.h, defines a number of gas
+specific structures and types, and then includes tc.h, obj.h, and
+targ-env.h.
-target-environment.h defines a target environment specific
-preprocessor flag, eg, TE_SUN, and then includes obj-format.h.
+targ-env.h defines a target environment specific preprocessor flag,
+eg, TE_SUN, and then includes obj-format.h.
obj-format.h defines an object format specific preprocessor flag, eg,
-OBJ_AOUT, OBJ_BOUT, OBJ_COFF, includes "target-processor.h", and then
-defines the object specific macros, functions, types, and structures.
+OBJ_AOUT, OBJ_BOUT, OBJ_COFF, includes "targ-cpu.h", and then defines
+the object specific macros, functions, types, and structures.
-target-processor.h
+targ-cpu.h
-target-processor.
+targ-cpu.c
Porting: