aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-10-22* infrun.c (wait_for_inferior): fix stepi/nexti that was brokenStu Grossman1-3/+32
by my last edit to this routine.
1991-10-22Remove malloc/free decls covered in stdlib.h. From David Taylor.John Gilmore1-2/+0
1991-10-21 * coffcode.h (coff_compute_section_file_positions): make it padSteve Chamberlain2-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-21Make sure that 29k relocs are done right.Steve Chamberlain1-4/+4
1991-10-21Changed minimum section alignmentSteve Chamberlain1-2/+3
1991-10-21Check for any remaining mentions of "sanitize" in files at this level,John Gilmore1-73/+6
after completing a Sanitize run.
1991-10-21Handle "life" sanity, which Tiemann half-implemented in config.sub.John Gilmore1-1/+28
1991-10-21*** empty log message ***Steve Chamberlain1-1/+3
1991-10-21ebmon stuffSteve Chamberlain1-1/+6
1991-10-21 * configure.in: added ebmon target.Steve Chamberlain3-1/+23
1991-10-21 * nm.c: now doesn't crash if a symbol with no section and noSteve Chamberlain2-40/+93
SEC_ABS appears.
1991-10-21*** empty log message ***Steve Chamberlain2-1/+19
1991-10-21 * targets.c (proto write_armap). Changed orl_count to unsigned.Steve Chamberlain6-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 Chamberlain1-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 Chamberlain2-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-21Initial revisionSteve Chamberlain2-0/+8
1991-10-21 * configure.in: added ebmon entry.Steve Chamberlain1-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-17Make perror arg be CONST to avoid warning,Per Bothner1-2/+1
and remove duplicate declaration of perror.
1991-10-17Final touchups for releaseJohn Gilmore2-7/+25
1991-10-17* hosts/h-tahoe.h: Add FASCIST_FDOPEN and NO_CORE_COMMAND; revamp HOST_*, etc.John Gilmore1-1/+1
* hosts/h-i386v.h: Use <utime.h>, not <sys/utime.h>, unlike POSIX.
1991-10-17More last minute gdb-4.2 changes.John Gilmore1-1/+8
1991-10-17* coredep.c: Add <sys/types.h> for SCOnix.John Gilmore2-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 Gilmore2-0/+3
* xconfig/tahoe: Add REGEX, which seems to be missing.
1991-10-16*** empty log message ***Roland Pesch1-3/+5
1991-10-16More updates due to Picard refcard comments.Roland Pesch1-16/+17
1991-10-16sparc-64 to sparc-llJohn Gilmore2-3/+6
1991-10-16GDB-4.2 release!John Gilmore2-2/+21
* Makefile.in: Roll VERSION to 4.2. * tm-i386v.h: #endif guck. * xconfig/i386*: Remove -Dgetpagesize()=4096 kludge.
1991-10-16* aout64.h: Remove PAGE_SIZE defines; they are target-dependent.John Gilmore2-5/+2
Add N_FN_SEQ for N_FN symbol type used on Sequent machines. * stab.def: Include N_FN_SEQ in table. * bout.h: External formats of structures use unsigned chars.
1991-10-16Clarifications and rephrasings, largely due to Pinard's comments onRoland Pesch1-26/+36
refcard.
1991-10-16 * archive.c (bsd_write_argmap): The size of the ranlib structuresPer Bothner1-0/+9
should not include teh size field itself. * aoutx.h, libaout.h (NAME(aout, sizeof_headers)): Use adata(abfd)->exec_bytes_size field instead of constant macro, because aoutx.h compiles to a simple .o file shared by all 32-bits a.out targets.
1991-10-16* core.c (core_open): Improve error message for bad file.John Gilmore2-11/+37
Pass .reg virtual memory address to fetch_core_registers to help it find the registers in the core-file header. * coredep.c (fetch_core_registers): Take new argument, use it, and pass it to register_addr to locate the block of registers.
1991-10-16Remove -Dgetpagesize()=4096 kludge.John Gilmore5-10/+0
1991-10-16Add copright notice to mkscript.c as well.Per Bothner2-1/+20
1991-10-16 Add or update copyright notices.Per Bothner10-92/+102
1991-10-16* dbxread.c (read_dbx_symtab, process_one_symbol): HandleJohn Gilmore1-1/+4
Sequent N_FN_SEQ like everybody else's N_FN.
1991-10-16Allow i386-sco-sysv.John Gilmore1-0/+23
Updates from my internet testing for gdb-4.2.
1991-10-16* host-aout.c: New strategy. We use common code, include files,John Gilmore1-30/+100
and data structures to handle the file, but set a few parameters from the host's config file (page size, text start addr, etc). * libaout.h: Define HP BSD machine types.
1991-10-16 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,Per Bothner10-24/+85
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c, * strip.c: Add or update Copyright notice. * TODO: Add note on 'nm -a'. * version.c: Update version number to 1.90. * Makefile.in: Fix making of documentation for dist.
1991-10-16* trad-core.c: Pass the u.u_ar0 value as the negative of theJohn Gilmore1-53/+50
virtual-memory-address of the .reg section. We can't just make a section for "all the regs and nothing else" because only GDB knows exactly where the regs are (scattered around the upage and stack). Clean up memory allocation. Remove big- and little-endian vectors, replace with single vector; this only runs on the host, in host byte order. Replace byteswap routines with aborts in case anyone calls them. * targets.c: There's only one trad_core_vec now. * aoutf1.h (sunos_core_file_p): VMA of .reg* now needs to be 0.
1991-10-16bumped to 1.90.1K. Richard Pixley1-1/+1
1991-10-16Shift positions on memory.h. Seems gcc has changed.K. Richard Pixley1-3/+3
1991-10-16 * doc/refcard.tex (sec "Working Files"): consistent metavars, dueRoland Pesch1-0/+3
to Franc,ois Pinard (pinard@iro.umontreal.ca)
1991-10-16Fix error spotted by Francois Pinard (pinard@iro.umontreal.ca): severalRoland Pesch1-57/+45
instances of *name* in "Working Files" s.b. *file*.
1991-10-16Another revision of "Installing" appendix, for GDB 4.2. Table of configRoland Pesch1-279/+292
name segments now updated.
1991-10-16typo in a comment.K. Richard Pixley1-854/+983
1991-10-16 * doc/gdb.texinfo (appendix "Installing GDB"): changes in configure.Roland Pesch1-0/+4
1991-10-16Update appendix "Installing GDB". (not yet updated: list of host-vendor-os).Roland Pesch1-64/+60
1991-10-16Further evolution. Remove hp-include pending real HP support.John Gilmore2-4/+2
1991-10-16Configure isn't here any more.John Gilmore1-5/+4
1991-10-16sparc-64 to sparc-llJohn Gilmore1-1/+1