Age | Commit message (Expand) | Author | Files | Lines |
1996-08-02 | * ldgram.y (LOADADDR): New terminal. | Ian Lance Taylor | 1 | -1/+3 |
1996-08-01 | * ld.h (check_nocrossrefs): Declare. | Ian Lance Taylor | 1 | -2/+32 |
1996-07-29 | * fnmatch.h, fnmatch.c: New files. | Ian Lance Taylor | 1 | -33/+180 |
1995-08-16 | * ldgram.y: Tweak casesymlist to avoid bison errors. | Ian Lance Taylor | 1 | -2/+2 |
1995-08-15 | * ldgram.y (YYDEBUG): If not defined, define as 1. | Ian Lance Taylor | 1 | -8/+43 |
1994-09-13 | * ldlang.c (load_symbols): Check for archive before object. Use | Ian Lance Taylor | 1 | -8/+23 |
1994-06-13 | * ldgram.y (YYDEBUG): Don't define. | Ian Lance Taylor | 1 | -2/+0 |
1994-06-02 | * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdline | Ian Lance Taylor | 1 | -1/+1 |
1994-05-27 | * ldlang.c (entry_symbol): Make static. | Ian Lance Taylor | 1 | -2/+1 |
1994-02-26 | * ldgram.y (section): Reverse the order of memspec_opt and | Ian Lance Taylor | 1 | -2/+2 |
1994-02-26 | * ldgram.y: Move include of ldlex.h back with other includes. | Ian Lance Taylor | 1 | -4/+1 |
1994-02-26 | * ldgram.y (dirlist_ptr): Removed; not used. | Ian Lance Taylor | 1 | -2/+0 |
1994-02-26 | * ldgram.y: Include ldlex.h after %token decls, for byacc. | David MacKenzie | 1 | -1/+4 |
1994-02-25 | Use getopt instead of lex and yacc to parse the command line. | David MacKenzie | 1 | -309/+19 |
1994-01-27 | * ldmain.c ldmain.h ldgram.y: If -v -V or --version was given, | David MacKenzie | 1 | -4/+16 |
1994-01-06 | * ld.h (QUAD_SIZE): Define. | Ian Lance Taylor | 1 | -6/+8 |
1993-12-30 | A major rewrite to move the bulk of the linker into BFD so that | Ian Lance Taylor | 1 | -27/+29 |
1993-12-11 | Made many changes to eliminate gcc warnings. Made various | Ian Lance Taylor | 1 | -27/+5 |
1993-12-01 | * ldgram.y (OPTION_call_shared, OPTION_non_shared): New tokens. | Ian Lance Taylor | 1 | -11/+51 |
1993-07-16 | * ldgram.y (OPTION_Lfile): New token. | Ian Lance Taylor | 1 | -4/+8 |
1993-07-15 | source cleanups; fix finding scripts | David MacKenzie | 1 | -3/+2 |
1993-07-08 | * Make -v only print the version number. | David MacKenzie | 1 | -10/+24 |
1993-06-17 | * ldgram.y: Tweak grammar to make reporting of invalid options work. | David MacKenzie | 1 | -4/+7 |
1993-06-17 | * ldfile.c (ldfile_open_command): Don't try .ld extension. | David MacKenzie | 1 | -9/+30 |
1993-03-30 | Support for linking and loading at different places: | Steve Chamberlain | 1 | -34/+55 |
1993-01-08 | Fix support for NOLOAD, add INCLUDE | Steve Chamberlain | 1 | -40/+44 |
1992-08-07 | * ldlang.h: add new field "loadable" to output_section_statement. | Steve Chamberlain | 1 | -7/+9 |
1992-05-02 | * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and | Steve Chamberlain | 1 | -10/+24 |
1992-04-15 | Strange link script support | Steve Chamberlain | 1 | -8/+20 |
1992-04-15 | Personal checkpoint - now should parse some MRI stuff | Steve Chamberlain | 1 | -71/+132 |
1992-04-05 | New lexer. | Steve Chamberlain | 1 | -48/+50 |
1992-03-02 | Modifed to care about semi colons again, newlines are ignored - sorry | Steve Chamberlain | 1 | -23/+16 |
1992-01-28 | * ldgram.y: map -M behave in the same way as -Map (sets file name | Steve Chamberlain | 1 | -5/+2 |
1992-01-24 | * Makefile.in: added relax, also made three stage go through a | Steve Chamberlain | 1 | -2/+9 |
1992-01-24 | Merging from VMS port. Doc to follow.. | Steve Chamberlain | 1 | -15/+39 |
1991-10-11 | Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. | John Gilmore | 1 | -16/+38 |
1991-05-18 | *** empty log message *** | Steve Chamberlain | 1 | -1/+1 |
1991-05-07 | Fixed the shift reduce errors in the grammer using the yacc debugger. | Steve Chamberlain | 1 | -22/+23 |
1991-05-03 | *** empty log message *** | Steve Chamberlain | 1 | -1/+4 |
1991-04-24 | Added the sizeof_headers keyword. | Steve Chamberlain | 1 | -1/+3 |
1991-04-23 | *** empty log message *** | Steve Chamberlain | 1 | -11/+9 |
1991-04-19 | Yet more diffs due to my incompetence. | Steve Chamberlain | 1 | -13/+7 |
1991-04-18 | Fixed some bugs. | Steve Chamberlain | 1 | -2/+6 |
1991-04-17 | Moved declarations from header file into here. | Steve Chamberlain | 1 | -1/+2 |
1991-04-17 | Added support for OUTPUT_FORMAT(name) and FORCE_COMMON_ALLOCATION | Steve Chamberlain | 1 | -3/+9 |
1991-04-16 | *** empty log message *** | Steve Chamberlain | 1 | -2/+1 |
1991-04-14 | checkpoint before a merge | Steve Chamberlain | 1 | -56/+84 |
1991-04-09 | *** empty log message *** | Steve Chamberlain | 1 | -23/+0 |
1991-04-08 | *** empty log message *** | Steve Chamberlain | 1 | -5/+8 |
1991-04-03 | Fixed some grammer ambiguities | Steve Chamberlain | 1 | -62/+39 |