Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-11-05 | doc cleanup | David MacKenzie | 19 | -1137/+1517 | |
1993-11-05 | * inflow.c (terminal_init_inferior): Temporarily use Lynx PIDGET | Stu Grossman | 4 | -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-05 | First cut at sanitization, doc files, &c for gas/binutils releases | Ken Raeburn | 10 | -0/+9195 | |
1993-11-05 | * Makefile.in (taz): Only build "info" in DISTDOCDIRS. | Ken Raeburn | 2 | -3/+9 | |
(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want this now. | |||||
1993-11-05 | * configure.in: Add doc to configdirs. | Jim Kingdon | 1 | -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 Kingdon | 2 | -2/+9 | |
1993-11-05 | Check in version built from changed bfd-in.h. | John Gilmore | 1 | -1/+13 | |
1993-11-05 | * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as | Jim Kingdon | 1 | -0/+2 | |
"_vb$". | |||||
1993-11-05 | * gdb.t00/teststrategy.exp: Add xfail for RS/6000. | Jim Kingdon | 1 | -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 to | Jim Kingdon | 2 | -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 '.' as | Jim Kingdon | 2 | -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 other | Jim Kingdon | 2 | -1/+4 | |
output from this function), not gdb_stdout. | |||||
1993-11-05 | * config.sub: Accept hiux* as an OS name. | Jim Kingdon | 1 | -0/+2 | |
1993-11-05 | * gas/hppa/unsorted/fragbug.s: New test. | Jeff Law | 2 | -0/+8 | |
* gas/hppa/unsorted/unsorted.exp: Run it. | |||||
1993-11-05 | Add fragbug.s to things to keep. | Jeff Law | 1 | -0/+1 | |
1993-11-05 | * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per | Jim Kingdon | 2 | -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 last | Jeff Law | 2 | -3/+16 | |
frag for a segment in the seginfo structure. | |||||
1993-11-04 | * dbxread.c (process_one_symbol): Do relocate 'S' symbols by | Jim Kingdon | 2 | -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 Gilmore | 3 | -29/+110 | |
* bfd.c, opncls.c: Improve comments on file descriptor cacheing. | |||||
1993-11-04 | * install.sh: Remove 'set -e'. It makes any conditionals | Per Bothner | 2 | -2/+3 | |
in the script useless. | |||||
1993-11-04 | * config.guess: Automatically recognize arm-acorn-riscix | Per Bothner | 1 | -0/+5 | |
Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk). | |||||
1993-11-04 | Changed RUNTESTFLAGS to RUNTEST_FLAGS | Jeffrey Wheat | 3 | -2/+36 | |
1993-11-04 | * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'. | Jim Kingdon | 1 | -0/+1 | |
1993-11-04 | * From Pete Hoogenboom (hoogen@cs.utah.edu) | Jeff Law | 1 | -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-04 | Changed RUNTESTFLAGS to RUNTEST_FLAGS | Jeffrey Wheat | 2 | -17/+41 | |
1993-11-04 | Added .PHONY for check and installcheck. both now also echo a message. | Jeffrey Wheat | 2 | -243/+165 | |
1993-11-04 | Rename RUNTESTFLAGS to RUNTEST_FLAGS | Jeffrey Wheat | 1 | -0/+8 | |
1993-11-04 | * configure.in: Make hppa*-*-hiux* use hppahpux, | Jim Kingdon | 2 | -2/+7 | |
not non-existent hppahiux. | |||||
1993-11-04 | * configure.in (hppa target): check the source directory for the | David D. Zuhn | 2 | -1/+10 | |
pagas sub-directory | |||||
1993-11-04 | Lose build-all.mk for net releases | Jason Merrill | 1 | -3/+2 | |
1993-11-04 | build-all-latest target | David D. Zuhn | 1 | -0/+13 | |
1993-11-04 | Modified Files: | Kung Hsu | 2 | -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-04 | Fix up dependencies and rules for ld.dvi, ld.info. | Ken Raeburn | 2 | -3/+5 | |
1993-11-03 | * Makefile.in (distclean): Don't get rid of dvi or info files. | Ken Raeburn | 2 | -4/+13 | |
1993-11-03 | fix reloc type bits conflict | David MacKenzie | 2 | -6/+34 | |
1993-11-03 | Merge changes for dos x udi: | Jim Kingdon | 5 | -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-03 | make -o override OUTPUT | David MacKenzie | 1 | -0/+8 | |
1993-11-03 | Merge changes from progressive for dos x udi: | Jim Kingdon | 1 | -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-existent | Jim Kingdon | 2 | -3/+9 | |
`transform' procedure. | |||||
1993-11-03 | Add my ChangeLog entry for gdbserver back in again | Stan Shebs | 1 | -0/+7 | |
1993-11-03 | configure.in: Don't build ld on i386-solaris2, same as for sparc-solaris2. | Ken Raeburn | 2 | -0/+16 | |
1993-11-03 | * remote.c (putpkt, getpkt): Don't call interrupt_query. | Jim Kingdon | 1 | -0/+2 | |
1993-11-03 | * findvar.c (value_of_register): Rename val to reg_val to avoid | Jim Kingdon | 1 | -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 Savoye | 4 | -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 Savoye | 2 | -18/+34 | |
* binutils.all/*.exp: Clear errorInfo after exec. | |||||
1993-11-03 | * main.c: Add variables source_line_number, source_file_name, | Jim Kingdon | 1 | -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 Osier | 1 | -0/+2 | |
1993-11-03 | * tc-hppa.c: Add %dp and %rp as synonyms for %r27 and %r2 in the | Jeff Law | 2 | -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 Law | 8 | -0/+110 | |
* gas/hppa/more.parse/parse.exp: Run them. | |||||
1993-11-03 | * stack.c (down_silently_command): Add comment about PR 1913. | Jim Kingdon | 2 | -1/+12 | |