diff options
author | Roland Pesch <pesch@cygnus> | 1992-07-16 23:52:14 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-07-16 23:52:14 +0000 |
commit | 41ee6e917de0bb1b5f8d3d0197c3115c092938e0 (patch) | |
tree | 3dc586daab503d2a0acf24c3d004761e100dbacb /gas/doc/vax.m4 | |
parent | 8df9af77ca417f8cd70d6e3410c479c675df97f8 (diff) | |
download | gdb-41ee6e917de0bb1b5f8d3d0197c3115c092938e0.zip gdb-41ee6e917de0bb1b5f8d3d0197c3115c092938e0.tar.gz gdb-41ee6e917de0bb1b5f8d3d0197c3115c092938e0.tar.bz2 |
(1) disable documentation for .lsym at sac's request
(2) structural changes triggered thereby
(3) verify m4 and makeinfo run correctly on all versions of the doc
represented in the Makefile and m4 config definition files
as.texinfo: disabled .lsym
exploit makeinfo node defaulting
removed some conditional hair around nodes
fixed some bad conditionals in a29k config
a29k.m4, i960.m4, sparc.m4, vax.m4: supply missing switch definitions
(looks like these hadn't been tested for a while)
as-all.texinfo: mechanically derived from above
Diffstat (limited to 'gas/doc/vax.m4')
-rw-r--r-- | gas/doc/vax.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/vax.m4 b/gas/doc/vax.m4 index aad85f3..75ee17e 100644 --- a/gas/doc/vax.m4 +++ b/gas/doc/vax.m4 @@ -1,5 +1,6 @@ _divert__(-1) _define__(<_VAX__>,<1>) +_define__(<_GENERIC__>,<0>) _define__(<_HOST__>,<VAX>) _define__(<_MACH_DEP__>,<VAX-Dependent>) _define__(<_W32__>,0) |