Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-10-24 | Add three new builtin types (builtin_type_long_double, builtin_type_complex, | Fred Fish | 5 | -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-24 | Add machine dependent support routines for SVR4 /proc interface. | Fred Fish | 1 | -0/+10 | |
1991-10-24 | When using SVR4 /proc interface, call proc_set_exec_trap() rather than | Fred Fish | 1 | -0/+4 | |
ptrace(), to arrange for child to stop on first instruction. | |||||
1991-10-24 | Add new function warning() which behaves the same as error() but returns | Fred Fish | 2 | -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-24 | Make internal errors produce more useful messages. | Fred Fish | 2 | -6/+8 | |
1991-10-24 | Add partial support for ELF format corefiles. Still needs code to extract | Fred Fish | 2 | -48/+267 | |
register values from corefiles and make them available to bfd clients. | |||||
1991-10-24 | Move code duplicated in almost every single m68k based machine to the | Fred Fish | 2 | -1/+57 | |
common target file tm-68k.h. Duplications still need to be removed (FIXME). | |||||
1991-10-24 | System V versions must call setpgrp() with no arguments, to comply with | Fred Fish | 2 | -0/+8 | |
prototyping typically in <unistd.h>. Otherwise the compile fails, at least with gcc. | |||||
1991-10-24 | In config/t-m68k-elf, set DEFAULT_VECTOR to elf_big_vec. | Fred Fish | 1 | -0/+2 | |
1991-10-24 | Document change to config/hmake-sysv to send RANLIB (echo) output to /dev/null. | Fred Fish | 1 | -0/+4 | |
1991-10-24 | Document changes to some bfd config files. | Fred Fish | 1 | -0/+6 | |
1991-10-24 | For systems where RANLIB is defined as echo, send the output to /dev/null | Fred Fish | 3 | -3/+3 | |
to help reduce clutter in the output from doing a make. | |||||
1991-10-24 | Add support for SVR4 style nm output. Not claimed to be optimal, I'm not | Fred Fish | 2 | -1/+7 | |
a sed hacker. It does seem to work fine. | |||||
1991-10-24 | Remove the object file specific fields from the partial symbol table | Fred Fish | 5 | -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-24 | Allow for using tmake-sun4 | Heinz G. Seidl | 1 | -2/+13 | |
1991-10-23 | Makefiles should include the makefile frag names even if the makefile | K. Richard Pixley | 1 | -56/+74 | |
frag doesn't exist in *this* directory. Otherwise we inherit the variable setting from our parent Makefile. | |||||
1991-10-23 | Add note about strstr botch on sunos4.0.3c and previous. | John Gilmore | 2 | -0/+4 | |
1991-10-23 | BISONPATH is now unused. remove it. | K. Richard Pixley | 1 | -2/+1 | |
1991-10-23 | add clib | K. Richard Pixley | 1 | -2/+4 | |
1991-10-23 | removed unused CC and CFLAGS lines | K. Richard Pixley | 1 | -135/+4 | |
1991-10-23 | * infrun.c (wait_for_inferior): Check return value from | Stu Grossman | 1 | -2/+3 | |
find_pc_line. | |||||
1991-10-23 | *** empty log message *** | Stu Grossman | 1 | -0/+5 | |
1991-10-22 | tmake-ebmon | Steve Chamberlain | 1 | -1/+5 | |
1991-10-22 | *** empty log message *** | Stu Grossman | 1 | -0/+5 | |
1991-10-22 | * infrun.c (wait_for_inferior): fix stepi/nexti that was broken | Stu Grossman | 1 | -3/+32 | |
by my last edit to this routine. | |||||
1991-10-22 | Remove malloc/free decls covered in stdlib.h. From David Taylor. | John Gilmore | 1 | -2/+0 | |
1991-10-21 | * coffcode.h (coff_compute_section_file_positions): make it pad | Steve Chamberlain | 2 | -0/+10 | |
section size out if there are alignment restrictions so that the image will be ok on a system where section positions are worked out by accumulating sizes rather than from the section headers. | |||||
1991-10-21 | Make sure that 29k relocs are done right. | Steve Chamberlain | 1 | -4/+4 | |
1991-10-21 | Changed minimum section alignment | Steve Chamberlain | 1 | -2/+3 | |
1991-10-21 | Check for any remaining mentions of "sanitize" in files at this level, | John Gilmore | 1 | -73/+6 | |
after completing a Sanitize run. | |||||
1991-10-21 | Handle "life" sanity, which Tiemann half-implemented in config.sub. | John Gilmore | 1 | -1/+28 | |
1991-10-21 | *** empty log message *** | Steve Chamberlain | 1 | -1/+3 | |
1991-10-21 | ebmon stuff | Steve Chamberlain | 1 | -1/+6 | |
1991-10-21 | * configure.in: added ebmon target. | Steve Chamberlain | 3 | -1/+23 | |
1991-10-21 | * nm.c: now doesn't crash if a symbol with no section and no | Steve Chamberlain | 2 | -40/+93 | |
SEC_ABS appears. | |||||
1991-10-21 | *** empty log message *** | Steve Chamberlain | 2 | -1/+19 | |
1991-10-21 | * targets.c (proto write_armap). Changed orl_count to unsigned. | Steve Chamberlain | 6 | -189/+265 | |
* opncls.c (bfd_close_all_done). Added so that generative programs like gas can close a bfd without causing bfd confusion. * libbfd.h (changed becuase of protos) * amdcoff.c: messed with the way that jmp displacements are calcualated. This may not yet be totally correct. * archive.c (coff_write_armap): rewrote the way that ranlibs are written out. * coffcode.h (fixup_symbol_value): now doesn't core dump if a non abs symbol has no section (like a register symbol). (coff_write_symbol) now zeros auxent before filling it up to help with sensitive applications. * libbfd.c (bfd_write_bigendian_4byte_int): added. | |||||
1991-10-21 | * configure.in: added ebmon entry. | Steve Chamberlain | 1 | -0/+12 | |
* output-file.c (output_file_create, output_file_close) added stuff to use bfd. * write.c: more bfd support * config/obj-coff.c config/obj-coff.h use bfd for swapping header info. * tc-a29k: added the reloc types we support now | |||||
1991-10-21 | * configure.in: added ebmon entry. | Steve Chamberlain | 2 | -125/+276 | |
* output-file.c (output_file_create, output_file_close) added stuff to use bfd. * write.c: more bfd support * config/obj-coff.c config/obj-coff.h use bfd for swapping header info. * tc-a29k: added the reloc types we support now. | |||||
1991-10-21 | Initial revision | Steve Chamberlain | 2 | -0/+8 | |
1991-10-21 | * configure.in: added ebmon entry. | Steve Chamberlain | 1 | -2/+13 | |
* output-file.c (output_file_create, output_file_close) added stuff to use bfd. * write.c: more bfd support * config/obj-coff.c config/obj-coff.h use bfd for swapping header info. * config/tc-a29k: added the reloc types we support now | |||||
1991-10-17 | Make perror arg be CONST to avoid warning, | Per Bothner | 1 | -2/+1 | |
and remove duplicate declaration of perror. | |||||
1991-10-17 | Final touchups for release | John Gilmore | 2 | -7/+25 | |
1991-10-17 | * hosts/h-tahoe.h: Add FASCIST_FDOPEN and NO_CORE_COMMAND; revamp HOST_*, etc. | John Gilmore | 1 | -1/+1 | |
* hosts/h-i386v.h: Use <utime.h>, not <sys/utime.h>, unlike POSIX. | |||||
1991-10-17 | More last minute gdb-4.2 changes. | John Gilmore | 1 | -1/+8 | |
1991-10-17 | * coredep.c: Add <sys/types.h> for SCOnix. | John Gilmore | 2 | -12/+7 | |
* dbxread.c (read_dbx_symntab): Avoid coredump on malformed file. * printcmd.c (print_formatted): Flush output before disassembly. * xm-mips.h: Update KERNEL_U_ADDR for new scheme. Cleanup a bit. | |||||
1991-10-17 | * xconfig/i386sco: Add HAVE_STRSTR to avoid ANSI bdeath. | John Gilmore | 2 | -0/+3 | |
* xconfig/tahoe: Add REGEX, which seems to be missing. | |||||
1991-10-16 | *** empty log message *** | Roland Pesch | 1 | -3/+5 | |
1991-10-16 | More updates due to Picard refcard comments. | Roland Pesch | 1 | -16/+17 | |
1991-10-16 | sparc-64 to sparc-ll | John Gilmore | 2 | -3/+6 | |