diff options
author | Roland Pesch <pesch@cygnus> | 1991-09-19 02:20:06 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-09-19 02:20:06 +0000 |
commit | 6a3871df09221eac8f64e3137ba53d3190c3d311 (patch) | |
tree | d034aaea6e5bb90a57673a6e0dc6ece06ccddca3 /gas/doc | |
parent | 7a4c8e5ce35363f5315d05e42572b486d82d6b91 (diff) | |
download | gdb-6a3871df09221eac8f64e3137ba53d3190c3d311.zip gdb-6a3871df09221eac8f64e3137ba53d3190c3d311.tar.gz gdb-6a3871df09221eac8f64e3137ba53d3190c3d311.tar.bz2 |
Update _MACH_DEP__ macro to be consistent with node references in both
generic and one-machine manuals.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/a29k.m4 | 2 | ||||
-rw-r--r-- | gas/doc/i80386.m4 | 2 | ||||
-rw-r--r-- | gas/doc/i960.m4 | 2 | ||||
-rw-r--r-- | gas/doc/m680x0.m4 | 2 | ||||
-rw-r--r-- | gas/doc/sparc.m4 | 2 | ||||
-rw-r--r-- | gas/doc/vax.m4 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/gas/doc/a29k.m4 b/gas/doc/a29k.m4 index cf3ba386..934fabe 100644 --- a/gas/doc/a29k.m4 +++ b/gas/doc/a29k.m4 @@ -1,5 +1,5 @@ _divert__(-1) _define__(<_AMD29K__>,<1>) _define__(<_HOST__>,<AMD 29K>) -_define__(<_MACH_DEP__>,<AMD29K Dependent> +_define__(<_MACH_DEP__>,<AMD29K-Dependent> _divert__<>
\ No newline at end of file diff --git a/gas/doc/i80386.m4 b/gas/doc/i80386.m4 index d8293d1..f578887 100644 --- a/gas/doc/i80386.m4 +++ b/gas/doc/i80386.m4 @@ -1,5 +1,5 @@ _divert__(-1) _define__(<_I80386__>,<1>) _define__(<_HOST__>,<Intel 80386>) -_define__(<_MACH_DEP__>,<80386 Dependent> +_define__(<_MACH_DEP__>,<i386-Dependent> _divert__<>
\ No newline at end of file diff --git a/gas/doc/i960.m4 b/gas/doc/i960.m4 index e98155d..f94060e 100644 --- a/gas/doc/i960.m4 +++ b/gas/doc/i960.m4 @@ -8,5 +8,5 @@ _define__(<_GCC__>,<gcc960>) _define__(<_LD__>,<gld960>) _define__(<_GDB__>,<gdb960>) _define__(<_HOST__>,<Intel 960>) -_define__(<_MACH_DEP__>,<i960 Dependent>) +_define__(<_MACH_DEP__>,<i960-Dependent>) _divert__<>
\ No newline at end of file diff --git a/gas/doc/m680x0.m4 b/gas/doc/m680x0.m4 index e5f83b6..752d5b6 100644 --- a/gas/doc/m680x0.m4 +++ b/gas/doc/m680x0.m4 @@ -1,5 +1,5 @@ _divert__(-1) _define__(<_M680X0__>,<1>) _define__(<_HOST__>,<Motorola 680x0>) -_define__(<_MACH_DEP__>,<M680x0 Dependent>) +_define__(<_MACH_DEP__>,<M68K-Dependent>) _divert__<>
\ No newline at end of file diff --git a/gas/doc/sparc.m4 b/gas/doc/sparc.m4 index 8cc6a3e..9b47db4 100644 --- a/gas/doc/sparc.m4 +++ b/gas/doc/sparc.m4 @@ -1,5 +1,5 @@ _divert__(-1) _define__(<_SPARC__>,<1>) _define__(<_HOST__>,<SPARC>) -_define__(<_MACH_DEP__>,<SPARC Dependent>) +_define__(<_MACH_DEP__>,<Sparc-Dependent>) _divert__<>
\ No newline at end of file diff --git a/gas/doc/vax.m4 b/gas/doc/vax.m4 index 59cb2ab..76cb443 100644 --- a/gas/doc/vax.m4 +++ b/gas/doc/vax.m4 @@ -1,5 +1,5 @@ _divert__(-1) _define__(<_VAX__>,<1>) _define__(<_HOST__>,<VAX>) -_define__(<_MACH_DEP__>,<VAX Dependent>) +_define__(<_MACH_DEP__>,<VAX-Dependent>) _divert__<>
\ No newline at end of file |