Age | Commit message (Expand) | Author | Files | Lines |
1991-10-15 | * hosts/h-amix.h (free): Fix prototype. | John Gilmore | 2 | -50/+74 |
1991-10-15 | Changes from Fred Fish: | John Gilmore | 7 | -64/+118 |
1991-10-15 | * hosts/h-amix.h (free): Fix prototype. | John Gilmore | 1 | -1/+1 |
1991-10-15 | Add hosts directory. | Per Bothner | 1 | -1/+5 |
1991-10-15 | Initial revision | Per Bothner | 1 | -0/+51 |
1991-10-15 | * doc/gdb.texinfo | Roland Pesch | 1 | -0/+6 |
1991-10-15 | Clarifications to "stepping", "Displaying Memory", and "Targets" due largely | Roland Pesch | 1 | -142/+110 |
1991-10-15 | New targets as.mm, as.me | Roland Pesch | 1 | -2/+18 |
1991-10-15 | New targets binutils.mm, binutils.me | Roland Pesch | 2 | -2/+21 |
1991-10-15 | * Makefile.in: new targets ld.mm, ld.me | Roland Pesch | 2 | -6/+37 |
1991-10-15 | * Makefile.in, ldtemplate: Need to use separate scripts | Per Bothner | 3 | -28/+49 |
1991-10-15 | * aoutx.h (NAME(aout,set_section_contents)): Try to handle the | Per Bothner | 1 | -0/+10 |
1991-10-14 | Revise to match config renaming. | John Gilmore | 1 | -44/+9 |
1991-10-14 | Don't assume . is on the path. | John Gilmore | 1 | -5/+5 |
1991-10-14 | Catch up to changes recorded in GDB ChangeLog, to wit: | Roland Pesch | 1 | -22/+28 |
1991-10-14 | Mon Oct 14 11:44:03 1991 Roland H. Pesch (pesch at cygnus.com) | Roland Pesch | 1 | -0/+4 |
1991-10-14 | as.ms (roff form of documentation) target in Makefile: add one more | Roland Pesch | 1 | -0/+1 |
1991-10-12 | Update for new bfd/hosts. | John Gilmore | 1 | -6/+11 |
1991-10-12 | Assorted patches from Fred Fish, Peter Schauer. | John Gilmore | 1 | -0/+11 |
1991-10-12 | * tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h: Move | John Gilmore | 10 | -149/+133 |
1991-10-12 | Fixed typo. | Per Bothner | 1 | -2/+5 |
1991-10-12 | * copying.awk: Filter formfeeds out of copying & warrantee. | John Gilmore | 1 | -0/+5 |
1991-10-12 | * Makefile.in: Avoid Sun Make VPATH bugs. | John Gilmore | 1 | -0/+5 |
1991-10-12 | Avoid Sun Make VPATH bugs by adding dependencies. | John Gilmore | 2 | -10/+22 |
1991-10-12 | * Makefile.in: Avoid using $< in explicit Make rules (it doesn't | John Gilmore | 2 | -6/+15 |
1991-10-12 | doc/as.texinfo: minor changes for texi2roff-2 | Roland Pesch | 2 | -5/+10 |
1991-10-12 | *** empty log message *** | Roland Pesch | 1 | -3/+3 |
1991-10-12 | Makefile: (1) include TEXINPUTS defn to point to texinfo.tex when calling tex | Roland Pesch | 1 | -5/+26 |
1991-10-11 | * news.sc: Add alignment for data segment. | Per Bothner | 4 | -11/+35 |
1991-10-11 | * Makefile.in: add target "binutils.ms" | Roland Pesch | 2 | -0/+19 |
1991-10-11 | Slightly better comments (re doc targets). | Roland Pesch | 1 | -4/+4 |
1991-10-11 | * Makefile.in: new targets ld.ms, ld-index.ms | Roland Pesch | 1 | -0/+5 |
1991-10-11 | Support for "ld.ms", "ld-index.ms" ROFF-style doc targets. | Roland Pesch | 1 | -0/+31 |
1991-10-11 | * ldmain.c (main): Make config.magic_demand_paged be true | Per Bothner | 4 | -10/+22 |
1991-10-11 | * coffcode.h: Moved ALIGN macro to libbfd.h. Removed i960_align. | Per Bothner | 1 | -0/+29 |
1991-10-11 | * binutils.texinfo: minor restructuring for texi2roff comfort. | Roland Pesch | 1 | -0/+4 |
1991-10-11 | More literal adherence to "standard" texinfo usage of @tex, @title, @author, | Roland Pesch | 1 | -26/+26 |
1991-10-11 | * bfd.h:upgrade from bfd.c | Steve Chamberlain | 3 | -6/+79 |
1991-10-11 | * bfd-in.h: Added more macros to COFF_SWAP_TABLE. | Steve Chamberlain | 3 | -108/+202 |
1991-10-11 | *** empty log message *** | Steve Chamberlain | 2 | -2/+10 |
1991-10-11 | Initial revision | Steve Chamberlain | 2 | -0/+39 |
1991-10-11 | * Makefile.in, config.h, configure.in, ldemul.c: added ebmon29k | Steve Chamberlain | 2 | -8/+22 |
1991-10-11 | * a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony. | Per Bothner | 3 | -1/+24 |
1991-10-11 | * ldtemplate: include bfd.h before sysdep.h. | Steve Chamberlain | 2 | -2/+6 |
1991-10-11 | Added ebmon to os list | Steve Chamberlain | 1 | -1/+2 |
1991-10-11 | Remove refs to ../include/sysdep.h. | John Gilmore | 2 | -11/+15 |
1991-10-11 | Restructure configuration scheme for bfd, binutils, ld. | John Gilmore | 1 | -0/+25 |
1991-10-11 | Add dgux as a valid OS. Add msdos as an invalid, but accepted, os. | John Gilmore | 1 | -6/+10 |
1991-10-11 | Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. | John Gilmore | 1 | -1/+1 |
1991-10-11 | Restructure configuration scheme for bfd, binutils, ld. | John Gilmore | 7 | -7/+3 |