mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
(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
This commit is contained in:
parent
8df9af77ca
commit
41ee6e917d
@ -1,7 +1,12 @@
|
||||
_divert__(-1)
|
||||
_define__(<_A29K__>,<1>)
|
||||
_define__(<_GENERIC__>,<0>)
|
||||
_define__(<_HOST__>,<AMD 29K>)
|
||||
_define__(<_MACH_DEP__>,<AMD29K-Dependent>)
|
||||
_define__(<_AOUT__>,<1>)
|
||||
_define__(<_BOUT__>,<0>)
|
||||
_define__(<_COFF__>,<0>)
|
||||
_define__(<_ELF__>,<0>)
|
||||
_define__(<_DIFFTABKLUG__>,0) NO difference-table kluge
|
||||
_define__(<_IEEEFLOAT__>,1) IEEE floating point
|
||||
_define__(<_W32__>,1) 32-bit words
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,6 @@
|
||||
_divert__(-1)
|
||||
_define__(<_I960__>,<1>)
|
||||
_define__(<_GENERIC__>,<0>)
|
||||
_define__(<_AOUT__>,<0>)
|
||||
_define__(<_BOUT__>,<1>)
|
||||
_define__(<_COFF__>,<1>)
|
||||
|
@ -1,5 +1,6 @@
|
||||
_divert__(-1)
|
||||
_define__(<_SPARC__>,<1>)
|
||||
_define__(<_GENERIC__>,<0>)
|
||||
_define__(<_HOST__>,<SPARC>)
|
||||
_define__(<_MACH_DEP__>,<Sparc-Dependent>)
|
||||
_define__(<_IEEEFLOAT__>,1) IEEE floating point
|
||||
|
@ -1,5 +1,6 @@
|
||||
_divert__(-1)
|
||||
_define__(<_VAX__>,<1>)
|
||||
_define__(<_GENERIC__>,<0>)
|
||||
_define__(<_HOST__>,<VAX>)
|
||||
_define__(<_MACH_DEP__>,<VAX-Dependent>)
|
||||
_define__(<_W32__>,0)
|
||||
|
Loading…
Reference in New Issue
Block a user