Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-08-11 | * ecoffswap.h (ecoff_swap_{hdr,ext}_{in,out}): Use signed | Ian Lance Taylor | 2 | -0/+681 | |
conversions for some fields. | |||||
1993-08-11 | * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just | Fred Fish | 1 | -0/+3 | |
"i386-*-*". Works for i486 as well. | |||||
1993-08-11 | Removed many junk machine-collected "conditionals", described some | Stan Shebs | 1 | -0/+5 | |
legit ones. | |||||
1993-08-10 | * gdb.t06/signals.exp: Rework code that recognizes known SVR4 | Fred Fish | 1 | -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 Kingdon | 1 | -3/+4 | |
1993-08-10 | * config/unix-gdb.exp (gdb_load): Add eof to expect statement. | Jim Kingdon | 2 | -0/+10 | |
1993-08-10 | * objfiles.h (struct objfile): Clean up comments for | Jim Kingdon | 2 | -5/+13 | |
{obj,sym}_private to clarify what they are private to. | |||||
1993-08-10 | * gdbint.texinfo (Getting Started): Use @itemize, not @table. | Jim Kingdon | 2 | -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 of | Fred Fish | 1 | -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-10 | Added new files. | Ian Lance Taylor | 1 | -0/+3 | |
1993-08-10 | Checkpoint of NLM conversion program. | Ian Lance Taylor | 1 | -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 Taylor | 1 | -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 Fish | 1 | -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.o | Fred Fish | 2 | -1/+8 | |
file if -all option is used. It's like an unpredictable XFAIL. | |||||
1993-08-10 | Replace calls to sort with shell code | David MacKenzie | 1 | -0/+5 | |
1993-08-10 | configure.in: Include aout32.o for any a.out/b.out formats. | Ken Raeburn | 2 | -10/+14 | |
1993-08-10 | mention that [section] is no longer supported | David MacKenzie | 1 | -8/+5 | |
1993-08-10 | support COFF on ELF systems | David MacKenzie | 1 | -0/+10 | |
1993-08-09 | Moved the function hashname from stabsread.c to buildsym.c, since | Stan Shebs | 3 | -32/+36 | |
it's a general-purpose function. | |||||
1993-08-09 | add support for dosutils | David D. Zuhn | 1 | -1/+1 | |
1993-08-09 | * gdbcore.h: New variable gnutarget. | Jim Kingdon | 1 | -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 forward | Jim Kingdon | 2 | -5/+9 | |
declaration of a static variable. | |||||
1993-08-09 | include elf doc | Ken Raeburn | 2 | -160/+39 | |
1993-08-09 | add @finalout | David MacKenzie | 1 | -0/+2 | |
1993-08-09 | config/m88k-coff.mt (DEFAULT_VEC -> DEFAULT_VECTOR): renamed. | K. Richard Pixley | 1 | -0/+4 | |
1993-08-09 | * bfd-in.h (bfd_get_architecture, bfd_get_machine): Removed | Ian Lance Taylor | 1 | -0/+4 | |
obsolete macros. * bfd-in2.h: Updated. | |||||
1993-08-09 | * hppab-nat.c: Define ptrace to call_ptrace and pass the 5th arg | Jim Kingdon | 2 | -12/+9 | |
there, rather than using an ANSI C specific macro. | |||||
1993-08-09 | * gdb.t15/funcargs.exp: Add comments that hppa xfails are only | Jim Kingdon | 1 | -0/+3 | |
for dynamically linked binaries. | |||||
1993-08-09 | code changes to syms.c bfd.c | Ken Raeburn | 1 | -0/+6 | |
1993-08-09 | regenerated | Ken Raeburn | 1 | -52/+62 | |
1993-08-09 | * 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also put | Jim Kingdon | 2 | -1/+9 | |
sys/types.h near the top (just on general principles). | |||||
1993-08-09 | sanitize targets.c | Ken Raeburn | 1 | -1/+1 | |
1993-08-09 | * ecoff.c (ecoff_slurp_armap): Correct bug in initialization of | Ian Lance Taylor | 2 | -1/+6 | |
stringbase. | |||||
1993-08-09 | * environ.c (set_in_environ): Remove G960BASE and G960BIN; they are | Jim Kingdon | 1 | -0/+3 | |
no longer used. | |||||
1993-08-09 | * write.c (merge_data_into_text): Define only if BFD_ASSEMBLER is | Ken Raeburn | 1 | -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 Kingdon | 9 | -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 Kingdon | 2 | -4/+16 | |
1993-08-08 | * remote.c: Add comments about 'd', 'r', and unrecognized requests. | Jim Kingdon | 1 | -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 Kingdon | 1 | -0/+5 | |
to state that this is a known bug in old versions of g++. | |||||
1993-08-08 | remove unused test | David MacKenzie | 2 | -5/+4 | |
1993-08-08 | * Makefile.in ({dist,real}clean): Use $(MAKE), not make. | Jim Kingdon | 1 | -0/+4 | |
1993-08-08 | * dwarfread.c (record_minimal_symbol): Remove prototype and | Fred Fish | 2 | -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 newline | Jim Kingdon | 1 | -0/+5 | |
while waiting for `Continuing'. | |||||
1993-08-08 | cleanup | David MacKenzie | 1 | -0/+2 | |
1993-08-08 | * elfread.c (elf_symtab_read): Properly sort out the bss symbols | Fred Fish | 2 | -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-07 | add pointer to config/README | David MacKenzie | 1 | -0/+1 | |
1993-08-07 | document bfdsumm.texi | David MacKenzie | 1 | -0/+39 | |
1993-08-07 | make target selection fully configurable | David MacKenzie | 6 | -119/+275 | |
1993-08-07 | * elfread.c (elf_symtab_read): Properly sort out the bss symbols | Fred Fish | 3 | -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 symbols | Fred Fish | 1 | -0/+7 | |
in text, data, and bss. * gdb.t10/nodebug.c: Add local and global test variables for initialized and uninitialized data. |