aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-08-11 * ecoffswap.h (ecoff_swap_{hdr,ext}_{in,out}): Use signedIan Lance Taylor2-0/+681
conversions for some fields.
1993-08-11 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not justFred Fish1-0/+3
"i386-*-*". Works for i486 as well.
1993-08-11Removed many junk machine-collected "conditionals", described someStan Shebs1-0/+5
legit ones.
1993-08-10 * gdb.t06/signals.exp: Rework code that recognizes known SVR4Fred Fish1-0/+6
bug, and expand domain of xfail to all SVR4 systems, since the actual problem is likely to be in generic SVR4 /proc support.
1993-08-10* config/unix-gdb.exp (gdb_load): Add eof to expect statement.Jim Kingdon1-3/+4
1993-08-10* config/unix-gdb.exp (gdb_load): Add eof to expect statement.Jim Kingdon2-0/+10
1993-08-10 * objfiles.h (struct objfile): Clean up comments forJim Kingdon2-5/+13
{obj,sym}_private to clarify what they are private to.
1993-08-10 * gdbint.texinfo (Getting Started): Use @itemize, not @table.Jim Kingdon2-18/+29
* gdbint.texinfo (Top): Add name to @top line, and re-write the paragraph which follows. * gdbint.texinfo (Host): Use @code not @samp for Makefile variables. Looks better and avoids overful hbox.
1993-08-10 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain ofFred Fish1-0/+4
xfails for other systems. Match a missing 'Continuing.' as an explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
1993-08-10Added new files.Ian Lance Taylor1-0/+3
1993-08-10Checkpoint of NLM conversion program.Ian Lance Taylor1-0/+80
* nlmconv.c, nlmconv.h, nlmheader.y: New files for program to convert object files into NetWare Loadable Modules. * Makefile.in (NLMCONV_PROG): New macro, define to be nlmconv. (PROGS): Add NLMCONV_PROG. (nlmheader.c, nlmheader.o, nlmconv.o, $(NLMCONV_PROG)): New targets.
1993-08-10 * libnlm.h (struct nlm_backend_data): Added mach field.Ian Lance Taylor1-0/+8
(nlm_machine): New accessor macro. * nlm.c (nlm_mkobject): Set architecture and machine from backend information. * nlm32-i386.c (nlm32_i386_backend): Initialize new mach field.
1993-08-10 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,Fred Fish1-0/+4
gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp: Only issue warning for missing executables if -all option is used.
1993-08-10 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.oFred Fish2-1/+8
file if -all option is used. It's like an unpredictable XFAIL.
1993-08-10Replace calls to sort with shell codeDavid MacKenzie1-0/+5
1993-08-10configure.in: Include aout32.o for any a.out/b.out formats.Ken Raeburn2-10/+14
1993-08-10mention that [section] is no longer supportedDavid MacKenzie1-8/+5
1993-08-10support COFF on ELF systemsDavid MacKenzie1-0/+10
1993-08-09Moved the function hashname from stabsread.c to buildsym.c, sinceStan Shebs3-32/+36
it's a general-purpose function.
1993-08-09add support for dosutilsDavid D. Zuhn1-1/+1
1993-08-09 * gdbcore.h: New variable gnutarget.Jim Kingdon1-0/+1
* core.c: Add commands to set and show it. * Callers to bfd_*open*: Pass gnutarget instead of NULL as target. * environ.c (set_in_environ): For GNUTARGET, use set_gnutarget not putenv.
1993-08-09 * remote-udi.c: Make udi_ops extern rather than trying forwardJim Kingdon2-5/+9
declaration of a static variable.
1993-08-09include elf docKen Raeburn2-160/+39
1993-08-09add @finaloutDavid MacKenzie1-0/+2
1993-08-09config/m88k-coff.mt (DEFAULT_VEC -> DEFAULT_VECTOR): renamed.K. Richard Pixley1-0/+4
1993-08-09 * bfd-in.h (bfd_get_architecture, bfd_get_machine): RemovedIan Lance Taylor1-0/+4
obsolete macros. * bfd-in2.h: Updated.
1993-08-09 * hppab-nat.c: Define ptrace to call_ptrace and pass the 5th argJim Kingdon2-12/+9
there, rather than using an ANSI C specific macro.
1993-08-09 * gdb.t15/funcargs.exp: Add comments that hppa xfails are onlyJim Kingdon1-0/+3
for dynamically linked binaries.
1993-08-09code changes to syms.c bfd.cKen Raeburn1-0/+6
1993-08-09regeneratedKen Raeburn1-52/+62
1993-08-09 * 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also putJim Kingdon2-1/+9
sys/types.h near the top (just on general principles).
1993-08-09sanitize targets.cKen Raeburn1-1/+1
1993-08-09 * ecoff.c (ecoff_slurp_armap): Correct bug in initialization ofIan Lance Taylor2-1/+6
stringbase.
1993-08-09 * environ.c (set_in_environ): Remove G960BASE and G960BIN; they areJim Kingdon1-0/+3
no longer used.
1993-08-09 * write.c (merge_data_into_text): Define only if BFD_ASSEMBLER isKen Raeburn1-0/+6
defined or BFD is not. (relax_and_size_all_segments): Declare local variable fragP.
1993-08-09 * gdbcore.h: New variable gnutarget.Jim Kingdon9-30/+104
* core.c: Add commands to set and show it. * Callers to bfd_*open*: Pass gnutarget instead of NULL as target. * environ.c (set_in_environ): For GNUTARGET, use set_gnutarget not putenv. * symtab.c (decode_line_1): Give error on unmatched single quote.
1993-08-08* ser-unix.c (hardwire_send_break) [HAVE_SGTTY]: Use select not usleep.Jim Kingdon2-4/+16
1993-08-08 * remote.c: Add comments about 'd', 'r', and unrecognized requests.Jim Kingdon1-0/+7
* inflow.c (terminal_init_inferior): Don't muck with tty state if gdb_has_a_terminal() is false.
1993-08-08 * gdb.t20/inherit.exp: Change message for "print tagless struct"Jim Kingdon1-0/+5
to state that this is a known bug in old versions of g++.
1993-08-08remove unused testDavid MacKenzie2-5/+4
1993-08-08* Makefile.in ({dist,real}clean): Use $(MAKE), not make.Jim Kingdon1-0/+4
1993-08-08 * dwarfread.c (record_minimal_symbol): Remove prototype andFred Fish2-59/+11
function. * dwarfread.c (add_partial_symbol): Remove code to add minimal symbols and remove comment about limitations. Experiments show that now that gdb handles the ELF symtab better for creating minimal symbols, that no additional information is added by examining the DWARF information, and in fact, given the limitations, the DWARF code was actually making things worse.
1993-08-08 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newlineJim Kingdon1-0/+5
while waiting for `Continuing'.
1993-08-08cleanupDavid MacKenzie1-0/+2
1993-08-08 * elfread.c (elf_symtab_read): Properly sort out the bss symbolsFred Fish2-87/+98
from the data symbols and give them the correct minimal_symbol_type. Add file static symbols to the minimal symbol table, not just global symbols. Add absolute symbols as well (like _edata, _end). Redo stabs-in-elf special symbol handling now that file static symbols are entered into the into the minimal symbol table.
1993-08-07add pointer to config/READMEDavid MacKenzie1-0/+1
1993-08-07document bfdsumm.texiDavid MacKenzie1-0/+39
1993-08-07make target selection fully configurableDavid MacKenzie6-119/+275
1993-08-07 * elfread.c (elf_symtab_read): Properly sort out the bss symbolsFred Fish3-9/+72
from the data symbols and give them the correct minimal_symbol_type. Add file static symbols to the minimal symbol table, not just global symbols. Ignore symbols that are section names and file names. * dwarfread.c (add_partial_symbol): Add comment about limitations of DWARF symbols for distinquishing data from bss when adding minimal symbols. Add file local symbols to minimal symbols.
1993-08-07 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbolsFred Fish1-0/+7
in text, data, and bss. * gdb.t10/nodebug.c: Add local and global test variables for initialized and uninitialized data.