aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-11-05doc cleanupDavid MacKenzie19-1137/+1517
1993-11-05 * inflow.c (terminal_init_inferior): Temporarily use Lynx PIDGETStu Grossman4-59/+205
macro to set process groups. * infptrace.c (child_resume): Temporarily use Lynx PIDGET to specify resumption of all threads. * infrun.c (wait_for_inferior): Fix handling of thread-specific breakpoints for systems where DECR_PC_AFTER_BREAK > 0 (ie: backup PC by the right amount when continuing the thread). * thread.c (thread_apply_command): Add the `thread apply' command to apply a given GDB command to a list of threads.
1993-11-05First cut at sanitization, doc files, &c for gas/binutils releasesKen Raeburn10-0/+9195
1993-11-05* Makefile.in (taz): Only build "info" in DISTDOCDIRS.Ken Raeburn2-3/+9
(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want this now.
1993-11-05 * configure.in: Add doc to configdirs.Jim Kingdon1-0/+5
* Makefile.in (info dvi install-info clean-info): Recurse into doc.
1993-11-05* Makefile.in (init.c): Don't call sed if filename is empty.Jim Kingdon2-2/+9
1993-11-05Check in version built from changed bfd-in.h.John Gilmore1-1/+13
1993-11-05 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well asJim Kingdon1-0/+2
"_vb$".
1993-11-05 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.Jim Kingdon1-0/+5
* gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
1993-11-05 * dbxread.c (unknown_symchar_complaint): Make message refer toJim Kingdon2-1/+5
"symbol descriptor" not "symbol type character" for consistency with stabs.texinfo terminology.
1993-11-05 * stabsread.c (read_struct_fields): Accept either '$' or '.' asJim Kingdon2-5/+13
the character which introduces a cpp_abbrev or anonymous type.
1993-11-05 * c-lang.c (c_printstr): Print "" to stream (like all the otherJim Kingdon2-1/+4
output from this function), not gdb_stdout.
1993-11-05* config.sub: Accept hiux* as an OS name.Jim Kingdon1-0/+2
1993-11-05 * gas/hppa/unsorted/fragbug.s: New test.Jeff Law2-0/+8
* gas/hppa/unsorted/unsorted.exp: Run it.
1993-11-05Add fragbug.s to things to keep.Jeff Law1-0/+1
1993-11-05 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS perJim Kingdon2-1/+7
etc/make-stds.texi. The underscore came from gcc, and dje now agrees that RUNTESTFLAGS is the correct name.
1993-11-05 * write.c (chain_frchains_together): Update pointer to lastJeff Law2-3/+16
frag for a segment in the seginfo structure.
1993-11-04 * dbxread.c (process_one_symbol): Do relocate 'S' symbols byJim Kingdon2-3/+14
the text offset (revert 12 Oct 93 change).
1993-11-04* bfd-in.h (bfd_get_cacheable, bfd_set_cacheable): New accessors.John Gilmore3-29/+110
* bfd.c, opncls.c: Improve comments on file descriptor cacheing.
1993-11-04 * install.sh: Remove 'set -e'. It makes any conditionalsPer Bothner2-2/+3
in the script useless.
1993-11-04 * config.guess: Automatically recognize arm-acorn-riscixPer Bothner1-0/+5
Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
1993-11-04Changed RUNTESTFLAGS to RUNTEST_FLAGSJeffrey Wheat3-2/+36
1993-11-04 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.Jim Kingdon1-0/+1
1993-11-04 * From Pete Hoogenboom (hoogen@cs.utah.edu)Jeff Law1-0/+7
* elf32-hppa.c (hppa_elf_get_section_contents): Fix logic error in last change. Always rebuild symbol extension section the first time though if output sections exist (fixes ld -r problems).
1993-11-04Changed RUNTESTFLAGS to RUNTEST_FLAGSJeffrey Wheat2-17/+41
1993-11-04Added .PHONY for check and installcheck. both now also echo a message.Jeffrey Wheat2-243/+165
1993-11-04Rename RUNTESTFLAGS to RUNTEST_FLAGSJeffrey Wheat1-0/+8
1993-11-04 * configure.in: Make hppa*-*-hiux* use hppahpux,Jim Kingdon2-2/+7
not non-existent hppahiux.
1993-11-04 * configure.in (hppa target): check the source directory for theDavid D. Zuhn2-1/+10
pagas sub-directory
1993-11-04Lose build-all.mk for net releasesJason Merrill1-3/+2
1993-11-04build-all-latest targetDavid D. Zuhn1-0/+13
1993-11-04Modified Files:Kung Hsu2-4/+17
values.c valops.c ChangeLog * values.c (value_fn_field): when physical name not found, do not error, but return null. * valops.c (value_struct_elt): when name and args match does not mean it is the one, some times a typedef class can have the same memeber method and args. This probably will not happen with new version of g++, but it does happen in old g++ and cause gdb error.
1993-11-04Fix up dependencies and rules for ld.dvi, ld.info.Ken Raeburn2-3/+5
1993-11-03* Makefile.in (distclean): Don't get rid of dvi or info files.Ken Raeburn2-4/+13
1993-11-03fix reloc type bits conflictDavid MacKenzie2-6/+34
1993-11-03 Merge changes for dos x udi:Jim Kingdon5-1/+22
* Makefile.in (udi2go32.o): add rule to build this file * 29k-share/udi/udi2go32.c: new file * config/a29k/a29k-udi.mt: add udi2go32.o * 29k-share/udi/{udr.c, udip2soc.c}: #ifdef out the entire file if __GO32__ is defined. What a hack.
1993-11-03make -o override OUTPUTDavid MacKenzie1-0/+8
1993-11-03 Merge changes from progressive for dos x udi:Jim Kingdon1-0/+607
* Makefile.in (udi2go32.o): add rule to build this file * 29k-share/udi/udi2go32.c: new file * config/a29k/a29k-udi.mt: add udi2go32.o * 29k-share/udi/{udr.c, udip2soc.c}: #ifdef out the entire file if __GO32__ is defined. What a hack.
1993-11-03 * lib/gdb.exp: Comment out code which depends on non-existentJim Kingdon2-3/+9
`transform' procedure.
1993-11-03Add my ChangeLog entry for gdbserver back in againStan Shebs1-0/+7
1993-11-03configure.in: Don't build ld on i386-solaris2, same as for sparc-solaris2.Ken Raeburn2-0/+16
1993-11-03* remote.c (putpkt, getpkt): Don't call interrupt_query.Jim Kingdon1-0/+2
1993-11-03 * findvar.c (value_of_register): Rename val to reg_val to avoidJim Kingdon1-0/+3
name conflict with some (e.g. tm-m68k.h) REGISTER_CONVERT_TO_VIRTUAL.
1993-11-03 * lib/gdb.exp: Transform tool name.Rob Savoye4-62/+127
* gdb.t*/*.exp: Change error to perror so it works with DejaGnu 1.1's new error handling system.
1993-11-03 * config/udi.exp,unix.exp: Transform tool name.Rob Savoye2-18/+34
* binutils.all/*.exp: Clear errorInfo after exec.
1993-11-03 * main.c: Add variables source_line_number, source_file_name,Jim Kingdon1-0/+9
source_error, source_error_allocated, and source_pre_error. (command_line_input): If source_file_name set, increment source_line_number and set error_pre_print with them. (source_command): Set source_* and make a cleanup so they get set back.
1993-11-03 gprof.texi: minor fix.Jeffrey Osier1-0/+2
1993-11-03 * tc-hppa.c: Add %dp and %rp as synonyms for %r27 and %r2 in theJeff Law2-10/+37
predefined register table. (pa_parse_number): Handle %rp in common register shortcut code. Consistently set return value to -1 for an error. Clean up error messages and only print them when "print_errors" is true. Handle empty string case like the HP assembler -- assume a value of zero.
1993-11-03 * gas/hppa/more.parse/{defbug.s, stdreg.s}: New tests.Jeff Law8-0/+110
* gas/hppa/more.parse/parse.exp: Run them.
1993-11-03* stack.c (down_silently_command): Add comment about PR 1913.Jim Kingdon2-1/+12