aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-09-19Update _MACH_DEP__ macro to be consistent with node references in bothRoland Pesch6-6/+6
generic and one-machine manuals.
1991-09-19Structural cleanups (node structure and M4 preprocessing structure);Roland Pesch1-229/+733
minor proofreading in passing. More modest editorial attribution.
1991-09-18* convex-tdep.c (comm_registers_info): Avoid parsing decimal andJohn Gilmore1-10/+7
hex -- let parse_and_eval_address do it.
1991-09-18* i387-tdep.c: New file, consolidates most 80387 support,John Gilmore5-5/+5
and eliminates host dependency on double<->extended conversions. * i386-xdep.c, symm-xdep.c: Remove most 387 support. * xconfig/i386{sco,v,v-g,v32,v32-g}: Now need i387-tdep.o.
1991-09-18* i386-xdep.c, symm-xdep.c: Remove most 387 support.John Gilmore2-251/+26
* i386-xdep.c: Output hex with local_hex_string for Modula-2 support.
1991-09-18* i387-tdep.c: New file, consolidates most 80387 support,John Gilmore1-0/+127
and eliminates host dependency on double<->extended conversions.
1991-09-18Doc how to add a language.John Gilmore1-89/+200
1991-09-18sgi/irix support.Stu Grossman1-0/+4
1991-09-17Initial revisionStu Grossman4-0/+52
1991-09-17sgi/irix config stuff.Stu Grossman2-0/+372
1991-09-17In mipsread.c (parse_symbol), put non-static proceduresPer Bothner1-0/+23
in the global block.
1991-09-17Add GNU Modula-2 debug stab, from Andrew Beers.John Gilmore2-1/+24
1991-09-17Add config directory.Stu Grossman1-1/+5
1991-09-17Whoops! Make that #ifndef USG, not #ifdefStu Grossman1-1/+1
1991-09-17#include <sys/ptrace.h>Stu Grossman1-0/+3
1991-09-17sgi/irix config stuff.Stu Grossman3-4/+16
1991-09-17sgi/irix support.Stu Grossman1-0/+2
1991-09-17Fix signed vs. unsigned char bug in parse_lines().Stu Grossman1-215/+229
1991-09-17Put back definition of offsetof. Only define it if it's not defined on thisStu Grossman1-0/+5
system.
1991-09-17Small fixes from Peter Schauer:John Gilmore1-7/+12
* infrun.c (child_attach): Lint. * solib.c (find_solib): Handle shared libs version 2.
1991-09-16Remove o_offsetof BS. Use local def if available.Stu Grossman1-7/+7
1991-09-16sgi/irix configuration stuff.Stu Grossman1-0/+8
1991-09-16Typo, caught by David Wood.John Gilmore1-1/+1
1991-09-13Add tm-ultra3.hJohn Gilmore1-0/+1
1991-09-13Minor bugfixes after trying to get a 29K target to build.John Gilmore3-4/+4
1991-09-13* inferior.h: Eliminate CANNOT_EXECUTE_STACK in favor ofJohn Gilmore4-13/+20
defining CALL_DUMMY_LOCATION as BEFORE_TEXT_END. This is because machines that do this will also have to know to set NEED_TEXT_START_END. Besides, it was a redundant way to say the same thing. * tm-29k.h, tm-convex.h, tm-np1.h: Eliminate CANNOT_EXECUTE_STACK, define CALL_DUMMY_LOCATION and NEED_TEXT_START_END.
1991-09-13* exec.c (exec_command): If NEED_TEXT_START_END, define theJohn Gilmore2-0/+21
variables and set them based on the exec file. * am29k-tdep.c: declare text_start. * valops.c (call_function_by_hand): declare text_end.
1991-09-13Support aout and coff, as well as none, as "OS" settings for remote 29K GDB.John Gilmore1-1/+1
1991-09-13Missing quote fries it.John Gilmore1-1/+1
1991-09-13Use simpler name (that matches bfd/config/h-ultra3!)John Gilmore1-2/+2
1991-09-13Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!John Gilmore1-2/+6
(fixed...)
1991-09-13tm-ultra3.h slipped thru the cracks...John Gilmore1-0/+3
1991-09-13* tm-ultra.h: New file, for use on Ultra3 Unix as well as forJohn Gilmore1-0/+226
remote debugging of Ultra3 kernel. Includes tm-29k.h and overrides various things.
1991-09-13Third time's a charm.John Gilmore1-3/+6
1991-09-13UltracomputerJohn Gilmore1-1/+5
1991-09-13New Ultracomputer/29000 stuff.John Gilmore1-2/+7
1991-09-13AMD 29000 stuffJohn Gilmore1-0/+6
1991-09-13One more try at top-level sanity on config.subJohn Gilmore1-2/+4
1991-09-13Clean out "v9" stuff from here, and propagate configure and config.subJohn Gilmore1-1/+33
to all lower directories after sanity sets in.
1991-09-13LintJohn Gilmore2-27/+50
1991-09-13LintJohn Gilmore2-8/+9
1991-09-13Update with improved text.John Gilmore1-10/+14
1991-09-13Update these for new modules and new inclusions.John Gilmore2-28/+50
1991-09-13PropagateJohn Gilmore3-491/+716
1991-09-13Remove generic "am29k" (now you have to specify a29k-xxx-yyy).John Gilmore1-6/+6
Add ultra3 as a29k-nyu-sym1 (host and target).
1991-09-13* configure.in: Handle a29k-*-* hosts, and targetsJohn Gilmore1-2/+15
a29k-*-coff, a29k-*-aout, and a29k-*-sym1.
1991-09-13AMD 29000 changes from David Wood <wood@david.ultra.nyu.edu>John Gilmore1-0/+53
1991-09-13* Makefile.in (CLIBS): Put XM_CLIBS and TM_CLIBS at end.John Gilmore2-7/+11
Pass MUNCH_DEFINE to munch whenever we run it. * munch: Cope with RT/PC putting fns in data segment. Restore ability to override `nm' by specifying MUNCH_NM.
1991-09-13Add new files for 29K and Ultracomputer support.John Gilmore6-0/+4206
1991-09-13 * tm-29k.h: Update BADMAG (though it should go away).John Gilmore1-32/+45
Allow the register definitions to be overridden in another tm-file. Fix SR_REGNUM. Add a mess of _REGNUM's. Separate RETURN_REGNUM from GR96_REGNUM and DUMMY_SAVE_GREGS from DUMMY_SAVE_GR96, for handling kernel calling conventions that use GR64+ rather than GR96+.