Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-05-23 | Initial revision | K. Richard Pixley | 2 | -0/+166 | |
1991-05-21 | *** empty log message *** | Steve Chamberlain | 1 | -2/+2 | |
1991-05-18 | *** empty log message *** | Steve Chamberlain | 1 | -1/+1 | |
1991-05-18 | Initial revision | Steve Chamberlain | 2 | -0/+33 | |
1991-05-18 | *** empty log message *** | Steve Chamberlain | 5 | -50/+47 | |
1991-05-18 | mkdep is not a standard tool nor do we support or install it. | K. Richard Pixley | 1 | -1/+1 | |
Assuming it's existence kills config, make, and install. | |||||
1991-05-18 | Using gcc here screws config and debugging something awful. | K. Richard Pixley | 1 | -1/+1 | |
1991-05-14 | Added make dep | Steve Chamberlain | 2 | -34/+43 | |
Made filenames suitable for PCs | |||||
1991-05-14 | Fixed problem with default output filename | Steve Chamberlain | 1 | -1/+2 | |
1991-05-14 | *** empty log message *** | Steve Chamberlain | 2 | -2/+2 | |
1991-05-14 | Initial revision | Steve Chamberlain | 19 | -0/+1345 | |
1991-05-14 | C | Steve Chamberlain | 1 | -1/+1 | |
:wq q VS: ---------------------------------------------------------------------- | |||||
1991-05-14 | see devo/configure 1.11 | K. Richard Pixley | 1 | -26/+70 | |
1991-05-13 | Now use a.out-sunos rather than a.out-generic | Steve Chamberlain | 4 | -8/+8 | |
1991-05-08 | Fixed error message text | Steve Chamberlain | 1 | -1/+1 | |
1991-05-08 | Lint | Steve Chamberlain | 1 | -2/+2 | |
1991-05-07 | Took out the c++ support | Steve Chamberlain | 1 | -8/+0 | |
1991-05-07 | Fixed the shift reduce errors in the grammer using the yacc debugger. | Steve Chamberlain | 3 | -32/+28 | |
Removed some lint highlighted by the same. | |||||
1991-05-05 | *** empty log message *** | Steve Chamberlain | 2 | -7/+14 | |
1991-05-04 | *** empty log message *** | Steve Chamberlain | 3 | -18/+6 | |
1991-05-03 | *** empty log message *** | Steve Chamberlain | 6 | -36/+48 | |
1991-05-02 | Merge devo/bfd with GDB's bfd. | John Gilmore | 1 | -8/+9 | |
Things that use -lbfd must also use -liberty, to get obstacks. | |||||
1991-04-25 | Use the new merged include directory. | John Gilmore | 1 | -1/+1 | |
1991-04-24 | Added the sizeof_headers keyword. | Steve Chamberlain | 4 | -4/+27 | |
1991-04-23 | *** empty log message *** | Steve Chamberlain | 12 | -30/+80 | |
1991-04-23 | Initial revision | Steve Chamberlain | 4 | -0/+228 | |
1991-04-20 | Updated, amplified, and reorganized linker manual. Option-flag | Roland Pesch | 1 | -577/+1044 | |
description believed complete as of today; still holes---small ones---in "commands" section. BFD section also needs better table of supported archs and formats; see FIXMEs for scattered q's and desiderata. | |||||
1991-04-19 | Added patch from chrisb | Steve Chamberlain | 1 | -17/+7 | |
1991-04-19 | Put spaces around the / signs | Steve Chamberlain | 2 | -4/+4 | |
1991-04-19 | Fixed a bug where wild scripts stopped working. | Steve Chamberlain | 2 | -3/+4 | |
Fixed another bug in -R symbol handling | |||||
1991-04-19 | Yet more diffs due to my incompetence. | Steve Chamberlain | 2 | -124/+104 | |
1991-04-18 | Pulled host & target dependancies out of Makefile. allow more | K. Richard Pixley | 2 | -37/+56 | |
flexibility in config.h. | |||||
1991-04-18 | Pulling host and target dependancies out of the Makefile.in. | K. Richard Pixley | 2 | -6/+4 | |
1991-04-18 | Initial revision | K. Richard Pixley | 2 | -0/+3 | |
1991-04-18 | Force target architecture | Steve Chamberlain | 1 | -0/+2 | |
1991-04-18 | Fixed some bugs. | Steve Chamberlain | 4 | -117/+135 | |
1991-04-17 | *** empty log message *** | Steve Chamberlain | 1 | -2/+2 | |
1991-04-17 | Cleaned up a load of declarations | Steve Chamberlain | 2 | -177/+157 | |
Fixed bug in unary - , ! and ~ | |||||
1991-04-17 | Moved declarations from header file into here. | Steve Chamberlain | 2 | -1/+4 | |
1991-04-17 | Removed extern declarations | Steve Chamberlain | 1 | -2/+2 | |
1991-04-17 | Fixed a problem with host dependent parts. | K. Richard Pixley | 1 | -7/+11 | |
1991-04-17 | Added support for OUTPUT_FORMAT keyword | Steve Chamberlain | 1 | -13/+31 | |
Fixed problem where cofflike common was being badly sized due to incorrectly owned common symbols. | |||||
1991-04-17 | Better error messages for forward and undefined refs for ADDR and | Steve Chamberlain | 1 | -6/+9 | |
SIZEOF | |||||
1991-04-17 | Added support for OUTPUT_FORMAT(name) and FORCE_COMMON_ALLOCATION | Steve Chamberlain | 1 | -3/+9 | |
1991-04-17 | Added keywords | Steve Chamberlain | 1 | -1/+3 | |
FORCE_COMMON_ALLOCATION OUTPUT_FORMAT | |||||
1991-04-16 | *** empty log message *** | Steve Chamberlain | 5 | -5/+9 | |
1991-04-15 | Now handles multiple hosts and targets. | K. Richard Pixley | 1 | -3/+9 | |
1991-04-15 | Now handles multiple host and targets. | K. Richard Pixley | 2 | -263/+383 | |
1991-04-15 | Initial revision | Roland Pesch | 1 | -0/+1014 | |
1991-04-15 | Merges from Intel. | Steve Chamberlain | 9 | -161/+228 | |
Chrisb bug fixes. |