* NOTES.config (Implementation): as.h #define's "GAS" not "gas",
[deliverable/binutils-gdb.git] / gas / NOTES.config
index 79832e64d7a0834cf2d2f3677fafe387284ba65e..bc473be6ba34484680ebb49002228c24ae42c443 100644 (file)
@@ -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:
 
This page took 0.024452 seconds and 4 git commands to generate.