Age | Commit message (Expand) | Author | Files | Lines |
1991-05-02 | Update for merge of main BFD and GDB's BFD. Remove "_struct" suffix | John Gilmore | 4 | -46/+30 |
1991-04-30 | Tue Apr 30 13:13:33 1991 Michael Tiemann (tiemann at cygint.cygnus.com) | Michael Tiemann | 6 | -10/+31 |
1991-04-30 | *** empty log message *** | Jim Kingdon | 1 | -0/+11 |
1991-04-30 | * sun3-xdep.c, tm-sun3.h, tm-68k.h: Change TARGET_SUN3 to | Jim Kingdon | 3 | -3/+5 |
1991-04-30 | * Makefile.dist: Add comment about tm-sun3os4.h: tm-sun3.h, etc. | Jim Kingdon | 2 | -0/+4 |
1991-04-30 | * sun386-xdep.c [!GDB_TARGET_IS_SUN386]: Just provide empty | Jim Kingdon | 1 | -0/+27 |
1991-04-30 | * Move BROKEN_LARGE_ALLOCA from tm-sun386.h to xm-sun386.h. | Jim Kingdon | 2 | -2/+3 |
1991-04-29 | * infrun.c: Don't include sys/user.h and friends (wrong for | Jim Kingdon | 3 | -27/+14 |
1991-04-29 | {x,t}m-tahoe.h, tahoe-pinsn.c, tahoe-opcode.h: New files. | Jim Kingdon | 1 | -0/+10 |
1991-04-29 | Initial revision | Jim Kingdon | 4 | -0/+917 |
1991-04-29 | * param-no-tm.h: Make BITS_BIG_ENDIAN defined to 0/1, not defined | Jim Kingdon | 3 | -6/+8 |
1991-04-26 | * tm-sparc.h: Add comments about gcc version 2 and structure passing. | Jim Kingdon | 2 | -1/+5 |
1991-04-26 | *** empty log message *** | Jim Kingdon | 4 | -327/+468 |
1991-04-26 | * symfile.c (fill_in_vptr_fieldno): Don't call check_stub_type. | Jim Kingdon | 1 | -1/+1 |
1991-04-26 | defs.h (TARGET_LONG_LONG_BIT): New macro. | Jim Kingdon | 1 | -0/+6 |
1991-04-26 | * symtab.c, symtab.h: Have a builtin_type_{,unsigned_}long_long | Jim Kingdon | 1 | -2/+21 |
1991-04-26 | * values.c, value.h: New functions value_{headof,from_vtable_info}. | Jim Kingdon | 1 | -2/+2 |
1991-04-26 | * values.c (check_stub_method): Do lookup_method_type and stuff | Jim Kingdon | 1 | -50/+187 |
1991-04-26 | * valprint.c (val_print): Print out first element of vtbl | Jim Kingdon | 1 | -36/+66 |
1991-04-26 | * valops.c (typecmp): If t2 == 0, return 1. | Jim Kingdon | 1 | -23/+39 |
1991-04-26 | * symtab.c, symtab.h: Have a builtin_type_{,unsigned_}long_long | Jim Kingdon | 1 | -19/+174 |
1991-04-26 | * symfile.c (fill_in_vptr_fieldno): Don't call check_stub_type. | Jim Kingdon | 1 | -6/+16 |
1991-04-26 | * printcmd.c (x_command): Dereference references. | Jim Kingdon | 1 | -1/+25 |
1991-04-26 | * eval.c (evaluate_subexp, case UNOP_LOGNOT): If following opcode | Jim Kingdon | 1 | -7/+20 |
1991-04-26 | dbxread.c (read_type): If we get "##", don't lookup_function_type | Jim Kingdon | 1 | -24/+31 |
1991-04-26 | * cplus-dem.c (optable): Add "nw", "dl", "compound". | Jim Kingdon | 1 | -4/+37 |
1991-04-26 | * expread.y (abs_decl): Accept '&' and '&' abs_decl. | Jim Kingdon | 1 | -2/+32 |
1991-04-26 | * vax-opcode.h, expread.y, expprint.c, cplus-dem.c: Declare some | Jim Kingdon | 2 | -2/+3 |
1991-04-26 | gmalloc.c: #if 0 out !HAVE_GETPAGESIZE code. | Jim Kingdon | 1 | -0/+5 |
1991-04-26 | * xconfig/i386v{,32}{,-g}: Add XM_CFLAGS=-Dgetpagesize()=4096. | Jim Kingdon | 4 | -0/+8 |
1991-04-26 | Replace all 5 BFD_FAILURE's with false's. | John Gilmore | 1 | -5/+5 |
1991-04-26 | Remove BFD_SUCCESS and BFD_FAILURE, replace with a comment about return | John Gilmore | 1 | -10/+3 |
1991-04-25 | Use the new merged include directory. | John Gilmore | 2 | -2/+2 |
1991-04-25 | Minor changes to accomodate merging of three include file directories. | John Gilmore | 5 | -16/+20 |
1991-04-25 | Merge intel-deliver and amd-deliver "include" directories, and the | John Gilmore | 5 | -303/+142 |
1991-04-25 | Initial revision | John Gilmore | 13 | -0/+2903 |
1991-04-25 | Fix minor pointer type problems that "cc" complains about. | John Gilmore | 3 | -5/+8 |
1991-04-24 | Added the sizeof_headers keyword. | Steve Chamberlain | 4 | -4/+27 |
1991-04-24 | Added some depdenencies and fixed etags | Steve Chamberlain | 1 | -2/+7 |
1991-04-24 | Changed the shape of the howto type yet again. | Steve Chamberlain | 10 | -177/+266 |
1991-04-24 | This is the last one I gave to Telebit, minus all the print_msg's. | Jim Kingdon | 1 | -0/+2 |
1991-04-24 | * WHATS.NEW: Remove mention of readline and more paging (in 3.5). | Jim Kingdon | 2 | -22/+15 |
1991-04-24 | * gmalloc.c [!HAVE_GETPAGESIZE]: Try to figure out the pagesize. | Jim Kingdon | 2 | -0/+39 |
1991-04-24 | * infun.c (resume, resume_cleanups): New functions. | Jim Kingdon | 1 | -6/+35 |
1991-04-24 | Three staging checkpoint. | K. Richard Pixley | 1 | -3/+3 |
1991-04-24 | * remote.c (getpkt): Don't set immediate_quit. | Jim Kingdon | 2 | -0/+16 |
1991-04-24 | * blockframe.c, frame.h (reinit_frame_cache): New function. | Jim Kingdon | 4 | -0/+30 |
1991-04-24 | Three staging checkpoint. | K. Richard Pixley | 5 | -100/+131 |
1991-04-24 | * symtab.c (lookup_symbol): Add 3 more of those loops through | Jim Kingdon | 2 | -0/+142 |
1991-04-24 | values.c (value_virtual_fn_field): If there is no fcontext, | Jim Kingdon | 2 | -4/+17 |