From: Roland Pesch Date: Thu, 19 Sep 1991 02:20:06 +0000 (+0000) Subject: Update _MACH_DEP__ macro to be consistent with node references in both X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a3871df09221eac8f64e3137ba53d3190c3d311;p=binutils-gdb.git Update _MACH_DEP__ macro to be consistent with node references in both generic and one-machine manuals. --- diff --git a/gas/doc/a29k.m4 b/gas/doc/a29k.m4 index cf3ba386c26..934fabe697f 100644 --- a/gas/doc/a29k.m4 +++ b/gas/doc/a29k.m4 @@ -1,5 +1,5 @@ _divert__(-1) _define__(<_AMD29K__>,<1>) _define__(<_HOST__>,) -_define__(<_MACH_DEP__>, +_define__(<_MACH_DEP__>, _divert__<> \ No newline at end of file diff --git a/gas/doc/i80386.m4 b/gas/doc/i80386.m4 index d8293d1479c..f578887e24a 100644 --- a/gas/doc/i80386.m4 +++ b/gas/doc/i80386.m4 @@ -1,5 +1,5 @@ _divert__(-1) _define__(<_I80386__>,<1>) _define__(<_HOST__>,) -_define__(<_MACH_DEP__>,<80386 Dependent> +_define__(<_MACH_DEP__>, _divert__<> \ No newline at end of file diff --git a/gas/doc/i960.m4 b/gas/doc/i960.m4 index e98155df6cb..f94060e46ff 100644 --- a/gas/doc/i960.m4 +++ b/gas/doc/i960.m4 @@ -8,5 +8,5 @@ _define__(<_GCC__>,) _define__(<_LD__>,) _define__(<_GDB__>,) _define__(<_HOST__>,) -_define__(<_MACH_DEP__>,) +_define__(<_MACH_DEP__>,) _divert__<> \ No newline at end of file diff --git a/gas/doc/m680x0.m4 b/gas/doc/m680x0.m4 index e5f83b6f116..752d5b69108 100644 --- a/gas/doc/m680x0.m4 +++ b/gas/doc/m680x0.m4 @@ -1,5 +1,5 @@ _divert__(-1) _define__(<_M680X0__>,<1>) _define__(<_HOST__>,) -_define__(<_MACH_DEP__>,) +_define__(<_MACH_DEP__>,) _divert__<> \ No newline at end of file diff --git a/gas/doc/sparc.m4 b/gas/doc/sparc.m4 index 8cc6a3e46d9..9b47db4f0d8 100644 --- a/gas/doc/sparc.m4 +++ b/gas/doc/sparc.m4 @@ -1,5 +1,5 @@ _divert__(-1) _define__(<_SPARC__>,<1>) _define__(<_HOST__>,) -_define__(<_MACH_DEP__>,) +_define__(<_MACH_DEP__>,) _divert__<> \ No newline at end of file diff --git a/gas/doc/vax.m4 b/gas/doc/vax.m4 index 59cb2ab1263..76cb443cdb7 100644 --- a/gas/doc/vax.m4 +++ b/gas/doc/vax.m4 @@ -1,5 +1,5 @@ _divert__(-1) _define__(<_VAX__>,<1>) _define__(<_HOST__>,) -_define__(<_MACH_DEP__>,) +_define__(<_MACH_DEP__>,) _divert__<> \ No newline at end of file