Age | Commit message (Expand) | Author | Files | Lines |
1992-01-31 | * symfile.c (reread_symbols): Whenever we reread one object | John Gilmore | 1 | -0/+4 |
1992-01-31 | * elf.c (bfd_section_from_shdr): Deal with null return from | Stu Grossman | 1 | -0/+5 |
1992-01-31 | Fix core file stacks. | John Gilmore | 1 | -1/+1 |
1992-01-31 | Fix stack in core files. | John Gilmore | 1 | -0/+4 |
1992-01-31 | Use regex package on Vax BSD. | John Gilmore | 1 | -0/+2 |
1992-01-31 | * language.c, language.h: Make some things const. | John Gilmore | 3 | -3/+26 |
1992-01-31 | * xm-vax.h: Include some system include files before our own | John Gilmore | 1 | -0/+5 |
1992-01-31 | * exec.c (exec_files_info): Split out into print_section_info. | John Gilmore | 1 | -16/+2 |
1992-01-31 | * hosts/h-hp300bsd.h, h-tahoe.h, h-vaxbsd.h, h-vaxult.h: | John Gilmore | 3 | -30/+17 |
1992-01-31 | * Makefile.in: host-aout.c doesn't depend on aout-params.h. | John Gilmore | 1 | -0/+7 |
1992-01-31 | * infrun.c, xm-i386sco.h: SCO needs to use setpgid().CVS: | Stu Grossman | 2 | -0/+7 |
1992-01-31 | Bump VERSION to 4.3.92. | Stu Grossman | 1 | -1/+1 |
1992-01-31 | Fix checkin botch. | Stu Grossman | 1 | -2/+2 |
1992-01-31 | * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco, | Stu Grossman | 4 | -1/+10 |
1992-01-30 | Change DEFAULT_VECTOR to host_aout_vec here as well. | Per Bothner | 1 | -0/+5 |
1992-01-30 | * host-aout.c: Change TARGETNAME to "a.out" to be compatible with | Stu Grossman | 2 | -301/+43 |
1992-01-30 | Various lints found on PersSony | Steve Chamberlain | 2 | -9/+19 |
1992-01-30 | * configure.in: Make Tahoe configuration work again. | John Gilmore | 2 | -8/+29 |
1992-01-30 | Remove trailing comma from enum. | John Gilmore | 1 | -2/+2 |
1992-01-30 | * sparc.h: Remove "cypress" architecture. Remove "fitox" and | John Gilmore | 2 | -182/+204 |
1992-01-30 | * sparc-pinsn.c: Remove kludge for preferring architectures. | John Gilmore | 1 | -22/+14 |
1992-01-30 | Various fixed triggered by trying to do the right thing wrt | Per Bothner | 3 | -86/+217 |
1992-01-30 | * sparc-pinsn.c (compare_opcodes): Make it prefer v6, v7, | Stu Grossman | 2 | -4/+16 |
1992-01-29 | add bootstrap target | K. Richard Pixley | 1 | -0/+3 |
1992-01-29 | ldlnk960.c: Special #ifdef to choose little endian ony | Steve Chamberlain | 3 | -3/+13 |
1992-01-29 | * config/mh-sparc.h: now uses libgcc.a | Steve Chamberlain | 14 | -14/+115 |
1992-01-29 | * Makefile.in: For libg++, make sure the -I pointing | Per Bothner | 2 | -4/+28 |
1992-01-29 | * sparc.h: fix opcode for tsubcctv. | Stu Grossman | 2 | -57/+71 |
1992-01-29 | Makefile.in: Add dependencies for various coff-*.o files. | Fred Fish | 3 | -16/+60 |
1992-01-29 | Put the qsort() back in in sparc-pinsn.c | Per Bothner | 2 | -0/+137 |
1992-01-29 | Credits for GDB 4.4 (and correction to credits for 3.9). | Roland Pesch | 1 | -5/+6 |
1992-01-29 | bfd.c: use `<<foo>>' instead of @file{foo} | Roland Pesch | 2 | -8/+8 |
1992-01-28 | * trad-core.c, bfd.c, ../include/bfd.h: Various fixes for PMAX | Stu Grossman | 2 | -0/+2 |
1992-01-28 | rcsid's removed | K. Richard Pixley | 7 | -57/+121 |
1992-01-28 | * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch | Steve Chamberlain | 1 | -77/+2 |
1992-01-28 | * coffcode.h (bfd_coff_relax_section): now static. | Steve Chamberlain | 1 | -0/+5 |
1992-01-28 | * ldgram.y: map -M behave in the same way as -Map (sets file name | Steve Chamberlain | 5 | -185/+61 |
1992-01-28 | * bfd.h : new target entr, bfd_relax_section | Steve Chamberlain | 1 | -2/+7 |
1992-01-28 | New entry point in the transfer vector - bfd_relax_section. | Steve Chamberlain | 4 | -274/+485 |
1992-01-28 | obj-coff* now copes with C mingled listings | Steve Chamberlain | 2 | -24/+70 |
1992-01-28 | Development checkpoint | Steve Chamberlain | 2 | -14/+1490 |
1992-01-28 | * findvar.c (read_register, write_register): Handle machines | John Gilmore | 1 | -0/+3 |
1992-01-28 | Handle debug symbols in dynamically loaded (relocated) code: | John Gilmore | 4 | -155/+290 |
1992-01-28 | Remove obsolete START_INFERIOR_HOOK. | John Gilmore | 1 | -4/+0 |
1992-01-28 | Oops, checked in version with the wrong stuff enabled. Turn it off... | Stu Grossman | 1 | -2/+4 |
1992-01-28 | Rename remote-hds.c to remote-hms.c. | Stu Grossman | 1 | -1/+1 |
1992-01-28 | * dbxread.c (process_one_symbol): Make a first cut at handling | Stu Grossman | 2 | -6/+16 |
1992-01-28 | Steve's version_path stuff bites the dust. | Jim Wilson | 1 | -10/+1 |
1992-01-27 | * symtab.c (find_pc_line): Fix stepping into and out of #included | Stu Grossman | 1 | -0/+5 |
1992-01-27 | * buildsym.c (read_struct_type): Circumvent sun3 sunos "--" compiler bug. | John Gilmore | 3 | -4/+14 |