aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-10-25avoid "ulong".John Gilmore1-12/+12
1991-10-25Use RS6000COFF_C, not AIXCOFF_C.John Gilmore1-1/+1
1991-10-25RS/6000 supportJohn Gilmore2-2/+9
1991-10-25Initial revisionJohn Gilmore2-0/+544
1991-10-25RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and John Gilmore.John Gilmore10-420/+621
1991-10-25Add casts to remove compiler warnings from native Sun cc.Fred Fish2-2/+4
1991-10-25Remove locally duplicated code for calling functions in the inferior. TheFred Fish13-662/+116
only differences were in the specific trap vectors used and whether or not an fpu was present. These are now handled by appropriate definitions of BPT_VECTOR and HAVE_68881 respectively. Other minor obvious cleanups. Minor spelling correction in valops.c.
1991-10-25Remove local BSD/USG hacks that are now in libiberty.Fred Fish2-93/+2
1991-10-25Remove prototype for dwarfwarn(). Breaks with <varargs.h>.Fred Fish2-2/+6
1991-10-25RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, andJohn Gilmore4-18/+98
John Gilmore.
1991-10-25Switch to new config/hm-* scheme.John Gilmore2-1/+2
1991-10-25aix is a Sys V as far as we're concerned.John Gilmore2-0/+21
1991-10-25frame-select command. Cross funcalls to sun3. Build *.tab.c files inJohn Gilmore4-19/+62
target dir.
1991-10-25Updates to h-vaxult.h from David Taylor.John Gilmore1-0/+5
1991-10-25Does't pass env variables down if localenv file is in target dir.Steve Chamberlain1-3/+23
1991-10-25Removed some debugSteve Chamberlain1-1/+0
1991-10-25More name changingSteve Chamberlain1-12/+33
1991-10-24config file renaming, and boy did it need it!Steve Chamberlain1-4/+8
1991-10-24Initial revisionSteve Chamberlain1-0/+1
1991-10-24config file renamingSteve Chamberlain1-4/+4
1991-10-24Now uses mt- and mh- rather than tmake and hmake filesSteve Chamberlain1-8/+8
1991-10-24Add "dwarf.h".Fred Fish1-1/+5
1991-10-24Add "amix".Fred Fish1-2/+3
1991-10-24Add new DWARF, ELF, SVR4 /proc, Amiga UNIX, etc files.Fred Fish1-0/+8
1991-10-24Add powersys aliasJohn Gilmore1-1/+27
1991-10-24Use <varargs.h>, since <stdarg.h> is not portable.John Gilmore2-3/+10
1991-10-24Roll VERSION to 4.2.2.John Gilmore1-1/+1
1991-10-24Initial revisionFred Fish2-0/+9
1991-10-24New files for DWARF debugging format support, ELF object file support, SVR4Fred Fish9-0/+4966
/proc (process file system) support, Amiga UNIX target and host defines, SVR4 target and host defines, and m68k hosts defines.
1991-10-24Document added dwarf.h file.Fred Fish1-0/+18
1991-10-24Initial revisionFred Fish1-0/+213
1991-10-24Add dwarfread.c, dwarfread.o, elfread.c, elfread.o to source and objectFred Fish2-4/+12
file macros. Other obvious dwarf/elf tweaks.
1991-10-24Add "elf" to list of supported debugging formats in comment.Fred Fish1-22/+12
1991-10-24Add three new builtin types (builtin_type_long_double, builtin_type_complex,Fred Fish5-61/+163
and builtin_type_double_complex). Also add and use various TARGET_<TYPE>_BIT macros to indicate the sizes of various types on the target machine.
1991-10-24Add machine dependent support routines for SVR4 /proc interface.Fred Fish1-0/+10
1991-10-24When using SVR4 /proc interface, call proc_set_exec_trap() rather thanFred Fish1-0/+4
ptrace(), to arrange for child to stop on first instruction.
1991-10-24Add new function warning() which behaves the same as error() but returnsFred Fish2-28/+81
rather than jumping back to command level. Modules that want to print their own warnings without calling warning() can call warning_setup() to handle the terminal compatibly with warning() and error().
1991-10-24Make internal errors produce more useful messages.Fred Fish2-6/+8
1991-10-24Add partial support for ELF format corefiles. Still needs code to extractFred Fish2-48/+267
register values from corefiles and make them available to bfd clients.
1991-10-24Move code duplicated in almost every single m68k based machine to theFred Fish2-1/+57
common target file tm-68k.h. Duplications still need to be removed (FIXME).
1991-10-24System V versions must call setpgrp() with no arguments, to comply withFred Fish2-0/+8
prototyping typically in <unistd.h>. Otherwise the compile fails, at least with gcc.
1991-10-24In config/t-m68k-elf, set DEFAULT_VECTOR to elf_big_vec.Fred Fish1-0/+2
1991-10-24Document change to config/hmake-sysv to send RANLIB (echo) output to /dev/null.Fred Fish1-0/+4
1991-10-24Document changes to some bfd config files.Fred Fish1-0/+6
1991-10-24For systems where RANLIB is defined as echo, send the output to /dev/nullFred Fish3-3/+3
to help reduce clutter in the output from doing a make.
1991-10-24Add support for SVR4 style nm output. Not claimed to be optimal, I'm notFred Fish2-1/+7
a sed hacker. It does seem to work fine.
1991-10-24Remove the object file specific fields from the partial symbol tableFred Fish5-112/+280
structure and replace them with a pointer to private data for each different flavor of object file reader to initialize appropriately.
1991-10-24Allow for using tmake-sun4Heinz G. Seidl1-2/+13
1991-10-23Makefiles should include the makefile frag names even if the makefileK. Richard Pixley1-56/+74
frag doesn't exist in *this* directory. Otherwise we inherit the variable setting from our parent Makefile.
1991-10-23Add note about strstr botch on sunos4.0.3c and previous.John Gilmore2-0/+4