John Gilmore
ba9137fe2d
Initial revision
35 years ago
John Gilmore
cbdc790909
RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and John Gilmore.
35 years ago
Fred Fish
c8c0a2bd59
Add casts to remove compiler warnings from native Sun cc.
35 years ago
Fred Fish
84d82b1ccd
Remove locally duplicated code for calling functions in the inferior. The
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.
35 years ago
Fred Fish
ed317bb309
Remove local BSD/USG hacks that are now in libiberty.
35 years ago
Fred Fish
b662acae40
Remove prototype for dwarfwarn(). Breaks with <varargs.h>.
35 years ago
John Gilmore
6603bf38d7
RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and
John Gilmore.
35 years ago
John Gilmore
d1ac7440ae
Switch to new config/hm-* scheme.
35 years ago
John Gilmore
a051de4b21
aix is a Sys V as far as we're concerned.
35 years ago
John Gilmore
b00771232f
frame-select command. Cross funcalls to sun3. Build *.tab.c files in
target dir.
35 years ago
John Gilmore
ae9cce45ff
Updates to h-vaxult.h from David Taylor.
35 years ago
Steve Chamberlain
a0f47eb73c
Does't pass env variables down if localenv file is in target dir.
35 years ago
Steve Chamberlain
7e993cab28
Removed some debug
35 years ago
Steve Chamberlain
ee8f0bd734
More name changing
35 years ago
Steve Chamberlain
825e656bf5
config file renaming, and boy did it need it!
35 years ago
Steve Chamberlain
98b2ca1cde
Initial revision
35 years ago
Steve Chamberlain
0c6087dd1c
config file renaming
35 years ago
Steve Chamberlain
4b39ad32c1
Now uses mt- and mh- rather than tmake and hmake files
35 years ago
Fred Fish
fa4248e315
Add "dwarf.h".
35 years ago
Fred Fish
811348f23b
Add "amix".
35 years ago
Fred Fish
6fccdaf496
Add new DWARF, ELF, SVR4 /proc, Amiga UNIX, etc files.
35 years ago
John Gilmore
e66027232e
Add powersys alias
35 years ago
John Gilmore
313fdead0e
Use <varargs.h>, since <stdarg.h> is not portable.
35 years ago
John Gilmore
54154111c5
Roll VERSION to 4.2.2.
35 years ago
Fred Fish
d10861fdda
Initial revision
35 years ago
Fred Fish
35f5886ebb
New files for DWARF debugging format support, ELF object file support, SVR4
/proc (process file system) support, Amiga UNIX target and host defines, SVR4
target and host defines, and m68k hosts defines.
35 years ago
Fred Fish
0e17578d0c
Document added dwarf.h file.
35 years ago
Fred Fish
1f5518a95d
Initial revision
35 years ago
Fred Fish
bb4ff69408
Add dwarfread.c, dwarfread.o, elfread.c, elfread.o to source and object
file macros. Other obvious dwarf/elf tweaks.
35 years ago
Fred Fish
2f068b0dd5
Add "elf" to list of supported debugging formats in comment.
35 years ago
Fred Fish
e2aab0314f
Add three new builtin types (builtin_type_long_double, builtin_type_complex,
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.
35 years ago
Fred Fish
020706804b
Add machine dependent support routines for SVR4 /proc interface.
35 years ago
Fred Fish
63ac7ef33f
When using SVR4 /proc interface, call proc_set_exec_trap() rather than
ptrace(), to arrange for child to stop on first instruction.
35 years ago
Fred Fish
2bc2e684ad
Add new function warning() which behaves the same as error() but returns
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().
35 years ago
Fred Fish
eaa1ef1df1
Make internal errors produce more useful messages.
35 years ago
Fred Fish
e0796d2213
Add partial support for ELF format corefiles. Still needs code to extract
register values from corefiles and make them available to bfd clients.
35 years ago
Fred Fish
dcd15e5e7a
Move code duplicated in almost every single m68k based machine to the
common target file tm-68k.h. Duplications still need to be removed (FIXME).
35 years ago
Fred Fish
150f543625
System V versions must call setpgrp() with no arguments, to comply with
prototyping typically in <unistd.h>. Otherwise the compile fails, at
least with gcc.
35 years ago
Fred Fish
7b71de814a
In config/t-m68k-elf, set DEFAULT_VECTOR to elf_big_vec.
35 years ago
Fred Fish
0fda1b621b
Document change to config/hmake-sysv to send RANLIB (echo) output to /dev/null.
35 years ago
Fred Fish
dcc23cb9aa
Document changes to some bfd config files.
35 years ago
Fred Fish
67622ee16f
For systems where RANLIB is defined as echo, send the output to /dev/null
to help reduce clutter in the output from doing a make.
35 years ago
Fred Fish
cb17dfb1c0
Add support for SVR4 style nm output. Not claimed to be optimal, I'm not
a sed hacker. It does seem to work fine.
35 years ago
Fred Fish
4a35d6e91b
Remove the object file specific fields from the partial symbol table
structure and replace them with a pointer to private data for each
different flavor of object file reader to initialize appropriately.
35 years ago
Heinz G. Seidl
ba04ec6e77
Allow for using tmake-sun4
35 years ago
K. Richard Pixley
c5ae567837
Makefiles should include the makefile frag names even if the makefile
frag doesn't exist in *this* directory. Otherwise we inherit the
variable setting from our parent Makefile.
35 years ago
John Gilmore
e89b8910fc
Add note about strstr botch on sunos4.0.3c and previous.
35 years ago
K. Richard Pixley
b391b96dfb
BISONPATH is now unused. remove it.
35 years ago
K. Richard Pixley
e99a90a7f2
add clib
35 years ago
K. Richard Pixley
671e8558bf
removed unused CC and CFLAGS lines
35 years ago