diff options
author | Roland Pesch <pesch@cygnus> | 1991-03-18 20:47:17 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-03-18 20:47:17 +0000 |
commit | 402c81bfc0594270bfbb5fcc9af590993b66d645 (patch) | |
tree | c0371656161bbbd818d6ca0b6c2398f179e4b83c /gas | |
parent | 6487eee6796a3a30b0b7de73a348c7697e7b3aa7 (diff) | |
download | gdb-402c81bfc0594270bfbb5fcc9af590993b66d645.zip gdb-402c81bfc0594270bfbb5fcc9af590993b66d645.tar.gz gdb-402c81bfc0594270bfbb5fcc9af590993b66d645.tar.bz2 |
Value for _MACH_DEP__
Diffstat (limited to 'gas')
-rw-r--r-- | gas/doc/i960.m4 | 1 | ||||
-rw-r--r-- | gas/doc/m680x0.m4 | 1 | ||||
-rw-r--r-- | gas/doc/sparc.m4 | 1 | ||||
-rw-r--r-- | gas/doc/vax.m4 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/gas/doc/i960.m4 b/gas/doc/i960.m4 index a5367f8..bfc2a0b 100644 --- a/gas/doc/i960.m4 +++ b/gas/doc/i960.m4 @@ -1,4 +1,5 @@ _divert__(-1) _define__(<_I960__>,<1>) _define__(<_AS__>,<gas960>) +_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 93f9654..ff69787 100644 --- a/gas/doc/m680x0.m4 +++ b/gas/doc/m680x0.m4 @@ -1,3 +1,4 @@ _divert__(-1) _define__(<_M680X0__>,<1>) +_define__(<_MACH_DEP__>,<M680x0 Dependent>) _divert__<>
\ No newline at end of file diff --git a/gas/doc/sparc.m4 b/gas/doc/sparc.m4 index 6e2e6d9..dc783d7 100644 --- a/gas/doc/sparc.m4 +++ b/gas/doc/sparc.m4 @@ -1,3 +1,4 @@ _divert__(-1) _define__(<_SPARC__>,<1>) +_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 478c885..9fd957b 100644 --- a/gas/doc/vax.m4 +++ b/gas/doc/vax.m4 @@ -1,3 +1,4 @@ _divert__(-1) _define__(<_VAX__>,<1>) +_define__(<_MACH_DEP__>,<VAX Dependent>) _divert__<>
\ No newline at end of file |